1. 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
  2. f1bca26 Remove redundant braces around for loops by Stephan Bergmann · 13 years ago
  3. 5198c4a Replace chained O(U)StringBuffer::append() with operator+ by Christos Strubulis · 13 years ago
  4. 2848788 No reason to turn "throws nothing" specifications into comments by Stephan Bergmann · 13 years ago
  5. eb0cfb3 cppumaker: do write exception specifications on --enable-dbgutil by Michael Stahl · 13 years ago
  6. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  7. dda524a Prettify cppumaker output. by Thorsten Behrens · 13 years ago
  8. 155cd09 Remove some commented-out or otherwise unused code. by Thorsten Behrens · 13 years ago
  9. 0295bd6 Remove exception spec from idl-generated c++ headers. by Thorsten Behrens · 13 years ago
  10. a3ce60e We only support MSVC 2008 (_MSC_VER 1500) or later by Tor Lillqvist · 13 years ago
  11. 625e173 OUString::replace() does not replace in-place by Tor Lillqvist · 13 years ago
  12. db4aab0 Remove some newly tagged unused methods by Julien Nabet · 13 years ago
  13. 44ea5d1 Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointless by Stephan Bergmann · 13 years ago
  14. 823b334 dropped unused method: FileStream::open by Enrico Weigelt, metux ITS · 13 years ago
  15. e1f742a fix system boost by Peter Foley · 13 years ago
  16. dcb921b static libraries also require boost. by Michael Meeks · 13 years ago
  17. 495d579 cppumaker and javamaker also use boost. by Michael Meeks · 13 years ago
  18. 144f6d4 codemaker use boost, so declare the dep by Norbert Thiebaud · 13 years ago
  19. 460269a codemaker_java needs boost by Peter Foley · 13 years ago
  20. f09e4ae add missing deps on sal headers by David Tardon · 13 years ago
  21. fe34732 loplugin: unused aName string and whacky indent by Caolán McNamara · 13 years ago
  22. 1f9f8f4 loplugin: some log, indent and unused variable warnings by Caolán McNamara · 13 years ago
  23. 586895f loplugin: more unused OUString and misleading indentation by Caolán McNamara · 13 years ago
  24. 06d51d2 Revert "For some reason saxparser aborts for me without this" by Tor Lillqvist · 14 years ago
  25. 73c3907 For some reason saxparser aborts for me without this by Tor Lillqvist · 14 years ago
  26. 8e995db sal_Bool->bool in codemaker by Noel Grandin · 14 years ago
  27. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  28. 93a3e81 add missing deps on headers to static libs by David Tardon · 14 years ago
  29. a736562 Add css.reflection.XTypeDescriptionEnumerationAccess to the bootstrap types by Tor Lillqvist · 14 years ago
  30. 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
  31. 8f16dc3 use package instead of explicit include path by David Tardon · 14 years ago
  32. d40ec00a add missing dependency by David Tardon · 14 years ago
  33. d2092dc5 Keep null service manager throw a DeploymentException by Stephan Bergmann · 14 years ago
  34. 543158e Require XComponentContext.getServiceManager to throw instead of returning null by Stephan Bergmann · 14 years ago
  35. c737710 Add note about terminology by Tor Lillqvist · 14 years ago
  36. 753e9b3 udkapi, offapi: do not use #include "foo": by Michael Stahl · 14 years ago
  37. c91e2ca re-base on ALv2 code. by Michael Meeks · 14 years ago
  38. b674453 XInterfaceTypeDescription missing from isBootstrapType by Stephan Bergmann · 14 years ago
  39. f7ebee3 removed dead code by Takeshi Abe · 14 years ago
  40. 26643fb codemaker: write version 49 (1.5) class files by Michael Stahl · 14 years ago
  41. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  42. cf0186d Don't build these command-line tools for non-desktop OSes by Tor Lillqvist · 14 years ago
  43. b60bf1e rename common* static libs to codemaker_* for clarity + dmake cleanup by Norbert Thiebaud · 14 years ago
  44. f3653d3 gbuild conversion: codemaker module by David Ostrovsky · 14 years ago
  45. 55823d3 replace APP?RPATH SDK by SDKBIN in old build system by David Tardon · 14 years ago
  46. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  47. 66a88dc1 UNO BYTE is signed by Stephan Bergmann · 14 years ago
  48. c589fa17 Dalvik enforces byte constants being in range (-128..127) by Tor Lillqvist · 14 years ago
  49. 31fcce9 idlc/README: correct nonsense added in 534b3a9b2e by Michael Stahl · 14 years ago
  50. 6e67c03 Enable -Wnon-virtual-dtor for GCC 4.6 by Stephan Bergmann · 14 years ago
  51. 51791ea remove misc. unused code by Michael Meeks · 14 years ago
  52. b57a1f2 Reduce verbiage slightly by Tor Lillqvist · 14 years ago
  53. fb78dbc Added READMEs for modules related to URE, with content from the wiki by Josh Heidenreich · 14 years ago
  54. 0439af2 Code cleanup: ( () ) replaced by (()) by Alexander Bergmann · 14 years ago
  55. 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
  56. df68f63 Leak comprehensive type descriptions to avoid problems at exit. by Stephan Bergmann · 14 years ago
  57. 93d2a2e tabs -> spaces by Stephan Bergmann · 14 years ago
  58. dee53a3 Temporary hack around cppu_detail_getCppuType variants violating ODR. by Stephan Bergmann · 14 years ago
  59. 279b710 callcatcher: remove unused typeToPrefix by Caolán McNamara · 14 years ago
  60. fd866ac Fix for fdo43460 Part VI getLength() to isEmpty() by Olivier Hallot · 14 years ago
  61. c0bed9c remove precompiled_xxx.hxx/cxx by Norbert Thiebaud · 14 years ago
  62. d8ed874 remove include of pch header in codemaker by Norbert Thiebaud · 14 years ago
  63. e4610ff remove PCH support in dmake-module by Norbert Thiebaud · 14 years ago
  64. b5ec39a Make .hpp/.hdl more robust against accidental include of .hdl instead of .hpp. by Stephan Bergmann · 14 years ago
  65. bf1f018 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). by Stephan Bergmann · 14 years ago
  66. 5d2c125 cppcheck scope reduction in codemake/... cpputype.cxx by Pierre-André Jacquod · 15 years ago
  67. 6671fa8 Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). by Stephan Bergmann · 15 years ago
  68. 8714265 just silence the auto_ptr deprecations in isolation by Caolán McNamara · 15 years ago
  69. f433040 Rename List -> OStringList by Joseph Powers · 15 years ago
  70. 74a8105 callcatcher: unused code by Caolán McNamara · 15 years ago
  71. 9a6d94b callcatcher: unused getExtraInputFile by Caolán McNamara · 15 years ago
  72. e035836 callcatcher: unused writeU1 by Caolán McNamara · 15 years ago
  73. 4313f43 ause130: #i117218# change .idl handling to gnu make by Hans-Joachim Lankenau · 15 years ago
  74. 9fa483c No point building build-time executables for iOS by Tor Lillqvist · 15 years ago
  75. 7862e39 Drop %_EXT% which was always empty by Tor Lillqvist · 15 years ago
  76. 1c33dd6 Interfaces are recursive into themselves by Caolán McNamara · 15 years ago
  77. 1a11503 add polymorphic support by Caolán McNamara · 15 years ago
  78. 7a69e30 use rtl_Instance for the auto-generated local statics by Caolán McNamara · 15 years ago
  79. 69ecbc7 remove stray semicolon by David Tardon · 15 years ago
  80. 35e1b53 Remove OS/2 support. by Francois Tigeot · 15 years ago
  81. 4be7cca Merge commit 'ooo/DEV300_m103' by Jan Holesovsky · 15 years ago
  82. 71dee2f move cppumaker test to cppu by Caolán McNamara · 15 years ago
  83. 9e299a0 fix deps for test by David Tardon · 15 years ago
  84. 547d0e7 EasyHacks: Reanimated tests in ure/codemaker by Wilhelm Pflueger · 15 years ago
  85. 933e228 Remove "using namespace ::rtl" by Julien Nabet · 15 years ago
  86. 5f66037 remove empty TESTSHL2LIB by Caolán McNamara · 15 years ago
  87. 228e4d2 jsc340: i114847: fix name by Juergen Schmidt · 15 years ago
  88. 8554daf move codemaker module to the boost unordered containers by Fridrich Strba · 15 years ago
  89. 31ca64f Remove double line spacing and correct indentation by Thomas Arnhold · 15 years ago
  90. 7a04251 remove unused dirs by Caolán McNamara · 15 years ago
  91. 4a0b1361 use RTL_CONSTASCII_USTRINGPARAM by Caolán McNamara · 15 years ago
  92. 2449221 use RTL_CONSTASCII_USTRINGPARAM by Caolán McNamara · 15 years ago
  93. 6505a6e Remove commented code by Anders Jonsson · 15 years ago
  94. 0d985fd cppcheck: methods can be const by Caolán McNamara · 15 years ago
  95. 6991ea8 kill bonobo-related code in the codemaker by Norbert Thiebaud · 15 years ago
  96. a715e1b Add vim/emacs modelines to all source files by Sebastian Spaeth · 15 years ago
  97. f3de0f6 jsc340: i14847: clean up cmdline help fo devtools by Juergen Schmidt · 16 years ago
  98. 6c036b9 sb118: #i109791# improved CPPUNIT_CFLAGS handling by sb · 16 years ago
  99. 2e10c0e sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too by Rene Engelhard · 16 years ago
  100. 7c80db2 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) by Jens-Heiner Rechtien · 16 years ago