summaryrefslogtreecommitdiff
path: root/svl/Module_svl.mk
AgeCommit message (Expand)Author
2014-07-22Add unittests for SfxBroadcasterTobias Lippert
2014-06-17fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks
2014-03-27Introduce INetContentType::scanStephan Bergmann
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-04-23execute move of global headersBjoern Michaelsen
2013-03-14resurrect svl/qa/unit/svl.cxxKorrawit Pruegsanusak
2012-07-15CppunitTest_svl_urihelper fails on MSVCMichael Stahl
2012-07-02re-base on ALv2 code.Michael Meeks
2012-01-20svl: add new test to subsequenttestsMichael Stahl
2012-01-17Disable CppunitTest_svl_urihelper for now due to bad dependencies.Stephan Bergmann
2012-01-17Adapted svl test_URIHelper to gbuild.Stephan Bergmann
2011-11-26Added test for linguistic::RemoveHyphen and some simplificationAugust Sodora
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-01-25CWS gnumake3: fix license headersMathias Bauer
2011-01-11gnumake3: more work on junit subsequenttest migrationBjoern Michaelsen
2010-06-26CWS gnumake2: module reorgBjoern Michaelsen
ierType enumNoel Grandin since we only use the AsciiCString enumerator. Consequently simplify the GetConnectionIdentifier method Change-Id: I9e1a1318d2f12bfd18edeb8479e0e7171b22d0f1 Reviewed-on: https://gerrit.libreoffice.org/34026 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-01-26Remove dynamic exception specificationsStephan Bergmann ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>