summaryrefslogtreecommitdiff
path: root/comphelper/qa
AgeCommit message (Expand)Author
2024-11-26comphelper: fix test - key should be 32 bytes, not 16 bytesTomaž Vajngerl
2024-11-26comphelper: add support for AES256_ECB encryptionTomaž Vajngerl
2024-11-22crypto: add AES256 test, document Encrypt, Hash conv. functionTomaž Vajngerl
2024-11-10com::sun::star -> cssMike Kaganski
2024-11-08Simplify a bitMike Kaganski
2024-11-05comphelper: test uno::Any parsing from JSONMiklos Vajna
2024-11-04move CryptTools from oox to comphelper so we can reuse itTomaž Vajngerl
2024-11-04comphelper: move tostring to hash.hxx so it can be reusedTomaž Vajngerl
2024-10-21Optimize JsonToPropertyValues a bitMike Kaganski
2024-07-27comphelper, msicreator, odk: fix issues found by Ruff linterIlmari Lauhakangas
2024-05-04Fix typoAndrea Gelmini
2024-05-03try to work around clang compiler crash on macosNoel Grandin
2024-04-30loplugin:ostr in comphelperNoel Grandin
2024-04-12tdf#146266 Move WeakBag test to gbuild systemRMZeroFour
2024-03-08use more string_viewNoel Grandin
2023-11-29Extended loplugin:ostr: comphelperStephan Bergmann
2023-11-20Extended loplugin:ostr: comphelperStephan Bergmann
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-05-24Remove unused comphelper::adjustIndexToStartOfSurrogateStephan Bergmann
2023-05-05Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann
2023-01-31tdf#97362 Convert comphelper SequenceOutputStreamUnitTest to PythonChenxiong Qi
2022-11-25comphelper: support property values arrays in JsonToPropertyValues()Miklos Vajna
2022-11-18Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann
2022-10-14Remove unused comphelper::string::reverseString overloadStephan Bergmann
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
2022-06-02There should be no need for a cast hereStephan Bergmann
2022-05-20comphelper: fix natural string compare function + reorganize testsTomaž Vajngerl
2022-05-06comphelper: cleanup test_guards, add test for ValueRestorationGuardTomaž Vajngerl
2022-05-04Just use Any ctor instead of makeAny in comphelperStephan Bergmann
2022-04-28use more string_view in comphelperNoel Grandin
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski
2021-12-18add unit tests for OInterfaceContainerHelper3Noel Grandin
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin
2021-10-19Remove a std::remove_reference_tStephan Bergmann
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-07-30tsan:data race in ThreadPoolTest::testWorkerUsageNoel Grandin
2021-06-23The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist
2021-06-09Fix syntax error in the "arguments" of a TraceEventTor Lillqvist
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist
2021-04-29Fix syntax error in generated JSONTor Lillqvist
2021-04-29Introduce Async trace events and a unit testTor Lillqvist
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-02-12Fix threadpool test for --enable-debugMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák