summaryrefslogtreecommitdiff
path: root/comphelper/qa
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-6/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin1-6/+10
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-01Implement parallel version of super-scalar-sample-sort...Dennis Francis1-0/+101
2019-09-30fix: SequenceOutputStream does append content correctlyVasily Melenchuk1-43/+17
2019-04-26Fix a copypaste error in commentMike Kaganski1-1/+1
2019-04-26Add a unit test for comphelper's guardsMike Kaganski1-0/+57
2019-04-26tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl1-0/+97
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen5-16/+1
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-3/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+2
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-1/+1
2018-07-06base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl1-42/+52
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2-4/+4
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-0/+106
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet1-5/+4
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke1-2/+3
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke1-2/+2
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke1-1/+2
2018-02-24Hash Base64, Sequence and cleansing, tdf#104250 prepEike Rathke1-2/+2
2018-02-24Implement OOXML password hashing algorithm, tdf#104250 prepEike Rathke1-0/+29
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann4-7/+7
2017-10-23loplugin:includeform: comphelperStephan Bergmann6-22/+22
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1