1. 2fa2660 Better fix for ThreadPool/ORequestThread life cycle by Stephan Bergmann · 14 years ago
  2. 5729da1 fdo#42865: privatized unique empty string symbol: by Michael Stahl · 14 years ago
  3. d015384 Fixed ThreadPool (and dependent ORequestThread) life cycle by Stephan Bergmann · 14 years ago
  4. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  5. df6d495 fix OSL_DEBUG_LEVEL > 1 build by Caolán McNamara · 14 years ago
  6. 61a8905 Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit." by Stephan Bergmann · 14 years ago
  7. fd0790a WaE: Clang unused variable by Catalin Iacob · 14 years ago
  8. 0d0b794 WaE: implicit conversion changes signedness by Tor Lillqvist · 14 years ago
  9. 8d1fbba doxygen warning fixes by Luboš Luňák · 14 years ago
  10. aa28e0e remove doxygen warnings by Norbert Thiebaud · 14 years ago
  11. 9e7d5cd cppu: use InternalUnoApi by Matúš Kukan · 14 years ago
  12. 4c50f23 LinkTarget.mk: remove gb_LinkTarget_add_package_headers by Michael Stahl · 14 years ago
  13. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  14. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  15. 743f220 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  16. 694bb9f Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2 by Tor Lillqvist · 14 years ago
  17. 1287491 More hacking on static linking (iOS) support by Tor Lillqvist · 14 years ago
  18. c0ab229 Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case by Tor Lillqvist · 14 years ago
  19. a8f19ca Use MAX_ALIGNMENT_4 also for iOS by Tor Lillqvist · 14 years ago
  20. ba6714d Dead code by Stephan Bergmann · 14 years ago
  21. 6e67c03 Enable -Wnon-virtual-dtor for GCC 4.6 by Stephan Bergmann · 14 years ago
  22. 84b3f7b gbuild: get rid of realpath in gb_Foo_set_include by Matúš Kukan · 14 years ago
  23. a860cd1 cppu: JobQueue::enter: add mutex guards for m_nToDo by Michael Stahl · 14 years ago
  24. 98a11f3 Some doxygen warnings cleanup by Korrawit Pruegsanusak · 14 years ago
  25. b1073d9 WaE: silence some documentation errors by Thomas Arnhold · 14 years ago
  26. 3e41d0b cleanup: remove remenants of gcc version checking by Michael Meeks · 14 years ago
  27. cba3ac1 Avoid deadlocks when disposing recursive JobQueue::enter by Stephan Bergmann · 14 years ago
  28. fb78dbc Added READMEs for modules related to URE, with content from the wiki by Josh Heidenreich · 14 years ago
  29. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  30. 0439af2 Code cleanup: ( () ) replaced by (()) by Alexander Bergmann · 14 years ago
  31. 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
  32. 3c7ad92 Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW]. by Stephan Bergmann · 14 years ago
  33. 504e01e typo in OSL_DEBUG_LEVEL > 1 code by Caolán McNamara · 14 years ago
  34. 58ab12a Switch from autodoc to doxygen for SDK C++ documentation. by Stephan Bergmann · 14 years ago
  35. 0ba6bd3 Leak TypeDescriptor_Init_Impl to avoid problems at exit. by Stephan Bergmann · 14 years ago
  36. 321894a Explicitly initialize TypeDescriptor_Init_Impl. by Stephan Bergmann · 14 years ago
  37. 9d54084 Replace dynamic array with std::vector. by Stephan Bergmann · 14 years ago
  38. c84a5ec4 OSL_ASSERT -> assert by Stephan Bergmann · 14 years ago
  39. 47dda94 Add symbols from addsym.awk to gbuilified .map files. by Stephan Bergmann · 14 years ago
  40. bc4c7b5 get this to build under msvc 2008 by Caolán McNamara · 14 years ago
  41. b68640c Prevent creation of new ORequestThreads during shutdown. by Stephan Bergmann · 14 years ago
  42. 2af1a97 Removed superfluous CPPU_DLLPUBLIC from definitions. by Stephan Bergmann · 14 years ago
  43. 63141d2 -Werror=sign-promo fixes by Stephan Bergmann · 14 years ago
  44. d899f97 cppu: add visibility symbols by Matúš Kukan · 14 years ago
  45. 051fdda cppu: convert to gbuild by Matúš Kukan · 14 years ago
  46. 1b99d88 Fix for fdo43460 Part X getLength() to isEmpty() by Olivier Hallot · 14 years ago
  47. 7904a8c I don't see NO_BSYMBOLIC being used anywhere by Tor Lillqvist · 14 years ago
  48. ad2eb6c Less succes, more success by Stefan Knorr (astron) · 14 years ago
  49. beebf57 -Wstrict-aliasing fix by Stephan Bergmann · 14 years ago
  50. db4017c The other uses of pReserved had been changed to nStaticRefCount in 2001. by Stephan Bergmann · 14 years ago
  51. c0bed9c remove precompiled_xxx.hxx/cxx by Norbert Thiebaud · 14 years ago
  52. 24b4c07 remove include of pch header in cppu by Norbert Thiebaud · 14 years ago
  53. e4610ff remove PCH support in dmake-module by Norbert Thiebaud · 14 years ago
  54. 70a6b9f New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. by Stephan Bergmann · 14 years ago
  55. c506e18 fdo#42865: cppu,cppuhelper,testtools: no mapfile by Michael Stahl · 14 years ago
  56. e3712f9 Fix build --all depend=x. by Stephan Bergmann · 14 years ago
  57. bf1f018 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). by Stephan Bergmann · 14 years ago
  58. 424dcd6 targeting gcc 4.6.1 gentoo strict-aliasing warnings by Caolán McNamara · 15 years ago
  59. 6671fa8 Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). by Stephan Bergmann · 15 years ago
  60. 2b20768 Tell what "LB" means by Tor Lillqvist · 15 years ago
  61. be6a867 OSL_TRACE: Remove trailing newlines by Thomas Arnhold · 15 years ago
  62. 1c69052 Bypass building the iOS cppu_unittester_all for now by Tor Lillqvist · 15 years ago
  63. d996328 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 by Stephan Bergmann · 15 years ago
  64. 315e6ca sb140: silence warnings by Stephan Bergmann · 15 years ago
  65. e081225 Tweak some DLL and import library names in the WNTGCC case by Tor Lillqvist · 15 years ago
  66. b6a9f35 Link cppu statically to gcc3_uno on iOS by Tor Lillqvist · 15 years ago
  67. 9097947 Revert "I am tired of thesee assertions, put them behind dbglevel>2" by Tor Lillqvist · 15 years ago
  68. a3bad28 I am tired of thesee assertions, put them behind dbglevel>2 by Tor Lillqvist · 15 years ago
  69. d7e16fd Fix compilation errors with dbglevel>1 by Tor Lillqvist · 15 years ago
  70. 07ded12 Use OBJCXXFLAGS instead of duplicating it by Tor Lillqvist · 15 years ago
  71. 46bd39b Add statically linked cppu unit test for iOS by Tor Lillqvist · 15 years ago
  72. 4313f43 ause130: #i117218# change .idl handling to gnu make by Hans-Joachim Lankenau · 15 years ago
  73. a6d7605c Use the i prefix for the import library only with MSC by Tor Lillqvist · 15 years ago
  74. 292a358 Be less picky with library name by Tor Lillqvist · 15 years ago
  75. 4dafde8 restore dependency by Christian Lohmaier · 15 years ago
  76. 0700d11 get rid of "SHL2TARGETN redefined after use" warning - 2nd try by Christian Lohmaier · 15 years ago
  77. e224ac0 use rm -f to not complain about attempting to remove nonexisting file by Christian Lohmaier · 15 years ago
  78. 7249ab6 get rid of "SHL2TARGETN redefined after use" warning by Christian Lohmaier · 15 years ago
  79. bb0f5c9 No dynamic module loading on iOS by Tor Lillqvist · 15 years ago
  80. 28bff17 Can't run any qa when cross-compiling by Tor Lillqvist · 15 years ago
  81. 7862e39 Drop %_EXT% which was always empty by Tor Lillqvist · 15 years ago
  82. 35e1b53 Remove OS/2 support. by Francois Tigeot · 15 years ago
  83. 44d2445 use rtl::Static where double-locked pattern used by Caolán McNamara · 15 years ago
  84. 4be7cca Merge commit 'ooo/DEV300_m103' by Jan Holesovsky · 15 years ago
  85. 5a7f679 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
  86. 1fa5587 restore cppunit test, Sequence ctor from sal_Int32 is now explicit by Caolán McNamara · 15 years ago
  87. 88d7b9b Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ure by Jan Holesovsky · 15 years ago
  88. a3a1963 Merge remote-tracking branch 'origin/integration/dev300_m101' by Jan Holesovsky · 15 years ago
  89. a4632bb6 only test this on certain archs by Caolán McNamara · 15 years ago
  90. 16d941c Add PowerPC to the right branch by Fridrich Štrba · 15 years ago
  91. a02aae1 fix build error with better depend by Caolán McNamara · 15 years ago
  92. 7176db7 Use format string on OSL_TRACE() by Thomas Arnhold · 15 years ago
  93. 71dee2f move cppumaker test to cppu by Caolán McNamara · 15 years ago
  94. b6e36a7 Use explicitly cast zeros to avoid compilation error with MSVC2010 by Tor Lillqvist · 15 years ago
  95. adc6fe0 Move OSL_ENSURE(0,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
  96. 6488e5f Move OSL_ENSURE(false,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
  97. d7fc91f Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 by Norbert Thiebaud · 15 years ago
  98. 933e228 Remove "using namespace ::rtl" by Julien Nabet · 15 years ago
  99. 5f66037 remove empty TESTSHL2LIB by Caolán McNamara · 15 years ago
  100. 4dcc14f debuglevels: merged to-be-m101 by Frank Schoenheit [fs] · 15 years ago