summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)Author
2016-03-08Skip some executables in the OS X sandboxed (Mac App Store) caseTor Lillqvist
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
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist
2014-11-21Silence unhelpful cid#1215304 untrusted loop bound warningsStephan Bergmann
2014-11-18Fix memchr checksStephan Bergmann
2014-11-17Remove dead codeStephan Bergmann
2014-11-17cid#1213388 etc.: Make reflread.cxx more robustStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-01coverity#1213373 Use of untrusted scalar valueCaolán McNamara
2014-10-29untaint registry dataCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-30registry: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25coverity#705672 Resource leakCaolán McNamara
2014-09-17Translate German comments.Michael Meeks
2014-08-17convert int to boolThomas Arnhold
2014-07-18cid#705673 Resource leakNoel Grandin
2014-07-18cid#705674 and cid#705675 Resource leakNoel Grandin
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-04coverity#1213422 Tainted ScalarNorbert Thiebaud
2014-07-01coverity#706020 Unintended sign extensionCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-18coverity#706034 Unintended sign extensionCaolán McNamara