summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* fix memory leakCaolán McNamara2017-10-281-0/+2
* tdf#36541 Wrong syntax highlighting in BASIC IDEtagezi2017-05-271-18/+18
* Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2017-05-153-3/+3
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-0912-12/+0
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* add test for MD5 hashingMarkus Mohrhard2017-04-291-0/+12
* add MD5 hashing to generic digest classMarkus Mohrhard2017-04-291-0/+6
* loplugin:cppunitassertequals: comphelperStephan Bergmann2017-04-281-1/+2
* tdf#39468 cleanup source code commentsdennisroczek2017-04-271-2/+1
* remove ResourceBasedEventLogger in favor of its base EventLoggerCaolán McNamara2017-04-271-13/+0
* drop writeonly unused structCaolán McNamara2017-04-271-15/+0
* the only use of this argument is sdbcl which is a deleted resource fileCaolán McNamara2017-04-271-6/+2
* comphelper: fix loplugin:unreffun warningMiklos Vajna2017-04-271-1/+0
* another name for a nonlocalized string is a stringCaolán McNamara2017-04-271-66/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* simplify ChainableProperySet and MasterPropertySetNoel Grandin2017-04-232-90/+6
* fix --with-tls=openssl buildCaolán McNamara2017-04-221-1/+1
* add test for generic digest classMarkus Mohrhard2017-04-212-0/+81
* add generic digest classMarkus Mohrhard2017-04-212-0/+159
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-216-6/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-212-11/+11
* clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin2017-04-192-23/+5
* update cppunit to 1.14.0Markus Mohrhard2017-04-141-5/+0
* [API-CHANGE] drop css.comp.logging.SimpleLogRingCaolán McNamara2017-04-124-226/+0
* try and silence coverity#1403659 Data race conditionCaolán McNamara2017-04-071-0/+1
* split closeOutput upCaolán McNamara2017-04-061-4/+10
* loplugin:constantparam part2Noel Grandin2017-04-051-2/+2
* This only wants to check for Windows in general?Stephan Bergmann2017-03-311-1/+1
* remove type decorations on char literalsJochen Nitschke2017-03-301-2/+2
* tdf#39468 Translate German commentsJens Carl2017-03-291-5/+3
* sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl2017-03-292-0/+58
* Fix typosAndrea Gelmini2017-03-251-1/+1
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* comphelper::ThreadPool: guard against concurrent shutdown/pushTaskMichael Stahl2017-03-221-7/+9
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-1/+1
* comphelper:: fix MSVC hang in ThreadPool::shutdown(), try #2Michael Stahl2017-03-211-10/+29
* ofz: segv on nullptrCaolán McNamara2017-03-191-6/+5
* Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna2017-03-131-7/+1
* comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl2017-03-111-1/+7
* Fix typosAndrea Gelmini2017-03-111-9/+9
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-8/+8
* Fix typosAndrea Gelmini2017-03-031-3/+3
* new loplugin unoanyNoel Grandin2017-02-281-2/+2
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-1/+1
* loplugin:subtlezeroinit: comphelperStephan Bergmann2017-02-213-30/+30
* cppcheck: unreadVariableJochen Nitschke2017-02-201-2/+0
* Consistent formatting & indentation.Kohei Yoshida2017-02-191-192/+182
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-1522-102/+102
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-153-39/+10