1. c55bce7 ppc64: using a fp register also consumes a gp register slot by Caolan McNamara · 11 years ago
  2. f9290d3 Clean up checks of sal_Bool values by Stephan Bergmann · 11 years ago
  3. 17432a5 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  4. 678196b Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  5. 90da412 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  6. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  7. 0ee5a79 testtools: mark CurrentContextChecker as DLLPRIVATE by Michael Stahl · 11 years ago
  8. 16f52ab loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  9. b0ce8ea Some more loplugin:cstylecast: testtools by Stephan Bergmann · 11 years ago
  10. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  11. ac6174b testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  12. a11c681 testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  13. 55cd108 testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  14. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  15. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  16. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  17. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  18. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  19. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  20. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  21. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  22. 78b9537 various: sal_Bool->bool by Noel Grandin · 12 years ago
  23. c87fa1b Clean up function declarations by Stephan Bergmann · 12 years ago
  24. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  25. 5e04ec1 typo: inteface -> interface by Thomas Arnhold · 12 years ago
  26. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  27. a9311d6 Remove visual noise from testtools by Alexander Wilms · 12 years ago
  28. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  29. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  30. 65f620c Typo: execption -> exception by Julien Nabet · 12 years ago
  31. 7dca2dd bool improvements by Stephan Bergmann · 12 years ago
  32. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  33. a83b2af Clean-up uno/lbnames.h by Stephan Bergmann · 12 years ago
  34. 42b7335 Revert "throw new ..." fix in Managed C++ code by Stephan Bergmann · 12 years ago
  35. 52bbd9c remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls by Noel Grandin · 12 years ago
  36. 6e60a6f -Werror,-Wunused-variable by Stephan Bergmann · 12 years ago
  37. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  38. f8bf809 -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
  39. fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
  40. 0a9ef5a convert OUString 0==compareToAscii to equalsAscii by Noel Grandin · 12 years ago
  41. e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
  42. ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
  43. 3656a57 add mode lines to new files (and idls) since last run by Caolán McNamara · 13 years ago
  44. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  45. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  46. 336353a Related rhbz#867808: More apparently bogus "throw new ..." in C++ code by Stephan Bergmann · 13 years ago
  47. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  48. b2f8318 simplify OUString assignments by Chr. Rossmanith · 13 years ago
  49. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  50. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  51. 97eb8a6 Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING by Jean-Noël Rouvignac · 13 years ago
  52. c290989 Get rid of (most uses of) GUI by Tor Lillqvist · 13 years ago
  53. 9d7c1dc re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  54. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  55. 90eac3e API CHANGE remove [oneway] method attributes by Thorsten Behrens · 13 years ago
  56. 6111068 testtools: add com.sun.star.test.performance.XPerformanceTest ... by Michael Stahl · 13 years ago
  57. b6831de sal_Bool->bool in testtools by Noel Grandin · 14 years ago
  58. 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
  59. 5bfa5cb Fix duplicate branches for if and else by Julien Nabet · 14 years ago
  60. 6bf09ec Java cleanup, remove unnecessary imports by Noel Grandin · 14 years ago
  61. 975866d Java cleanup, make package name match folder name by Noel Grandin · 14 years ago
  62. 753e9b3 udkapi, offapi: do not use #include "foo": by Michael Stahl · 14 years ago
  63. 15f8597 drop useless announcement by David Tardon · 14 years ago
  64. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  65. b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
  66. f713237 targeted string re-work by Norbert Thiebaud · 14 years ago
  67. b396546 cleaning up dmake stuff by David Ostrovsky · 14 years ago
  68. 268ddf9 WaE: pesky aliasing warning with gcc 4.7.0 by Caolán McNamara · 14 years ago
  69. 85c2f28 Revert "i hope this is fixed now" by Stephan Bergmann · 14 years ago
  70. b8044cb i hope this is fixed now by David Tardon · 14 years ago
  71. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  72. 094cf7c Fix delivery of jvmfwk ini/data files by Stephan Bergmann · 14 years ago
  73. a3bf345 WaE: arrayIndexOutOfBounds by Thomas Arnhold · 14 years ago
  74. 777f63d method should be public by Caolán McNamara · 14 years ago
  75. 99bf0c3 add a uno test api with more than 8 floating point args by Caolán McNamara · 14 years ago
  76. a6ed487 Decrease verbiage a little bit by Tor Lillqvist · 14 years ago
  77. 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
  78. 81e50fb Fix for fdo43460 Part XXXIX getLength() to isEmpty() by Olivier Hallot · 14 years ago
  79. 6a8f6c4 Removed extra semicolons by Jesse · 14 years ago
  80. 7904a8c I don't see NO_BSYMBOLIC being used anywhere by Tor Lillqvist · 14 years ago
  81. 3c9d6bd remove include of pch header from testtools by Norbert Thiebaud · 14 years ago
  82. eedfbf5 fdo#42865: let's try map file for windows only by Michael Stahl · 14 years ago
  83. 6f55d5e Do build stuff here also when cross-compiling (but don't run) by Tor Lillqvist · 14 years ago
  84. 5057892 Fix unintentional glitch by Tor Lillqvist · 14 years ago
  85. 469c9ac Enforce a "lib" prefix for UNO components for Android by Tor Lillqvist · 14 years ago
  86. 4f11d0a Revert the component.map removal from makefile to fix Windows build. by Jan Holesovsky · 14 years ago
  87. c506e18 fdo#42865: cppu,cppuhelper,testtools: no mapfile by Michael Stahl · 14 years ago
  88. bf1f018 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). by Stephan Bergmann · 14 years ago
  89. 50205b9 Remove component_getImplementationEnvironment by Matúš Kukan · 15 years ago
  90. e634f62 Don't do anything when cross-compiling for now by Tor Lillqvist · 15 years ago
  91. a3c6942 Remove OS/2 support by Francois Tigeot · 15 years ago
  92. a277284 Easyhack: Add visibility markup to all component_get* functions by Julien Nabet · 15 years ago
  93. 5775fc2 catch by const reference by Caolán McNamara · 15 years ago
  94. f257433 Merge commit 'ooo/DEV300_m103' by Jan Holesovsky · 15 years ago
  95. d8d6bee Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
  96. db67675 Merge remote-tracking branch 'origin/integration/dev300_m101' by Jan Holesovsky · 15 years ago
  97. 17e1fcf Merge Gentoo patches from old build and downstream repositories. by Hanno Meyer-Thurow · 15 years ago
  98. 8c59580 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 by Michael Meeks · 15 years ago
  99. fa8f20a CWS-TOOLING: integrate CWS jl165 by Ivo Hinkelmann · 15 years ago
  100. e62f74c Remove "using namespace ::rtl" by Julien Nabet · 15 years ago