1. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  2. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  3. da14256 add missing modelines to idl files by Thomas Arnhold · 12 years ago
  4. ed81c7f fixincludeguards.sh: cppu by Thomas Arnhold · 12 years ago
  5. 27b7175 Clean up function declarations by Stephan Bergmann · 12 years ago
  6. 104096f Missing include by Stephan Bergmann · 12 years ago
  7. 1fc26b8 Cosmetics (to ease work related to finding unused functions) by Stephan Bergmann · 12 years ago
  8. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  9. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  10. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  11. f480f26 Remove visual noise from cppu by Alexander Wilms · 12 years ago
  12. c6d114b std::exception retrofit sequel by Stephan Bergmann · 12 years ago
  13. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  14. 5fbb164 cid#707712 Uninitialized pointer field by Noel Grandin · 12 years ago
  15. 34a4415 cppu: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  16. d39178f Drop unused #include by Takeshi Abe · 12 years ago
  17. ac6e8ac typo fixes in comments by Andras Timar · 12 years ago
  18. 995073b fdo#43157 - Clean up OSL_ASSERT by Timothy Markle · 12 years ago
  19. a0008fd Remove needless SAL_DLLPRIVATE annotations by Stephan Bergmann · 12 years ago
  20. a2c46486 [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppu by Stephan Bergmann · 12 years ago
  21. 9e77c2f Remove UNOIDL "array" and "union" vaporware remnants by Stephan Bergmann · 12 years ago
  22. ba52610 coverity#440026 Logically dead code by Caolán McNamara · 12 years ago
  23. 65191cd bool improvements by Stephan Bergmann · 12 years ago
  24. 4f4a21c coverity#1158251 Dereference before null check by Caolán McNamara · 12 years ago
  25. 83d51e2 Let C++ inline functions return bool instead of sal_Bool by Stephan Bergmann · 12 years ago
  26. a3f3276 Fix bogus mass-conversion equalsAsciiL -> startsWith by Stephan Bergmann · 12 years ago
  27. 81cb6a7f [API CHANGE] cppu::Enterable::v_isValid returns bool by Stephan Bergmann · 12 years ago
  28. 82625bb remove unnecessary sal_Unicode casts in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  29. e4a98b2 remove empty or by Philipp Riemer · 12 years ago
  30. 5ad06db WaE: unused function 'setNegativeBridge' by Tor Lillqvist · 12 years ago
  31. 66397a4 fdo#72598 Remove SunStudio cruft from code base by Jelle van der Waa · 12 years ago
  32. a83b2af Clean-up uno/lbnames.h by Stephan Bergmann · 12 years ago
  33. acf233e cppu: Avoid uno_direct_getEnvironment() indirection. by Matúš Kukan · 12 years ago
  34. 52bbd9c remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls by Noel Grandin · 12 years ago
  35. 3af99e4 convert equalsAsciiL calls to startsWith calls by Noel Grandin · 12 years ago
  36. 9a01133 -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
  37. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  38. 8fc6905 fdo#68849 add some header guards by Thomas Arnhold · 12 years ago
  39. d343c57 gbuild: make the versioned library the linktarget on Unixes by Michael Stahl · 13 years ago
  40. 60530f4 cppu: rename purpose environment libraries by Michael Stahl · 13 years ago
  41. 6db34b6 Directly build UNOIDL .rdb files from .idl files by Stephan Bergmann · 13 years ago
  42. ca78613 Unlike idlc, unoidl doesn't support out-of-range byte consts by Stephan Bergmann · 13 years ago
  43. 5d004e8 There are two distinct InternalUnoApis in cppu/qa by Stephan Bergmann · 13 years ago
  44. 6ea6a42 s/wiki.services.openoffice.org/wiki.openoffice.org/g by Andras Timar · 13 years ago
  45. 2618ff4 UNO interface UIKs are unused for a very long time by Stephan Bergmann · 13 years ago
  46. cb32705 Better assertions by Stephan Bergmann · 13 years ago
  47. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  48. 19277d0 osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier() by Stephan Bergmann · 13 years ago
  49. 08452f1 Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA by Tor Lillqvist · 13 years ago
  50. d1ffad7 error: dereferencing type-punned pointer will break strict-aliasing rules by Stephan Bergmann · 13 years ago
  51. 3aea6c1 Mark as const by Takeshi Abe · 13 years ago
  52. 61db96d fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO by Radu Ioan · 13 years ago
  53. 1ad6f43 protect UNO EnvStack's s_setCurrent() against unknown threadid by Herbert Dürr · 13 years ago
  54. e67b072 Avoid warnings about unused test functions by Stephan Bergmann · 13 years ago
  55. 904b3d1 Up-cast conversion constructor for css::uno::Reference by Stephan Bergmann · 13 years ago
  56. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  57. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  58. 6c7659b move URE headers to include/ by David Tardon · 13 years ago
  59. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  60. 8a9398f WaE: variable 'hMod' set but not used by Tor Lillqvist · 13 years ago
  61. 65be077 do not use deprecated rtl_registerModuleForUnloading by Matúš Kukan · 13 years ago
  62. 435f5e3 fdo#60724 correct spelling by Thomas Arnhold · 13 years ago
  63. 5cd3da2 simplify makefiles by David Tardon · 13 years ago
  64. 71e52f3 simplify generation of *_allheaders.hxx by David Tardon · 13 years ago
  65. 6aca2a3 drop trailing / by David Tardon · 13 years ago
  66. d3e93f2 install SDK headers from filelists by David Tardon · 13 years ago
  67. ce2991e Forbid old-style services/singletons inheriting new-style services by Stephan Bergmann · 13 years ago
  68. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  69. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  70. 980c117 cleanup doxygen warnings by Peter Foley · 13 years ago
  71. 4343c49 coverity#705137 Missing break in switch by Julien Nabet · 13 years ago
  72. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  73. 1457468 gbuild: stop using $(OUTDIR)/idl by Michael Stahl · 13 years ago
  74. f4b218d *ppRet cannot become non-null there out of thin air by Stephan Bergmann · 13 years ago
  75. ce33f85 sal_Bool to bool by Takeshi Abe · 13 years ago
  76. 26e37ca doubled includes by Thomas Arnhold · 13 years ago
  77. f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
  78. b768611 remove all d.lst by Michael Stahl · 13 years ago
  79. 936d7ba cppu: new ZipPackage_cppu_odk_headers by Michael Stahl · 13 years ago
  80. a66bb33 cppu does not depend on any offapi .idl files by Stephan Bergmann · 13 years ago
  81. 881f94b Fix typo betwen/between by Julien Nabet · 13 years ago
  82. 925e142 osl_atomic_increment/decrement are macros by Stephan Bergmann · 13 years ago
  83. 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
  84. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  85. f1bca26 Remove redundant braces around for loops by Stephan Bergmann · 13 years ago
  86. d55155c Include <cassert> by Stephan Bergmann · 13 years ago
  87. e2a1d1c uno::Sequence: assert on negative length by Miklos Vajna · 13 years ago
  88. 8c3c491 Some cppcheck cleaning by Julien Nabet · 13 years ago
  89. 7b57e37 there should be no support for OString in Any by Luboš Luňák · 13 years ago
  90. 249f098 make sure uno::Any works with fast operator+ by Luboš Luňák · 13 years ago
  91. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  92. a3ce60e We only support MSVC 2008 (_MSC_VER 1500) or later by Tor Lillqvist · 13 years ago
  93. 12fa9ec Avoid global static data by Stephan Bergmann · 13 years ago
  94. 97593ae Handle lack of module loading/unloading API when DISABLE_DYNLOADING by Tor Lillqvist · 14 years ago
  95. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  96. a842b56 Make Reference::iset_throw work with multiple-inheritance interfaces by Stephan Bergmann · 14 years ago
  97. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  98. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  99. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  100. c29ed57 dependency on makefile needs full path by David Tardon · 14 years ago