summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)Author
2016-04-26loplugin:nullptrStephan Bergmann
2016-03-17loplugin:constantparam in registryNoel Grandin
2016-02-06Fix prev. commitStephan Bergmann
2016-02-06Clean up for loops in unoidlStephan Bergmann
2016-02-04Add --ignore-unpublished to unoidl-checkStephan Bergmann
2015-12-14Use emplace_backStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338263 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338262 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338259 Uncaught exceptionCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-21Use sal_uInt16, as required, and use < in for loop conditionMatteo Casalin
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
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-09convert REG_ constants to scoped enumNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl
2014-12-19unoidl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-21Silence unhelpful cid#1213376 untrusted loop bound warningsStephan Bergmann
2014-11-20This should ideally be consistency-checked in UnoidlProviderStephan Bergmann
2014-11-19Guard against cyclic entity dependenciesStephan Bergmann
2014-11-19Check entity and type name syntaxStephan Bergmann
2014-11-19Check for recursive mapsStephan Bergmann
2014-11-19Revert "cosmetic 'en-passant'...."Stephan Bergmann
2014-11-18Avoid overflowStephan Bergmann
2014-11-18Check that UNOIDL enum has membersStephan Bergmann
2014-11-18Avoid overflowStephan Bergmann
2014-11-05coverity#1103678 Unchecked dynamic_castCaolán McNamara
2014-10-24coverity#1242422 Unchecked dynamic_castCaolán McNamara
2014-07-10cosmetic 'en-passant'....Norbert Thiebaud
2014-07-10coverity#1224979 Missing break in switchCaolán McNamara
2014-07-10coverity#1224980 Missing break in switchCaolán McNamara
2014-07-07fix build error 'strlen' is not a member of 'std' locallyDouglas Mencken
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-05-23Remove circular references between unoidl::Manager and its providersStephan Bergmann
2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann
2014-04-29coverity#1210179 Uninitialized pointer fieldCaolán McNamara
2014-04-11unoidl-check: Also check for invalid UNOIDL identifiersStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-24Yet another one undefined comparison of 'const' and a 'non-const' iteratorsDouglas Mencken
2014-02-18tests belong to check targetBjoern Michaelsen