summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Collapse)AuthorFilesLines
2013-01-28mysqlc: tweak gbuild conversion:Michael Stahl3-7/+5
- 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-28convert mysqlc to gbuild and add to tail_buildPeter Foley15-299/+148
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-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+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
2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist1-3/+0
With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-2/+2
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-18Do not define CPPCONN_LIB if using system versionTomas Chvatal1-2/+0
This is used for dlopen internal library only anyway and breaks when building in strict-multilib environment. Change-Id: I9dea9e37161aab17ab605bec33482ddb48beeb46
2012-12-15fdo#58156 use WITH_LANG_LIST instead of WITH_LANGAndras Timar1-1/+1
Change-Id: Ie87469d7553d1dcad49348c42d3cca99a43d709c
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-96/+0
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-11-22Use xcrun when available to run install_name_toolTor Lillqvist1-3/+3
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-21"newtrans.1.0" -> "translations"Stephan Bergmann1-1/+1
Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36
2012-11-19Extend localization to mysqlcZolnai Tamás1-1/+1
Change-Id: If67b4991dec8c20d02d41032923bbd5945a5704a
2012-11-04MySQL Connector display nameAndras Timar1-1/+1
Change-Id: I36f2504cd7458d558b786aedaf79b2e3fa1444d5
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-5/+5
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-08-14-Wc++11-narrowing (Clang towards 3.2)Stephan Bergmann1-1/+1
Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim1-1/+1
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-13misc. cleanup.Michael Meeks1-1/+0
2012-07-07removed unnecessary forward declarations of classTakeshi Abe1-1/+0
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-06-29Export the UNO symbols from mysqlc.uno.dllFridrich Štrba1-1/+1
Change-Id: I528acab43cad3abc88d1a20f0f19f42d652262dd
2012-06-26re-base on ALv2 code.Michael Meeks26-476/+435
2012-06-02targeted string re-workNorbert Thiebaud2-24/+24
Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50
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-13Fix typos in commentsElton Chung1-1/+1
2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich1-2/+5
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud1-1/+1
2012-01-02Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot1-4/+4
Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox
2011-12-20catch exception by constant referenceTakeshi Abe7-168/+168
2011-11-15Use visibility instead of version map file for mysqlc.uno.Stephan Bergmann2-23/+2
2011-10-30fix en-US only buildAndras Timar1-5/+7
2011-10-30enable localization of extension descriptions in mysqlcAndras Timar20-60/+10
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar1-1/+1
2011-09-13change publisher from Oracle to TDF fdo#40638Andras Timar1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan3-13/+0
2011-07-01Goodbye to CWS_WORK_STAMPTor Lillqvist1-4/+0
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-1/+1
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-12OSL_TRACE: Use format stringThomas Arnhold1-1/+1
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold3-4/+4
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-5/+0
2011-02-09Removing the ext_std masterpieceFridrich Štrba12-52/+34
2011-02-01Clean up makefilesThomas Arnhold1-12/+0
2011-01-28Remove double line spacing.Thomas Arnhold2-57/+0
2011-01-21Remove old RCS lines.Thomas Arnhold21-82/+0
2010-12-06RTL_CONSTASCII_USTRINGPARAM in extensions 1Gert Faller2-6/+6
2010-11-18Don't require extension_32_h.png in extensionsSebastian Spaeth1-3/+1
2010-11-16Remove reference to high-contrast icon from ext. description.xmlSebastian Spaeth1-1/+0
2010-10-27add modelines to .hxx files as wellCaolán McNamara11-0/+30
2010-10-27remove vos reference from uno xml descriptionsNorbert Thiebaud1-2/+0
2010-10-18remove non-compiled codePovilas Kanapickas1-12/+0
2010-10-16some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)Kenneth Venken1-1/+2