summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-27Silence false "may be used uninitialized" warningsStephan Bergmann1-2/+5
2013-11-26Fix unoidl sourceprovider old-style service duplicate member checksStephan Bergmann1-11/+45
2013-11-26Remove outdated TODO (@deprecated annotation are handled fine)Stephan Bergmann1-1/+0
2013-11-26Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann1-1/+0
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann4-83/+638
2013-11-22Fix unoidl sourceprovider polystruct argument checksStephan Bergmann1-30/+37
2013-11-22Fix unoidl sourceprovider typedef checkStephan Bergmann1-6/+6
2013-11-22Fix unoidl sourceprovider recursive struct/exception member checkStephan Bergmann1-1/+8
2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann2-59/+348
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold4-8/+8
2013-10-24fdo#67725 unoidl::AggregatingCursor must wrap modules for aggregation, tooStephan Bergmann1-34/+78
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann3-9/+4
2013-10-10Silence some false Covertiy scan warnings about uninitialized membersStephan Bergmann2-6/+17
2013-10-10Make changes of interface method parameter names a hard failureStephan Bergmann1-1/+2
2013-09-20keep C++03 compilers happyStephan Bergmann1-2/+2
2013-09-20Reject "too similar" service constructorsStephan Bergmann3-18/+112
2013-09-20Certain UNOIDL typedefs are forbidden for historic reasonsStephan Bergmann1-1/+16
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann1-9/+6
2013-09-19Update unoidl/READMEStephan Bergmann1-18/+35
2013-09-19Fix indentationStephan Bergmann1-39/+38
2013-09-19-Werror,-Wunused-parameterStephan Bergmann1-0/+1
2013-09-19Prevent conflicts on case-preserving file systemsStephan Bergmann1-6/+67
2013-09-19Handle special case -(2^63) correctlyStephan Bergmann1-8/+12