summaryrefslogtreecommitdiff
path: root/sal/qa/osl/process/osl_Thread.cxx
AgeCommit message (Expand)Author
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-02Fix typosAndrea Gelmini
2019-04-13loplugin:sequentialassign in salNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-05-03remove empty commentsNoel Grandin
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: salStephan Bergmann
2017-02-07loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-12-23tdf#97283: Merge sal osl tests to one makefileMatúš Kukan
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-09CppunitTest_sal_osl_old_test_file: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-04-21new plugin stylepoliceNoel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-10cppcheck: help out unusedScopedObject false positiveCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-12-20TyposJulien Nabet
2014-10-14Remove spurious cpu_countStephan Bergmann
2014-10-14sal: cleanup unit tests whitespace.Michael Meeks
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist
2014-05-20C string usage improvmentArnaud Versini
2014-04-04Remove dead test codeStephan Bergmann
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-18C++03 fixupStephan Bergmann
2014-02-17coverity#984129 Uninitialized scalar fieldNorbert Thiebaud
2014-02-17coverity#984130 Uninitialized scalar fieldNorbert Thiebaud
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-27Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák
2012-11-21re-base on ALv2 code. Includes:Michael Meeks