summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-17-Werror=shadowJulien Nabet1-3/+3
2013-09-17WIP: additional unoidl::Provider that directly reads a single .idl fileStephan Bergmann4-0/+191
2013-09-17Rename SourceProvider -> SourceTreeProviderStephan Bergmann4-13/+15
2013-09-17Move full file parsing logic to sourceprovider-parser.yStephan Bergmann4-103/+107
2013-09-17Detect reuse of module names for other entitiesStephan Bergmann2-5/+39
2013-09-16Clean up the unoidl Providers (no need to have them exported)Stephan Bergmann7-70/+189
2013-09-16Replace reg2unoidl with unoidl-writeStephan Bergmann5-150/+315
2013-09-16Hook SourceProvider into unoidl::loadProviderStephan Bergmann1-0/+12
2013-09-12WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-3/+3
2013-09-12Fix C++11'ismStephan Bergmann1-2/+2
2013-09-12WIP: additional unoidl::Provider that directly reads from .idl filesStephan Bergmann6-0/+4487
2013-07-09fdo#65589: Treat legacy types.rdb w/o /UCR key as emptyStephan Bergmann1-12/+20
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold1-1/+1
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann4-263/+651
2013-05-08Minor improvements to UNOIDL binary formatStephan Bergmann3-4/+19
2013-05-08unoidl/README improvementsStephan Bergmann1-8/+39
2013-05-08unoidl/READMEStephan Bergmann2-173/+192
2013-04-24Copy/paste errorStephan Bergmann1-4/+4
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
2013-04-23execute move of global headersBjoern Michaelsen7-820/+0
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann2-1/+6
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann2-91/+158
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák2-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-97/+97
2013-04-02Off-by-one errorStephan Bergmann1-1/+1
2013-04-02types.rdb format flags default service ctors as RT_MODE_TWOWAYStephan Bergmann1-1/+1