summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix prev. commitStephan Bergmann1-3/+5
2016-02-06Clean up for loops in unoidlStephan Bergmann7-823/+442
2016-02-04Add --ignore-unpublished to unoidl-checkStephan Bergmann1-17/+35
2015-12-14Use emplace_backStephan Bergmann3-184/+126
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-37/+37
2015-11-06coverity#1338263 Uncaught exceptionCaolán McNamara1-0/+3
2015-11-06coverity#1338262 Uncaught exceptionCaolán McNamara1-0/+3
2015-11-06coverity#1338259 Uncaught exceptionCaolán McNamara1-0/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-23/+23
2015-08-21Use sal_uInt16, as required, and use < in for loop conditionMatteo Casalin1-4/+4
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-3/+3
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-09convert RTReferenceType to scoped enumNoel Grandin1-3/+3
2015-04-09convert RTMethodMode to scoped enumNoel Grandin1-7/+7
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin1-18/+15
2015-04-09convert RegError to scoped enumNoel Grandin1-22/+22
2015-04-09convert RegValueType to scoped enumNoel Grandin1-2/+2
2015-04-09convert REG_ constants to scoped enumNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl1-0/+0
2014-12-19unoidl: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-21Silence unhelpful cid#1213376 untrusted loop bound warningsStephan Bergmann1-0/+14
2014-11-20This should ideally be consistency-checked in UnoidlProviderStephan Bergmann1-3/+8
2014-11-19Guard against cyclic entity dependenciesStephan Bergmann1-9/+20
2014-11-19Check entity and type name syntaxStephan Bergmann1-50/+181
2014-11-19Check for recursive mapsStephan Bergmann2-38/+83
2014-11-19Revert "cosmetic 'en-passant'...."Stephan Bergmann1-746/+696
2014-11-18Avoid overflowStephan Bergmann1-3/+9
2014-11-18Check that UNOIDL enum has membersStephan Bergmann1-0/+4
2014-11-18Avoid overflowStephan Bergmann1-1/+1
2014-11-05coverity#1103678 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-10-24coverity#1242422 Unchecked dynamic_castCaolán McNamara1-3/+2
2014-07-10cosmetic 'en-passant'....Norbert Thiebaud1-696/+746
2014-07-10coverity#1224979 Missing break in switchCaolán McNamara1-0/+1
2014-07-10coverity#1224980 Missing break in switchCaolán McNamara1-0/+1
2014-07-07fix build error 'strlen' is not a member of 'std' locallyDouglas Mencken1-0/+1
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara3-14/+14
2014-05-23Remove circular references between unoidl::Manager and its providersStephan Bergmann5-15/+11
2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann5-37/+36
2014-04-29coverity#1210179 Uninitialized pointer fieldCaolán McNamara1-1/+1
2014-04-11unoidl-check: Also check for invalid UNOIDL identifiersStephan Bergmann1-0/+270
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann9-23/+23
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-3/+3
2014-02-24Yet another one undefined comparison of 'const' and a 'non-const' iteratorsDouglas Mencken1-1/+1
2014-02-18tests belong to check targetBjoern Michaelsen1-1/+3
2014-01-08OK to add optional bases to published old-style servicesStephan Bergmann1-27/+36
2013-12-20typo fixesAndras Timar1-1/+1