Michael Stahl
90d0ebffff
mysqlc: bump version number to 1.0.2
...
Also bump minimum OOo version to 3.3 because of passive registration.
Change-Id: I6798f728d19adcc5d30e7d9fe4ae3c62c18876a2
2013-02-07 23:45:13 +01:00
Michael Stahl
9d74d1f7c1
mysqlc: remove component_writeInfo with passive registration
...
Change-Id: I8ffa5ba2bbbd15533ea5097e0b018be3766ecc8b
2013-02-07 14:36:25 +01:00
Michael Stahl
5f356bd997
mysqlc: tweak gbuild conversion:
...
- the mysqlc library did link against the mysqlcppconn only when a
SYSTEM_MYSQL_CPPCONN is used
- mysqlc is an EXTENSIONLIB, mysqlcppconn is PLAINLIBS_NONE
- one N was missing in Extension makefile, and use
gb_Extension_add_library to put in mysqlcppconn
- manifest.xml, description.xml: update PLACEHOLDERS
Change-Id: If45714f81056a6c1a4cb3380b50cc3dcc0443bb8
2013-01-28 23:57:28 +01:00
Peter Foley
b02d799732
convert mysqlc to gbuild and add to tail_build
...
Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2
Reviewed-on: https://gerrit.libreoffice.org/1901
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2013-01-28 22:54:08 +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
3d6d07a7e3
Get rid of GetVersionInfo and checkdll
...
With gbuildification neither was actually used anyway, as far as I
could see.
Change-Id: I00d914e6571aed3110226f91ac1685a838031c65
2013-01-16 18:21:51 +02: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
Tomas Chvatal
259cdd64ac
Do not define CPPCONN_LIB if using system version
...
This is used for dlopen internal library only anyway and breaks
when building in strict-multilib environment.
Change-Id: I9dea9e37161aab17ab605bec33482ddb48beeb46
2012-12-18 17:05:47 +01:00
Andras Timar
1cfc20a7bc
fdo#58156 use WITH_LANG_LIST instead of WITH_LANG
...
Change-Id: Ie87469d7553d1dcad49348c42d3cca99a43d709c
2012-12-15 10:44:56 +01:00
Stephan Bergmann
a9916dabb4
Remove xml2cmp leftovers
...
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-12-12 10:27:41 +01:00
Tor Lillqvist
f5bdeec992
Use xcrun when available to run install_name_tool
...
This hopefully should help in situations like Jonathan Aquilina's,
where /usr/bin/install_name_tool does not correspond to the tool-chain
used (but is from an earlier version of Xcode).
Change-Id: I5b4ca9e5e163fb4a84967577d2146cdbe8344f03
2012-11-22 12:23:18 +02:00
Stephan Bergmann
20362a86f8
"newtrans.1.0" -> "translations"
...
Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36
2012-11-21 08:34:31 +01:00
Zolnai Tamás
c82935d52d
Extend localization to mysqlc
...
Change-Id: If67b4991dec8c20d02d41032923bbd5945a5704a
2012-11-19 15:29:59 +01:00
Andras Timar
5140baaa02
MySQL Connector display name
...
Change-Id: I36f2504cd7458d558b786aedaf79b2e3fa1444d5
2012-11-04 13:13:50 +01:00
Norbert Thiebaud
750fc20611
replace remaining InterlockedCount() with inlined version
...
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com >
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com >
2012-09-25 01:55:38 +00:00
Stephan Bergmann
103be64d43
-Wc++11-narrowing (Clang towards 3.2)
...
Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0
2012-08-14 10:39:13 +02:00
Jung-uk Kim
ed93117447
fdo#53061: Fix for C++11 #define NULL nullptr
...
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >
2012-08-14 10:39:13 +02:00
Michael Meeks
f57d0649b9
misc. cleanup.
2012-08-13 15:57:27 +01:00
Takeshi Abe
79d386f001
removed unnecessary forward declarations of class
...
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx
Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-07-07 10:09:22 +09:00
Fridrich Štrba
d817891d69
Export the UNO symbols from mysqlc.uno.dll
...
Change-Id: I528acab43cad3abc88d1a20f0f19f42d652262dd
2012-06-29 09:38:46 +02:00
Michael Meeks
69a51d2bb6
re-base on ALv2 code.
2012-06-26 11:33:02 +01:00
Norbert Thiebaud
0188ebf354
targeted string re-work
...
Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50
2012-06-02 13:45:57 -05: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
Elton Chung
806bec7107
Fix typos in comments
2012-02-13 15:27:24 +00:00
Josh Heidenreich
306287528a
Added and improved READMEs for modules in extensions, extras, postprocess
2012-02-09 12:12:00 +00:00
Norbert Thiebaud
43b987e43f
replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses
2012-02-05 19:34:02 -06:00
Olivier Hallot
6af59644d6
Fix for fdo43460 Part XXV getLength() to isEmpty()
...
Please find attached a partial fix for Easy Hack FDO43460
Part XXI
Module
oox
2012-01-02 19:17:17 +01:00
Takeshi Abe
1f2fd91bf1
catch exception by constant reference
2011-12-20 12:07:50 +09:00
Stephan Bergmann
d805a6c093
Use visibility instead of version map file for mysqlc.uno.
2011-11-15 10:49:02 +01:00
Andras Timar
9ab6ecf331
fix en-US only build
2011-10-30 22:55:29 +01:00
Andras Timar
726fe9cc4e
enable localization of extension descriptions in mysqlc
2011-10-30 22:25:12 +01:00
Andras Timar
92b54aa8b3
set lang to en-US in order l10ntools can extract strings
2011-09-21 16:08:31 +02:00
Andras Timar
89bead3e45
change publisher from Oracle to TDF fdo#40638
2011-09-13 10:48:22 +02:00
Matus Kukan
33c4a94bdf
Remove component_getImplementationEnvironment
2011-07-12 11:33:23 +02:00
Tor Lillqvist
85f1452892
Goodbye to CWS_WORK_STAMP
2011-07-01 15:39:23 +03:00
Hans-Joachim Lankenau
bdf02789cb
ause130: #i117218# change .idl handling to gnu make
2011-06-17 14:38:02 +02:00
Tor Lillqvist
bc5a5d2615
Drop %_EXT% which was always empty
2011-06-03 13:26:06 +03:00
Thomas Arnhold
459cbc6cad
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
2011-03-19 14:07:48 +01:00
Thomas Arnhold
a0ae1cebf6
OSL_TRACE: Use format string
2011-03-12 14:12:21 +01:00
Thomas Arnhold
530b835583
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
2011-03-12 14:12:21 +01:00
Fridrich Štrba
36fe59b73b
Trying to remove the stlport mention from the code
2011-02-09 16:20:06 +01:00
Fridrich Štrba
d186420a08
Removing the ext_std masterpiece
2011-02-09 10:50:15 +01:00
Thomas Arnhold
f49c8e4496
Clean up makefiles
2011-02-01 17:37:37 +01:00
Thomas Arnhold
70539059dd
Remove double line spacing.
2011-01-28 19:50:44 +01:00
Thomas Arnhold
7552a34c76
Remove old RCS lines.
2011-01-21 12:18:23 +01:00
Gert Faller
6c4698ded0
RTL_CONSTASCII_USTRINGPARAM in extensions 1
2010-12-06 13:10:56 +01:00
Sebastian Spaeth
9c4729a175
Don't require extension_32_h.png in extensions
2010-11-18 11:04:30 +01:00
Sebastian Spaeth
adc03f77d0
Remove reference to high-contrast icon from ext. description.xml
2010-11-16 09:53:13 +01:00
Caolán McNamara
0b468b7e7d
add modelines to .hxx files as well
2010-10-27 15:59:43 +01:00
Norbert Thiebaud
656bc319fc
remove vos reference from uno xml descriptions
2010-10-27 01:08:00 -05:00