summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)AuthorFilesLines
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn1-4/+2
2015-08-21Force #defined constants to sal_uInt32 to reduce conversion warningsMatteo Casalin1-38/+38
2015-08-20new loplugin automemNoel Grandin2-49/+20
2015-07-23inline a handful of use-once #definesNoel Grandin3-43/+30
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Make RegistryTypeWriter non-copyableStephan Bergmann2-33/+3
2015-07-03Remove RegistryTypeWriter_Api indirectionStephan Bergmann2-123/+62
2015-07-03Remove unused functionsStephan Bergmann2-87/+1
2015-07-03Make RegistryTypeReader non-copyableStephan Bergmann2-25/+3
2015-07-03Remove RegistryTypeReader_Api indirectionStephan Bergmann2-176/+96
2015-07-03Remove unused functionsStephan Bergmann2-128/+1
2015-07-03No need for a C API hereStephan Bergmann6-22/+14
2015-07-03Move module-private includes from include/registry/ to registry/Stephan Bergmann12-8/+963
2015-07-02loplugin:unusedmethods registry,storeNoel Grandin1-3/+0
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-5/+2
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-8/+8
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-3/+3
2015-04-09loplugin:salboolNoel Grandin1-5/+5
2015-04-09fix windows and android buildsNoel Grandin1-39/+11
2015-04-09fix android buildNoel Grandin1-1/+1
2015-04-09convert RTReferenceType to scoped enumNoel Grandin5-19/+19
2015-04-09convert RTMethodMode to scoped enumNoel Grandin5-12/+12
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin5-68/+68
2015-04-09convert RegError to scoped enumNoel Grandin7-329/+329
2015-04-09convert RegValueType to scoped enumNoel Grandin7-130/+130
2015-04-09remove reg keytype constants and related codeNoel Grandin5-57/+0
2015-04-09convert REG_ constants to scoped enumNoel Grandin8-23/+22
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-96/+96
2015-03-27loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-5/+5
2015-03-19loplugin:constantfunction: registryNoel Grandin3-36/+0
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin8-29/+29
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+4
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann4-19/+19
2015-01-25loplugin:unreffunStephan Bergmann1-2/+0
2015-01-25coverity#1266504 Useless callCaolán McNamara1-2/+0
2015-01-20Some more loplugin:cstylecast: registryStephan Bergmann2-2/+2
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann3-57/+57
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn2-10/+4
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-2/+0
2014-11-21Silence unhelpful cid#1215304 untrusted loop bound warningsStephan Bergmann1-0/+4
2014-11-18Fix memchr checksStephan Bergmann1-2/+5
2014-11-17Remove dead codeStephan Bergmann1-46/+0
2014-11-17cid#1213388 etc.: Make reflread.cxx more robustStephan Bergmann1-209/+348
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+3