1. 050a2db upgrade libxml2, libxslt & liblangtag by Caolán McNamara · 2 years, 3 months ago
  2. 0180705 reprobuild: don't write timestamps to clucene index files by Thorsten Behrens · 2 years, 5 months ago
  3. 950d8b6 cid#1546501 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
  4. 7f71377 cid#1546485 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
  5. c8f7408 tdf#158302 fix build against system-libxml-2.12 by Miklos Vajna · 2 years, 4 months ago
  6. d5afeec Use less libxml2 external headers dependency by Gabor Kelemen · 2 years, 7 months ago
  7. 2f85eb7 tdf#146619 Recheck include/c* with IWYU by Gabor Kelemen · 2 years, 7 months ago
  8. 0e6f5ac Related: tdf#157254 Shorten paths by removing relative parts by Mike Kaganski · 2 years, 7 months ago
  9. e78eee6 Simplify a bit by Mike Kaganski · 2 years, 7 months ago
  10. 5c15615 loplugin:unnecessarygetstr extend to more std::string checking by Noel Grandin · 3 years ago
  11. 0d8d0fb tdf#143148: Use pragma once instead of include guards by Uday Sharma · 3 years, 2 months ago
  12. 899dfbc elide some temporary OStrings by Noel Grandin · 3 years, 1 month ago
  13. 70bcf9e Remove support for AIX by Stephan Bergmann · 3 years, 2 months ago
  14. 2df577b loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  15. 1eaf112 fix build --with-help by Noel Grandin · 3 years, 10 months ago
  16. 966d975 clang-tidy modernize-pass-by-value in helpcompiler by Noel Grandin · 3 years, 10 months ago
  17. 243ffb1 tdf#143148 Use pragma once in embedserv and helpcompiler by Diane Leigh · 3 years, 10 months ago
  18. 9f1701d use more o3tl::getToken by Noel Grandin · 4 years ago
  19. 67478f9 Recheck modules [i-l]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  20. 87cdb3e Don't build clucene if not needed by Jan-Marek Glogowski · 4 years, 4 months ago
  21. 7b11cda Revert "Simplify vector initialization in helpcompiler" by Julien Nabet · 4 years, 6 months ago
  22. cd5ee8c Simplify vector initialization in helpcompiler by Julien Nabet · 4 years, 6 months ago
  23. 709a40e cross-toolset: fix real cross help building by Jan-Marek Glogowski · 4 years, 10 months ago
  24. 14069d8 configure: Improve help-options handling by Jan-Marek Glogowski · 4 years, 11 months ago
  25. 6783afe no need to allocate these on the heap by Noel Grandin · 4 years, 10 months ago
  26. 83b2ac7 Use GetShortPathNameW workaround on Windows for help indexer by Mike Kaganski · 5 years ago
  27. fed54ff Use Unicode paths on Windows for help compiler by Mike Kaganski · 5 years ago
  28. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  29. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  30. 11aa7dc tdf#123936 Formatting files in module helpcompiler with clang-format by Philipp Hofer · 5 years ago
  31. 877f40a tdf#42949 Fix new IWYU warnings in directories [h-r]* by Gabor Kelemen · 5 years ago
  32. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  33. 4eb75e4 loplugin:flatten in helpcompiler by Noel Grandin · 6 years ago
  34. ba2ef4a Avoid -Werror,-Wdeprecated-enum-enum-conversion by Stephan Bergmann · 6 years ago
  35. 821bdf5 sal_Char->char in formula..i18npool by Noel Grandin · 6 years ago
  36. e189a3f make some classes module private by Noel Grandin · 6 years ago
  37. 77cb905 cid#1448239 unsafe_xml_parse_config by Caolán McNamara · 6 years ago
  38. 82d2049 cid#1448239 unsafe_xml_parse_config by Caolán McNamara · 6 years ago
  39. 8baf304 document HelpCompiler::getSourceDocument behaviour by Caolán McNamara · 6 years ago
  40. c5ecf24 fs::getThreadTextEncoding->osl_getThreadTextEncoding by Caolán McNamara · 6 years ago
  41. b587072 drop impl_sleep hack by Caolán McNamara · 6 years ago
  42. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  43. 781c440 make some classes module-private by Noel Grandin · 6 years ago
  44. 8b4719c Rename OUStringLiteral1 to OUStringChar by Stephan Bergmann · 6 years ago
  45. cdbac69 simplify "a = a +" to "a +=" by Noel Grandin · 6 years ago
  46. 03516c5 loplugin:stringadd in helpcompiler..oox by Noel Grandin · 7 years ago
  47. 3c479f6 cid#1448495 Unchecked return value by Caolán McNamara · 7 years ago
  48. fa5c79b cid#1448441 Unchecked return value by Caolán McNamara · 7 years ago
  49. bc401b9 cid#703974 Unchecked return value by Caolán McNamara · 7 years ago
  50. c329a1c tdf#42949 Fix IWYU warnings in helpcompiler/ by Gabor Kelemen · 7 years ago
  51. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  52. 55783b8 std::string has a std::hash specialisation since C++11 by Noel Grandin · 7 years ago
  53. 48f2d4e loplugin:unusedfields in helpcompiler..jvmfwk by Noel Grandin · 7 years ago
  54. c70f5f3 use clear() instead of erase(begin, end) by Noel Grandin · 7 years ago
  55. de8c193 loplugin:indentation in helpcompiler..io by Noel Grandin · 7 years ago
  56. 21de555 remove unnecessary "if (!empty()" checks before loops by Noel Grandin · 7 years ago
  57. 55e4280 improve function-local statics in forms..reportdesign by Noel Grandin · 7 years ago
  58. 51d1ec7 clang-tidy performance-unnecessary-copy-init in editeng..i18npool by Noel Grandin · 7 years ago
  59. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  60. 38a98c2 loplugin:simplifyconstruct in helpcompiler..io by Noel Grandin · 8 years ago
  61. bdb0775 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  62. e6d79e8 loplugin:returnconstant in helpcompiler by Noel Grandin · 8 years ago
  63. 4084f93 helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
  64. 98db90e Don't create std::string from nullptr by Stephan Bergmann · 8 years ago
  65. 3bd8759 tdf#96099 Remove some trivial std::vector typedefs by Arkadiy Illarionov · 8 years ago
  66. 251cb2a tdf#96099 Remove std::vector typedefs by Abhyudaya Sharma · 8 years ago
  67. 73c29a2 loplugin:useuniqueptr in StreamTable by Noel Grandin · 8 years ago
  68. 93f8b70 Use for-range loops in helpcompiler by Julien Nabet · 8 years ago
  69. f0f43e0 helpcompiler: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
  70. a2f8670 loplugin:useuniqueptr in BasicCodeTagger by Noel Grandin · 8 years ago
  71. d8282c9 Replace lists by vector and deque (helpcompiler) by Julien Nabet · 8 years ago
  72. 9ee6031 loplugin:constmethod in idl,helpcompiler by Noel Grandin · 8 years ago
  73. cfad891 loplugin:includeform: helpcompiler by Stephan Bergmann · 8 years ago
  74. 1944e3d Rename and move SAL_U/W to o3tl::toU/W by Mike Kaganski · 9 years ago
  75. 532a4dc Replace more reinterpret_cast with SAL_W/SAL_U by Mike Kaganski · 9 years ago
  76. 356deba cppcheck: unreadVariable by Jochen Nitschke · 9 years ago
  77. 72f36ad loplugin:constparams in vcl by Noel Grandin · 9 years ago
  78. 207d625 loplugin:casttovoid: helpcompiler by Stephan Bergmann · 9 years ago
  79. a006f60 loplugin:oncevar in helpcompiler..jvmfwk by Noel Grandin · 9 years ago
  80. 0e2a6e8 remove some unnecessary use of OUStringBuffer by Noel Grandin · 9 years ago
  81. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  82. 59793d6 Make helpcompiler more verbose on dot ahelps by Gabor Kelemen · 9 years ago
  83. 3936671 Clean up uses of SAL_U/SAL_W: helpcompiler by Stephan Bergmann · 9 years ago
  84. 68e2133 remove empty comments by Noel Grandin · 9 years ago
  85. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  86. 9ac98e6 Finally switch MSVC to sal_Unicode = char16_t, too by Stephan Bergmann · 9 years ago
  87. 6291574 Remove unused #include <ctype.h> by Stephan Bergmann · 9 years ago
  88. e665ecf Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) by Stephan Bergmann · 9 years ago
  89. 7778d9f51 Prevent calls to rtl/character.hxx functions with (signed) char arguments by Stephan Bergmann · 9 years ago
  90. ce3441c convert HelpProcessingErrorClass to scoped enum by Noel Grandin · 9 years ago
  91. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  92. b4adb0c loplugin: unnecessary destructor forms..idlc by Noel Grandin · 9 years ago
  93. cbf61ee New loplugin:dynexcspec: Add @throws documentation, helpcompiler by Stephan Bergmann · 9 years ago
  94. 7a60e90 new loplugin: useuniqueptr: helpcompiler..io by Noel Grandin · 9 years ago
  95. 0680fc5 New loplugin:conststringvar: helpcompiler by Stephan Bergmann · 9 years ago
  96. a7d554f New loplugin:charrightshift by Stephan Bergmann · 9 years ago
  97. d689ad2 New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUString by Stephan Bergmann · 9 years ago
  98. a7369d9 loplugin:oncevar in helpcompiler..reportdesign by Noel Grandin · 9 years ago
  99. 5f2bf2c clang-cl loplugin: helpcompiler by Stephan Bergmann · 9 years ago
  100. f255c3e [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always true by Stephan Bergmann · 10 years ago