summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07Abstract out repeated code into a lambdaStephan Bergmann
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn
2015-08-21Force #defined constants to sal_uInt32 to reduce conversion warningsMatteo Casalin
2015-08-20new loplugin automemNoel Grandin
2015-07-23inline a handful of use-once #definesNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-07-03Make RegistryTypeWriter non-copyableStephan Bergmann
2015-07-03Remove RegistryTypeWriter_Api indirectionStephan Bergmann
2015-07-03Remove unused functionsStephan Bergmann
2015-07-03Make RegistryTypeReader non-copyableStephan Bergmann
2015-07-03Remove RegistryTypeReader_Api indirectionStephan Bergmann
2015-07-03Remove unused functionsStephan Bergmann
2015-07-03No need for a C API hereStephan Bergmann
2015-07-03Move module-private includes from include/registry/ to registry/Stephan Bergmann
2015-07-02loplugin:unusedmethods registry,storeNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09loplugin:salboolNoel Grandin
2015-04-09fix windows and android buildsNoel Grandin
2015-04-09fix android buildNoel Grandin
2015-04-09convert RTReferenceType to scoped enumNoel Grandin
2015-04-09convert RTMethodMode to scoped enumNoel Grandin
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-04-09remove reg keytype constants and related codeNoel Grandin
2015-04-09convert REG_ constants to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: registryNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-25loplugin:unreffunStephan Bergmann
2015-01-25coverity#1266504 Useless callCaolán McNamara
2015-01-20Some more loplugin:cstylecast: registryStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn