summaryrefslogtreecommitdiffstats
path: root/connectivity/Library_dbtools.mk
Commit message (Collapse)AuthorAgeFilesLines
* remove last user of gb_Library_add_noexeception_objectBjoern Michaelsen2013-07-171-1/+1
| | | | | | | Change-Id: I9aef310bd7af21c6725c256109776b3bbb8c9574 Reviewed-on: https://gerrit.libreoffice.org/4952 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-21/+4
|
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-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>
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-1/+0
| | | | | | | Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist2013-04-051-1/+2
| | | | | | | | | Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
* Revert "cleanup sqlflex and sqlbison options"Kohei Yoshida2013-03-151-1/+9
| | | | | | | | | This reverts commit b659d7c33fcacdbbef86557e78f071abf94bead2. That commit appears to have broken the build on Linux. Reverting it fixes it. Change-Id: I70d62c04e9fb284ed2c360c0976d0cbeafc2ddc2
* cleanup sqlflex and sqlbison optionsPeter Foley2013-03-151-9/+1
| | | | Change-Id: I3f01636ef861828fdbe87e4057b6dc293ca63576
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - 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
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* fdo#53888: svx: do not link against dbtoolsMatúš Kukan2012-08-241-4/+0
| | | | | | | | | | | | dbtools were added in 01089138cc76f5717244bd04f25a868602aeaab6 only to create dependency and fix the build. This creates circular dependency for libmerged, dbtools is not that common library. It's better to create real dependency in connectivity_inc package. To avoid another circular dependency gb_YaccTarget_get_header_target must not depend on external headers target. Change-Id: I536376303de5330addd2dbf85bdfea8b9a23301c
* No jvmaccess for iOSTor Lillqvist2012-08-201-1/+1
| | | | Change-Id: Ifc83795c84cc82832a185317d4aa3554419e31e3
* Library_dbtools: sort objectsMichael Stahl2012-07-111-44/+44
| | | | Change-Id: I91a510a7a778a669182a14333e78a8095b27c6cd
* warning C4530: C++ exception handler used ... specify /EHscMichael Stahl2012-07-111-1/+1
| | | | Change-Id: I2a81e4d5d3a19b5537b791391d035212e8bf423e
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* use commandline parameters instead of bison directives (XCode 2.5)Christian Lohmaier2012-06-131-0/+2
| | | | | | XCode 2.5 only has ancient bison that doesn't support the %file-prefix, %name-prefix,... directives. So use the more compatible commandline arguments (just like before gbuildification of the module)
* Library_dbtools.mk: fix cyclic dependency on connectivity_generatedMichael Stahl2012-05-311-1/+2
| | | | Change-Id: Icac4bd86197c5e2ae1e86582ff3f0648307437b4
* make sure all headers are in placeDavid Tardon2012-05-291-0/+1
| | | | Change-Id: I9b0b2eb426e44883e0e81ab693c907e6ed70f39e
* connectivity: use gbuild api for flex (this hide a -Werror problem on Mac)Norbert Thiebaud2012-05-291-12/+4
| | | | Change-Id: I7b5551932db6e3e6037ad4f98ed77a29b4dec5db
* update gbuild function namesDavid Tardon2012-05-291-4/+4
| | | | Change-Id: I0bca38ff0983fab3fa388cd0b4030caa520d10a5
* ensure headers are in place before compilingDavid Tardon2012-05-291-0/+4
|
* connectivity: fix circular depsPeter Foley2012-05-291-2/+1
|
* connectivity: convert dbt to gbuildPeter Foley2012-05-291-0/+160