summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2015-03-05TyposAndras Timar1-12/+12
2015-02-28TyposJulien Nabet1-1/+1
2015-02-24use by-ref iteration, omit pointless std::move() and add missing inlineBjoern Michaelsen1-5/+5
2015-02-23use init lists for property sequencesBjoern Michaelsen1-0/+40
2015-02-18boost->stdCaolán McNamara2-9/+5
2015-02-17boost->stdCaolán McNamara1-13/+15
2015-02-16another dependency still requiredCaolán McNamara1-12/+32
2015-02-16boost->stdCaolán McNamara4-10/+16
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara4-23/+16
2015-02-12these can all be made constCaolán McNamara1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann9-49/+37
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-1/+4
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-11/+11
2015-01-30coverity#1267689 Uncaught exceptionCaolán McNamara1-1/+2
2015-01-28Use vector::dataStephan Bergmann1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-9/+9
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin5-18/+18
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann1-1/+1
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-10/+2
2015-01-20Some more loplugin:cstylecast: comphelperStephan Bergmann1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-24/+0
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara1-1/+1
2015-01-05I assume this class is not public due to an oversightDavid Tardon1-1/+1
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-32/+0
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara3-9/+9
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2-17/+9
2014-12-18fix typoTakeshi Abe1-1/+1
2014-12-05Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann1-4/+0
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann2-36/+41
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann1-3/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-11Add a function to compare version number stringsTor Lillqvist1-0/+9
2014-11-04Make comphelper::ThreadPool explicitly noncopyableMatúš Kukan1-1/+2
2014-10-31thread-pool: fix waiting until all tasks are complete.Michael Meeks1-3/+7
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks1-1/+6
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks1-0/+64
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2-2/+2
2014-10-23Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan1-17/+15
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan1-0/+2
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan1-4/+7
2014-10-23Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan1-1/+0
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan1-10/+8
2014-10-17coverity#1247646 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-10coverity#1244953 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-6/+2
2014-10-06when size_t == unsigned intCaolán McNamara1-0/+4
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-4/+17
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann5-8/+6