summaryrefslogtreecommitdiffstats
path: root/comphelper/qa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-1/+1
* Implement parallel version of super-scalar-sample-sort...Dennis Francis2019-10-011-0/+101
* fix: SequenceOutputStream does append content correctlyVasily Melenchuk2019-09-301-43/+17
* Fix a copypaste error in commentMike Kaganski2019-04-261-1/+1
* Add a unit test for comphelper's guardsMike Kaganski2019-04-261-0/+57
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-04-261-0/+97
* tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen2019-04-195-16/+1
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-3/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+2
* loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin2018-07-201-1/+1
* base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl2018-07-061-42/+52
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-012-4/+4
* drop sax::tools::*base64 methodsNoel Grandin2018-03-051-0/+106
* Use for-range loops in comphelper and configmgrJulien Nabet2018-02-271-5/+4
* Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke2018-02-261-2/+3
* Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke2018-02-261-2/+2
* Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke2018-02-261-1/+2
* Hash Base64, Sequence and cleansing, tdf#104250 prepEike Rathke2018-02-241-2/+2
* Implement OOXML password hashing algorithm, tdf#104250 prepEike Rathke2018-02-241-0/+29