summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Bin superfluous whitespace, ASCII art and useless commentsTor Lillqvist2015-03-297-86/+6
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* new clang plugin: staticmethodsNoel Grandin2015-03-277-19/+19
* fix windows build and sal_Bool->boolCaolán McNamara2015-03-191-1/+1
* fix windows build(2)Noel Grandin2015-03-191-1/+1
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-192-26/+37
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-172-0/+61
* Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky2015-03-161-0/+31
* vcl: parallelize image scaling.Michael Meeks2015-03-121-0/+3
* V801: Decreased performanceCaolán McNamara2015-03-091-5/+5
* TyposAndras Timar2015-03-051-12/+12
* TyposJulien Nabet2015-02-281-1/+1
* use by-ref iteration, omit pointless std::move() and add missing inlineBjoern Michaelsen2015-02-241-5/+5
* use init lists for property sequencesBjoern Michaelsen2015-02-231-0/+40
* boost->stdCaolán McNamara2015-02-182-9/+5
* boost->stdCaolán McNamara2015-02-171-13/+15
* another dependency still requiredCaolán McNamara2015-02-161-12/+32
* boost->stdCaolán McNamara2015-02-164-10/+16
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-164-23/+16
* these can all be made constCaolán McNamara2015-02-121-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-079-49/+37
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-062-1/+4
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-11/+11
* coverity#1267689 Uncaught exceptionCaolán McNamara2015-01-301-1/+2
* Use vector::dataStephan Bergmann2015-01-281-1/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-9/+9
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-265-18/+18
* SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann2015-01-221-1/+1
* Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2015-01-201-10/+2
* Some more loplugin:cstylecast: comphelperStephan Bergmann2015-01-201-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-092-2/+2
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-082-24/+0
* boost::math::nextafter->std::nextafterCaolán McNamara2015-01-061-1/+1
* I assume this class is not public due to an oversightDavid Tardon2015-01-051-1/+1
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-32/+0
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-273-9/+9
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-17/+9
* fix typoTakeshi Abe2014-12-181-1/+1
* Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann2014-12-051-4/+0
* From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann2014-12-032-36/+41
* comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann2014-11-191-3/+2
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-3/+3
* Add a function to compare version number stringsTor Lillqvist2014-11-111-0/+9
* Make comphelper::ThreadPool explicitly noncopyableMatúš Kukan2014-11-041-1/+2
* thread-pool: fix waiting until all tasks are complete.Michael Meeks2014-10-311-3/+7
* thread-pool: re-work termination semantics to avoid problems.Michael Meeks2014-10-301-1/+6
* Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks2014-10-301-0/+64
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-302-2/+2
* Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan2014-10-231-17/+15