summaryrefslogtreecommitdiffstats
path: root/unoidl
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixincludeguards.sh: uno*Thomas Arnhold2013-11-054-8/+8
* fdo#67725 unoidl::AggregatingCursor must wrap modules for aggregation, tooStephan Bergmann2013-10-241-34/+78
* Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann2013-10-153-9/+4
* Silence some false Covertiy scan warnings about uninitialized membersStephan Bergmann2013-10-102-6/+17
* Make changes of interface method parameter names a hard failureStephan Bergmann2013-10-101-1/+2
* keep C++03 compilers happyStephan Bergmann2013-09-201-2/+2
* Reject "too similar" service constructorsStephan Bergmann2013-09-203-18/+112
* Certain UNOIDL typedefs are forbidden for historic reasonsStephan Bergmann2013-09-201-1/+16
* Directly build UNOIDL .rdb files from .idl filesStephan Bergmann2013-09-191-9/+6
* Update unoidl/READMEStephan Bergmann2013-09-191-18/+35
* Fix indentationStephan Bergmann2013-09-191-39/+38
* -Werror,-Wunused-parameterStephan Bergmann2013-09-191-0/+1
* Prevent conflicts on case-preserving file systemsStephan Bergmann2013-09-191-6/+67
* Handle special case -(2^63) correctlyStephan Bergmann2013-09-191-8/+12
* typoStephan Bergmann2013-09-191-1/+1
* New unoidl-check tool to replace regcompareStephan Bergmann2013-09-183-0/+945
* Unpublished optional bases of published interfaces complicate thingsStephan Bergmann2013-09-181-9/+40
* Some fixes of the generated .idl outputStephan Bergmann2013-09-181-15/+19
* -WshadowStephan Bergmann2013-09-181-2/+2
* Executable_unoidl-read needed only for DESKTOP platformsTor Lillqvist2013-09-181-1/+2
* Missing includeStephan Bergmann2013-09-171-0/+1
* Clean up includesStephan Bergmann2013-09-171-7/+2
* && vs. & typosStephan Bergmann2013-09-171-9/+9
* New unoidl-read tool to translate registries into readable .idl filesStephan Bergmann2013-09-173-0/+1135