1. 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
  2. f0b8573 Fix typos by Andrea Gelmini · 8 years ago
  3. 0a32011 More loplugin:cstylecast: testtools by Stephan Bergmann · 8 years ago
  4. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  5. 4c8eac6 loplugin:includeform: testtools by Stephan Bergmann · 8 years ago
  6. aaa26a5 Some more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
  7. 9868cef Fix typos by Andrea Gelmini · 9 years ago
  8. 35cd580 One more test to suppress by Stephan Bergmann · 9 years ago
  9. b1fba1a Improved loplugin:cstylecast to reference types: testtools by Stephan Bergmann · 9 years ago
  10. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  11. d9917e2 loplugin:salunicodeliteral: testtools by Stephan Bergmann · 9 years ago
  12. d68927c use actual UNO enums in test..vbahelper by Noel Grandin · 9 years ago
  13. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago
  14. 657f067 remove some unnecessary OUStringBuffer usage by Noel Grandin · 9 years ago
  15. c68b5c3 Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
  16. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  17. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  18. a1959d0 Remove irrelevant SAL_INFOs by Stephan Bergmann · 9 years ago
  19. e61521f OSL_TRACE -> SAL in sw..ucb by Noel Grandin · 9 years ago
  20. 1222f58 loplugin:unnecessaryoverride (dtors) in testtools by Stephan Bergmann · 9 years ago
  21. 16bbeb5 Change the shared bridgetest code from static to dynamic library by Stephan Bergmann · 10 years ago
  22. a53808c loplugin:dllprivate by Stephan Bergmann · 10 years ago
  23. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  24. adb9cbf python macros aren't listed under scripting organize by Caolán McNamara · 10 years ago
  25. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  26. 8d2f282 typo: emtpy → empty by Christian Lohmaier · 10 years ago
  27. f474952 Clean up uses of Any::getValue() in testtools by Stephan Bergmann · 10 years ago
  28. e630df7 Just use Any::operator <<= for sal_Unicode values by Stephan Bergmann · 10 years ago
  29. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  30. 2bdb8da Fix typos in code by Andrea Gelmini · 10 years ago
  31. 8c423ee Use Sequence ctor taking initializer_list by Stephan Bergmann · 10 years ago
  32. caae9ec loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  33. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  34. 96e44b3 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  35. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  36. 5021f01 testtools: disable MSVC warning C4503 by Michael Stahl · 10 years ago
  37. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  38. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  39. db17d3c new loplugin: memoryvar by Noel Grandin · 10 years ago
  40. a9b4c9c loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  41. a76f4c6 com::sun::star->css in testtools/ by Noel Grandin · 10 years ago
  42. 3f50c6e0 java: remove ((unnecessary)) parentheses by Noel Grandin · 10 years ago
  43. 59b072e yyyyy by Noel Grandin · 10 years ago
  44. addb63f convert Sequence<XInterface> constructions to use initializer lists by Noel Grandin · 10 years ago
  45. 21679f7 coverity#1326344 Infinite loop is deliberate by Caolán McNamara · 10 years ago
  46. b4b7703 cppcheck:variableScope by Noel Grandin · 10 years ago
  47. 7f7ca60 cid#1326679 DLS: Dead local store by Noel Grandin · 10 years ago
  48. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  49. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  50. a2a5187 Fix typos by Andrea Gelmini · 11 years ago
  51. ac142d9 testtools: tdf#88206 replace cppu::WeakImplHelper* by Takeshi Abe · 11 years ago
  52. e8ac3b5 ppc64: using a fp register also consumes a gp register slot by Caolan McNamara · 11 years ago
  53. 24dd1b3 loplugin:stringconstant by Stephan Bergmann · 11 years ago
  54. efd4bfa java:regulatize the order of 'final' and public/private by Noel Grandin · 11 years ago
  55. d4e57ae loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  56. d2275c8 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  57. f9290d3 Clean up checks of sal_Bool values by Stephan Bergmann · 11 years ago
  58. 17432a5 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  59. 678196b Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  60. 90da412 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  61. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  62. 0ee5a79 testtools: mark CurrentContextChecker as DLLPRIVATE by Michael Stahl · 11 years ago
  63. 16f52ab loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  64. b0ce8ea Some more loplugin:cstylecast: testtools by Stephan Bergmann · 11 years ago
  65. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  66. ac6174b testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  67. a11c681 testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  68. 55cd108 testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  69. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  70. db203e5 java: remove some unused fields by Noel Grandin · 11 years ago
  71. 7eab7fc Remove dead dmake makefile.mk by Stephan Bergmann · 11 years ago
  72. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  73. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  74. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  75. 04ace01 java: remove unnecessary adding of empty strings by Noel Grandin · 12 years ago
  76. 7d5b30b Use instsetoo_native-generated uno ini-file for both instdir and instsets by Stephan Bergmann · 12 years ago
  77. 3dd3e96 Missing dependency on uno ini-file by Stephan Bergmann · 12 years ago
  78. 0ce1267 remove more unnecessary constructor declarations by Noel Grandin · 12 years ago
  79. 6884ef6 java: don't catch and then just rethrow an exception by Noel Grandin · 12 years ago
  80. c552aac java: use 'Byte.valueOf' instead of 'new Byte' by Noel Grandin · 12 years ago
  81. 0764292 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 12 years ago
  82. 8a2c6c2 java: use 'Long.valueOf' instead of 'new Long' by Noel Grandin · 12 years ago
  83. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  84. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  85. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  86. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  87. d07539e java: use an empty block rather than an empty statement by Noel Grandin · 12 years ago
  88. e7a474b java: remove unused variables by Noel Grandin · 12 years ago
  89. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  90. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  91. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  92. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  93. 78b9537 various: sal_Bool->bool by Noel Grandin · 12 years ago
  94. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  95. c87fa1b Clean up function declarations by Stephan Bergmann · 12 years ago
  96. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  97. 5e04ec1 typo: inteface -> interface by Thomas Arnhold · 12 years ago
  98. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  99. 2f67d67 testtools: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  100. d729d16 normalize values of CROSS_COMPILING by Michael Stahl · 12 years ago