Michael Meeks
e7d0b21458
add missing modelines.
...
Change-Id: Ia0472d4dbce203f0b813e353b4b29f9dc9618664
2013-06-16 02:57:07 +01:00
Michael Stahl
23583553d1
mysqlcppconn: MSVC 2010 finally has grown a stdint.h
...
Change-Id: I5b8d948aad94ba492075245c18c8ed781baa469e
2013-06-02 20:37:57 +02:00
Michael Stahl
6416e9b628
libmariadb: remove ExternalPackage_libmariadb
...
Change-Id: I15bf4537a88f2ae290d778ada993f06ec99c2fa5
2013-05-08 17:49:57 +02:00
David Tardon
1cc9bbfd57
gbuild: drop empty use_packages calls
...
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-24 05:18:15 +00:00
David Tardon
6c7659b584
move URE headers to include/
...
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-04-24 05:17:10 +00:00
Lionel Elie Mamane
dd4aa4debb
update to newer libmariadb
...
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-14 22:11:33 +01:00
Michael Meeks
79b0046ba0
remove legacy build.pl prj/build.lst files.
2013-03-14 17:05:51 +00:00
Fridrich Štrba
95fe9541ca
Use "static" binding to mariadb client library
...
Change-Id: Idece6e4fb6b806be7037d98c7d6ffe6a74f0b30e
2013-03-14 12:12:41 +01:00
Fridrich Štrba
77cc0cb72f
Build thread-enabled internal libmariadb on UNX
...
Change-Id: Ie0968b0802f5cbd9dc75906c4930586fb46d99ca
2013-03-14 09:18:50 +01:00
Fridrich Štrba
0a8b02ad8c
trying to make the whole mariadb sundry on windows
...
Change-Id: I5d775272ba83752fdafe7b7b702a67e8c76e605a
2013-03-07 14:49:42 +01:00
Fridrich Štrba
cad422afb7
Adding libmariadb module for internal mariadb (work in progress)
...
Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
2013-03-06 16:33:25 +01:00
Fridrich Štrba
1bf4306c39
Switch from libmysqlc library to mariadb-native-client
...
Change-Id: I867918bbb61b289e1ad8752e6f46705af6e85b7c
2013-03-06 11:46:04 +01:00
David Tardon
1c2d1ad13e
add missing dep on sal/types.h
...
Change-Id: Ica6ac0c2d52e1183213798eaecc491de8bc98167
2013-03-03 09:28:28 +01:00
Michael Stahl
b768611724
remove all d.lst
...
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28 18:40:06 +01:00
Michael Stahl
8960f0de2e
mysqlcppconn: export sql_mysql_get_driver_instance on all platforms
...
It was only exported in an MSVC build before, which is a regression from
the gbuild conversion (c322d50923
).
Change-Id: I46783dc5fff5383bad8f8292c615ba8daa071cf9
2013-02-07 14:36:26 +01:00
Peter Foley
c322d50923
convert mysqlcppconn to gbuild and add to tail_build
...
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-28 22:54:03 +00:00
Michael Stahl
a53586f4ef
gbuild: do not copy boost headers around
...
- 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
2013-01-26 22:20:06 +01:00
Tor Lillqvist
c29098917a
Get rid of (most uses of) GUI
...
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-12-25 17:53:25 +00:00
Michael Stahl
9931d736ed
fdo#52275: Revert "mysqlcppconn: work around weird gcc issue"
...
This reverts commit d3d533c9e4
.
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-07-20 14:22:27 +02:00
Bjoern Michaelsen
b1c3e8ae28
make gbuild the default assumption of build.pl
...
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-04-29 03:50:46 +02:00
Josh Heidenreich
dd929dd089
Added and improved READMEs for modules whihc used to be in libs-extern
2012-02-08 23:18:06 -05:00
Lionel Elie Mamane
e89c99ce5e
Revert "mysqlcppconn: force recompilation when switching between different bindings"
...
This reverts commit 694627b786
.
2011-12-09 01:17:19 +01:00
Lionel Elie Mamane
694627b786
mysqlcppconn: force recompilation when switching between different bindings
2011-12-08 23:56:40 +01:00
Lionel Elie Mamane
85863c130a
fix build with --enable-ext-mysql-connector --without-system-mysql
2011-12-08 20:43:36 +01:00
Lionel Elie Mamane
770cb8ae4d
Update mysqlcppcon to version 1.1.0
...
Drop patch to avoid use of boost::variant
2011-11-13 23:55:26 +01:00
Michael Stahl
d3d533c9e4
mysqlcppconn: work around weird gcc issue
2011-10-11 17:57:01 +02:00
Tor Lillqvist
ad700e1f6e
Drop %_EXT% which was always empty
2011-06-03 13:27:22 +03:00
Petr Mladek
ee55ce5ba0
do not require mysql-devel package at runtime when using system mysql
...
useful for distro-specific builds
2011-03-30 17:12:05 +02:00
Thomas Arnhold
2252a47497
Remove old RCS lines.
2011-01-21 14:16:13 +01:00
Hans-Joachim Lankenau
447da3f747
ause110: #i106731# one more tarfile
2010-03-12 12:49:25 +01:00
Frank Schoenheit [fs]
7b08032bfc
mysqlconnector: #i107391# default the protocol to TCP when talking with C/C
2009-12-16 13:44:56 +01:00
Rene Engelhard
1523eb9c6d
mysqlconnector: #i10000# fix build with system-mysql but internal mysqlcppconn. it does not make sense o specify -lmysqlcppconn in mysqlcppconn build...
2009-12-14 23:31:19 +01:00
Frank Schoenheit [fs]
1f572df392
mysqlconnector: initial import from CWS mysqlnative
2009-12-11 09:51:25 +01:00