summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)Author
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
2014-01-08OK to add optional bases to published old-style servicesStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-11-27Silence false "may be used uninitialized" warningsStephan Bergmann
2013-11-26Fix unoidl sourceprovider old-style service duplicate member checksStephan Bergmann
2013-11-26Remove outdated TODO (@deprecated annotation are handled fine)Stephan Bergmann
2013-11-26Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann
2013-11-22Fix unoidl sourceprovider polystruct argument checksStephan Bergmann
2013-11-22Fix unoidl sourceprovider typedef checkStephan Bergmann
2013-11-22Fix unoidl sourceprovider recursive struct/exception member checkStephan Bergmann
2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold
2013-10-24fdo#67725 unoidl::AggregatingCursor must wrap modules for aggregation, tooStephan Bergmann
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann
2013-10-10Silence some false Covertiy scan warnings about uninitialized membersStephan Bergmann
2013-10-10Make changes of interface method parameter names a hard failureStephan Bergmann
2013-09-20keep C++03 compilers happyStephan Bergmann
2013-09-20Reject "too similar" service constructorsStephan Bergmann
2013-09-20Certain UNOIDL typedefs are forbidden for historic reasonsStephan Bergmann
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann
2013-09-19Update unoidl/READMEStephan Bergmann
2013-09-19Fix indentationStephan Bergmann
2013-09-19-Werror,-Wunused-parameterStephan Bergmann
2013-09-19Prevent conflicts on case-preserving file systemsStephan Bergmann
2013-09-19Handle special case -(2^63) correctlyStephan Bergmann
2013-09-19typoStephan Bergmann
2013-09-18New unoidl-check tool to replace regcompareStephan Bergmann
2013-09-18Unpublished optional bases of published interfaces complicate thingsStephan Bergmann
2013-09-18Some fixes of the generated .idl outputStephan Bergmann
2013-09-18-WshadowStephan Bergmann
2013-09-18Executable_unoidl-read needed only for DESKTOP platformsTor Lillqvist
2013-09-17Missing includeStephan Bergmann
2013-09-17Clean up includesStephan Bergmann
2013-09-17&& vs. & typosStephan Bergmann
2013-09-17New unoidl-read tool to translate registries into readable .idl filesStephan Bergmann
2013-09-17Fix usage messageStephan Bergmann
2013-09-17Fix build with Bison 3Khaled Hosny