1. 11aa8ac cid#1371314: Add move semantics by Stephan Bergmann · 10 years ago
  2. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  3. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  4. f651ea2 std::list<sal_Int64> -> std::deque by Noel Grandin · 10 years ago
  5. 29285b3 ::std::list < sal_Int64 > -> std::vector by Noel Grandin · 10 years ago
  6. 8b1752e icopyConstructFromElements's nAlloc is never negative by Stephan Bergmann · 10 years ago
  7. 6c4dfb9 cppu: fix loplugin:cppunitassertequals warnings by Miklos Vajna · 10 years ago
  8. 7fa183c loplugin:countusersofdefaultparams in chart2..desktop by Noel Grandin · 10 years ago
  9. efef273 tdf#100726: Improve readability of OUString concatenation by nadith · 10 years ago
  10. a88cfad int -> bool by Stephan Bergmann · 10 years ago
  11. 428e23f Fix some spelling errors in comments and strings by Otto Kekäläinen · 10 years ago
  12. 0b23eec teach refcounting clang plugin about uno::Reference by Noel Grandin · 10 years ago
  13. 8fec9e7 Some clean up of uses of css::uno::Any::setValue by Stephan Bergmann · 10 years ago
  14. d96c114 clang-tidy modernize-make-shared by Noel Grandin · 10 years ago
  15. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  16. 0f3ac23 Insert explicit "break" when falling through to empty next case by Stephan Bergmann · 10 years ago
  17. 1a6a475 cppu: replace boost::is_same with std::is_same by Michael Stahl · 10 years ago
  18. e16fa71 Handle wchar_t as native C++11 type on windows by David Ostrovsky · 10 years ago
  19. 3acbc64 tdf#97499 Fixed containers parameters clearing #8 by tymyjan · 10 years ago
  20. aa04c6d Cannot extract Any to sal_uInt32 by Stephan Bergmann · 10 years ago
  21. 7834196 loplugin:salbool: sal_Bool[] -> bool[] by Stephan Bergmann · 10 years ago
  22. e1af7f0 clang-tidy modernize-loop-convert in c* by Noel Grandin · 10 years ago
  23. e7f330f loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  24. a3858ed Use cast to bool to normalize sal_Bool values by Stephan Bergmann · 10 years ago
  25. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  26. 98d7b02 tdf#94306 replace boost::noncopyable in cppuhelper by Jochen Nitschke · 10 years ago
  27. c20cc7e tdf#97499 Fixed containers parameters clearing #4 by tymyjan · 10 years ago
  28. 62d1632 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  29. 0de4086 loplugin:staticanonymous by Stephan Bergmann · 10 years ago
  30. 3e48e0e uno/check.cxx: use alignment calculated at runtime instead of hardcode by Douglas Mencken · 10 years ago
  31. 449cede android version can also be compiled for x86 by Christian Lohmaier · 10 years ago
  32. d27e3ec tdf#84323: Make osl::Condition::wait more readable by Gurkaran · 10 years ago
  33. 6d42dc0 cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific before by Miklos Vajna · 10 years ago
  34. 05ff3d1 Let's use the iterator return by erase method of iterator list by Julien Nabet · 10 years ago
  35. 0cc4e71 Remove unnecessary parentheses by Stephan Bergmann · 10 years ago
  36. 5c47174 Fixed minor negation bug in SAL_WARN_IF by rohan · 10 years ago
  37. 50bf306 typo by Stephan Bergmann · 10 years ago
  38. 524ae35 Use plain assert (to complement use of static_assert above) by Stephan Bergmann · 10 years ago
  39. ea5bc30 Extract static_asserts out of OSL_DEBUG_LEVEL > 0 by Stephan Bergmann · 10 years ago
  40. 4f56db9 Clean up namespace by Stephan Bergmann · 10 years ago
  41. 7024c86 Extract checking code to its own check.cxx by Stephan Bergmann · 10 years ago
  42. c94f5b0 loplugin:cstylecast by Stephan Bergmann · 10 years ago
  43. c2fe73d Remove redundant checks (that trigger loplugin:implicitboolconversion]) by Stephan Bergmann · 10 years ago
  44. 05bca56 tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  45. 369b339 WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointer by Norbert Thiebaud · 10 years ago
  46. 53bf3ea tdf#57950: Replace chained O(U)StringBuffer::append() with operator+ by Arnold Dumas · 10 years ago
  47. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  48. f8779bb Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunk by Stephan Bergmann · 10 years ago
  49. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  50. 4a8c0d3 loplugin:implicitboolconversion by Andrzej Hunt · 10 years ago
  51. 5e9db55 cppcheck: allocaCalled by Caolán McNamara · 10 years ago
  52. 0475ab7 Adapt to true wchar_t in clang-cl by Stephan Bergmann · 10 years ago
  53. c6dbbdf i125711 - Illumos port: generalize MAX_ALIGNMENT for Solaris by Pedro Giffuni · 10 years ago
  54. aad80e0 cppcheck:useInitializationList by Noel Grandin · 10 years ago
  55. 0b07406 Use C++11 char16_t for sal_Unicode by Stephan Bergmann · 10 years ago
  56. 4c1f958 Clean up by Stephan Bergmann · 10 years ago
  57. 4730b58 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  58. 6a2440e cid#1338241 removed throw from C function. by jan iversen · 10 years ago
  59. 5ff6844 cid#1338242 cid#1338241 removed throw from extern "C" function by jan iversen · 10 years ago
  60. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  61. be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
  62. f570f83 Avoid ASan new-delete-type-mismatch with -fsized-deallocation by Stephan Bergmann · 10 years ago
  63. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  64. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  65. 3f6da86 Fix typos by Andrea Gelmini · 11 years ago
  66. 22b80ac boost->std by Caolán McNamara · 11 years ago
  67. b03b8c8 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  68. 2861d5b Some oslCondition -> osl::Condition by Stephan Bergmann · 11 years ago
  69. 4712396 loplugin: defaultparams by Noel Grandin · 11 years ago
  70. 1719907 com::sun::star-css in cppu,cppuhelper by Noel Grandin · 11 years ago
  71. cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
  72. 81275d4 Avoid loplugin:redundantcast in non-debug build by Stephan Bergmann · 11 years ago
  73. a212bd0 loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
  74. 472c0a3 loplugin:stringconstant: Flag more inefficiencies by Stephan Bergmann · 11 years ago
  75. 2a65bf3 Revert "Typo: iff->if" by Julien Nabet · 11 years ago
  76. cf92da3 Typo: iff->if by Julien Nabet · 11 years ago
  77. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  78. ad62165 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  79. cd14c53 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  80. 75aa1bf loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  81. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  82. 0bfc98e loplugin:redundantcast: reinterpret_cast to void* by Stephan Bergmann · 11 years ago
  83. 7e61f39 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  84. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  85. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  86. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  87. bfcdcdb Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  88. 96f5b78 Use OUString::unacquired by Stephan Bergmann · 11 years ago
  89. c57ffac Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  90. 1777f6f Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  91. 48f0a5e Typos by Julien Nabet · 11 years ago
  92. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  93. 4e12f95 cppu: convert some OSL_TRACE by Michael Stahl · 11 years ago
  94. 585b789 cppu: the LogBrige really needs its own SAL_LOG area by Michael Stahl · 11 years ago
  95. 4e3da62 Some more loplugin:cstylecast clean-up by Stephan Bergmann · 11 years ago
  96. 9193a15 Some more loplugin:cstylecast: cppu by Stephan Bergmann · 11 years ago
  97. d5c3a25 valgrind: uninitialized variable by Caolán McNamara · 11 years ago
  98. 900a299 coverity#1261762 Resource leak by Caolán McNamara · 11 years ago
  99. 4e59046 Fix include by Stephan Bergmann · 11 years ago
  100. 64ccf3f Include function declarations by Stephan Bergmann · 11 years ago