summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2015-02-27comphelper: compare implemented as subtractionMichael Stahl1-9/+4
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-7/+7
2015-02-16boost::noncopyable->'= delete'Caolán McNamara3-35/+32
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-30/+22
2015-02-12these can all be made constCaolán McNamara1-12/+12
2015-02-11comphelper: add SAL_INFO for exception when graphic cannot be loadedMichael Stahl1-1/+3
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+0
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-4/+5
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-9/+8
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2-3/+1
2015-02-05comphelper: do not use "r" prefix for uno::ReferenceMichael Stahl1-9/+9
2015-02-05Updated all precompiled headers.Ashod Nakashian1-3/+12
2015-01-20Some more loplugin:cstylecast: comphelperStephan Bergmann3-5/+5
2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann1-9/+6
2015-01-15Really remove eventsJulien Nabet1-1/+1
2015-01-06include time.h for timeCaolán McNamara1-0/+1
2015-01-06boost::random->std::randomCaolán McNamara1-10/+11
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-5/+5
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara4-10/+6
2014-12-12comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+2
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-1/+1
2014-12-10java: simplify the getMSF() methodsNoel Grandin2-4/+2
2014-12-10java: remove some comment noiseNoel Grandin2-2/+3
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann3-42/+33
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann1-8/+15
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl11-0/+18
2014-11-14Some more compareVersionStrings() testsTor Lillqvist1-0/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-11Add a function to compare version number stringsTor Lillqvist3-0/+111
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin2-19/+10
2014-11-04thread-pool: Initialize empty pools to start complete.Matúš Kukan1-1/+1
2014-10-31thread-pool: fix waiting until all tasks are complete.Michael Meeks1-6/+34
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks1-5/+2
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks2-0/+186
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-23Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan1-17/+17
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan1-9/+14
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan1-0/+2
2014-10-23Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan1-8/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2014-10-10coverity#706285 Uncaught exceptionCaolán McNamara1-4/+15
2014-10-10coverity#706284 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-10coverity#706275 Uncaught exceptionCaolán McNamara1-5/+12
2014-10-10coverity#1242878 Unused valueCaolán McNamara1-1/+1
2014-10-09Revert "coverity#1224993 Uncaught exception"Stephan Bergmann1-4/+9
2014-10-08coverity#1224993 Uncaught exceptionCaolán McNamara1-9/+4
2014-10-08coverity#706283 Uncaught exceptionCaolán McNamara2-4/+2
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-6/+2
2014-10-07I shouldn't be shy, just assert()Tor Lillqvist1-3/+1