summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14Some more compareVersionStrings() testsTor Lillqvist
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11Add a function to compare version number stringsTor Lillqvist
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04thread-pool: Initialize empty pools to start complete.Matúš Kukan
2014-10-31thread-pool: fix waiting until all tasks are complete.Michael Meeks
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-23Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan
2014-10-23Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-10coverity#706285 Uncaught exceptionCaolán McNamara
2014-10-10coverity#706284 Uncaught exceptionCaolán McNamara
2014-10-10coverity#706275 Uncaught exceptionCaolán McNamara
2014-10-10coverity#1242878 Unused valueCaolán McNamara
2014-10-09Revert "coverity#1224993 Uncaught exception"Stephan Bergmann
2014-10-08coverity#1224993 Uncaught exceptionCaolán McNamara
2014-10-08coverity#706283 Uncaught exceptionCaolán McNamara
2014-10-07disambiguate uniform_int_distributionCaolán McNamara
2014-10-07I shouldn't be shy, just assert()Tor Lillqvist
2014-10-07Handle incorrect usage of uniform_real_distribution()Tor Lillqvist
2014-10-06when size_t == unsigned intCaolán McNamara
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-10-02coverity#1242878 Unused valueCaolán McNamara
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-22loplugin: cstylecastNoel Grandin
2014-09-11create a master document template typeCaolán McNamara
2014-08-30coverity#706466 Uncaught exceptionCaolán McNamara
2014-08-21stario -> css::ioThomas Arnhold
2014-08-21starcontainer -> css::containerThomas Arnhold
2014-08-21starawt -> css::awtThomas Arnhold
2014-08-21comphelper: starbeans -> css::beansThomas Arnhold
2014-08-21comphelper: starutil -> css::utilThomas Arnhold
2014-08-21comphelper: starlang -> css::langThomas Arnhold
2014-08-21comphelper: staruno -> css::unoThomas Arnhold
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: remove unnecessary return statementsNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-17coverity#1231667 Unchecked return valueCaolán McNamara
2014-08-09Resolves: #i125386# secured user request and changed some bools to bitfieldArmin Le Grand
2014-08-05java: remove commented out codeNoel Grandin