1. bdd55e2 fdo#67725 unoidl::AggregatingCursor must wrap modules for aggregation, too by Stephan Bergmann · 12 years ago
  2. 57af2ee Allow starts-/endsWith* to also return the rest of the matched string by Stephan Bergmann · 12 years ago
  3. 215269e Silence some false Covertiy scan warnings about uninitialized members by Stephan Bergmann · 12 years ago
  4. 62828c9 Make changes of interface method parameter names a hard failure by Stephan Bergmann · 12 years ago
  5. e9ba193 keep C++03 compilers happy by Stephan Bergmann · 13 years ago
  6. 60f8d80 Reject "too similar" service constructors by Stephan Bergmann · 13 years ago
  7. 652b0b6 Certain UNOIDL typedefs are forbidden for historic reasons by Stephan Bergmann · 13 years ago
  8. 6db34b6 Directly build UNOIDL .rdb files from .idl files by Stephan Bergmann · 13 years ago
  9. d6c7260 Update unoidl/README by Stephan Bergmann · 13 years ago
  10. 9960535 Fix indentation by Stephan Bergmann · 13 years ago
  11. b345b3b -Werror,-Wunused-parameter by Stephan Bergmann · 13 years ago
  12. 63f1fc4 Prevent conflicts on case-preserving file systems by Stephan Bergmann · 13 years ago
  13. dc33101 Handle special case -(2^63) correctly by Stephan Bergmann · 13 years ago
  14. 0395d4b typo by Stephan Bergmann · 13 years ago
  15. cbea5d3 New unoidl-check tool to replace regcompare by Stephan Bergmann · 13 years ago
  16. 53d7f61 Unpublished optional bases of published interfaces complicate things by Stephan Bergmann · 13 years ago
  17. e3172bb Some fixes of the generated .idl output by Stephan Bergmann · 13 years ago
  18. 65da01f -Wshadow by Stephan Bergmann · 13 years ago
  19. 032944e Executable_unoidl-read needed only for DESKTOP platforms by Tor Lillqvist · 13 years ago
  20. aa49a5f Missing include by Stephan Bergmann · 13 years ago
  21. b7ae5b5 Clean up includes by Stephan Bergmann · 13 years ago
  22. ce09d2f && vs. & typos by Stephan Bergmann · 13 years ago
  23. 78dde87 New unoidl-read tool to translate registries into readable .idl files by Stephan Bergmann · 13 years ago
  24. 3a576e3 Fix usage message by Stephan Bergmann · 13 years ago
  25. be55ed0 Fix build with Bison 3 by Khaled Hosny · 13 years ago
  26. 805738b -Werror=shadow by Julien Nabet · 13 years ago
  27. 14bc5fc WIP: additional unoidl::Provider that directly reads a single .idl file by Stephan Bergmann · 13 years ago
  28. 6292bba Rename SourceProvider -> SourceTreeProvider by Stephan Bergmann · 13 years ago
  29. d11592ad8 Move full file parsing logic to sourceprovider-parser.y by Stephan Bergmann · 13 years ago
  30. 65a1f81 Detect reuse of module names for other entities by Stephan Bergmann · 13 years ago
  31. 0ff9244 Clean up the unoidl Providers (no need to have them exported) by Stephan Bergmann · 13 years ago
  32. fc54915 Replace reg2unoidl with unoidl-write by Stephan Bergmann · 13 years ago
  33. 348a03f Hook SourceProvider into unoidl::loadProvider by Stephan Bergmann · 13 years ago
  34. b302e85 WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operation by Tor Lillqvist · 13 years ago
  35. 7071beb Fix C++11'ism by Stephan Bergmann · 13 years ago
  36. 5c2ba4a WIP: additional unoidl::Provider that directly reads from .idl files by Stephan Bergmann · 13 years ago
  37. 87bad23 fdo#65589: Treat legacy types.rdb w/o /UCR key as empty by Stephan Bergmann · 13 years ago
  38. 4b373ef fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II by Thomas Arnhold · 13 years ago
  39. a1dff29 Support for annotations in the new UNOIDL format by Stephan Bergmann · 13 years ago
  40. 1ad700f Minor improvements to UNOIDL binary format by Stephan Bergmann · 13 years ago
  41. 79774d9 unoidl/README improvements by Stephan Bergmann · 13 years ago
  42. 959fb92 unoidl/README by Stephan Bergmann · 13 years ago
  43. d7186fe Copy/paste error by Stephan Bergmann · 13 years ago
  44. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  45. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  46. 5275ed8 Revert "Revert "WIP: Experimental new binary type.rdb format"" by Stephan Bergmann · 13 years ago
  47. 02a8e8a [API CHANGE] WIP: Experimental new binary type.rdb format by Stephan Bergmann · 13 years ago
  48. ba044b1 remove needless forward rtl::OUString declarations by Luboš Luňák · 13 years ago
  49. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  50. fee628c Off-by-one error by Stephan Bergmann · 13 years ago
  51. 6275ffe types.rdb format flags default service ctors as RT_MODE_TWOWAY by Stephan Bergmann · 13 years ago
  52. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  53. bdfdd05 more subtle dependencies for cross-compilation by Matúš Kukan · 13 years ago
  54. 67e69a5 Revert "WIP: Experimental new binary type.rdb format" by Stephan Bergmann · 13 years ago
  55. 892ef8b WIP: Experimental new binary type.rdb format by Stephan Bergmann · 13 years ago
  56. c93643d coverity#989730 and coverity#989729: Uninitialized scalar field by Marc-André Laverdière · 13 years ago
  57. f7417d7 My check-deps script expects a space there... by Kohei Yoshida · 13 years ago
  58. 7ad376c reg2unoidl is a build-time tool (for now, at least) by Stephan Bergmann · 13 years ago
  59. 0b2bbad reg2unoidl not needed for non-desktop OSes by Tor Lillqvist · 13 years ago
  60. b2265f0 Avoid C++11 scoped enums by Tor Lillqvist · 13 years ago
  61. 380b858 Fix shadowed declaration of "e" by Julien Nabet · 13 years ago
  62. 97b3bf8 Don't use local types as template arguments (C++11 only feature) by Stephan Bergmann · 13 years ago
  63. 12353c7 WIP: Experimental new binary type.rdb format by Stephan Bergmann · 13 years ago
  64. b768611 remove all d.lst by Michael Stahl · 13 years ago
  65. 320571b WIP: Experimental new binary type.rdb format by Stephan Bergmann · 13 years ago