1. 12b96ac cid#1546503 Using invalid iterator by Caolán McNamara · 2 years, 4 months ago
  2. 67c2a47 cid#1545597 Using invalid iterator by Julien Nabet · 2 years, 4 months ago
  3. bc012f1 Extended loplugin:ostr: codemaker by Stephan Bergmann · 2 years, 4 months ago
  4. 99b9bc7 Extended loplugin:ostr: codemaker by Stephan Bergmann · 2 years, 5 months ago
  5. 27e7a61 Follow-up on "Make sure __cpp_lib_source_location is consistently defined" by Stephan Bergmann · 2 years, 6 months ago
  6. 9c5f597 use std::source_location instead of std::experimental::source_location by Noel Grandin · 2 years, 6 months ago
  7. da38a44 WASM: Embind: get rid of redundant EMSCRIPTEN conditional by Sarper Akdemir · 2 years, 6 months ago
  8. 414316a Drop some newly obsolete __clang_major__ version checks by Stephan Bergmann · 2 years, 6 months ago
  9. 841f898 JavaScript uno bindings for WASM with Embind - first cut by Sarper Akdemir · 2 years, 8 months ago
  10. 6f60670 Use less zlib external headers dependency by Gabor Kelemen · 2 years, 7 months ago
  11. 637ccee loplugin:stringadd in c* by Noel Grandin · 3 years ago
  12. 9111536 Introduce css.reflection.Dump singleton by Stephan Bergmann · 3 years, 1 month ago
  13. e1c6f36 Add a to_string() function to the code generated for UNO IDL constant groups by Tor Lillqvist · 3 years, 1 month ago
  14. c08e5db Make check for complete type more explicit by Stephan Bergmann · 3 years, 4 months ago
  15. 485c9d4 Clarify the use of untools::WeakReference by Stephan Bergmann · 3 years, 4 months ago
  16. 5687eba Drop obsolete preprocessor directives from UNOIDL files by Stephan Bergmann · 3 years, 10 months ago
  17. 225328b clang-tidy modernize-pass-by-value in codemaker by Noel Grandin · 3 years, 11 months ago
  18. fa88fd0 Revert "use more string_view in codemaker" by Noel Grandin · 4 years ago
  19. 9463550 use more string_view in codemaker by Noel Grandin · 4 years ago
  20. 9820f11 address review comments on "use more string in unoidl.." by Noel Grandin · 4 years ago
  21. 2d9291b use more string_view in unoidl,codemaker by Noel Grandin · 4 years ago
  22. 33bd16b loplugin:stringviewparam convert methods using copy() by Noel Grandin · 4 years ago
  23. e4ff847 loplugin:stringview check for getToken and trim by Noel Grandin · 4 years ago
  24. 2bf5658 add a more complete o3tl::getToken by Noel Grandin · 4 years ago
  25. 1927b51 loplugin:stringviewparam convert methods using indexOf by Noel Grandin · 4 years ago
  26. bc9b5c8 cid#1500511 silence Resource leak by Caolán McNamara · 4 years, 1 month ago
  27. b01e048 Extend loplugin:stringview to O[U]StringBuffer::toString by Stephan Bergmann · 4 years, 2 months ago
  28. 8b327cd tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by VaibhavMalik4187 · 4 years, 2 months ago
  29. 162017c Improve DBG_UNHANDLED_EXCEPTION output a bit by Stephan Bergmann · 4 years, 2 months ago
  30. 2529893 loplugin:flatten in canvas..cui by Noel Grandin · 4 years, 4 months ago
  31. da51433 Prepare for removal of non-const operator[] from Sequence in codemaker by Mike Kaganski · 4 years, 5 months ago
  32. 900ba7d Use more appropriate type for OString-length related variable by Stephan Bergmann · 4 years, 6 months ago
  33. 3721f4a codemaker : remove useless includes by Arnaud Versini · 4 years, 10 months ago
  34. 2b3879c Use implicit conversion from OStringBuffer to std::string_view by Stephan Bergmann · 4 years, 11 months ago
  35. af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
  36. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  37. 6a113a4 throw() -> noexcept, part 1/3: Manual scaffolding by Stephan Bergmann · 5 years ago
  38. b550d72 cid#1473812 Untrusted value as argument by Caolán McNamara · 5 years ago
  39. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  40. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  41. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  42. 28555fc fix fuzzer build by Caolán McNamara · 5 years ago
  43. 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
  44. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  45. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  46. a079d78 tdf#123936 Formatting files in module codemaker with clang-format by Philipp Hofer · 5 years ago
  47. 93c64a6 loplugin:stringview by Noel · 5 years ago
  48. ce73b52 tdf#124176 Use #pragma once in codemaker by George Bateman · 6 years ago
  49. 4b9e440 Turn OStringLiteral into a consteval'ed, static-refcound rtl_String by Stephan Bergmann · 6 years ago
  50. 2e21240 Goodbye O[U]StringView, welcome O[U]String::Concat by Stephan Bergmann · 6 years ago
  51. 809ddff Fix the Clang check for using <experimental/source_location> by Stephan Bergmann · 6 years ago
  52. 1d0bc21 use std::experimental::source_location in uno::Exception by Noel Grandin · 6 years ago
  53. 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
  54. ed00978 loplugin:flatten in codemaker by Noel Grandin · 6 years ago
  55. 133eafa ofz#20976 build-failure by Caolán McNamara · 6 years ago
  56. 2b03e0b Revert "ofz#20976 build-failure" by Caolán McNamara · 6 years ago
  57. 5b22433 ofz#20976 build-failure by Caolán McNamara · 6 years ago
  58. 8dbe8ea clang-tidy modernize-concat-nested-namespace in codemaker..configmgr by Noel Grandin · 6 years ago
  59. f0106e1 sal_Char->char in canvas..codemaker by Noel Grandin · 6 years ago
  60. bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
  61. c68be56 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  62. 0f87447 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  63. 3ebbb15 loplugin:buffereadd find stuff involving adding *StringBuffer by Noel Grandin · 6 years ago
  64. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  65. 231e16d loplugin:redundantpointerops simplify *p.get() by Noel Grandin · 7 years ago
  66. 727200b loplugin:stringadd in basctl..cui by Noel Grandin · 7 years ago
  67. cecbf4e loplugin:useuniqueptr in ClassFile by Noel Grandin · 7 years ago
  68. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  69. 0869895 tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
  70. ad4c8fe loplugin:sequentialassign in codemaker..connectivity by Noel Grandin · 7 years ago
  71. dacde2c Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead" by Mike Kaganski · 7 years ago
  72. 7327260 tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739 by Mike Kaganski · 7 years ago
  73. 84662e9 Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead by Mike Kaganski · 7 years ago
  74. 85456fa tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
  75. 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
  76. 3b9dcfe loplugin:indentation in codemaker..comphelper by Noel Grandin · 7 years ago
  77. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  78. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  79. a3d5248 loplugin:useuniqueptr in codemaker by Noel Grandin · 7 years ago
  80. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  81. 8dc2361 pvs-studio: The condition 'nIndex != - 1' of loop is always true by Caolán McNamara · 7 years ago
  82. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  83. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  84. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  85. bb209f2 Revert "clang bugprone-unused-return-value" by Noel Grandin · 8 years ago
  86. a55711a Generate UNO exception classes as SAL_WARN_UNUSED by Stephan Bergmann · 8 years ago
  87. 7764ae7 clang bugprone-unused-return-value by Noel Grandin · 8 years ago
  88. c83a807 loplugin:unusedfields by Noel Grandin · 8 years ago
  89. 1a400fc codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
  90. 082c7ca Add missing method hasUnsignedLongDependency() by Muhammet Kara · 8 years ago
  91. 7af90cc Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  92. 5437eb1 tdf#96099 Remove trivial std::map typedefs in [cd]* by Arkadiy Illarionov · 8 years ago
  93. a96a260 tdf#117918 codemaker: avoid including ourselves in .hpp files by Miklos Vajna · 8 years ago
  94. 4e5cb9f coverity#1019311 silence Unchecked return value by Caolán McNamara · 8 years ago
  95. be8c414 loplugin:unusedmethods also check for functions returning bool by Noel Grandin · 8 years ago
  96. 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
  97. 56bd8bb More loplugin:cstylecast: codemaker by Stephan Bergmann · 8 years ago
  98. a2ef65b Fix typos by Andrea Gelmini · 8 years ago
  99. a265656 loplugin:unnecessaryparen: Warn about parentheses around literals by Stephan Bergmann · 8 years ago
  100. 10593ac Replace most lists by vectors in codemaker by Julien Nabet · 8 years ago