summaryrefslogtreecommitdiff
path: root/comphelper/qa
AgeCommit message (Expand)AuthorFilesLines
47 hourscomphelper: fix test - key should be 32 bytes, not 16 bytesTomaž Vajngerl1-42/+56
2 dayscomphelper: add support for AES256_ECB encryptionTomaž Vajngerl1-14/+44
6 dayscrypto: add AES256 test, document Encrypt, Hash conv. functionTomaž Vajngerl1-0/+44
2024-11-10com::sun::star -> cssMike Kaganski1-6/+6
2024-11-08Simplify a bitMike Kaganski1-1/+1
2024-11-05comphelper: test uno::Any parsing from JSONMiklos Vajna1-0/+41
2024-11-04move CryptTools from oox to comphelper so we can reuse itTomaž Vajngerl1-0/+100
2024-11-04comphelper: move tostring to hash.hxx so it can be reusedTomaž Vajngerl1-21/+5
2024-10-21Optimize JsonToPropertyValues a bitMike Kaganski1-1/+1
2024-07-27comphelper, msicreator, odk: fix issues found by Ruff linterIlmari Lauhakangas1-1/+1
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