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