summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Collapse)AuthorFilesLines
2013-03-02reg2unoidl not needed for non-desktop OSesTor Lillqvist1-1/+3
Also, trying to build executables using our <sal/main.h> stuff for Android fails (intentionally). Change-Id: Ic3ff1a46dc95dd87fb33ec38883ce87b4937f05d
2013-03-02Avoid C++11 scoped enumsTor Lillqvist1-6/+3
Change-Id: I6f7db048e1f9dfcd47acbfe432c3abeb350979de
2013-03-02Fix shadowed declaration of "e"Julien Nabet1-2/+2
Change-Id: I42740c0b01d33c90e6ad9f86a658ef27c2673fd3
2013-03-02Don't use local types as template arguments (C++11 only feature)Stephan Bergmann1-17/+20
Change-Id: I19b7105b62464234cb72de701b07176f951a7951
2013-03-01WIP: Experimental new binary type.rdb formatStephan Bergmann12-4/+1705
Add LegacyProvider to read the old format (requires a provider Manager, to resolve singletons' bases, to decide whether they are interface- or service- based). Replace registry-based reg2bin with provider-based reg2unoidl. Change-Id: I5865e62308cc2d9c5439211ac803d84e93aab656
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-25WIP: Experimental new binary type.rdb formatStephan Bergmann12-0/+2181
Move unoidl functionality into a module of its own, as a prerequisite to use it in codemaker etc. (This is intended to ultimately remove modules store and registry, modulo backwards compatibility constraints.) Change-Id: If5274cbd3a595951e6cf7a9664bc542f01833f38