1. 4fa74ce tools: use string_view instead of OString in XmlWriter by Tomaž Vajngerl · 5 months ago
  2. 5b90de9 Revert "Related tdf#167365: some improvements in opencltest made by ChatGPT" by Julien Nabet · 7 months ago
  3. fde5f8a Related tdf#167365: some improvements in opencltest made by ChatGPT by Julien Nabet · 9 months ago
  4. 79c3a09 cid#1660333 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  5. e4780ac cid#1660797 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  6. 4a09777 Windows 10 is the baseline, drop checks for older versions by Mike Kaganski · 1 year, 4 months ago
  7. bba1193 workaround segfault in compiler on macos-clang-intel by Christian Lohmaier · 1 year, 10 months ago
  8. d573e2a loplugin:ostr in various by Noel Grandin · 1 year, 11 months ago
  9. ab95ed2 Use less boost_headers in low level libraries by Gabor Kelemen · 2 years, 1 month ago
  10. 235ae98 Extended loplugin:ostr: opencl by Stephan Bergmann · 2 years, 5 months ago
  11. d5afeec Use less libxml2 external headers dependency by Gabor Kelemen · 2 years, 7 months ago
  12. 5fe96b6 Drop SvStream::WriteCharPtr by Mike Kaganski · 3 years ago
  13. 7f91e4a loplugin:stringadd in oox..pyuno by Noel Grandin · 3 years ago
  14. c544f9e Use raw string literal in opencl to keep PMD static analyser happy by Ilmari Lauhakangas · 3 years, 2 months ago
  15. 1743d74 clang-tidy modernize-pass-by-value in various by Noel Grandin · 3 years, 11 months ago
  16. 4140154 opencl: no need for unhelpful nullptr OUString * case. by Michael Meeks · 3 years, 9 months ago
  17. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  18. 85c2ed8 loplugin:stringview add check for getToken().toInt32 by Noel Grandin · 4 years ago
  19. 7b5193e Recheck modules [o-r]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  20. 9a66812 Prepare for removal of non-const operator[] from Sequence in opencl by Mike Kaganski · 4 years, 5 months ago
  21. 283a979 loplugin:indentation check for indent inside block by Noel Grandin · 4 years, 6 months ago
  22. 10ad9560 drop 'using namespace std' in o* r* x* by Julien Nabet · 4 years, 6 months ago
  23. 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
  24. 18f20201 loplugin:constparams by Noel Grandin · 4 years, 8 months ago
  25. 62f6d6e use more string_view in tools/stream by Noel Grandin · 5 years ago
  26. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  27. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  28. 03b070a Update OpenCL denylist and allowlist by Ilmari Lauhakangas · 5 years ago
  29. 9430608 simplify code, use more subView() by Noel · 5 years ago
  30. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  31. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  32. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  33. 4d4e95b tdf#123936 Formatting files in module opencl with clang-format by Philipp Hofer · 5 years ago
  34. 941f2c8 convert more long -> tools::Long by Noel · 5 years ago
  35. 2e21240 Goodbye O[U]StringView, welcome O[U]String::Concat by Stephan Bergmann · 6 years ago
  36. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  37. abb6c01 replace usage of whitelist with allowlist by Thorsten Behrens · 6 years ago
  38. 493ae7a6 replace usage of blacklist with denylist by Thorsten Behrens · 6 years ago
  39. 1511c73 loplugin:flatten in opencl by Noel Grandin · 6 years ago
  40. 31bf558 Revert "loplugin:constfields in oox" by Noel Grandin · 6 years ago
  41. 397ad71 merge OpenGLZone and OpenCLZone into one generic code by Luboš Luňák · 6 years ago
  42. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  43. ef8674a pickBestDevice return is ignored by Caolán McNamara · 6 years ago
  44. c544432 ensure cache dir is created by Caolán McNamara · 6 years ago
  45. 928c854 Remove unused OpenCLEnv::mpOclCmdQueue by Stephan Bergmann · 6 years ago
  46. 8169c04 Directly use OUStringBuffer::append overload taking a single sal_Unicode by Stephan Bergmann · 6 years ago
  47. d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
  48. 8b4719c Rename OUStringLiteral1 to OUStringChar by Stephan Bergmann · 6 years ago
  49. 35e6ada Fix misuse of OStringLiteral by Stephan Bergmann · 6 years ago
  50. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  51. 33d922e -Werror=volatile in OpenCLZone by Stephan Bergmann · 7 years ago
  52. c598ea1 Add version resource to executables where it was missing by Mike Kaganski · 7 years ago
  53. 07f9223 loplugin:constvars in i18npool..opencl by Noel Grandin · 7 years ago
  54. b2ea362 Improved loplugin:stringconstant (now that GCC 7 supports it): opencl by Stephan Bergmann · 7 years ago
  55. 650a836 Fix typos by Andrea Gelmini · 7 years ago
  56. 34545c3 cid#1448546 Logically dead code by Caolán McNamara · 7 years ago
  57. 61b7525 tdf#42949 Fix IWYU warnings in opencl/ by Gabor Kelemen · 7 years ago
  58. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  59. 101eea0 test in a separate helper process if OpenCL crashes (tdf#112252) by Luboš Luňák · 7 years ago
  60. 9d76206 Simplify containers iterations in oox, opencl, package by Arkadiy Illarionov · 7 years ago
  61. 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
  62. 55e4280 improve function-local statics in forms..reportdesign by Noel Grandin · 7 years ago
  63. 12c9593 $SC_FORCE_CALCULATION to force Calc use opencl/threads for everything by Luboš Luňák · 7 years ago
  64. 26ccd00 clang-tidy: (WIP) bugprone-too-small-loop-variable findings by Tamás Zolnai · 7 years ago
  65. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  66. dc35f25 tdf#42949 Fix IWYU warnings in include/opencl/* by Gabor Kelemen · 7 years ago
  67. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  68. a84e3df loplugin:constfields in oox by Noel Grandin · 7 years ago
  69. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  70. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  71. c8fa03b new loplugin:stringloop, and applied in various by Noel Grandin · 8 years ago
  72. f3a2a20 tdf#42949 Fix IWYU warnings in include/sal/ by Gabor Kelemen · 8 years ago
  73. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  74. 7d8e944 convert a<b?a:b to std::min(a,b) by Noel Grandin · 8 years ago
  75. d1a510c More loplugin:cstylecast: opencl by Stephan Bergmann · 8 years ago
  76. 8960ecc Explicitly qualify ICU types with icu:: namespace by Eike Rathke · 8 years ago
  77. 1f8c3e3 Extract XmlWriter and XmlWalker from opencl into tools by Tomaž Vajngerl · 8 years ago
  78. 9ee6031 loplugin:constmethod in idl,helpcompiler by Noel Grandin · 8 years ago
  79. d516b4e loplugin:includeform: opencl by Stephan Bergmann · 8 years ago
  80. 362a21d Use explicit function names for fooA/fooW WinAPI; prefer fooW by Mike Kaganski · 9 years ago
  81. 73bc364 Add tools::Time::GetMonotonicTicks (us) by Jan-Marek Glogowski · 9 years ago
  82. aa7dc5f Get rid of need to use initial :: for ::opencl to avoid clash with sc::opencl by Tor Lillqvist · 9 years ago
  83. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  84. e669f70 loplugin:constparams in i18npool,opencl,svl by Noel Grandin · 9 years ago
  85. 979c8c5 loplugin:oncevar in oox..sax by Noel Grandin · 9 years ago
  86. 8511ee5 no need to construct unique_ptr here by Jochen Nitschke · 9 years ago
  87. fbf8fa7 Improved loplugin:redundantcast static_cast handling: opencl by Stephan Bergmann · 9 years ago
  88. 307be8c clang-tidy readability-redundant-control-flow by Noel Grandin · 9 years ago
  89. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  90. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  91. d4a5e6b Turn macro into function by Stephan Bergmann · 9 years ago
  92. b4f3413 Revert the wrong "cleanup" change. by Kohei Yoshida · 9 years ago
  93. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  94. 63df079 clang-tidy readability-simplify-boolean-expr in oox..sal by Noel Grandin · 9 years ago
  95. 5301985 cppcheck: memleak (false positive) by Jochen Nitschke · 9 years ago
  96. 4d6353a New loplugin:conststringvar: opencl by Stephan Bergmann · 9 years ago
  97. e681b38 No apparent reason for an unnamed namespace in an include file here by Stephan Bergmann · 9 years ago
  98. 21e8ed8 tdf#103395 opencl: don't initialize OpenCL when disabled by Tomaž Vajngerl · 9 years ago
  99. baeb3b4 opencl: convert to C++11 for loop by Tomaž Vajngerl · 9 years ago
  100. 4eea4af tdf#103204 opencl: initialize command queue on demand by Tomaž Vajngerl · 9 years ago