summaryrefslogtreecommitdiff
path: root/comphelper/qa
AgeCommit message (Expand)AuthorFilesLines
2024-05-04Fix typoAndrea Gelmini1-1/+1
2024-05-03try to work around clang compiler crash on macosNoel Grandin1-0/+8
2024-04-30loplugin:ostr in comphelperNoel Grandin8-69/+74
2024-04-12tdf#146266 Move WeakBag test to gbuild systemRMZeroFour3-74/+11
2024-03-08use more string_viewNoel Grandin1-4/+4
2023-11-29Extended loplugin:ostr: comphelperStephan Bergmann1-6/+6
2023-11-20Extended loplugin:ostr: comphelperStephan Bergmann3-21/+21
2023-11-02'new Double' is deprecated in JavaNoel Grandin1-6/+6
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-5/+5
2023-05-24Remove unused comphelper::adjustIndexToStartOfSurrogateStephan Bergmann1-20/+0
2023-05-05Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann1-0/+20
2023-01-31tdf#97362 Convert comphelper SequenceOutputStreamUnitTest to PythonChenxiong Qi3-133/+84
2022-11-25comphelper: support property values arrays in JsonToPropertyValues()Miklos Vajna1-0/+71
2022-11-18Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann1-2/+27
2022-10-14Remove unused comphelper::string::reverseString overloadStephan Bergmann1-2/+2
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann1-2/+3
2022-06-02There should be no need for a cast hereStephan Bergmann1-1/+1
2022-05-20comphelper: fix natural string compare function + reorganize testsTomaž Vajngerl2-188/+95
2022-05-06comphelper: cleanup test_guards, add test for ValueRestorationGuardTomaž Vajngerl1-12/+44
2022-05-04Just use Any ctor instead of makeAny in comphelperStephan Bergmann2-12/+12
2022-04-28use more string_view in comphelperNoel Grandin1-5/+5
2022-04-04use string_view in comphelper::string::splitNoel Grandin1-1/+1
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski2-4/+4
2021-12-18add unit tests for OInterfaceContainerHelper3Noel Grandin1-0/+170
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin1-2/+0
2021-10-19Remove a std::remove_reference_tStephan Bergmann1-0/+60
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-6/+6
2021-07-30tsan:data race in ThreadPoolTest::testWorkerUsageNoel Grandin1-1/+2
2021-06-23The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist1-57/+10
2021-06-09Fix syntax error in the "arguments" of a TraceEventTor Lillqvist1-3/+3
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist1-5/+10
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist1-0/+7
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist1-61/+75
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist1-33/+60
2021-04-29Fix syntax error in generated JSONTor Lillqvist1-6/+6
2021-04-29Introduce Async trace events and a unit testTor Lillqvist1-0/+121
2021-04-19use more string_view in comphelper::stringNoel Grandin1-5/+5
2021-02-12Fix threadpool test for --enable-debugMike Kaganski1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-4/+4
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák2-1/+63
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-11-13tdf#123936 Formatting files in module comphelper with clang-formatPhilipp Hofer2-16/+18
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2-2/+0
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann1-8/+4
2020-10-05fix allocating thread pool workersLuboš Luňák1-0/+50
2020-09-23Simplify some OUString constructions with universal character namesStephan Bergmann1-2/+1
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelperStephan Bergmann1-1/+1
2020-06-03Upcoming loplugin:elidestringvar: comphelperStephan Bergmann4-23/+11
2020-05-04fix leak in comphelper::TestHashNoel Grandin1-0/+12
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-6/+6