1. cd14c53 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  2. 75aa1bf loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  3. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  4. 0bfc98e loplugin:redundantcast: reinterpret_cast to void* by Stephan Bergmann · 11 years ago
  5. 7e61f39 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  6. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  7. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  8. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  9. bfcdcdb Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  10. 96f5b78 Use OUString::unacquired by Stephan Bergmann · 11 years ago
  11. c57ffac Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  12. 1777f6f Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  13. 48f0a5e Typos by Julien Nabet · 11 years ago
  14. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  15. 4e12f95 cppu: convert some OSL_TRACE by Michael Stahl · 11 years ago
  16. 585b789 cppu: the LogBrige really needs its own SAL_LOG area by Michael Stahl · 11 years ago
  17. 4e3da62 Some more loplugin:cstylecast clean-up by Stephan Bergmann · 11 years ago
  18. 9193a15 Some more loplugin:cstylecast: cppu by Stephan Bergmann · 11 years ago
  19. d5c3a25 valgrind: uninitialized variable by Caolán McNamara · 11 years ago
  20. 900a299 coverity#1261762 Resource leak by Caolán McNamara · 11 years ago
  21. 4e59046 Fix include by Stephan Bergmann · 11 years ago
  22. 64ccf3f Include function declarations by Stephan Bergmann · 11 years ago
  23. c662bf3 Mark function declarations as CPPU_DLLPUBLIC, not only definitions by Stephan Bergmann · 11 years ago
  24. 9a6e2dd Missing const by Stephan Bergmann · 11 years ago
  25. f76f405 More unnamed namespace clean-up by Stephan Bergmann · 11 years ago
  26. 406629e These extern "C" functions are not in an unnamed namespace by Stephan Bergmann · 11 years ago
  27. debced0 These extern "C" functions are not in namespace cppu by Stephan Bergmann · 11 years ago
  28. da2d66c include by Stephan Bergmann · 11 years ago
  29. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  30. 305b90c OSL_FAIL -> SAL_WARN by Stephan Bergmann · 11 years ago
  31. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  32. d269b9a Remove unused */qa/checkapi/ by Stephan Bergmann · 11 years ago
  33. a1a8654 cppu: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  34. 398c835 document coverity#706128 Wrong sizeof argument by Caolán McNamara · 11 years ago
  35. 924b378 Clean up includes by Stephan Bergmann · 11 years ago
  36. 721366e cppu: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  37. df9efbd coverity#440589 silence Write to pointer after free by Caolán McNamara · 11 years ago
  38. 6d2e474 Assert that typelib_typedescription_release will not destroy pTDR->pType by Stephan Bergmann · 11 years ago
  39. 1fc7a1d cid#1254675 Uncaught exception by Stephan Bergmann · 11 years ago
  40. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  41. 3d87666 coverity#704593 silence Dereference after null check by Caolán McNamara · 11 years ago
  42. b021fdf cid#983623 Don't throw DisposedException past uno_threadpool_putJob by Stephan Bergmann · 11 years ago
  43. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  44. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  45. cb0e009 document array_vs_singleton dismissals by Caolán McNamara · 11 years ago
  46. e4573ef restore using rtl for OSL_DEBUG_LEVEL > 1 by Caolán McNamara · 11 years ago
  47. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  48. 2152628 see if we can auto-ignore new Sequence false positives as such by Caolán McNamara · 11 years ago
  49. 4c4e286 coverity#982158 Unchecked return value by Caolán McNamara · 12 years ago
  50. 0fe035e coverity#982157 Unchecked return value by Caolán McNamara · 12 years ago
  51. 54d0681 coverity#982156 Unchecked return value by Caolán McNamara · 12 years ago
  52. d8be5a5 optimise UNO Sequence destructor by Noel Grandin · 12 years ago
  53. 32d6415 fdo#83512 Make use of OUStringHash and OStringHash by Daniel Sikeler · 12 years ago
  54. e71bc82 attempt to fix Android buildbot by Noel Grandin · 12 years ago
  55. 9685276 cppu and cppuhelper: loplugin: cstylecast by Noel Grandin · 12 years ago
  56. 2ec55fd Related fdo#82088: removing namespace alias in hxx by Stefan Weiberg · 12 years ago
  57. 57a4337 set names on a bunch more threads... by Michael Stahl · 12 years ago
  58. b70fb7d everything is independent from vos these days... by Michael Stahl · 12 years ago
  59. bcc719d Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy by Stephan Bergmann · 12 years ago
  60. 6b5dce3 s_mapInterface must match uno_MapInterfaceFunc by Stephan Bergmann · 12 years ago
  61. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  62. 0d78ad8 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  63. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  64. ab0b8a9 fix comment and tiny optimisation for shutdown. by Michael Meeks · 12 years ago
  65. a8b32cc OSL_ENSURE->assert by Caolán McNamara · 12 years ago
  66. 41e3515 cppu: remove SAL_THROW macro by Noel Grandin · 12 years ago
  67. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  68. 2d4590a oox: drop using from header by Thomas Arnhold · 12 years ago
  69. 036a660 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11 by Julien Nabet · 12 years ago
  70. 99c5f4c coverity#707713 Uninitialized pointer field by Caolán McNamara · 12 years ago
  71. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  72. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  73. da14256 add missing modelines to idl files by Thomas Arnhold · 12 years ago
  74. ed81c7f fixincludeguards.sh: cppu by Thomas Arnhold · 12 years ago
  75. 27b7175 Clean up function declarations by Stephan Bergmann · 12 years ago
  76. 104096f Missing include by Stephan Bergmann · 12 years ago
  77. 1fc26b8 Cosmetics (to ease work related to finding unused functions) by Stephan Bergmann · 12 years ago
  78. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  79. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  80. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  81. f480f26 Remove visual noise from cppu by Alexander Wilms · 12 years ago
  82. c6d114b std::exception retrofit sequel by Stephan Bergmann · 12 years ago
  83. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  84. 5fbb164 cid#707712 Uninitialized pointer field by Noel Grandin · 12 years ago
  85. 34a4415 cppu: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  86. d39178f Drop unused #include by Takeshi Abe · 12 years ago
  87. ac6e8ac typo fixes in comments by Andras Timar · 12 years ago
  88. 995073b fdo#43157 - Clean up OSL_ASSERT by Timothy Markle · 12 years ago
  89. a0008fd Remove needless SAL_DLLPRIVATE annotations by Stephan Bergmann · 12 years ago
  90. a2c46486 [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppu by Stephan Bergmann · 12 years ago
  91. 9e77c2f Remove UNOIDL "array" and "union" vaporware remnants by Stephan Bergmann · 12 years ago
  92. ba52610 coverity#440026 Logically dead code by Caolán McNamara · 12 years ago
  93. 65191cd bool improvements by Stephan Bergmann · 12 years ago
  94. 4f4a21c coverity#1158251 Dereference before null check by Caolán McNamara · 12 years ago
  95. 83d51e2 Let C++ inline functions return bool instead of sal_Bool by Stephan Bergmann · 12 years ago
  96. a3f3276 Fix bogus mass-conversion equalsAsciiL -> startsWith by Stephan Bergmann · 12 years ago
  97. 81cb6a7f [API CHANGE] cppu::Enterable::v_isValid returns bool by Stephan Bergmann · 12 years ago
  98. 82625bb remove unnecessary sal_Unicode casts in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  99. e4a98b2 remove empty or by Philipp Riemer · 12 years ago
  100. 5ad06db WaE: unused function 'setNegativeBridge' by Tor Lillqvist · 12 years ago