summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-19typoStephan Bergmann1-1/+1
2013-09-18New unoidl-check tool to replace regcompareStephan Bergmann3-0/+945
2013-09-18Unpublished optional bases of published interfaces complicate thingsStephan Bergmann1-9/+40
2013-09-18Some fixes of the generated .idl outputStephan Bergmann1-15/+19
2013-09-18-WshadowStephan Bergmann1-2/+2
2013-09-18Executable_unoidl-read needed only for DESKTOP platformsTor Lillqvist1-1/+2
2013-09-17Missing includeStephan Bergmann1-0/+1
2013-09-17Clean up includesStephan Bergmann1-7/+2
2013-09-17&& vs. & typosStephan Bergmann1-9/+9
2013-09-17New unoidl-read tool to translate registries into readable .idl filesStephan Bergmann3-0/+1135
2013-09-17Fix usage messageStephan Bergmann1-9/+9
2013-09-17Fix build with Bison 3Khaled Hosny1-1/+1