summaryrefslogtreecommitdiffstats
path: root/registry
Commit message (Expand)AuthorAgeFilesLines
* remove extra spaces around ::Noel Grandin2015-10-261-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-4/+4
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Abstract out repeated code into a lambdaStephan Bergmann2015-10-071-18/+13
* loplugin:unusedmethodsNoel Grandin2015-10-014-657/+0
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-292-17/+0
* tdf#39440 cppcheck: redundantAssignmentMichael Weghorn2015-08-231-4/+2
* Force #defined constants to sal_uInt32 to reduce conversion warningsMatteo Casalin2015-08-211-38/+38
* new loplugin automemNoel Grandin2015-08-202-49/+20
* inline a handful of use-once #definesNoel Grandin2015-07-233-43/+30
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Make RegistryTypeWriter non-copyableStephan Bergmann2015-07-032-33/+3
* Remove RegistryTypeWriter_Api indirectionStephan Bergmann2015-07-032-123/+62
* Remove unused functionsStephan Bergmann2015-07-032-87/+1
* Make RegistryTypeReader non-copyableStephan Bergmann2015-07-032-25/+3
* Remove RegistryTypeReader_Api indirectionStephan Bergmann2015-07-032-176/+96
* Remove unused functionsStephan Bergmann2015-07-032-128/+1
* No need for a C API hereStephan Bergmann2015-07-036-22/+14
* Move module-private includes from include/registry/ to registry/Stephan Bergmann2015-07-0312-8/+963
* loplugin:unusedmethods registry,storeNoel Grandin2015-07-021-3/+0
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-5/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-111-1/+1
* new clang plugin: loopvartoosmallNoel Grandin2015-05-281-2/+2
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-112-8/+8
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-222-0/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-153-3/+3
* loplugin:salboolNoel Grandin2015-04-091-5/+5
* fix windows and android buildsNoel Grandin2015-04-091-39/+11
* fix android buildNoel Grandin2015-04-091-1/+1
* convert RTReferenceType to scoped enumNoel Grandin2015-04-095-19/+19
* convert RTMethodMode to scoped enumNoel Grandin2015-04-095-12/+12
* convert RT_ACCESS fields to scoped enumNoel Grandin2015-04-095-68/+68
* convert RegError to scoped enumNoel Grandin2015-04-097-329/+329
* convert RegValueType to scoped enumNoel Grandin2015-04-097-130/+130
* remove reg keytype constants and related codeNoel Grandin2015-04-095-57/+0
* convert REG_ constants to scoped enumNoel Grandin2015-04-098-23/+22
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-286-96/+96
* loplugin:staticfunctionNoel Grandin2015-03-271-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-5/+5
* loplugin:constantfunction: registryNoel Grandin2015-03-193-36/+0
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-238-29/+29
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+4
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-284-19/+19
* loplugin:unreffunStephan Bergmann2015-01-251-2/+0
* coverity#1266504 Useless callCaolán McNamara2015-01-251-2/+0
* Some more loplugin:cstylecast: registryStephan Bergmann2015-01-202-2/+2
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-053-57/+57
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+2