1. ecad097 Remove dead code by Stephan Bergmann · 11 years ago
  2. c215ca9 css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough) by Stephan Bergmann · 11 years ago
  3. af48ad2 fix erroneous disposeOnce calls. by Michael Meeks · 11 years ago
  4. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  5. 2339a5b More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  6. 39950c5 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  7. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  8. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  9. 373a9b9 loplugin:redundantcast: redundant const_cast followed by implicit upcast by Stephan Bergmann · 11 years ago
  10. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  11. caebe97 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  12. 693002e Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  13. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  14. d081dda loplugin:constantfunction by Stephan Bergmann · 11 years ago
  15. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  16. 35ce36b Some more loplugin:cstylecast: mysqlc by Stephan Bergmann · 11 years ago
  17. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  18. d5c86be No need for RTL_USING in addition to LIBO_INTERNAL_ONLY by Stephan Bergmann · 11 years ago
  19. 86ba184 Introduce gb_*_set_external_code by Stephan Bergmann · 11 years ago
  20. 6bca90d mysqlc: loplugin:cstylecast by Stephan Bergmann · 11 years ago
  21. a0eb1be mysqlc: fix build after cppuhelper header cleanup by Michael Stahl · 11 years ago
  22. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  23. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  24. 5c8ea6d fdo#83991 - cleanup whitespace after folding comment removal. by Vinicius Vendramini · 11 years ago
  25. f73112e fdo#83991 - remove redundant function folding comments. by Vinicius Vendramini · 11 years ago
  26. 2bb99ca mysqlc: These shall be plain "Time" not "tools::Time" apparently by Stephan Bergmann · 12 years ago
  27. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  28. f94fffa mysqlc: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  29. 9703cc6 Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead by Stephan Bergmann · 12 years ago
  30. be75ace Translate German comment. by Michael Meeks · 12 years ago
  31. 2e01b87 fdo#83656 mariadb C client library incompatible with newer MySQL Connector/C++ by Lionel Elie Mamane · 12 years ago
  32. 0816b00d update mysqlc README by Lionel Elie Mamane · 12 years ago
  33. dbf99df mysqlc: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  34. 6b50e21 deb#749592 mysql-connector doesn't work with remote connections by Noel Grandin · 12 years ago
  35. 624a116 use OUString::startsWith() by Noel Grandin · 12 years ago
  36. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  37. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  38. aa21407 Kill DECL_PROP1IMPL and related by Julien Nabet · 12 years ago
  39. 794f09f simplify ternary conditions "xxx ? true : yyy" by Noel Grandin · 12 years ago
  40. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  41. b154c61 Do not use sal/log.hxx in extensions by Stephan Bergmann · 12 years ago
  42. 453ee35 fdo#43157 : clean up more OSL_POSTCOND by Michaël Lefèvre · 12 years ago
  43. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  44. 43da172 normalize values of BUNDLE_MARIADB by Michael Stahl · 12 years ago
  45. 4d6560f5 fdo#54938: Convert some places to use cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  46. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  47. 5d70084 Remove visual noise from mysqlc by Alexander Wilms · 12 years ago
  48. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  49. 0443d0a normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONN by Michael Stahl · 12 years ago
  50. 0b3aa59 Do not disable -Werror for mysqlc by Stephan Bergmann · 12 years ago
  51. 01b7bab auto_ptr -> heap_ptr by Stephan Bergmann · 12 years ago
  52. 9072e259 auto_ptr -> scoped_ptr by Stephan Bergmann · 12 years ago
  53. c2c9e39 USE_CPP_CONN is unused by Stephan Bergmann · 12 years ago
  54. 396248a Get rid of macros by Stephan Bergmann · 12 years ago
  55. 22c6d57 Fix typos by Stephan Bergmann · 12 years ago
  56. 32b8c5c fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer. by Alexandre Vicenzi · 12 years ago
  57. b55259e typo fixes by Andras Timar · 12 years ago
  58. fa2a7c1 Keep using component_getImplementationEnvironment in extensions by Stephan Bergmann · 12 years ago
  59. 08fe82e Remove unnecessary use of OUString constructor in + expressions by Noel Grandin · 12 years ago
  60. dae9b70 Drop duplicate #include by Takeshi Abe · 12 years ago
  61. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  62. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  63. ef90021 convert OUString !compareToAscii to equalsAscii by Noel Grandin · 12 years ago
  64. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  65. 5b609ae gbuild: fix gb_Extension_use_default_description by Michael Stahl · 12 years ago
  66. 02a1174 fdo#70496 revert to using libmysqlclient by Lionel Elie Mamane · 12 years ago
  67. 67aec43 cleanup by Thomas Arnhold · 12 years ago
  68. 3bafe5f Extension shared library components must not use the "prefix" feature by Stephan Bergmann · 12 years ago
  69. 3f31bdd Update mysqlc's ColumnLocate::findColumn to throw for invalid column. by Andrzej J.R. Hunt · 13 years ago
  70. 94730f35 ENABLE_MARIADBC Harmonize ENABLE_* variable to TRUE/<nothing> by Norbert Thiebaud · 13 years ago
  71. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  72. 8a8b1ae Some more toInt32 clean up by Stephan Bergmann · 13 years ago
  73. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  74. 1136925 initialized with plain 0, instead of sal_False/false by Takeshi Abe · 13 years ago
  75. e8ff469 Remove any remaining remnants of unused component_canUnload feature by Stephan Bergmann · 13 years ago
  76. cd79d51 prefix all component_getFactory methods by Peter Foley · 13 years ago
  77. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  78. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  79. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  80. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  81. eaa76b5 Link only what one needs by Fridrich Štrba · 13 years ago
  82. 77cc0cb Build thread-enabled internal libmariadb on UNX by Fridrich Štrba · 13 years ago
  83. 01cb7bc No need to copy any library from any path by Fridrich Štrba · 13 years ago
  84. 730df39 Do not try to dlopen a static internal libmariadb by Fridrich Štrba · 13 years ago
  85. f3c618e Adapt to removed MYSQL_LIB by Stephan Bergmann · 13 years ago
  86. d335638 oops by Rene Engelhard · 13 years ago
  87. 7011fc2 more s/MYSQLC/MARIADBC/ to make mysqlc actually build... by Rene Engelhard · 13 years ago
  88. ea5909e adapt config_host.mk.in/scp2/mysqlc to MARIADBC by Rene Engelhard · 13 years ago
  89. 12f9287 Make gb_Extension_use_default_description/license explicit by Stephan Bergmann · 13 years ago
  90. cad422a Adding libmariadb module for internal mariadb (work in progress) by Fridrich Štrba · 13 years ago
  91. 1bf4306 Switch from libmysqlc library to mariadb-native-client by Fridrich Štrba · 13 years ago
  92. f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
  93. a42649c fdo#60907 Use *one* variable for the MySQL library file by Lionel Elie Mamane · 13 years ago
  94. c7ef87a mysqlc/README was *very* out of date by Lionel Elie Mamane · 13 years ago
  95. b768611 remove all d.lst by Michael Stahl · 13 years ago
  96. 34faec5 mysqlc: disable fast strings to remove dependency on LIBO_UDK_4.1 by Michael Stahl · 13 years ago
  97. e5444ae fdo#60907 no space in front of MYSQL_LIB by Lionel Elie Mamane · 13 years ago
  98. 74a920c fdo#60907 export libmysql file name' by David Tardon · 13 years ago
  99. 90d0ebf mysqlc: bump version number to 1.0.2 by Michael Stahl · 13 years ago
  100. 9d74d1f mysqlc: remove component_writeInfo with passive registration by Michael Stahl · 13 years ago