1. 8fc6905 fdo#68849 add some header guards by Thomas Arnhold · 12 years ago
  2. 2618ff4 UNO interface UIKs are unused for a very long time by Stephan Bergmann · 13 years ago
  3. cb32705 Better assertions by Stephan Bergmann · 13 years ago
  4. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  5. 19277d0 osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier() by Stephan Bergmann · 13 years ago
  6. 08452f1 Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA by Tor Lillqvist · 13 years ago
  7. d1ffad7 error: dereferencing type-punned pointer will break strict-aliasing rules by Stephan Bergmann · 13 years ago
  8. 3aea6c1 Mark as const by Takeshi Abe · 13 years ago
  9. 61db96d fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO by Radu Ioan · 13 years ago
  10. 1ad6f43 protect UNO EnvStack's s_setCurrent() against unknown threadid by Herbert Dürr · 13 years ago
  11. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  12. 8a9398f WaE: variable 'hMod' set but not used by Tor Lillqvist · 13 years ago
  13. 65be077 do not use deprecated rtl_registerModuleForUnloading by Matúš Kukan · 13 years ago
  14. 435f5e3 fdo#60724 correct spelling by Thomas Arnhold · 13 years ago
  15. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  16. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  17. 4343c49 coverity#705137 Missing break in switch by Julien Nabet · 13 years ago
  18. f4b218d *ppRet cannot become non-null there out of thin air by Stephan Bergmann · 13 years ago
  19. ce33f85 sal_Bool to bool by Takeshi Abe · 13 years ago
  20. 26e37ca doubled includes by Thomas Arnhold · 13 years ago
  21. f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
  22. 925e142 osl_atomic_increment/decrement are macros by Stephan Bergmann · 13 years ago
  23. f1bca26 Remove redundant braces around for loops by Stephan Bergmann · 13 years ago
  24. d55155c Include <cassert> by Stephan Bergmann · 13 years ago
  25. 8c3c491 Some cppcheck cleaning by Julien Nabet · 13 years ago
  26. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  27. 12fa9ec Avoid global static data by Stephan Bergmann · 13 years ago
  28. 97593ae Handle lack of module loading/unloading API when DISABLE_DYNLOADING by Tor Lillqvist · 14 years ago
  29. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  30. f09f52e Need also uno_ext_getMapping for Java when DISABLE_DYNLOADING by Tor Lillqvist · 14 years ago
  31. e5045be Adapt for DISABLE_DYNLOADING possibility also for Android by Tor Lillqvist · 14 years ago
  32. 6976586 DISABLE_DYNLOADING magic also for the jni_uno environment by Tor Lillqvist · 14 years ago
  33. 195f17e migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic by Norbert Thiebaud · 14 years ago
  34. 3638561 Replace usage of rtl/memory.h in cppu with their equivalent from string.h by Arnaud Versini · 14 years ago
  35. b8d5620 Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppu by Arnaud Versini · 14 years ago
  36. a4967e4 Assertion clean-up by Stephan Bergmann · 14 years ago
  37. 4b5f1d7 WaE: unused variable by Tor Lillqvist · 14 years ago
  38. 73f453b just use rtl::OUString::createFromAscii by Caolán McNamara · 14 years ago
  39. 7d85125 we don't need to check for complete length, any non 0 length will do by Caolán McNamara · 14 years ago
  40. 57ea40b WaE: clear higher debugging levels warnings by Caolán McNamara · 14 years ago
  41. c3a6a57 re-base on ALv2 code. by Michael Meeks · 14 years ago
  42. 544c785 quiet potential size warnings. by Michael Meeks · 14 years ago
  43. aa00f6f targetted sb140 revert. by Michael Meeks · 14 years ago
  44. 2fa2660 Better fix for ThreadPool/ORequestThread life cycle by Stephan Bergmann · 14 years ago
  45. d015384 Fixed ThreadPool (and dependent ORequestThread) life cycle by Stephan Bergmann · 14 years ago
  46. df6d495 fix OSL_DEBUG_LEVEL > 1 build by Caolán McNamara · 14 years ago
  47. 61a8905 Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit." by Stephan Bergmann · 14 years ago
  48. fd0790a WaE: Clang unused variable by Catalin Iacob · 14 years ago
  49. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  50. 743f220 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  51. 694bb9f Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2 by Tor Lillqvist · 14 years ago
  52. 1287491 More hacking on static linking (iOS) support by Tor Lillqvist · 14 years ago
  53. c0ab229 Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case by Tor Lillqvist · 14 years ago
  54. a8f19ca Use MAX_ALIGNMENT_4 also for iOS by Tor Lillqvist · 14 years ago
  55. ba6714d Dead code by Stephan Bergmann · 14 years ago
  56. 6e67c03 Enable -Wnon-virtual-dtor for GCC 4.6 by Stephan Bergmann · 14 years ago
  57. a860cd1 cppu: JobQueue::enter: add mutex guards for m_nToDo by Michael Stahl · 14 years ago
  58. cba3ac1 Avoid deadlocks when disposing recursive JobQueue::enter by Stephan Bergmann · 14 years ago
  59. 0439af2 Code cleanup: ( () ) replaced by (()) by Alexander Bergmann · 14 years ago
  60. 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
  61. 504e01e typo in OSL_DEBUG_LEVEL > 1 code by Caolán McNamara · 14 years ago
  62. 0ba6bd3 Leak TypeDescriptor_Init_Impl to avoid problems at exit. by Stephan Bergmann · 14 years ago
  63. 321894a Explicitly initialize TypeDescriptor_Init_Impl. by Stephan Bergmann · 14 years ago
  64. 9d54084 Replace dynamic array with std::vector. by Stephan Bergmann · 14 years ago
  65. c84a5ec4 OSL_ASSERT -> assert by Stephan Bergmann · 14 years ago
  66. bc4c7b5 get this to build under msvc 2008 by Caolán McNamara · 14 years ago
  67. b68640c Prevent creation of new ORequestThreads during shutdown. by Stephan Bergmann · 14 years ago
  68. 2af1a97 Removed superfluous CPPU_DLLPUBLIC from definitions. by Stephan Bergmann · 14 years ago
  69. d899f97 cppu: add visibility symbols by Matúš Kukan · 14 years ago
  70. 051fdda cppu: convert to gbuild by Matúš Kukan · 14 years ago
  71. 1b99d88 Fix for fdo43460 Part X getLength() to isEmpty() by Olivier Hallot · 14 years ago
  72. 7904a8c I don't see NO_BSYMBOLIC being used anywhere by Tor Lillqvist · 14 years ago
  73. ad2eb6c Less succes, more success by Stefan Knorr (astron) · 14 years ago
  74. beebf57 -Wstrict-aliasing fix by Stephan Bergmann · 14 years ago
  75. db4017c The other uses of pReserved had been changed to nStaticRefCount in 2001. by Stephan Bergmann · 14 years ago
  76. 24b4c07 remove include of pch header in cppu by Norbert Thiebaud · 14 years ago
  77. 424dcd6 targeting gcc 4.6.1 gentoo strict-aliasing warnings by Caolán McNamara · 15 years ago
  78. be6a867 OSL_TRACE: Remove trailing newlines by Thomas Arnhold · 15 years ago
  79. 315e6ca sb140: silence warnings by Stephan Bergmann · 15 years ago
  80. e081225 Tweak some DLL and import library names in the WNTGCC case by Tor Lillqvist · 15 years ago
  81. b6a9f35 Link cppu statically to gcc3_uno on iOS by Tor Lillqvist · 15 years ago
  82. 9097947 Revert "I am tired of thesee assertions, put them behind dbglevel>2" by Tor Lillqvist · 15 years ago
  83. a3bad28 I am tired of thesee assertions, put them behind dbglevel>2 by Tor Lillqvist · 15 years ago
  84. d7e16fd Fix compilation errors with dbglevel>1 by Tor Lillqvist · 15 years ago
  85. bb0f5c9 No dynamic module loading on iOS by Tor Lillqvist · 15 years ago
  86. 35e1b53 Remove OS/2 support. by Francois Tigeot · 15 years ago
  87. 44d2445 use rtl::Static where double-locked pattern used by Caolán McNamara · 15 years ago
  88. 4be7cca Merge commit 'ooo/DEV300_m103' by Jan Holesovsky · 15 years ago
  89. 5a7f679 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
  90. a3a1963 Merge remote-tracking branch 'origin/integration/dev300_m101' by Jan Holesovsky · 15 years ago
  91. 7176db7 Use format string on OSL_TRACE() by Thomas Arnhold · 15 years ago
  92. b6e36a7 Use explicitly cast zeros to avoid compilation error with MSVC2010 by Tor Lillqvist · 15 years ago
  93. adc6fe0 Move OSL_ENSURE(0,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
  94. 6488e5f Move OSL_ENSURE(false,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
  95. d7fc91f Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 by Norbert Thiebaud · 15 years ago
  96. 933e228 Remove "using namespace ::rtl" by Julien Nabet · 15 years ago
  97. 4dcc14f debuglevels: merged to-be-m101 by Frank Schoenheit [fs] · 15 years ago
  98. fb4f853 debuglevels: removed yet another useless (aka: nearly-always-firing) assertion by Frank Schoenheit [fs] · 15 years ago
  99. 60e454d debuglevels: removed useless assertions by Frank Schoenheit [fs] · 15 years ago
  100. f091f5b3 dragonfly stuff by Francois Tigeot · 15 years ago