1. 76fc34b Make bridgetest exercise parameter passing in the C++/UNO bridge harder by Tor Lillqvist · 5 years ago
  2. e4dbf6f Cosmetic change to make it easier to see which parameter is the nth by Tor Lillqvist · 5 years ago
  3. 87c90ce fix some *printf which are using "%l" ie. long specifiers by Noel · 5 years ago
  4. efd7bf1 Fix typo in code by Andrea Gelmini · 6 years ago
  5. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  6. b32e5bb Upcoming improved loplugin:staticanonymous -> redundantstatic: testtools by Stephan Bergmann · 6 years ago
  7. 3bc5057 Upcoming loplugin:elidestringvar: testtools by Stephan Bergmann · 6 years ago
  8. 1d0bc21 use std::experimental::source_location in uno::Exception by Noel Grandin · 6 years ago
  9. 0823da8 compact namespace in testtools..toolkit by Noel Grandin · 6 years ago
  10. 35518c9 Move all public Java classes to libreoffice.jar by Samuel Mehrbrodt · 6 years ago
  11. b512ce2 Make upcasting css::uno::Reference ctor require complete types by Stephan Bergmann · 6 years ago
  12. a759623 loplugin:buriedassign in various by Noel Grandin · 6 years ago
  13. f59d9e7 new loplugin:unusedvariableplus by Noel Grandin · 6 years ago
  14. 17e712c Revert "loplugin:constfields in sw" by Noel Grandin · 6 years ago
  15. ce6434c Remove never-executed else-block by Muhammet Kara · 6 years ago
  16. 0adc9b6 GBUILD_TRACE, support for finding out where the build time is spent by Luboš Luňák · 6 years ago
  17. ae855bf tdf#117331 Merge jurt and unoil into ridl by Samuel Mehrbrodt · 6 years ago
  18. c82efb6 clang-tidy modernize-concat-nested-namespace by Noel Grandin · 6 years ago
  19. c4f0c87 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Mesut Çifci · 6 years ago
  20. 667d49f sal_Char->char in test..testtools by Noel Grandin · 6 years ago
  21. de077ef Fix IdentationError and mixture of spaces and tabs by Jens Carl · 6 years ago
  22. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  23. f3b3ccb Fix typos by Andrea Gelmini · 7 years ago
  24. 5ad254e tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  25. abf17ce Fix typos by Andrea Gelmini · 7 years ago
  26. b9b7df5 Fix typos by Andrea Gelmini · 7 years ago
  27. cd03cd9 Improved loplugin:stringconstant (now that GCC 7 supports it): testtools by Stephan Bergmann · 7 years ago
  28. 7166b64 Fix typo in code by Andrea Gelmini · 7 years ago
  29. deffca1 Use hasElements to check Sequence emptiness in [t-u]* by Arkadiy Illarionov · 7 years ago
  30. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  31. f4dc137 Fix typos by Andrea Gelmini · 7 years ago
  32. 69b46d7 Fix typos by Andrea Gelmini · 7 years ago
  33. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  34. 8619243 Simplify containers iterations in test..tools by Arkadiy Illarionov · 7 years ago
  35. 76dd28a loplugin:staticvar in various by Noel Grandin · 7 years ago
  36. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  37. 4969f4c loplugin:constfields in sw by Noel Grandin · 8 years ago
  38. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  39. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  40. d0f44d8 tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThread by Kevin Dubrulle · 8 years ago
  41. c0522d7 Use PYTHON_FOR_BUILD instead of calling python directly by Tomáš Chvátal · 8 years ago
  42. 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
  43. f0b8573 Fix typos by Andrea Gelmini · 8 years ago
  44. 0a32011 More loplugin:cstylecast: testtools by Stephan Bergmann · 8 years ago
  45. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  46. 4c8eac6 loplugin:includeform: testtools by Stephan Bergmann · 8 years ago
  47. aaa26a5 Some more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
  48. 9868cef Fix typos by Andrea Gelmini · 9 years ago
  49. 35cd580 One more test to suppress by Stephan Bergmann · 9 years ago
  50. b1fba1a Improved loplugin:cstylecast to reference types: testtools by Stephan Bergmann · 9 years ago
  51. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  52. d9917e2 loplugin:salunicodeliteral: testtools by Stephan Bergmann · 9 years ago
  53. d68927c use actual UNO enums in test..vbahelper by Noel Grandin · 9 years ago
  54. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago
  55. 657f067 remove some unnecessary OUStringBuffer usage by Noel Grandin · 9 years ago
  56. c68b5c3 Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
  57. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  58. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  59. a1959d0 Remove irrelevant SAL_INFOs by Stephan Bergmann · 9 years ago
  60. e61521f OSL_TRACE -> SAL in sw..ucb by Noel Grandin · 9 years ago
  61. 1222f58 loplugin:unnecessaryoverride (dtors) in testtools by Stephan Bergmann · 9 years ago
  62. 16bbeb5 Change the shared bridgetest code from static to dynamic library by Stephan Bergmann · 10 years ago
  63. a53808c loplugin:dllprivate by Stephan Bergmann · 10 years ago
  64. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  65. adb9cbf python macros aren't listed under scripting organize by Caolán McNamara · 10 years ago
  66. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  67. 8d2f282 typo: emtpy → empty by Christian Lohmaier · 10 years ago
  68. f474952 Clean up uses of Any::getValue() in testtools by Stephan Bergmann · 10 years ago
  69. e630df7 Just use Any::operator <<= for sal_Unicode values by Stephan Bergmann · 10 years ago
  70. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  71. 2bdb8da Fix typos in code by Andrea Gelmini · 10 years ago
  72. 8c423ee Use Sequence ctor taking initializer_list by Stephan Bergmann · 10 years ago
  73. caae9ec loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  74. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  75. 96e44b3 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  76. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  77. 5021f01 testtools: disable MSVC warning C4503 by Michael Stahl · 10 years ago
  78. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  79. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  80. db17d3c new loplugin: memoryvar by Noel Grandin · 10 years ago
  81. a9b4c9c loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  82. a76f4c6 com::sun::star->css in testtools/ by Noel Grandin · 10 years ago
  83. 3f50c6e0 java: remove ((unnecessary)) parentheses by Noel Grandin · 10 years ago
  84. 59b072e yyyyy by Noel Grandin · 10 years ago
  85. addb63f convert Sequence<XInterface> constructions to use initializer lists by Noel Grandin · 10 years ago
  86. 21679f7 coverity#1326344 Infinite loop is deliberate by Caolán McNamara · 10 years ago
  87. b4b7703 cppcheck:variableScope by Noel Grandin · 10 years ago
  88. 7f7ca60 cid#1326679 DLS: Dead local store by Noel Grandin · 10 years ago
  89. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  90. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  91. a2a5187 Fix typos by Andrea Gelmini · 11 years ago
  92. ac142d9 testtools: tdf#88206 replace cppu::WeakImplHelper* by Takeshi Abe · 11 years ago
  93. e8ac3b5 ppc64: using a fp register also consumes a gp register slot by Caolan McNamara · 11 years ago
  94. 24dd1b3 loplugin:stringconstant by Stephan Bergmann · 11 years ago
  95. efd4bfa java:regulatize the order of 'final' and public/private by Noel Grandin · 11 years ago
  96. d4e57ae loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  97. d2275c8 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  98. f9290d3 Clean up checks of sal_Bool values by Stephan Bergmann · 11 years ago
  99. 17432a5 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  100. 678196b Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago