1. ec709a8 -Werror,-Wunused-variable (clang-cl) by Stephan Bergmann · 8 years ago
  2. 67b153e loplugin:external (in non-Linux code) by Stephan Bergmann · 8 years ago
  3. ffe2b51 loplugin:external in Executable_mkdepend by Stephan Bergmann · 8 years ago
  4. 4149382 loplugin:external in Executable_cpp by Stephan Bergmann · 8 years ago
  5. 2d6d717 Related: rhbz#1602589 silence leaked_storage by Caolán McNamara · 8 years ago
  6. c73c847 Fix typos by Andrea Gelmini · 8 years ago
  7. 6e36ec6 Fix typos by Andrea Gelmini · 8 years ago
  8. 2eeac1b5 Deduplicate includes by Mike Kaganski · 8 years ago
  9. 4c07358 Fix typos by Andrea Gelmini · 8 years ago
  10. 920447d tdf#114952 filep is still used in soltools/mkdepend/parse.c by Noel Grandin · 8 years ago
  11. be354a2 loplugin:constparams by Noel Grandin · 8 years ago
  12. 6f694e9 loplugin:includeform: soltools (macOS) by Stephan Bergmann · 8 years ago
  13. b165910 Translate German comments and debug strings (leftovers) by Johnny_M · 9 years ago
  14. afeff91 Use even more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
  15. 45acf26 remove some unused macro definitions by Noel Grandin · 9 years ago
  16. dac11d8 Make cpp cope with long source lines by Stephan Bergmann · 9 years ago
  17. 0c3bd1d new loplugin:droplong by Noel Grandin · 9 years ago
  18. 88b0711 tdf#39468: Translate some german comments by Christian Barth · 9 years ago
  19. ec340697 loplugin:constparams in soltools and various by Noel Grandin · 9 years ago
  20. 47b8034 Translate German comments/debug strings (leftovers in dirs sdext to soltools) by Johnny_M · 9 years ago
  21. e037381 loplugin:unusedfields in slideshow..svtools by Noel Grandin · 9 years ago
  22. 18f5131 loplugin:unusedfields store..svl by Noel Grandin · 9 years ago
  23. 6291574 Remove unused #include <ctype.h> by Stephan Bergmann · 9 years ago
  24. 97a6bf0 Fix passing plain char into ctype.h is* functions by Stephan Bergmann · 9 years ago
  25. 7778d9f51 Prevent calls to rtl/character.hxx functions with (signed) char arguments by Stephan Bergmann · 9 years ago
  26. 7e24ced fix typo/grammar: "the the" --> the by dennisroczek · 9 years ago
  27. 0ea05f9 drop various _MSC_VER < 1900 conditionals by Caolán McNamara · 9 years ago
  28. 23bf422 -Werror=implicit-fallthrough= (GCC 7) by Stephan Bergmann · 9 years ago
  29. 62ee434 loplugin:externvar by Stephan Bergmann · 9 years ago
  30. 9b9e5cf tdf#99589 - tolower / toupper - dangerous to Turks ... by Gökhan Gurbetoğlu · 10 years ago
  31. 429a15c Drop redundant parenthesis. by Pedro Giffuni · 10 years ago
  32. 7605a78 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  33. 5318e60b Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  34. c665a1b -Werror,-Wundef by Stephan Bergmann · 10 years ago
  35. cd8e720 -Werror,-Wunused-macros by Stephan Bergmann · 10 years ago
  36. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  37. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  38. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  39. d48e054 -Werror,-Wunused-parameter (clang-cl) by Stephan Bergmann · 10 years ago
  40. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  41. a07fc5b loplugin:unusedfields in soltools/ by Noel Grandin · 10 years ago
  42. 103d1f4 loplugin:nullptr (automatic rewrite; Mac-specific code) by Stephan Bergmann · 10 years ago
  43. 2ee689b loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  44. d68a0fc loplugin:unusedmethods by Noel Grandin · 11 years ago
  45. f45ac62 Fix typos by Andrea Gelmini · 11 years ago
  46. 0b7d51d Fix typos by Andrea Gelmini · 11 years ago
  47. 6149c5c -fsanitize=nonnull-attribute by Stephan Bergmann · 11 years ago
  48. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  49. aaaa795 V804: Decreased performance by Caolán McNamara · 11 years ago
  50. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  51. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  52. b5e9d7e warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit) by Stephan Bergmann · 11 years ago
  53. 7e12a6c warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit) by Stephan Bergmann · 11 years ago
  54. 7b0f4dc coverity#1000834 Use of untrusted string value by Caolán McNamara · 11 years ago
  55. 316ac78 coverity#982185 silence Unchecked return value from library by Caolán McNamara · 11 years ago
  56. 9b40175 coverity#706158 Copy into fixed size buffer by Norbert Thiebaud · 12 years ago
  57. 9e8701c coverity#1233618 Overlapping buffer in memory copy by Caolán McNamara · 12 years ago
  58. 3e83515 coverity#1019334 Explicit null dereferenced by Caolán McNamara · 12 years ago
  59. 0a0c70e mkdepend: cleanup indentation and function declarations by Noel Grandin · 12 years ago
  60. 290b7e0 remove use of register keyword in C files by Noel Grandin · 12 years ago
  61. a15715c -Wstrict-prototypes by Stephan Bergmann · 12 years ago
  62. 6750217 coverity#705235 Missing break in switch by Caolán McNamara · 12 years ago
  63. 2ac988e coverity#705236 Missing break in switch by Caolán McNamara · 12 years ago
  64. 1949250 coverity#705237 Missing break in switch by Caolán McNamara · 12 years ago
  65. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  66. 6bd53ae coverity#982647 Missing break in switch by Caolán McNamara · 12 years ago
  67. 0a181c9 Fix some memory leak in soltools/cpp tool by Stephan Bergmann · 12 years ago
  68. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  69. 691a54c Clean up function declaration by Stephan Bergmann · 12 years ago
  70. 247bfbd Move prototype to include by Stephan Bergmann · 12 years ago
  71. 1cc318b Typo #elsif -> #elif by Stephan Bergmann · 12 years ago
  72. 3614d55 WaE: 'PATH_MAX' : macro redefinition by Tor Lillqvist · 12 years ago
  73. d83e581 Fix for VS 2013 compilation by Jesús Corrius · 12 years ago
  74. 803b669 WaE: size_t/unsigned int: possible loss of data by Tor Lillqvist · 13 years ago
  75. 376feb6a left shift of 1 by 31 places cannot be represented in type 'int' by Stephan Bergmann · 13 years ago
  76. cabd239 We don't seem to actually need glibc getopt by Tor Lillqvist · 13 years ago
  77. 542b45a Mark as const by Takeshi Abe · 13 years ago
  78. 09373d4 soltools: remove Package_inc and empty unistd.h nonsense by Michael Stahl · 13 years ago
  79. 6681432 error: too many arguments in call to 'pr_dummy' [-Werror] by Stephan Bergmann · 13 years ago
  80. 7019a1c gbuild: get rid of processdeps.awk by Michael Stahl · 13 years ago
  81. 75c2c58 add external for unistd.h by David Tardon · 13 years ago
  82. aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
  83. 3991eaf reduce whitespaces between include and filename by Thomas Arnhold · 13 years ago
  84. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  85. bdfdd05 more subtle dependencies for cross-compilation by Matúš Kukan · 13 years ago
  86. a6f361b remove dmake-only utils by Peter Foley · 13 years ago
  87. b768611 remove all d.lst by Michael Stahl · 13 years ago
  88. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  89. 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
  90. 3d6d07a Get rid of GetVersionInfo and checkdll by Tor Lillqvist · 13 years ago
  91. c290989 Get rid of (most uses of) GUI by Tor Lillqvist · 13 years ago
  92. ed7d582 cleanup README files. by Michael Meeks · 13 years ago
  93. 4aed4f4 add a README files by Alia Almusaireae · 13 years ago
  94. f0eb45d fix some lousy formatting that triggers warnings from the compiler plugin by Luboš Luňák · 13 years ago
  95. 777d6de -Werror,-Wc++98-compat-pedantic by Stephan Bergmann · 14 years ago
  96. 93f69ad -Werror,-Wheader-hygiene by Stephan Bergmann · 14 years ago
  97. e292cb0 nearly all soltools executables need unistd.h by David Tardon · 14 years ago
  98. 0683c2f dep on soltools_inc is only for windows by David Tardon · 14 years ago
  99. 960e571 makedepend depends on unistd.h by Andras Timar · 14 years ago
  100. 07467b0 soltools: remove unused files by Matúš Kukan · 14 years ago