1. 26e76ad -Werror=unused-variable (--enable-debug --disable-assert-always-abort) by Stephan Bergmann · 8 years ago
  2. 8df9935 tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* by Gabor Kelemen · 8 years ago
  3. 8c7e64c generateGUIDString: Fix incorrect string length by Samuel Mehrbrodt · 8 years ago
  4. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  5. 2746319 clang-tidy bugprone-copy-constructor-init by Noel Grandin · 8 years ago
  6. c289c25 loplugin:simplifyconstruct in canvas..cui by Noel Grandin · 8 years ago
  7. 24eae7b clang-tidy performance-unnecessary-value-param by Noel Grandin · 8 years ago
  8. 2e89447 loplugin:useuniqueptr in AccessibleEventNotifier by Noel Grandin · 8 years ago
  9. 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  10. 6dbae37 loplugin:constantparam (1) by Noel Grandin · 8 years ago
  11. 60bc263 new loplugin:conststringfield by Noel Grandin · 8 years ago
  12. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  13. 089a4f2 remove Calc's software interpreter by Luboš Luňák · 8 years ago
  14. c8fa03b new loplugin:stringloop, and applied in various by Noel Grandin · 8 years ago
  15. ba1e172 Related: rhbz#1602589 add comments to coverity annotations by Caolán McNamara · 8 years ago
  16. 74da5c2 comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
  17. ee025b7 loplugin:returnconstant in tools,comphelper,unotools by Noel Grandin · 8 years ago
  18. e1328b8 Fix typos by Andrea Gelmini · 8 years ago
  19. 12dce07 loplugin:unusedfields - look for fields that can be const, in comphelper by Noel Grandin · 8 years ago
  20. 5a8389c Fix typos by Andrea Gelmini · 8 years ago
  21. 5bfdbc6 Allow the comphelper threadpool to be reset after construction. by Michael Meeks · 8 years ago
  22. 00850e3 clean up UNO available() implementations by Noel Grandin · 8 years ago
  23. 7af90cc Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  24. 0d0bf41 base64: change impl. of encodig to also work with OStringBuffer by Tomaž Vajngerl · 8 years ago
  25. 7bafb7c tdf#117901 Write signature line images as emf to ooxml by Samuel Mehrbrodt · 8 years ago
  26. 2ddddc4 Make ThreadPool::pushTask take param by std::unique_ptr by Noel Grandin · 8 years ago
  27. 4c93de2 merge GenericSolarMutex and SolarMutex by Noel Grandin · 8 years ago
  28. 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
  29. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  30. 23b0844 loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped by Noel Grandin · 8 years ago
  31. 08259ed Introduce comphelper::Automation::AutomationInvokedZone by Tor Lillqvist · 8 years ago
  32. 17c936b loplugin:unusedfields-in-constructor in various by Noel Grandin · 8 years ago
  33. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  34. 51b4922 loplugin:unusedfields in avmedia..comphelper by Noel Grandin · 8 years ago
  35. 0ca1659 Refactor SfxObjectShell sign methods by Samuel Mehrbrodt · 8 years ago
  36. 64a0f13 turn off randomness when running under valgrind by Noel Grandin · 8 years ago
  37. 786d3c2 cppcheck: variableScope by Muhammet Kara · 8 years ago
  38. b4d36b5 remove some unused comphelper includes by Jochen Nitschke · 8 years ago
  39. d913b7d loplugin:unusedmethods by Noel Grandin · 8 years ago
  40. 22e69d2 comphelper: use a lambda expression in NamedValueCollection::operator >>=() by Chris Sherlock · 8 years ago
  41. 83b7bfc sw lok: View jumps to cursor position even if it is moved by an other view. by Tamás Zolnai · 8 years ago
  42. 84958e1 accessibility: more simplifiation in OCommonAccessibleText. by Arnaud Versini · 8 years ago
  43. 9401c7c remove unused processfactory.hxx includes by Jochen Nitschke · 8 years ago
  44. dd5df4c accessibility: simplify OCommonAccessibleText by Arnaud Versini · 8 years ago
  45. 8f79f22 oox: preserve the ContentType of custom files by Ashod Nakashian · 8 years ago
  46. 7960ccb loplugin:constantparam in canvas..comphelper by Noel Grandin · 8 years ago
  47. bb7ade1 loplugin:unusedmethods by Noel Grandin · 8 years ago
  48. ddd4321 drop sax::tools::*base64 methods by Noel Grandin · 8 years ago
  49. 573f87f Use for-range loops in comphelper and configmgr by Julien Nabet · 8 years ago
  50. 94fa259 Introduce DocPasswordHelper::GetOoxHashAsVector() with salt value vector by Eike Rathke · 8 years ago
  51. 5a1fabb Introduce enum comphelper::Hash::IterCount instead of bool by Eike Rathke · 8 years ago
  52. 34a5b1d Use unsigned char, it is.. by Eike Rathke · 8 years ago
  53. e95618d Swap UTF16-BE to UTF16-LE in Hash::calculateHash() by Eike Rathke · 8 years ago
  54. 21b593e Accept also "SHA1" for "SHA-1" even if not specified by Eike Rathke · 8 years ago
  55. 5304659 Prepare to handle OOXML Agile Encryption password hash as well by Eike Rathke · 8 years ago
  56. 3849547 Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-up by Eike Rathke · 8 years ago
  57. 8918250 Hash Base64, Sequence and cleansing, tdf#104250 prep by Eike Rathke · 8 years ago
  58. 556c2ea Implement OOXML password hashing algorithm, tdf#104250 prep by Eike Rathke · 8 years ago
  59. 97a73d2 oox: cosmetic cleanup by Ashod Nakashian · 8 years ago
  60. c02f1e27 silence coverity#1428735 Use of untrusted scalar value by Caolán McNamara · 8 years ago
  61. 3a68b21 lok: Allow whitelisting languages that should be used by LibreOfficeKit. by Jan Holesovsky · 8 years ago
  62. 0f28c86 loplugin:unused-returns in basegfx..cppcanvas by Noel Grandin · 8 years ago
  63. 91b4e45 new loplugin: pointerbool by Noel Grandin · 8 years ago
  64. 9af8f19 More loplugin:cstylecast on Windows by Stephan Bergmann · 8 years ago
  65. be8c414 loplugin:unusedmethods also check for functions returning bool by Noel Grandin · 8 years ago
  66. 53e6785 xmlsecurity: cleanup comment by Thorsten Behrens · 8 years ago
  67. 3da86d8 tdf#114488 Rank multiple images also for flat odf by Samuel Mehrbrodt · 8 years ago
  68. 51b56f7 More loplugin:cstylecast: comphelper by Stephan Bergmann · 8 years ago
  69. 2152544 loplugin:useuniqueptr in comphelper,cppu,registry by Noel Grandin · 8 years ago
  70. eea5822 tdf#114550 use 32 bit random session key for gpg encryption by Thorsten Behrens · 8 years ago
  71. ca6f3d7 gpg4libre: open encrypted files also via gpg by Thorsten Behrens · 8 years ago
  72. 9ef1734 tdf#114939 sfx2: notify user of non-interoperable passwords by Michael Stahl · 8 years ago
  73. 9188ea8 tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1 by Michael Stahl · 8 years ago
  74. b088da2 More loplugin:cstylecast: comphelper by Stephan Bergmann · 8 years ago
  75. 21e0d81 loplugin:unusedfields by Noel Grandin · 8 years ago
  76. 7f15b7a Full UBSan in external/firebird by Stephan Bergmann · 8 years ago
  77. e16852c lokdialog: Allow windows / dialogs in different languages. by Jan Holesovsky · 8 years ago
  78. a5be07d inline use-once typedefs by Noel Grandin · 8 years ago
  79. 4e14475 loplugin:unusedindex by Mike Kaganski · 8 years ago
  80. 2c79d99 lok: calc: LOK_FEATURE_RANGE_HEADERS by Marco Cecchetti · 8 years ago
  81. 6f4f567 No need to keep these whitelisted functions decorated with SAL_CALL by Stephan Bergmann · 8 years ago
  82. c85d806 Move generateGUIDString to comphelper by Samuel Mehrbrodt · 8 years ago
  83. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  84. 0201942 remove unused osl/time.h includes .. by Jochen Nitschke · 8 years ago
  85. 2ec698b cppcheck: fix some reports by Julien Nabet · 8 years ago
  86. c83b09a rtlRandomPool: remove pointless seeding with system time by Thorsten Behrens · 8 years ago
  87. 1e71870 gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGME by Thorsten Behrens · 8 years ago
  88. a9a4c26 comphelper: fix windows build by Thorsten Behrens · 8 years ago
  89. 626e73e gpg4libre: permit multi-select encrypt cert by Thorsten Behrens · 8 years ago
  90. 0a58fdf gpg4libre: [API CHANGE] add storage helper for GPG encryption data by Thorsten Behrens · 9 years ago
  91. 9a06b99 loplugin:salcall fix non-virtual methods by Noel Grandin · 8 years ago
  92. 32efde5 tdf#113696 Add mimetype to image element by Samuel Mehrbrodt · 8 years ago
  93. 082cdbc tdf#109202: Convert images to desired format in (f)odt filter by Katarina Behrens · 9 years ago
  94. 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
  95. 72ef2b5 Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all by Stephan Bergmann · 8 years ago
  96. d71bcc4 Fix typos by Andrea Gelmini · 8 years ago
  97. 99872ad Remove OAccessibleTextHelper::getCharacter and getTextRange by Arnaud Versini · 8 years ago
  98. 8d4a44d Remove OCommonAccessibleText::getText and getCharacterCount. by Arnaud Versini · 8 years ago
  99. 3d2dbf4 No need to blacklist this loplugin:unnecessaryoverride by Stephan Bergmann · 8 years ago
  100. 82ccc1a loplugin:finalclasses in comphelper by Noel Grandin · 8 years ago