summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* comphelper: add SAL_INFO for exception when graphic cannot be loadedMichael Stahl2015-02-111-1/+3
* loplugin:deletedspecialStephan Bergmann2015-02-071-1/+0
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-061-4/+5
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-9/+8
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-052-3/+1
* comphelper: do not use "r" prefix for uno::ReferenceMichael Stahl2015-02-051-9/+9
* Updated all precompiled headers.Ashod Nakashian2015-02-051-3/+12
* Some more loplugin:cstylecast: comphelperStephan Bergmann2015-01-203-5/+5
* Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann2015-01-161-9/+6
* Really remove eventsJulien Nabet2015-01-151-1/+1
* include time.h for timeCaolán McNamara2015-01-061-0/+1
* boost::random->std::randomCaolán McNamara2015-01-061-10/+11
* 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