Age | Commit message (Expand) | Author |
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 |
2016-02-24 | convert HighlighterLanguage to scoped enum | Noel Grandin |
2016-02-24 | convert TokenTypes to scoped enum | Noel Grandin |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2016-01-25 | cleanup OInterfaceContainer2 unit tests | Noel Grandin |
2016-01-25 | loplugin:override | Stephan Bergmann |
2016-01-25 | loplugin:cstylecast | Stephan Bergmann |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-07 | Fix typos | Andrea Gelmini |
2015-11-20 | Seems more natural to pass a homogenous list by initializer_list | Stephan Bergmann |
2015-11-05 | java: make inner classes static where possible | Noel Grandin |
2015-10-23 | Remove obsolete version map files | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-06 | tdf#94228 comphelper: replace BOOST_PP | Daniel Robertson |
2015-08-21 | Remove demonstrated-useless comphelper::compare | Stephan Bergmann |
2015-08-21 | Demonstrate comphelper::compare is useless | Stephan Bergmann |
2015-07-20 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |