summaryrefslogtreecommitdiffstats
path: root/unoidl
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-129-23/+23
* Use sal_uInt16, as required, and use < in for loop conditionMatteo Casalin2015-08-211-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* new clang plugin: loopvartoosmallNoel Grandin2015-05-281-3/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-262-3/+3
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* convert RTReferenceType to scoped enumNoel Grandin2015-04-091-3/+3
* convert RTMethodMode to scoped enumNoel Grandin2015-04-091-7/+7
* convert RT_ACCESS fields to scoped enumNoel Grandin2015-04-091-18/+15
* convert RegError to scoped enumNoel Grandin2015-04-091-22/+22
* convert RegValueType to scoped enumNoel Grandin2015-04-091-2/+2
* convert REG_ constants to scoped enumNoel Grandin2015-04-091-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* remove executable bit from c / h / cxx / hxx / l filesMichael Stahl2015-03-021-0/+0
* unoidl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-191-2/+2
* Silence unhelpful cid#1213376 untrusted loop bound warningsStephan Bergmann2014-11-211-0/+14
* This should ideally be consistency-checked in UnoidlProviderStephan Bergmann2014-11-201-3/+8
* Guard against cyclic entity dependenciesStephan Bergmann2014-11-191-9/+20
* Check entity and type name syntaxStephan Bergmann2014-11-191-50/+181
* Check for recursive mapsStephan Bergmann2014-11-192-38/+83
* Revert "cosmetic 'en-passant'...."Stephan Bergmann2014-11-191-746/+696
* Avoid overflowStephan Bergmann2014-11-181-3/+9
* Check that UNOIDL enum has membersStephan Bergmann2014-11-181-0/+4
* Avoid overflowStephan Bergmann2014-11-181-1/+1
* coverity#1103678 Unchecked dynamic_castCaolán McNamara2014-11-051-2/+2
* coverity#1242422 Unchecked dynamic_castCaolán McNamara2014-10-241-3/+2
* cosmetic 'en-passant'....Norbert Thiebaud2014-07-101-696/+746
* coverity#1224979 Missing break in switchCaolán McNamara2014-07-101-0/+1
* coverity#1224980 Missing break in switchCaolán McNamara2014-07-101-0/+1
* fix build error 'strlen' is not a member of 'std' locallyDouglas Mencken2014-07-071-0/+1
* tweak assert so comment appears in abort messageCaolán McNamara2014-06-273-14/+14
* Remove circular references between unoidl::Manager and its providersStephan Bergmann2014-05-235-15/+11
* Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann2014-05-235-37/+36
* coverity#1210179 Uninitialized pointer fieldCaolán McNamara2014-04-291-1/+1
* unoidl-check: Also check for invalid UNOIDL identifiersStephan Bergmann2014-04-111-0/+270
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-269-23/+23
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-3/+3
* Yet another one undefined comparison of 'const' and a 'non-const' iteratorsDouglas Mencken2014-02-241-1/+1
* tests belong to check targetBjoern Michaelsen2014-02-181-1/+3
* OK to add optional bases to published old-style servicesStephan Bergmann2014-01-081-27/+36
* typo fixesAndras Timar2013-12-201-1/+1
* Silence false "may be used uninitialized" warningsStephan Bergmann2013-11-271-2/+5
* Fix unoidl sourceprovider old-style service duplicate member checksStephan Bergmann2013-11-261-11/+45
* Remove outdated TODO (@deprecated annotation are handled fine)Stephan Bergmann2013-11-261-1/+0
* Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann2013-11-261-1/+0
* Fix unoidl sourceprovider interface base and member checksStephan Bergmann2013-11-254-83/+638
* Fix unoidl sourceprovider polystruct argument checksStephan Bergmann2013-11-221-30/+37
* Fix unoidl sourceprovider typedef checkStephan Bergmann2013-11-221-6/+6
* Fix unoidl sourceprovider recursive struct/exception member checkStephan Bergmann2013-11-221-1/+8
* Fix unoidl sourceprovider "published" checksStephan Bergmann2013-11-222-59/+348