summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-5/+5
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-274-10/+6
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-122-3/+2
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-1/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-102-4/+2
* java: remove some comment noiseNoel Grandin2014-12-102-2/+3
* From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann2014-12-033-42/+33
* comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann2014-11-191-8/+15
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1711-0/+18
* Some more compareVersionStrings() testsTor Lillqvist2014-11-141-0/+4
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* Add a function to compare version number stringsTor Lillqvist2014-11-113-0/+111
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-052-19/+10
* thread-pool: Initialize empty pools to start complete.Matúš Kukan2014-11-041-1/+1
* thread-pool: fix waiting until all tasks are complete.Michael Meeks2014-10-311-6/+34
* thread-pool: re-work termination semantics to avoid problems.Michael Meeks2014-10-301-5/+2
* Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks2014-10-302-0/+186
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan2014-10-231-17/+17
* FastSerializer: Avoid sequences where possibleMatúš Kukan2014-10-231-9/+14
* FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan2014-10-231-0/+2
* Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan2014-10-231-8/+1
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-152-2/+0
* coverity#706285 Uncaught exceptionCaolán McNamara2014-10-101-4/+15
* coverity#706284 Uncaught exceptionCaolán McNamara2014-10-101-1/+1
* coverity#706275 Uncaught exceptionCaolán McNamara2014-10-101-5/+12
* coverity#1242878 Unused valueCaolán McNamara2014-10-101-1/+1
* Revert "coverity#1224993 Uncaught exception"Stephan Bergmann2014-10-091-4/+9
* coverity#1224993 Uncaught exceptionCaolán McNamara2014-10-081-9/+4
* coverity#706283 Uncaught exceptionCaolán McNamara2014-10-082-4/+2
* disambiguate uniform_int_distributionCaolán McNamara2014-10-071-6/+2
* I shouldn't be shy, just assert()Tor Lillqvist2014-10-071-3/+1
* Handle incorrect usage of uniform_real_distribution()Tor Lillqvist2014-10-071-0/+3
* when size_t == unsigned intCaolán McNamara2014-10-061-0/+4
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-13/+45
* coverity#1242878 Unused valueCaolán McNamara2014-10-021-1/+1
* comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-254-17/+16
* loplugin: cstylecastNoel Grandin2014-09-224-9/+9
* create a master document template typeCaolán McNamara2014-09-111-0/+1
* coverity#706466 Uncaught exceptionCaolán McNamara2014-08-302-5/+0
* stario -> css::ioThomas Arnhold2014-08-213-41/+41
* starcontainer -> css::containerThomas Arnhold2014-08-211-9/+9
* starawt -> css::awtThomas Arnhold2014-08-211-3/+3
* comphelper: starbeans -> css::beansThomas Arnhold2014-08-211-6/+2
* comphelper: starutil -> css::utilThomas Arnhold2014-08-211-10/+10
* comphelper: starlang -> css::langThomas Arnhold2014-08-213-12/+11
* comphelper: staruno -> css::unoThomas Arnhold2014-08-216-81/+81
* java: remove modifiers implied by the contextNoel Grandin2014-08-201-1/+1
* java: remove unnecessary return statementsNoel Grandin2014-08-201-1/+1