summaryrefslogtreecommitdiff
path: root/mysqlcppconn
AgeCommit message (Collapse)AuthorFilesLines
2013-06-02mysqlcppconn: MSVC 2010 finally has grown a stdint.hMichael Stahl1-1/+3
Change-Id: I5b8d948aad94ba492075245c18c8ed781baa469e (cherry picked from commit 23583553d1a9951eaa33dfb598606cdf55d3f01a)
2013-05-08libmariadb: remove ExternalPackage_libmariadbMichael Stahl1-5/+0
Change-Id: I15bf4537a88f2ae290d778ada993f06ec99c2fa5
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24move URE headers to include/David Tardon1-2/+0
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-14update to newer libmariadbLionel Elie Mamane1-30/+0
Updated to bzr/launchpad snapshot revision 40 Solves: - missing symbols mysql_library_init and mysql_library_end - missing parameter "cipher" to mysql_ssl_set Change-Id: I0266fbfa0fca89eb665cf6320afa5fb0dbfd7c84
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-14Use "static" binding to mariadb client libraryFridrich Štrba5-20/+32
Change-Id: Idece6e4fb6b806be7037d98c7d6ffe6a74f0b30e
2013-03-14Build thread-enabled internal libmariadb on UNXFridrich Štrba1-0/+6
Change-Id: Ie0968b0802f5cbd9dc75906c4930586fb46d99ca
2013-03-07trying to make the whole mariadb sundry on windowsFridrich Štrba1-1/+1
Change-Id: I5d775272ba83752fdafe7b7b702a67e8c76e605a
2013-03-06Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba1-0/+6
Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
2013-03-06Switch from libmysqlc library to mariadb-native-clientFridrich Štrba3-2/+23
Change-Id: I867918bbb61b289e1ad8752e6f46705af6e85b7c
2013-03-03add missing dep on sal/types.hDavid Tardon1-0/+5
Change-Id: Ica6ac0c2d52e1183213798eaecc491de8bc98167
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-07mysqlcppconn: export sql_mysql_get_driver_instance on all platformsMichael Stahl1-8/+1
It was only exported in an MSVC build before, which is a regression from the gbuild conversion (c322d509231f9e1220fb86be68f13c5f4b135ccb). Change-Id: I46783dc5fff5383bad8f8292c615ba8daa071cf9
2013-01-28convert mysqlcppconn to gbuild and add to tail_buildPeter Foley15-341/+164
Change-Id: I33a9ff3393b90c5b9f7d7fa85e8761c02160664f Reviewed-on: https://gerrit.libreoffice.org/1900 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-1/+1
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-12-25Get rid of (most uses of) GUITor Lillqvist2-4/+4
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-07-20fdo#52275: Revert "mysqlcppconn: work around weird gcc issue"Michael Stahl1-6/+0
This reverts commit d3d533c9e45b6badf202a12f0ed266d0168aa636. Hard-coding -std=c++xy in one module is a bad idea. None of these gccs give any spurious error in gnu++11 mode now: gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2) gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich1-0/+1
2011-12-09Revert "mysqlcppconn: force recompilation when switching between different ↵Lionel Elie Mamane1-20/+14
bindings" This reverts commit 694627b7860fb69f115c020719c5b149d328f9ef.
2011-12-08mysqlcppconn: force recompilation when switching between different bindingsLionel Elie Mamane1-14/+20
2011-12-08fix build with --enable-ext-mysql-connector --without-system-mysqlLionel Elie Mamane1-0/+11
2011-11-13Update mysqlcppcon to version 1.1.0Lionel Elie Mamane7-197/+55
Drop patch to avoid use of boost::variant
2011-10-11mysqlcppconn: work around weird gcc issueMichael Stahl1-0/+6
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-11/+11
2011-03-30do not require mysql-devel package at runtime when using system mysqlPetr Mladek4-6/+23
useful for distro-specific builds
2011-01-21Remove old RCS lines.Thomas Arnhold1-4/+0
2010-03-12ause110: #i106731# one more tarfileHans-Joachim Lankenau1-0/+1
2009-12-16mysqlconnector: #i107391# default the protocol to TCP when talking with C/CFrank Schoenheit [fs]2-1/+15
2009-12-14mysqlconnector: #i10000# fix build with system-mysql but internal ↵Rene Engelhard1-8/+2
mysqlcppconn. it does not make sense o specify -lmysqlcppconn in mysqlcppconn build...
2009-12-11mysqlconnector: initial import from CWS mysqlnativeFrank Schoenheit [fs]6-0/+579