summaryrefslogtreecommitdiff
path: root/sal/qa/osl/process/osl_Thread.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-29Extended loplugin:ostr: salStephan Bergmann1-6/+6
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen1-5/+0
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-6/+22
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+20
2019-08-02Fix typosAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in salNoel Grandin1-34/+17
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-5/+3
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-13/+7
2018-09-17New loplugin:externalStephan Bergmann1-6/+6
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle1-8/+1
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-42/+42
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-05-03remove empty commentsNoel Grandin1-4/+1
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann1-33/+137
2017-03-25Fix typosAndrea Gelmini1-3/+3
2017-02-21loplugin:subtlezeroinit: salStephan Bergmann1-5/+5
2017-02-07loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-98/+84
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-7/+3
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin1-1/+0
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2016-12-23tdf#97283: Merge sal osl tests to one makefileMatúš Kukan1-4/+0
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-6/+6
2016-06-09CppunitTest_sal_osl_old_test_file: fix loplugin:cppunitassertequals warningsMiklos Vajna1-6/+6
2016-04-21new plugin stylepoliceNoel Grandin1-12/+12
2016-03-15loplugin:constantparamNoel Grandin1-6/+6
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-86/+0
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran1-32/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-10/+10
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-47/+47
2015-05-10cppcheck: help out unusedScopedObject false positiveCaolán McNamara1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-7/+7
2014-12-20TyposJulien Nabet1-1/+1
2014-10-14Remove spurious cpu_countStephan Bergmann1-17/+0
2014-10-14sal: cleanup unit tests whitespace.Michael Meeks1-79/+49
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist1-0/+1
2014-05-20C string usage improvmentArnaud Versini1-4/+1
2014-04-04Remove dead test codeStephan Bergmann1-92/+0
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-17/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-7/+7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-49/+49
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-18C++03 fixupStephan Bergmann1-2/+4
2014-02-17coverity#984129 Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-02-17coverity#984130 Uninitialized scalar fieldNorbert Thiebaud1-1/+9
2014-02-17sal: sal_Bool -> boolStephan Bergmann1-58/+54
2014-01-28bool improvementsStephan Bergmann1-1/+1