summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-0/+1
2014-11-01coverity#1213373 Use of untrusted scalar valueCaolán McNamara1-7/+16
2014-10-29untaint registry dataCaolán McNamara1-9/+14
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-09-30registry: std::auto_ptr -> std::unique_ptrStephan Bergmann2-8/+4
2014-09-25coverity#705672 Resource leakCaolán McNamara1-2/+2
2014-09-17Translate German comments.Michael Meeks3-13/+13
2014-08-17convert int to boolThomas Arnhold2-8/+8
2014-07-18cid#705673 Resource leakNoel Grandin1-0/+1
2014-07-18cid#705674 and cid#705675 Resource leakNoel Grandin1-0/+2
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-04coverity#1213422 Tainted ScalarNorbert Thiebaud1-1/+18
2014-07-01coverity#706020 Unintended sign extensionCaolán McNamara1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-3/+1
2014-06-18coverity#706034 Unintended sign extensionCaolán McNamara1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-10/+2