1. 03736d6 Fix MI RTTI (as needed by -fsanitize=vptr) by Stephan Bergmann · 11 years ago
  2. 834afd8 Adapt gcc3_solaris_intel bridge to GCC 4.7 by Gabriele Bulfon · 11 years ago
  3. 2b55846 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  4. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  5. b154f4c add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48) by Andras Timar · 11 years ago
  6. 331faca Extract loplugin:redundantcast from loplugin:cstylecast by Stephan Bergmann · 11 years ago
  7. ab2d0ff loplugin:cstylecast (Mac OS X) by Stephan Bergmann · 11 years ago
  8. 5d3ce20 rhbz#1186897: bridges: oops, fix s390 bridge build by Michael Stahl · 11 years ago
  9. 51f82a5 fix enable-assert-always-abort build by Caolán McNamara · 11 years ago
  10. 4e3da62 Some more loplugin:cstylecast clean-up by Stephan Bergmann · 11 years ago
  11. fe480d8 remove unused typedefs by Noel Grandin · 11 years ago
  12. 59e928b loplugin:cstylecast (MACOSX) by Stephan Bergmann · 11 years ago
  13. 7cb5b21 loplugin:cstylecast by Stephan Bergmann · 11 years ago
  14. 93afb9a Some more loplugin:cstylecast: bridges by Stephan Bergmann · 11 years ago
  15. 8b9968a fdo#72755: Only use double mmap as fallback by Stephan Bergmann · 11 years ago
  16. c85e36b loplugin:cstylecast,stringconstant by Stephan Bergmann · 11 years ago
  17. 25fb442 loplugin:cstylecast: bridges by Stephan Bergmann · 11 years ago
  18. 063a511 Revert "Revert "boost::unordered_map->std::unordered_map"" by Stephan Bergmann · 11 years ago
  19. 84caa11 Replace JNIEXPORT -> SAL_JNI_EXPORT by Stephan Bergmann · 11 years ago
  20. 3976739 Revert "boost::unordered_map->std::unordered_map" by Caolán McNamara · 11 years ago
  21. ee75c0d Fix build error with libstdc++ 4.7 and Clang by Tor Lillqvist · 11 years ago
  22. ce7f442 boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  23. 566f16a java: unnecessary imports by Noel Grandin · 11 years ago
  24. 1003946 java: remove more dead code by Noel Grandin · 11 years ago
  25. ca8787a boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  26. 0478c43 No need for USE_DOUBLE_MMAP on OS X by Tor Lillqvist · 11 years ago
  27. e1043ec Uno bridge msvc-x86_64: Fix EH memory and addressing issues by Mark Williams · 11 years ago
  28. 35da4ec java: unused imports by Noel Grandin · 11 years ago
  29. dc8835d bridges: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  30. b4a73f9 bridges: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  31. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  32. 35f7556 add link to mkstemp coverity warning wrt threading fiasco by Caolán McNamara · 11 years ago
  33. ebd2d28 Fix JNI calls to AsynchronousFinalizer by Stephan Bergmann · 11 years ago
  34. f2c6bbf Store JNI_info in JniUnoEnvironmentData instead of Bridge by Stephan Bergmann · 11 years ago
  35. 36af1d3 better documentation by Stephan Bergmann · 11 years ago
  36. c831444 Move JniUnoEnvironmentData into its own include file by Stephan Bergmann · 11 years ago
  37. f53bc68 Rename Context -> JniUnoEnvironmentData by Stephan Bergmann · 11 years ago
  38. 7a4a9d3 bridges: fix gcc3_linux_arm build by Miklos Vajna · 11 years ago
  39. 0e55fee reduce scope of local variables by Michael Weghorn · 11 years ago
  40. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  41. fd60dd5 java: improve use of WrappedTargetException to set cause properly by Noel Grandin · 11 years ago
  42. f73e6a9 Typo: nuber=>number by Julien Nabet · 11 years ago
  43. df62a2c Uno bridge: Apply debug info setting to noopt code by David Ostrovsky · 11 years ago
  44. 8ad2b6f Fix base+offset pointer calculations when synthesizing exception data by Stephan Bergmann · 11 years ago
  45. 4c951ee Fix mscx_filterCppException base+offset pointer calculations by Stephan Bergmann · 11 years ago
  46. 6ddde10 rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit by Stephan Bergmann · 11 years ago
  47. 2ecec9d Mark classes as noncopyable by Stephan Bergmann · 11 years ago
  48. 827430c Fold URE: Windows by Stephan Bergmann · 11 years ago
  49. 9776af8 except.cxx: Fix pTypeDescr is unknown in this context error by David Ostrovsky · 11 years ago
  50. 684facf MSVC 2013: Compute uno bridge exception offset for X64 by David Ostrovsky · 11 years ago
  51. 8fdb239 Fold URE: Linux ure/share/java/* -> program/classes/ by Stephan Bergmann · 11 years ago
  52. 45ca1bf Fold URE: Linux ure/lib/* -> program/ by Stephan Bergmann · 11 years ago
  53. 43c59ee gcc3_linux_powerpc64 bridges: assert -> static_assert to fix build by Rene Engelhard · 11 years ago
  54. ec1cb10 aarch63 bridges: add missing #include <osl/mutex.hxx> by Rene Engelhard · 11 years ago
  55. 04a7e55 bridges: oops some semicolons got lost by Michael Stahl · 11 years ago
  56. f085b0a bridges: oops, static_assert requires 2nd string parameter by Michael Stahl · 11 years ago
  57. 42ff131 bridges: forgot to remove some include diagnose.h by Michael Stahl · 11 years ago
  58. 1276076 ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_uno by Michael Stahl · 11 years ago
  59. 2b5b04e Include <osl/diagnose.h> by Tor Lillqvist · 11 years ago
  60. 721366e cppu: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  61. a3a57be java: fix some raw types warnings by Noel Grandin · 11 years ago
  62. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  63. d388ef0 Blind fix attempt: include <osl/diagnose.h> by Tor Lillqvist · 11 years ago
  64. d743004 missing include by Matúš Kukan · 11 years ago
  65. 8b50d6b bridges: get at least the x86 bridge to build by Michael Stahl · 11 years ago
  66. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  67. b3e5b59 bridges, vcl: turns out there is sal/alloca.h; replace #ifdefery by Michael Stahl · 11 years ago
  68. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  69. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  70. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  71. b95dcb9 java: last statement in finalize() method should be call to super.finalize() by Noel Grandin · 11 years ago
  72. 269b0b4 Avoid -fsanitize=signed-integer-overflow by Stephan Bergmann · 11 years ago
  73. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  74. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  75. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  76. 07f9a7d some coverity false positive markup efforts by Caolán McNamara · 11 years ago
  77. eb8530c fix sparc build by Noel Grandin · 11 years ago
  78. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  79. dff10fc coverity#704134 silence Resource leak in object by Caolán McNamara · 11 years ago
  80. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  81. 25d7019 java: when overriding finalize(), keep it protected by Noel Grandin · 11 years ago
  82. a760e45 fix use of RuntimeException constructor by Noel Grandin · 11 years ago
  83. c539459 coverity#706248 Uncaught exception by Caolán McNamara · 12 years ago
  84. 3b59dbb remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macro by Michael Stahl · 12 years ago
  85. 86cd297 remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro by Michael Stahl · 12 years ago
  86. f49ff3f We always build 64-bit OS X code by Tor Lillqvist · 12 years ago
  87. ec14701 We require OS X SDK 10.8 or newer now by Tor Lillqvist · 12 years ago
  88. 67a9ae4 Improve debug output by Stephan Bergmann · 12 years ago
  89. 2311c8d Precise, platform-specific Class-Path path for NativeLibraryLoader use by Stephan Bergmann · 12 years ago
  90. 22730b9 The unused source_arena arg to alloc/freeExec can just be null by Stephan Bergmann · 12 years ago
  91. 83636d2 java: when rethrowing exceptions, store the original cause by Noel Grandin · 12 years ago
  92. 9703cc6 Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead by Stephan Bergmann · 12 years ago
  93. e29862b PPC Mac support can go away now (again) by Tor Lillqvist · 12 years ago
  94. ec2d5ac jni_uno: string comparison by Robert Antoni Buj i Gelonch · 12 years ago
  95. 4fa8282 mac: clean-up obsolete conditional code based on old SDK by Norbert Thiebaud · 12 years ago
  96. 8d12e4e No -fstack-protect-strong for gcc3_linux_aarch64/cpp2uno.cxx vtableSlotCall by Stephan Bergmann · 12 years ago
  97. 5c00492 Start of support for Android on AArch64 by Tor Lillqvist · 12 years ago
  98. 35e260c cppcheck: va_end_missing by Julien Nabet · 12 years ago
  99. 235fa03 Linux AArch64 port by Stephan Bergmann · 12 years ago
  100. 7da6716 sigh, simply forgot to include the endian header by Caolán McNamara · 12 years ago