Age | Commit message (Expand) | Author |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-19 | Replace some uses of OUStringChar with string literals | Stephan Bergmann |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-01 | Implement parallel version of super-scalar-sample-sort... | Dennis Francis |
2019-09-30 | fix: SequenceOutputStream does append content correctly | Vasily Melenchuk |
2019-04-26 | Fix a copypaste error in comment | Mike Kaganski |
2019-04-26 | Add a unit test for comphelper's guards | Mike Kaganski |
2019-04-26 | tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN) | Jens Carl |
2019-04-19 | tdf#42949 Fix IWYU warnings in comphelper | Gabor Kelemen |
2018-11-21 | loplugin:redundantfcast improvements | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-08 | tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* | Gabor Kelemen |
2018-07-20 | loplugin:unusedfields - look for fields that can be const, in comphelper | Noel Grandin |
2018-07-06 | base64: change impl. of encodig to also work with OStringBuffer | Tomaž Vajngerl |
2018-06-01 | loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped | Noel Grandin |
2018-03-05 | drop sax::tools::*base64 methods | Noel Grandin |
2018-02-27 | Use for-range loops in comphelper and configmgr | Julien Nabet |
2018-02-26 | Introduce enum comphelper::Hash::IterCount instead of bool | Eike Rathke |
2018-02-26 | Prepare to handle OOXML Agile Encryption password hash as well | Eike Rathke |
2018-02-26 | Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-up | Eike Rathke |
2018-02-24 | Hash Base64, Sequence and cleansing, tdf#104250 prep | Eike Rathke |
2018-02-24 | Implement OOXML password hashing algorithm, tdf#104250 prep | Eike Rathke |
2018-01-12 | More loplugin:cstylecast: comphelper | Stephan Bergmann |
2017-10-23 | loplugin:includeform: comphelper | Stephan Bergmann |
2017-05-04 | Replace all OUString("") with OUString() | Arnaud Versini |
2017-04-29 | add test for MD5 hashing | Markus Mohrhard |
2017-04-28 | loplugin:cppunitassertequals: comphelper | Stephan Bergmann |
2017-04-21 | add test for generic digest class | Markus Mohrhard |
2017-04-14 | update cppunit to 1.14.0 | Markus Mohrhard |
2017-03-31 | This only wants to check for Windows in general? | Stephan Bergmann |
2017-03-29 | sw: plain-text ASCII export: filter out all CH_TXT_ATR_* | Michael Stahl |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-02-26 | loplugin:loopvartoosmall | Stephan Bergmann |
2017-02-21 | loplugin:subtlezeroinit: comphelper | Stephan Bergmann |
2017-02-02 | unnecessary use of OUStringBuffer in throwing exceptions | Noel Grandin |
2017-01-28 | loplugin:stringconstant check for unnecessary OUString constructor.. | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-12-07 | tdf#88206 replace cppu::WeakImplHelper* misc | Jochen Nitschke |
2016-11-21 | Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-30 | Let OUStringLiteral1 take its arg as ctor arg, not template arg | Stephan Bergmann |
2016-08-29 | Adapt loplugin:stringconstant to improved OUStringLiteral1 | Stephan Bergmann |
2016-08-10 | comphelper: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-07-04 | remove comphelper::string::remove | Noel Grandin |
2016-06-18 | add comphelper::string::split | Markus Mohrhard |
2016-06-16 | Expect fewer than MAX_CONCURRENCY threads in test (2) | Ashod Nakashian |
2016-06-16 | Expect fewer than MAX_CONCURRENCY threads in test | Ashod Nakashian |
2016-06-15 | tdf#98955 hardware_concurrency not ideal for thread pools | Ashod Nakashian |