summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-1/+1
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-1/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* coverity#1231667 Unchecked return valueCaolán McNamara2014-08-171-7/+7
* Resolves: #i125386# secured user request and changed some bools to bitfieldArmin Le Grand2014-08-091-8/+28
* java: remove commented out codeNoel Grandin2014-08-052-41/+0
* Include <algorithm> for std::minTor Lillqvist2014-07-292-0/+2
* coverity#706282 Uncaught exceptionCaolán McNamara2014-07-131-1/+1
* coverity#706281 Uncaught exceptionCaolán McNamara2014-07-131-1/+1
* Use OUStringHash here.Kohei Yoshida2014-07-101-25/+2
* Pass a useful exception message.Kohei Yoshida2014-07-091-1/+8
* use SimpleReferenceObject in comphelper moduleNoel Grandin2014-07-081-18/+0