summaryrefslogtreecommitdiffstats
path: root/registry
Commit message (Expand)AuthorAgeFilesLines
* 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
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-192-10/+4
* Bin commented-out unreachable 'break' statementsTor Lillqvist2014-11-241-2/+0
* Silence unhelpful cid#1215304 untrusted loop bound warningsStephan Bergmann2014-11-211-0/+4
* Fix memchr checksStephan Bergmann2014-11-181-2/+5
* Remove dead codeStephan Bergmann2014-11-171-46/+0
* cid#1213388 etc.: Make reflread.cxx more robustStephan Bergmann2014-11-171-209/+348
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-0/+3
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-2/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* markup with event type not checker typeCaolán McNamara2014-11-051-0/+1
* coverity#1213373 Use of untrusted scalar valueCaolán McNamara2014-11-011-7/+16
* untaint registry dataCaolán McNamara2014-10-291-9/+14
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* registry: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-302-8/+4
* coverity#705672 Resource leakCaolán McNamara2014-09-251-2/+2
* Translate German comments.Michael Meeks2014-09-173-13/+13
* convert int to boolThomas Arnhold2014-08-172-8/+8
* cid#705673 Resource leakNoel Grandin2014-07-181-0/+1
* cid#705674 and cid#705675 Resource leakNoel Grandin2014-07-181-0/+2
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-1/+1
* coverity#1213422 Tainted ScalarNorbert Thiebaud2014-07-041-1/+18
* coverity#706020 Unintended sign extensionCaolán McNamara2014-07-011-1/+1
* clang scan-build: various warningsCaolán McNamara2014-07-011-3/+1
* coverity#706034 Unintended sign extensionCaolán McNamara2014-06-181-2/+2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-10/+2