summaryrefslogtreecommitdiff
path: root/include/salhelper/timer.hxx
AgeCommit message (Collapse)AuthorFilesLines
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin1-1/+1
Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
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
2015-08-17tdf#84323: Make osl::Thread::wait more readableStephan Bergmann1-4/+2
Change-Id: I33eb6970050a103404344c7f16dd33349c154347 Reviewed-on: https://gerrit.libreoffice.org/15018 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+4
Change-Id: I28d39fc455560f0ad89390bd463e0fa470dde439
2014-01-28salhelper: Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-8/+8
...to improve diagnosing misuses of boolean expressions in client code (cf. compilerplugins/clang/implicitboolconversion.cxx). This change should be transparent to client code. Change-Id: I2c7779ad07daa77ae06709c1f6512f2fa25fcd36
2013-11-09fdo#65108 inter-module includes <> include/salhelperNorbert Thiebaud1-1/+1
Change-Id: I487c51fced345f5dd0ba2f67f528d060c250d49a
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold1-3/+3
Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
2013-04-24move URE headers to include/David Tardon1-0/+230
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>