summaryrefslogtreecommitdiff
path: root/unoidl/source
AgeCommit message (Expand)AuthorFilesLines
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-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 Bergmann1-0/+922
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-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 Bergmann1-0/+1112
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 Bergmann3-0/+190
2013-09-17Rename SourceProvider -> SourceTreeProviderStephan Bergmann3-12/+14
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 Bergmann2-135/+299
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 Bergmann5-0/+4473
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 Bergmann3-222/+572
2013-05-08Minor improvements to UNOIDL binary formatStephan Bergmann2-3/+11
2013-05-08unoidl/READMEStephan Bergmann1-173/+0
2013-04-24Copy/paste errorStephan Bergmann1-4/+4
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann1-1/+4
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann1-1/+65
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-2/+2
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
2013-03-09Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann1-4/+1
2013-03-09WIP: Experimental new binary type.rdb formatStephan Bergmann1-1/+4
2013-03-09coverity#989730 and coverity#989729: Uninitialized scalar fieldMarc-André Laverdière1-2/+2
2013-03-02Avoid C++11 scoped enumsTor Lillqvist1-6/+3
2013-03-02Fix shadowed declaration of "e"Julien Nabet1-2/+2
2013-03-02Don't use local types as template arguments (C++11 only feature)Stephan Bergmann1-17/+20