summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2017-06-20create comphelper::RefCountedMutexNoel Grandin1-0/+5
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin5-11/+5
2017-06-15comphelper: add a profiling APILászló Németh2-0/+106
2017-06-15Missing includeStephan Bergmann1-0/+1
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-2/+2
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-5/+3
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem1-18/+2
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini4-41/+11
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin1-14/+6
2017-06-11allow build without tls and ssljan Iversen1-0/+5
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-3/+3
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-30/+19
2017-05-27tdf#36541 Wrong syntax highlighting in BASIC IDEtagezi1-18/+18
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-05-19loplugin:stringcopy: comphelperStephan Bergmann1-12/+12
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M3-3/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke12-12/+0
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-29add test for MD5 hashingMarkus Mohrhard1-0/+12
2017-04-29add MD5 hashing to generic digest classMarkus Mohrhard1-0/+6
2017-04-28loplugin:cppunitassertequals: comphelperStephan Bergmann1-1/+2
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-2/+1
2017-04-27remove ResourceBasedEventLogger in favor of its base EventLoggerCaolán McNamara1-13/+0
2017-04-27drop writeonly unused structCaolán McNamara1-15/+0
2017-04-27the only use of this argument is sdbcl which is a deleted resource fileCaolán McNamara1-6/+2
2017-04-27comphelper: fix loplugin:unreffun warningMiklos Vajna1-1/+0
2017-04-27another name for a nonlocalized string is a stringCaolán McNamara1-66/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-23simplify ChainableProperySet and MasterPropertySetNoel Grandin2-90/+6
2017-04-22fix --with-tls=openssl buildCaolán McNamara1-1/+1
2017-04-21add test for generic digest classMarkus Mohrhard2-0/+81
2017-04-21add generic digest classMarkus Mohrhard2-0/+159
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky6-6/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2-11/+11
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin2-23/+5
2017-04-14update cppunit to 1.14.0Markus Mohrhard1-5/+0
2017-04-12[API-CHANGE] drop css.comp.logging.SimpleLogRingCaolán McNamara4-226/+0
2017-04-07try and silence coverity#1403659 Data race conditionCaolán McNamara1-0/+1
2017-04-06split closeOutput upCaolán McNamara1-4/+10
2017-04-05loplugin:constantparam part2Noel Grandin1-2/+2
2017-03-31This only wants to check for Windows in general?Stephan Bergmann1-1/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-2/+2
2017-03-29tdf#39468 Translate German commentsJens Carl1-5/+3
2017-03-29sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl2-0/+58
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-22comphelper::ThreadPool: guard against concurrent shutdown/pushTaskMichael Stahl1-7/+9