1. 039180f Revert "improve logging message" by Noel Grandin · 4 years, 10 months ago
  2. 9f0484c improve logging message by Noel Grandin · 4 years, 10 months ago
  3. 3e8e5f0 Simplify Sequences initializations (accessibility/binaryurp) by Julien Nabet · 4 years, 10 months ago
  4. d8d1565 small perf improvement in readMemberValues by Noel Grandin · 5 years ago
  5. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  6. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  7. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  8. 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
  9. 7874cba loplugin:referencecasting in basctl..binaryurp by Noel · 5 years ago
  10. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  11. 31fbd2b tdf#123936 Formatting files in module binaryurp with clang-format by Philipp Hofer · 5 years ago
  12. 0505a00 tdf#42949 Fix new IWYU warnings in directories [ab]* by Gabor Kelemen · 5 years ago
  13. 5381af1 tdf#124176 Use #pragma once in binaryurp by George Bateman · 6 years ago
  14. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  15. 9be078a binaryurp: create instances with uno constructors by Noel Grandin · 6 years ago
  16. eb582a5 Upcoming improved loplugin:staticanonymous -> redundantstatic: binaryurp by Stephan Bergmann · 6 years ago
  17. acbe574 Rephrase comment by Stephan Bergmann · 6 years ago
  18. 760980b Fix typos by Andrea Gelmini · 6 years ago
  19. ba86099 HACK to decouple URP release calls from all other threads by Stephan Bergmann · 6 years ago
  20. ff3324b Improve a SAL_WARN message by Stephan Bergmann · 6 years ago
  21. 56428bd Properly handle initial object queryInterface return value by Stephan Bergmann · 6 years ago
  22. 898cbb2 use for-range on Sequence in basctl..canvas by Noel Grandin · 6 years ago
  23. 58f39d2 tdf#42949 Add back includes to binaryurp/ by Gabor Kelemen · 6 years ago
  24. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  25. 5405681 tdf#42949 Fix IWYU warnings in binaryurp/ by Gabor Kelemen · 6 years ago
  26. 254b920 Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurp by Stephan Bergmann · 7 years ago
  27. c88f760 Use hasElements to check Sequence emptiness in accessibility..canvas by Arkadiy Illarionov · 7 years ago
  28. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  29. 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
  30. e01b9e7 Use C++17 nested namespace definitions (in binaryurp) by Stephan Bergmann · 7 years ago
  31. a47b8f2 tdf#112689:Replace chained O(U)StringBuffer::append() with operator+ by Furkan Ahmet Kara · 7 years ago
  32. 777a3f0 Use [[maybe_unused]] instead of cast to void by Stephan Bergmann · 7 years ago
  33. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  34. 23e32f4 Use structured binding by Stephan Bergmann · 7 years ago
  35. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  36. bb209f2 Revert "clang bugprone-unused-return-value" by Noel Grandin · 8 years ago
  37. 7764ae7 clang bugprone-unused-return-value by Noel Grandin · 8 years ago
  38. 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
  39. a5be07d inline use-once typedefs by Noel Grandin · 8 years ago
  40. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  41. d3c607b Replace list by vector in incomingrequest (binaryurp) by Julien Nabet · 8 years ago
  42. 86cda9a Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8 by Julien Nabet · 8 years ago
  43. 9d1f61a Replace some lists by vectors in binaryurp by Julien Nabet · 8 years ago
  44. d9b6f4f loplugin:constmethods in unotools by Noel Grandin · 8 years ago
  45. ff57812 binaryurp: consistently use "" and <> for include directives by Mike Kaganski · 8 years ago
  46. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  47. 84cbd6a clang-tidy modernize-use-emplace in b* by Noel Grandin · 9 years ago
  48. e9d64ca Replace use of oslInterlockedCount with std::atomic by Stephan Bergmann · 9 years ago
  49. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  50. ec8c98f use more SAL_N_ELEMENTS part 3 by Noel Grandin · 9 years ago
  51. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  52. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  53. 06aa3dd Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurp by Stephan Bergmann · 9 years ago
  54. 013d978 Drop :: prefix from std in [a-b]*/ by Tor Lillqvist · 9 years ago
  55. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  56. 83721f4 makeAny->Any in basctl..chart2 by Noel Grandin · 9 years ago
  57. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  58. d689ad2 New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUString by Stephan Bergmann · 9 years ago
  59. 8d4a306 loplugin:unusedfields by Noel Grandin · 9 years ago
  60. 0ba00ee Replace remaining OSL_ASSERT etc. in binaryurp by Stephan Bergmann · 10 years ago
  61. c480677 In binaryurp, fix change from rtl_copyMemory to memcpy by Stephan Bergmann · 10 years ago
  62. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  63. 9bc591f cid#1371307: Move semantics for BinaryAny by Stephan Bergmann · 10 years ago
  64. 272e761 split the assert into two by Markus Mohrhard · 10 years ago
  65. 4e3ed5a use SAL_DEPRECATED in uno::Reference by Noel Grandin · 10 years ago
  66. 428e23f Fix some spelling errors in comments and strings by Otto Kekäläinen · 10 years ago
  67. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  68. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  69. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  70. b14224f loplugin:unusedmethods by Noel Grandin · 10 years ago
  71. e68121b loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  72. be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
  73. 63f90a9 tdf#65108 use <> instead of "" in include line by Feyza Yavuz · 10 years ago
  74. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  75. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  76. 315afb1 tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  77. 1d7220d More informative exception message by Stephan Bergmann · 11 years ago
  78. d9727f1 loplugin:redundantcast: const_cast to same type by Stephan Bergmann · 11 years ago
  79. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  80. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  81. 31e24f4 Remove redundant Reference<> from within UnoType<> uses by Stephan Bergmann · 11 years ago
  82. bd08ebde restore dependencies by Caolán McNamara · 11 years ago
  83. 01a8bda boost::noncopyable->'= delete' by Caolán McNamara · 11 years ago
  84. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  85. 3149825 loplugin:cstylecast: warn about certain redundant reinterpret_casts by Stephan Bergmann · 11 years ago
  86. d79b96c css::uno::Sequence ctor with initializer_list by Stephan Bergmann · 11 years ago
  87. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  88. f2d8fda cid#1212456 Silently ignore uno_assignData return value here by Stephan Bergmann · 11 years ago
  89. 11311b9 untabify by Stephan Bergmann · 12 years ago
  90. 5045400 Replace use of o3tl::heap_ptr with std::unique_ptr by Stephan Bergmann · 12 years ago
  91. 0d78ad8 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  92. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  93. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  94. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  95. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  96. 184e4ef rhbz#1016758: Dispose bridges when disposing bridge factory by Stephan Bergmann · 12 years ago
  97. ff43ba7 coverity#707665 Uninitialized scalar field by Caolán McNamara · 12 years ago
  98. 5575146 coverity#707666 Uninitialized scalar field by Caolán McNamara · 12 years ago
  99. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  100. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago