1. b0390a4 Drop unohelper.absolutize, and use uno.absolutize to avoid duplication by Mike Kaganski · 5 months ago
  2. 7841de4 drop outdated coverity directives by Caolán McNamara · 8 months ago
  3. fae0b4a9e testtools: remove dead test code by Xisco Fauli · 9 months ago
  4. dab2cde tdf#158803 Remove unused import by Bogdan Buzea · 10 months ago
  5. 56f3dbf Simplify a bit by Mike Kaganski · 1 year, 5 months ago
  6. 0c6e268 cid#1556875 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 5 months ago
  7. 22df7ae cid#1608417 silence deliberate documented Infinite loop by Caolán McNamara · 1 year, 6 months ago
  8. 129e69f testtools, wizards, xmlsecurity: fix issues found by Ruff linter by Ilmari Lauhakangas · 1 year, 8 months ago
  9. d762889 testtools, uitest, unotest: fix issues found by Ruff linter by Ilmari Lauhakangas · 1 year, 8 months ago
  10. 64021a1 PyUNO bridgetest: adapt to alias removals in unittest module and by Ilmari Lauhakangas · 1 year, 9 months ago
  11. 4031659 .NET Bindings: Switch for old windows CLI bindings by RMZeroFour · 1 year, 10 months ago
  12. e56a830 use gb_StaticLibrary_WORKDIR and gb_Library_DLLDIR more consistently by Christian Lohmaier · 1 year, 10 months ago
  13. d573e2a loplugin:ostr in various by Noel Grandin · 1 year, 11 months ago
  14. 0c4c84a makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) by Christian Lohmaier · 1 year, 11 months ago
  15. ea93670 Drop some uses of css::uno::Sequence::getConstArray ... by Mike Kaganski · 2 years ago
  16. 283aa10 cid#1545177 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
  17. 00e1ac5 'new Character' is deprecated in Java by Noel Grandin · 2 years, 5 months ago
  18. 41d9584 'new Double' is deprecated in Java by Noel Grandin · 2 years, 5 months ago
  19. cb982f1 'new Float' is deprecated in Java by Noel Grandin · 2 years, 5 months ago
  20. e7cf254 Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: testtools by Stephan Bergmann · 2 years, 6 months ago
  21. 176e8cf Use exception ctors, instead of setting members later by Mike Kaganski · 2 years, 6 months ago
  22. 42a5f14 Use getXWeak in testtools by Mike Kaganski · 3 years ago
  23. 7c15ffd Related: rhbz#2136459 use a value which is exactly representable as a float by Caolán McNamara · 3 years, 5 months ago
  24. 555f433 use std::this_thread::sleep_for instead of osl equivalent by Arnaud VERSINI · 3 years, 5 months ago
  25. ef53355 Rudimentary support for dynamic_cast on UNO proxy objects by Stephan Bergmann · 3 years, 3 months ago
  26. 2eab74a Missing test dependencies by Stephan Bergmann · 3 years, 3 months ago
  27. 32c845c Move manual bridgetest_inprocess_java to automatic CustomTarget_uno_test check by Stephan Bergmann · 3 years, 3 months ago
  28. 1743d74 clang-tidy modernize-pass-by-value in various by Noel Grandin · 3 years, 11 months ago
  29. 5687eba Drop obsolete preprocessor directives from UNOIDL files by Stephan Bergmann · 3 years, 10 months ago
  30. 82b9af2 Just use Any ctor instead of makeAny in testtools by Stephan Bergmann · 4 years ago
  31. ddef1e2 add o3tl::equalsAscii by Noel Grandin · 4 years ago
  32. 52ef78f Recheck modules t* with IWYU by Gabor Kelemen · 4 years ago
  33. 49746f4 tdf#145759 Use symbolic constants instead of magic numerical constants by Kunal Pawar · 4 years, 2 months ago
  34. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  35. 9871789 coverity: annotate with markup so they will stay silenced by Caolán McNamara · 4 years, 5 months ago
  36. 9444c92 new loplugin:stringliteraldefine by Noel Grandin · 4 years, 5 months ago
  37. e25be4f Prepare for removal of non-const operator[] from Sequence in testtools by Mike Kaganski · 4 years, 5 months ago
  38. 04117f7 Fix UNOIDL identifiers that started with lowercase and contained underlines by Stephan Bergmann · 4 years, 7 months ago
  39. d5a100f tdf#143450: Special integre+fp struct return case needs a fix too, of course by Stephan Bergmann · 4 years, 8 months ago
  40. ca344be tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64 by Stephan Bergmann · 4 years, 8 months ago
  41. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  42. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  43. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  44. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  45. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  46. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  47. 76fc34b Make bridgetest exercise parameter passing in the C++/UNO bridge harder by Tor Lillqvist · 5 years ago
  48. e4dbf6f Cosmetic change to make it easier to see which parameter is the nth by Tor Lillqvist · 5 years ago
  49. 87c90ce fix some *printf which are using "%l" ie. long specifiers by Noel · 5 years ago
  50. efd7bf1 Fix typo in code by Andrea Gelmini · 6 years ago
  51. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  52. b32e5bb Upcoming improved loplugin:staticanonymous -> redundantstatic: testtools by Stephan Bergmann · 6 years ago
  53. 3bc5057 Upcoming loplugin:elidestringvar: testtools by Stephan Bergmann · 6 years ago
  54. 1d0bc21 use std::experimental::source_location in uno::Exception by Noel Grandin · 6 years ago
  55. 0823da8 compact namespace in testtools..toolkit by Noel Grandin · 6 years ago
  56. 35518c9 Move all public Java classes to libreoffice.jar by Samuel Mehrbrodt · 6 years ago
  57. b512ce2 Make upcasting css::uno::Reference ctor require complete types by Stephan Bergmann · 6 years ago
  58. a759623 loplugin:buriedassign in various by Noel Grandin · 6 years ago
  59. f59d9e7 new loplugin:unusedvariableplus by Noel Grandin · 6 years ago
  60. 17e712c Revert "loplugin:constfields in sw" by Noel Grandin · 6 years ago
  61. ce6434c Remove never-executed else-block by Muhammet Kara · 6 years ago
  62. 0adc9b6 GBUILD_TRACE, support for finding out where the build time is spent by Luboš Luňák · 6 years ago
  63. ae855bf tdf#117331 Merge jurt and unoil into ridl by Samuel Mehrbrodt · 6 years ago
  64. c82efb6 clang-tidy modernize-concat-nested-namespace by Noel Grandin · 6 years ago
  65. c4f0c87 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Mesut Çifci · 6 years ago
  66. 667d49f sal_Char->char in test..testtools by Noel Grandin · 6 years ago
  67. de077ef Fix IdentationError and mixture of spaces and tabs by Jens Carl · 6 years ago
  68. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  69. f3b3ccb Fix typos by Andrea Gelmini · 7 years ago
  70. 5ad254e tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  71. abf17ce Fix typos by Andrea Gelmini · 7 years ago
  72. b9b7df5 Fix typos by Andrea Gelmini · 7 years ago
  73. cd03cd9 Improved loplugin:stringconstant (now that GCC 7 supports it): testtools by Stephan Bergmann · 7 years ago
  74. 7166b64 Fix typo in code by Andrea Gelmini · 7 years ago
  75. deffca1 Use hasElements to check Sequence emptiness in [t-u]* by Arkadiy Illarionov · 7 years ago
  76. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  77. f4dc137 Fix typos by Andrea Gelmini · 7 years ago
  78. 69b46d7 Fix typos by Andrea Gelmini · 7 years ago
  79. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  80. 8619243 Simplify containers iterations in test..tools by Arkadiy Illarionov · 7 years ago
  81. 76dd28a loplugin:staticvar in various by Noel Grandin · 7 years ago
  82. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  83. 4969f4c loplugin:constfields in sw by Noel Grandin · 8 years ago
  84. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  85. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  86. d0f44d8 tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThread by Kevin Dubrulle · 8 years ago
  87. c0522d7 Use PYTHON_FOR_BUILD instead of calling python directly by Tomáš Chvátal · 8 years ago
  88. 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
  89. f0b8573 Fix typos by Andrea Gelmini · 8 years ago
  90. 0a32011 More loplugin:cstylecast: testtools by Stephan Bergmann · 8 years ago
  91. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  92. 4c8eac6 loplugin:includeform: testtools by Stephan Bergmann · 8 years ago
  93. aaa26a5 Some more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
  94. 9868cef Fix typos by Andrea Gelmini · 9 years ago
  95. 35cd580 One more test to suppress by Stephan Bergmann · 9 years ago
  96. b1fba1a Improved loplugin:cstylecast to reference types: testtools by Stephan Bergmann · 9 years ago
  97. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  98. d9917e2 loplugin:salunicodeliteral: testtools by Stephan Bergmann · 9 years ago
  99. d68927c use actual UNO enums in test..vbahelper by Noel Grandin · 9 years ago
  100. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago