1. 7db6878 Replace lists by vector or deque (cppu) by Julien Nabet · 8 years ago
  2. d9b6f4f loplugin:constmethods in unotools by Noel Grandin · 8 years ago
  3. 7a3aafb loplugin:includeform: cppu by Stephan Bergmann · 8 years ago
  4. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  5. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  6. 7f3ca309 Enable -Wunreachable-code by Stephan Bergmann · 9 years ago
  7. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  8. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  9. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  10. bfcad6e Remove excess SAL_INFOs by Stephan Bergmann · 9 years ago
  11. fbf1e4a loplugin:constparams in cppu by Noel Grandin · 9 years ago
  12. 2cbd412 cppu: remove unnecessary LOG_LIFECYCLE_* macros by Chris Sherlock · 9 years ago
  13. a394d67 use more OUString::operator== comphelper..cui by Noel Grandin · 9 years ago
  14. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  15. 868d8c8 loplugin:unnecessaryparen handle parens inside call expr by Noel Grandin · 9 years ago
  16. 4b7a1b4 fix m68k build (again) by Rene Engelhard · 9 years ago
  17. c4ddf6c C++11 remove std::unary_function bases from functors by Jochen Nitschke · 9 years ago
  18. bdb21c7 loplugin:casttovoid: cppu by Stephan Bergmann · 9 years ago
  19. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  20. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  21. 52ef15c Revert "Fix typos" by Stephan Bergmann · 9 years ago
  22. 26a6700 Fix typos by Andrea Gelmini · 9 years ago
  23. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  24. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  25. 8dd7915 tdf#43157: convert rest of cppu from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  26. ba49d9f tdf#43157: convert cppu's LogBridge from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  27. 2a38596 tdf#43157: convert cppu's AffineBridge from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  28. 1f4c85d tdf#43157: convert cppu's threadpool from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  29. fbc2652 loplugin:salunicodeliteral: cppu by Stephan Bergmann · 9 years ago
  30. f288d88 loplugin:cppunitassertequals: cppu by Stephan Bergmann · 9 years ago
  31. cd7cd53 Remove now-duplicate css::uno::Type operator << by Stephan Bergmann · 9 years ago
  32. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  33. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  34. 6f12914 update cppunit to 1.14.0 by Markus Mohrhard · 9 years ago
  35. 992a333 clang-tidy: readability-else-after-return by Noel Grandin · 9 years ago
  36. 5676ced make UNO enums scoped for internal LO code by Noel Grandin · 9 years ago
  37. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  38. 802ac3e Assert IdContainer's bInit in uno_releaseIdFromCurrentThread by Stephan Bergmann · 9 years ago
  39. ee8d9d4 loplugin:subtlezeroinit: cppu by Stephan Bergmann · 9 years ago
  40. 6de3688 Drop :: prefix from std in c*/ by Tor Lillqvist · 9 years ago
  41. 1c3e84d teach lolugin:stringconstant about calling constructors by Noel Grandin · 9 years ago
  42. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  43. 30d28cb coverity#704593 Dereference after null check by Caolán McNamara · 9 years ago
  44. d15b4e2 teach sallogareas plugin to catch inconsistencies by Noel Grandin · 9 years ago
  45. c3586b6 OSL_TRACE->SAL in chart2..oox by Noel Grandin · 9 years ago
  46. d5d6ee3 uno: Add support for targets with 16-bit alignment by John Paul Adrian Glaubitz · 9 years ago
  47. de5a847 Prevent self-join in ThreadAdmin::join by Stephan Bergmann · 9 years ago
  48. bd614b9 Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY by Stephan Bergmann · 9 years ago
  49. 3b4a329 Use OUString ctor instead of rtl_uString_newFromAscii by Stephan Bergmann · 9 years ago
  50. 954699a cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxx by Stephan Bergmann · 9 years ago
  51. 11aa8ac cid#1371314: Add move semantics by Stephan Bergmann · 10 years ago
  52. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  53. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  54. f651ea2 std::list<sal_Int64> -> std::deque by Noel Grandin · 10 years ago
  55. 29285b3 ::std::list < sal_Int64 > -> std::vector by Noel Grandin · 10 years ago
  56. 8b1752e icopyConstructFromElements's nAlloc is never negative by Stephan Bergmann · 10 years ago
  57. 6c4dfb9 cppu: fix loplugin:cppunitassertequals warnings by Miklos Vajna · 10 years ago
  58. 7fa183c loplugin:countusersofdefaultparams in chart2..desktop by Noel Grandin · 10 years ago
  59. efef273 tdf#100726: Improve readability of OUString concatenation by nadith · 10 years ago
  60. a88cfad int -> bool by Stephan Bergmann · 10 years ago
  61. 428e23f Fix some spelling errors in comments and strings by Otto Kekäläinen · 10 years ago
  62. 0b23eec teach refcounting clang plugin about uno::Reference by Noel Grandin · 10 years ago
  63. 8fec9e7 Some clean up of uses of css::uno::Any::setValue by Stephan Bergmann · 10 years ago
  64. d96c114 clang-tidy modernize-make-shared by Noel Grandin · 10 years ago
  65. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  66. 0f3ac23 Insert explicit "break" when falling through to empty next case by Stephan Bergmann · 10 years ago
  67. 1a6a475 cppu: replace boost::is_same with std::is_same by Michael Stahl · 10 years ago
  68. e16fa71 Handle wchar_t as native C++11 type on windows by David Ostrovsky · 10 years ago
  69. 3acbc64 tdf#97499 Fixed containers parameters clearing #8 by tymyjan · 10 years ago
  70. aa04c6d Cannot extract Any to sal_uInt32 by Stephan Bergmann · 10 years ago
  71. 7834196 loplugin:salbool: sal_Bool[] -> bool[] by Stephan Bergmann · 10 years ago
  72. e1af7f0 clang-tidy modernize-loop-convert in c* by Noel Grandin · 10 years ago
  73. e7f330f loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  74. a3858ed Use cast to bool to normalize sal_Bool values by Stephan Bergmann · 10 years ago
  75. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  76. 98d7b02 tdf#94306 replace boost::noncopyable in cppuhelper by Jochen Nitschke · 10 years ago
  77. c20cc7e tdf#97499 Fixed containers parameters clearing #4 by tymyjan · 10 years ago
  78. 62d1632 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  79. 0de4086 loplugin:staticanonymous by Stephan Bergmann · 10 years ago
  80. 3e48e0e uno/check.cxx: use alignment calculated at runtime instead of hardcode by Douglas Mencken · 10 years ago
  81. 449cede android version can also be compiled for x86 by Christian Lohmaier · 10 years ago
  82. d27e3ec tdf#84323: Make osl::Condition::wait more readable by Gurkaran · 10 years ago
  83. 6d42dc0 cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific before by Miklos Vajna · 10 years ago
  84. 05ff3d1 Let's use the iterator return by erase method of iterator list by Julien Nabet · 10 years ago
  85. 0cc4e71 Remove unnecessary parentheses by Stephan Bergmann · 10 years ago
  86. 5c47174 Fixed minor negation bug in SAL_WARN_IF by rohan · 10 years ago
  87. 50bf306 typo by Stephan Bergmann · 10 years ago
  88. 524ae35 Use plain assert (to complement use of static_assert above) by Stephan Bergmann · 10 years ago
  89. ea5bc30 Extract static_asserts out of OSL_DEBUG_LEVEL > 0 by Stephan Bergmann · 10 years ago
  90. 4f56db9 Clean up namespace by Stephan Bergmann · 10 years ago
  91. 7024c86 Extract checking code to its own check.cxx by Stephan Bergmann · 10 years ago
  92. c94f5b0 loplugin:cstylecast by Stephan Bergmann · 10 years ago
  93. c2fe73d Remove redundant checks (that trigger loplugin:implicitboolconversion]) by Stephan Bergmann · 10 years ago
  94. 05bca56 tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  95. 369b339 WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointer by Norbert Thiebaud · 10 years ago
  96. 53bf3ea tdf#57950: Replace chained O(U)StringBuffer::append() with operator+ by Arnold Dumas · 10 years ago
  97. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  98. f8779bb Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunk by Stephan Bergmann · 10 years ago
  99. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  100. 4a8c0d3 loplugin:implicitboolconversion by Andrzej Hunt · 10 years ago