Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-07 | mysqlc: bump version number to 1.0.2 | Michael Stahl | |
Also bump minimum OOo version to 3.3 because of passive registration. Change-Id: I6798f728d19adcc5d30e7d9fe4ae3c62c18876a2 | |||
2013-02-07 | mysqlc: remove component_writeInfo with passive registration | Michael Stahl | |
Change-Id: I8ffa5ba2bbbd15533ea5097e0b018be3766ecc8b | |||
2013-01-28 | mysqlc: tweak gbuild conversion: | Michael Stahl | |
- 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 | convert mysqlc to gbuild and add to tail_build | Peter Foley | |
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-26 | gbuild: do not copy boost headers around | Michael Stahl | |
- 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-16 | Get rid of GetVersionInfo and checkdll | Tor Lillqvist | |
With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65 | |||
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist | |
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-18 | Do not define CPPCONN_LIB if using system version | Tomas Chvatal | |
This is used for dlopen internal library only anyway and breaks when building in strict-multilib environment. Change-Id: I9dea9e37161aab17ab605bec33482ddb48beeb46 | |||
2012-12-15 | fdo#58156 use WITH_LANG_LIST instead of WITH_LANG | Andras Timar | |
Change-Id: Ie87469d7553d1dcad49348c42d3cca99a43d709c | |||
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann | |
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893 | |||
2012-11-22 | Use xcrun when available to run install_name_tool | Tor Lillqvist | |
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 Bergmann | |
Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36 | |||
2012-11-19 | Extend localization to mysqlc | Zolnai Tamás | |
Change-Id: If67b4991dec8c20d02d41032923bbd5945a5704a | |||
2012-11-04 | MySQL Connector display name | Andras Timar | |
Change-Id: I36f2504cd7458d558b786aedaf79b2e3fa1444d5 | |||
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud | |
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 Bergmann | |
Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0 | |||
2012-08-14 | fdo#53061: Fix for C++11 #define NULL nullptr | Jung-uk Kim | |
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com> | |||
2012-08-13 | misc. cleanup. | Michael Meeks | |
2012-07-07 | removed unnecessary forward declarations of class | Takeshi Abe | |
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b | |||
2012-06-29 | Export the UNO symbols from mysqlc.uno.dll | Fridrich Štrba | |
Change-Id: I528acab43cad3abc88d1a20f0f19f42d652262dd | |||
2012-06-26 | re-base on ALv2 code. | Michael Meeks | |
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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-13 | Fix typos in comments | Elton Chung | |
2012-02-09 | Added and improved READMEs for modules in extensions, extras, postprocess | Josh Heidenreich | |
2012-02-05 | replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses | Norbert Thiebaud | |
2012-01-02 | Fix for fdo43460 Part XXV getLength() to isEmpty() | Olivier Hallot | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox | |||
2011-12-20 | catch exception by constant reference | Takeshi Abe | |
2011-11-15 | Use visibility instead of version map file for mysqlc.uno. | Stephan Bergmann | |
2011-10-30 | fix en-US only build | Andras Timar | |
2011-10-30 | enable localization of extension descriptions in mysqlc | Andras Timar | |
2011-09-21 | set lang to en-US in order l10ntools can extract strings | Andras Timar | |
2011-09-13 | change publisher from Oracle to TDF fdo#40638 | Andras Timar | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | |
2011-07-01 | Goodbye to CWS_WORK_STAMP | Tor Lillqvist | |
2011-06-17 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-03-12 | OSL_TRACE: Use format string | Thomas Arnhold | |
2011-03-12 | Move OSL_ENSURE(false,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-01-28 | Remove double line spacing. | Thomas Arnhold | |
2011-01-21 | Remove old RCS lines. | Thomas Arnhold | |
2010-12-06 | RTL_CONSTASCII_USTRINGPARAM in extensions 1 | Gert Faller | |
2010-11-18 | Don't require extension_32_h.png in extensions | Sebastian Spaeth | |
2010-11-16 | Remove reference to high-contrast icon from ext. description.xml | Sebastian Spaeth | |
2010-10-27 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-27 | remove vos reference from uno xml descriptions | Norbert Thiebaud | |