summaryrefslogtreecommitdiff
path: root/o3tl
ModeNameSize
-rw-r--r--CppunitTest_o3tl_tests.mk1332logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_o3tl.mk987logplain
-rw-r--r--README1315logplain
d---------qa338logplain
class='logsubject'>loplugin:salcall fix functionsNoel Grandin since cdecl is the default calling convention on Windows for such functions, the annotation is redundant. Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d Reviewed-on: https://gerrit.libreoffice.org/46164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-11-02loplugin:finalclasses in filter,extensionsNoel Grandin Change-Id: I2822b8c5a91feaf47466356c01728d32a85bbae9 Reviewed-on: https://gerrit.libreoffice.org/44190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-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> 2017-01-19New loplugin:dynexcspec: Add @throws documentation, extensionsStephan Bergmann Change-Id: Ia44f7b0a162d269bf38133575f986efd62eb6d52 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-02-16use consistent #define checks for the Windows platformNoel Grandin stage 1 of replacing usage of various checks for the windows platform with the compiler-defined '_WIN32' macro Change-Id: Iece73abdee530937e0737190b1aa97a46cd3075f Reviewed-on: https://gerrit.libreoffice.org/22390 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2015-11-25Revert part of 1f86864e97bea causing Windows build trouble.Michael Meeks Change-Id: I835f8e33565d20d9fe371cafeededdd32f157f98 2015-11-25loplugin:unusedfields variousNoel Grandin Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5 2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-10-01com::sun::star->css in extensions/Noel Grandin Change-Id: I64af9f5ae444e1f7bc6c0e8c29df383a9531dba9 2015-08-05loplugin:unusedmethodsNoel Grandin Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-07-24loplugin:unusedmethodsNoel Grandin Change-Id: If5090c330e12d6e537766bf4a9be0a2360381a7a Reviewed-on: https://gerrit.libreoffice.org/17312 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-04-23fix windows buildNoel Grandin caused by my commit a880ec813114c204303a5b2a27909ab7f9e027de "loplugin:staticmethods" Change-Id: I525ed6f6e4f82af58de2c994a610e00f49241bfa 2015-04-23loplugin:staticmethodsNoel Grandin Change-Id: Id7fc12bc61c6e803f45cc60556d9cf54ac2e529f 2015-03-17Fix various XServiceInfo implementationsStephan Bergmann ...to match what is recorded in the .component files Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f