summaryrefslogtreecommitdiff
path: root/comphelper/qa
AgeCommit message (Expand)Author
2022-10-14Remove unused comphelper::string::reverseString overloadStephan Bergmann
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
2022-06-02There should be no need for a cast hereStephan Bergmann
2022-05-20comphelper: fix natural string compare function + reorganize testsTomaž Vajngerl
2022-05-06comphelper: cleanup test_guards, add test for ValueRestorationGuardTomaž Vajngerl
2022-05-04Just use Any ctor instead of makeAny in comphelperStephan Bergmann
2022-04-28use more string_view in comphelperNoel Grandin
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski
2021-12-18add unit tests for OInterfaceContainerHelper3Noel Grandin
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin
2021-10-19Remove a std::remove_reference_tStephan Bergmann
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-07-30tsan:data race in ThreadPoolTest::testWorkerUsageNoel Grandin
2021-06-23The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist
2021-06-09Fix syntax error in the "arguments" of a TraceEventTor Lillqvist
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist
2021-04-29Fix syntax error in generated JSONTor Lillqvist
2021-04-29Introduce Async trace events and a unit testTor Lillqvist
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-02-12Fix threadpool test for --enable-debugMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-13tdf#123936 Formatting files in module comphelper with clang-formatPhilipp Hofer
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-10-05fix allocating thread pool workersLuboš Luňák
2020-09-23Simplify some OUString constructions with universal character namesStephan Bergmann
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelperStephan Bergmann
2020-06-03Upcoming loplugin:elidestringvar: comphelperStephan Bergmann
2020-05-04fix leak in comphelper::TestHashNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-01Implement parallel version of super-scalar-sample-sort...Dennis Francis
2019-09-30fix: SequenceOutputStream does append content correctlyVasily Melenchuk
2019-04-26Fix a copypaste error in commentMike Kaganski
2019-04-26Add a unit test for comphelper's guardsMike Kaganski
2019-04-26tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann