1. d526bd7 Fix StringAdd::isCompileTimeConstant by Stephan Bergmann · 6 years ago
  2. e276c81 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  3. c820bf8 loplugin:stringadd (macOS) by Stephan Bergmann · 6 years ago
  4. 7e4358a loplugin:bufferadd (macOS) by Stephan Bergmann · 6 years ago
  5. d8f1176 mariadb still uses char for my_bool by Caolán McNamara · 6 years ago
  6. 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
  7. 5917ba8 Fix building against MySQL Connector/C 8 by Peter Levine · 6 years ago
  8. 3ebbb15 loplugin:buffereadd find stuff involving adding *StringBuffer by Noel Grandin · 6 years ago
  9. d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
  10. c8eaadb Remaining loplugin:bufferadd by Stephan Bergmann · 6 years ago
  11. 8b4719c Rename OUStringLiteral1 to OUStringChar by Stephan Bergmann · 6 years ago
  12. f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
  13. 1ec93ef Replace getDefaultValue by getColExprForDefaultSettingVal (postgresql) by Julien Nabet · 6 years ago
  14. f221eea use common PCH for more libraries by Luboš Luňák · 6 years ago
  15. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  16. 0c46c81 tdf#128111: "adsrc" doesn't exist from Postgresql 12 by Julien Nabet · 6 years ago
  17. cdbac69 simplify "a = a +" to "a +=" by Noel Grandin · 6 years ago
  18. 241bee7 convert WriteCharPtr..getStr to WriteOString by Noel Grandin · 6 years ago
  19. 8e0c452 Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx) by Julien Nabet · 6 years ago
  20. 682fdbf loplugin:redundantpointerops check other pointer types by Noel Grandin · 6 years ago
  21. b16730d loplugin:stringadd (macOS) by Stephan Bergmann · 6 years ago
  22. 4390041 enable -Wrange-loop-analysis on clang by Noel Grandin · 7 years ago
  23. f2bd785 loplugin:redundantcast (clang-cl) by Stephan Bergmann · 7 years ago
  24. a3e2964 loplugin:data (clang-cl) by Stephan Bergmann · 7 years ago
  25. 664de5a8 loplugin:stringconstant (clang-cl) by Stephan Bergmann · 7 years ago
  26. 404a3c8 loplugin:simplifyconstruct (clang-cl) by Stephan Bergmann · 7 years ago
  27. 727200b loplugin:stringadd in basctl..cui by Noel Grandin · 7 years ago
  28. 2f5f459 support O(U)String::number() for fast string concatenation by Luboš Luňák · 7 years ago
  29. 1d398fb tdf#39593 use getUnoTunnelImplementation by Arkadiy Illarionov · 7 years ago
  30. ea1d4f6 loplugin:fragiledestructor (macOS) by Stephan Bergmann · 7 years ago
  31. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  32. f23e19c tdf#127657: FIREBIRD error in query input param when referred field is integer by Julien Nabet · 7 years ago
  33. 82572ca improve and enable loplugin:fragiledestructor by Noel Grandin · 7 years ago
  34. 47a62ed tdf#126852 Bind TEXT mysql type to Clob by Tamas Bunth · 7 years ago
  35. 23a9dff cid#1453559 silence Unchecked return value by Caolán McNamara · 7 years ago
  36. 67700b7 base: add some doc from Tomi's talk by Miklos Vajna · 7 years ago
  37. 7289828 tdf#120945: Relationship of tables isn't recognized by formwizard by Julien Nabet · 7 years ago
  38. c1e1806 tdf#39593 drop comphelper::getImplementation by Arkadiy Illarionov · 7 years ago
  39. 03747db tdf#39593 use isUnoTunnelId in connectivity by Arkadiy Illarionov · 7 years ago
  40. cc87670 mysqlc: Support connection to utf8mb4 server by Tamas Bunth · 7 years ago
  41. f599c31 tdf#39593 use isUnoTunnelId by Arkadiy Illarionov · 7 years ago
  42. 39214c5 Typos by Andrea Gelmini · 7 years ago
  43. 91a97c5 tdf#127093 mysqlc: set NO_AUTO_VALUE_ON_ZERO by Tamas Bunth · 7 years ago
  44. ee8f0a1 Fix '..' by Andrea Gelmini · 7 years ago
  45. 0940229 Fix '..' by Andrea Gelmini · 7 years ago
  46. f5c09ac mysqlc: Implement DatabaseMetadata::getUserName by Tamas Bunth · 7 years ago
  47. 58bed4f Related tdf#118809: add some XDatabaseMetaData for Firebird by Julien Nabet · 7 years ago
  48. 50785ac tdf#118809: Fill DatabaseProductName and DatabaseProductVersion for Firebird by Julien Nabet · 7 years ago
  49. 6e4a254 new loplugin:noexceptmove by Noel Grandin · 7 years ago
  50. 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
  51. 3ab2e7b Fix build on big-endian platforms with clang by Mike Kaganski · 7 years ago
  52. 32e2258 loplugin:returnconstval in connectivity..cui by Noel Grandin · 7 years ago
  53. 63dfd06 Mark move ctors/assignments noexcept by Mike Kaganski · 7 years ago
  54. b1dc8e2 loplugin:constmethod in connectivity by Noel Grandin · 7 years ago
  55. 1618a3c Fix typos by Andrea Gelmini · 7 years ago
  56. 9c10e29 loplugin:constvars in chart2..connectivity by Noel Grandin · 7 years ago
  57. e6196c6 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  58. d30ab819 tdf#125340 transport preferred dialog parent down the migration dialog by Caolán McNamara · 7 years ago
  59. 889dc7b use more TOOLS_WARN_EXCEPTION by Noel Grandin · 7 years ago
  60. fe00a72 loplugin:sequenceloop in basic..cui by Noel Grandin · 7 years ago
  61. c77e30c replace ".get->" with "->" by Noel Grandin · 7 years ago
  62. f055651 loplugin:stringconstant (macOS) by Stephan Bergmann · 7 years ago
  63. 6d024a6 tdf#126588 crash in saving view by Noel Grandin · 7 years ago
  64. f039092 tdf#39593 Drop connectivity::sdbcx::ODescriptor::getImplementation by Arkadiy Illarionov · 7 years ago
  65. cbbda5b mysqlc: Add test for textual blob types by Tamas Bunth · 7 years ago
  66. acafd1a mysqlc: getTablePrivileges not implemented, so.. by Tamas Bunth · 8 years ago
  67. b9b7df5 Fix typos by Andrea Gelmini · 7 years ago
  68. d4ef035 Improved loplugin:stringconstant (now that GCC 7 supports it): connectivity by Stephan Bergmann · 7 years ago
  69. cc4c20d mysqlc: Support reading blob as string by Tamas Bunth · 7 years ago
  70. 54028dc tdf#123591: truncate and round to 'scale' number of decimal places by Xisco Fauli · 7 years ago
  71. 41d3be4 mysqlc: Fix query of cursor position in result set by Tamas Bunth · 7 years ago
  72. 1729f55 Fix typos by Andrea Gelmini · 7 years ago
  73. 30320ab cid#1448360 Assignment of overlapping memory by Caolán McNamara · 7 years ago
  74. 85b1d47 Fix typos by Andrea Gelmini · 7 years ago
  75. 242e1c4 loplugin:referencecasting in comphelper..connectivity by Noel Grandin · 7 years ago
  76. d3c04f1 cid#1448480 Uncaught exception by Caolán McNamara · 7 years ago
  77. c19c206 tdf#123150: Firebird: set UTF-8 client connection by Tamas Bunth · 7 years ago
  78. a0d85d5 tdf#123591: Firebird: Fix setting double values by Tamas Bunth · 7 years ago
  79. 3278dfd tdf#121528: Firebird stores scale as a negative number by Xisco Fauli · 7 years ago
  80. fb52df5 tdf#123591: Firebird: take decimal places into account... by Xisco Fauli · 7 years ago
  81. 05ed765 Slight reformatting by Andrea Gelmini · 7 years ago
  82. 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  83. 3d4b1c0 tdf#39593 Change comphelper::getImplementation signature by Arkadiy Illarionov · 7 years ago
  84. e191cac connectivity, oox: remove some unused includes by Miklos Vajna · 7 years ago
  85. 31f0437 loplugin:passstuffbyref by Noel Grandin · 7 years ago
  86. 48b9951 loplugin:logexceptionnicely in configmgr..connectivity by Noel Grandin · 7 years ago
  87. 1436d23 Resolves: tdf#125878 correct calculation of H:M:S from timestamp by Eike Rathke · 7 years ago
  88. 80ff1ba Fix typo by Andrea Gelmini · 7 years ago
  89. 1eb8859 Use hasElements to check Sequence emptiness in chart2..connectivity by Arkadiy Illarionov · 7 years ago
  90. 3a4c448 mysqlc: Add support for mysql type INT24 by Tamas Bunth · 7 years ago
  91. af36ccc tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN) by Jens Carl · 7 years ago
  92. 6bd751f connectivity: fix memory leaks caused by OConnection::acquire() by Michael Stahl · 7 years ago
  93. d376c09 tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN) by Jens Carl · 7 years ago
  94. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  95. ff251f4 tdf#122538: add index appendix for hsqldb by Julien Nabet · 7 years ago
  96. 19573d9 tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN) by Jens Carl · 7 years ago
  97. a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
  98. e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
  99. 1156f98 an is used before a vowel sound by Caolán McNamara · 7 years ago
  100. 43249c0 Clean up makefile (remove some cargo-cult copied stuff) by Jens Carl · 7 years ago