summaryrefslogtreecommitdiffstats
path: root/comphelper/qa
Commit message (Expand)AuthorAgeFilesLines
* Extended loplugin:ostr: comphelperStephan Bergmann2023-11-291-6/+6
* Extended loplugin:ostr: comphelperStephan Bergmann2023-11-203-21/+21
* 'new Double' is deprecated in JavaNoel Grandin2023-11-021-6/+6
* loplugin:ostr: automatic rewriteStephan Bergmann2023-10-071-5/+5
* Remove unused comphelper::adjustIndexToStartOfSurrogateStephan Bergmann2023-05-241-20/+0
* Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann2023-05-051-0/+20
* tdf#97362 Convert comphelper SequenceOutputStreamUnitTest to PythonChenxiong Qi2023-01-313-133/+84
* comphelper: support property values arrays in JsonToPropertyValues()Miklos Vajna2022-11-251-0/+71
* Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann2022-11-181-2/+27
* Remove unused comphelper::string::reverseString overloadStephan Bergmann2022-10-141-2/+2
* Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann2022-06-021-2/+3
* There should be no need for a cast hereStephan Bergmann2022-06-021-1/+1
* comphelper: fix natural string compare function + reorganize testsTomaž Vajngerl2022-05-202-188/+95
* comphelper: cleanup test_guards, add test for ValueRestorationGuardTomaž Vajngerl2022-05-061-12/+44
* Just use Any ctor instead of makeAny in comphelperStephan Bergmann2022-05-042-12/+12
* use more string_view in comphelperNoel Grandin2022-04-281-5/+5
* use string_view in comphelper::string::splitNoel Grandin2022-04-041-1/+1
* Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski2021-12-262-4/+4
* add unit tests for OInterfaceContainerHelper3Noel Grandin2021-12-181-0/+170
* loplugin:unusedvariablecheck improveNoel Grandin2021-12-171-2/+0
* Remove a std::remove_reference_tStephan Bergmann2021-10-191-0/+60
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-141-6/+6
* tsan:data race in ThreadPoolTest::testWorkerUsageNoel Grandin2021-07-301-1/+2
* The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist2021-06-231-57/+10
* Fix syntax error in the "arguments" of a TraceEventTor Lillqvist2021-06-091-3/+3
* Add the possibility to include a set of arguments in Trace EventsTor Lillqvist2021-06-091-5/+10
* Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist2021-04-291-0/+7
* Make the nested AsyncEvent work more reliablyTor Lillqvist2021-04-291-61/+75
* Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist2021-04-291-33/+60
* Fix syntax error in generated JSONTor Lillqvist2021-04-291-6/+6
* Introduce Async trace events and a unit testTor Lillqvist2021-04-291-0/+121
* use more string_view in comphelper::stringNoel Grandin2021-04-191-5/+5
* Fix threadpool test for --enable-debugMike Kaganski2021-02-121-2/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-4/+4
* add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák2020-11-302-1/+63
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-1/+1
* tdf#123936 Formatting files in module comphelper with clang-formatPhilipp Hofer2020-11-132-16/+18
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-062-2/+0
* Extend loplugin:elidestringvar to OStringStephan Bergmann2020-10-281-8/+4
* fix allocating thread pool workersLuboš Luňák2020-10-051-0/+50
* Simplify some OUString constructions with universal character namesStephan Bergmann2020-09-231-2/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelperStephan Bergmann2020-06-301-1/+1
* Upcoming loplugin:elidestringvar: comphelperStephan Bergmann2020-06-034-23/+11
* fix leak in comphelper::TestHashNoel Grandin2020-05-041-0/+12
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-6/+6
* clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara2020-02-161-2/+2
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-011-6/+6
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+4
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-231-6/+10
* Replace some uses of OUStringChar with string literalsStephan Bergmann2019-10-191-1/+1