summaryrefslogtreecommitdiffstats
path: root/mysqlc
Commit message (Collapse)AuthorAgeFilesLines
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-193-4/+4
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-23/+23
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* Link only what one needsFridrich Štrba2013-03-141-8/+0
| | | | Change-Id: I953ee0e96f704e3900238751b29fa2ed6f4482e9
* Build thread-enabled internal libmariadb on UNXFridrich Štrba2013-03-141-0/+6
| | | | Change-Id: Ie0968b0802f5cbd9dc75906c4930586fb46d99ca
* No need to copy any library from any pathFridrich Štrba2013-03-111-8/+0
| | | | Change-Id: Iac0b88ea48b3ed7b989d38b0473f6993d899f430
* Do not try to dlopen a static internal libmariadbFridrich Štrba2013-03-112-35/+2
| | | | Change-Id: Ib624089418e22c050e951acc4c487572c7e0ea25
* Adapt to removed MYSQL_LIBStephan Bergmann2013-03-101-1/+1
| | | | | | | ...from cad422afb7a4dcd7592c502641b41a832703e536 "Adding libmariadb module for internal mariadb (work in progress)." Change-Id: Iba803a26be6f62589191122d4defc959cb3248eb
* oopsRene Engelhard2013-03-101-11/+0
| | | | Change-Id: I05efc60a6108a899db006df3a8c43bdec9c5850a
* more s/MYSQLC/MARIADBC/ to make mysqlc actually build...Rene Engelhard2013-03-104-7/+18
| | | | Change-Id: I286c2100c33371d5ed1ac0be3ae6393dabe6c4ef
* adapt config_host.mk.in/scp2/mysqlc to MARIADBCRene Engelhard2013-03-101-1/+1
| | | | Change-Id: Id60fc25405a3879e64bd5f2ff637c655ba7dfc78
* Make gb_Extension_use_default_description/license explicitStephan Bergmann2013-03-071-0/+3
| | | | | | | | ...as a prerequisite for gbuild'ifying desktop/test/deployment/passive/, which builds a test extension that does not match those default description/license settings. Change-Id: I200ff0ceb9750ed4b1c187305f10469f789d29cb
* Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba2013-03-061-1/+1
| | | | Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
* Switch from libmysqlc library to mariadb-native-clientFridrich Štrba2013-03-063-5/+5
| | | | Change-Id: I867918bbb61b289e1ad8752e6f46705af6e85b7c
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* fdo#60907 Use *one* variable for the MySQL library fileLionel Elie Mamane2013-03-011-3/+1
| | | | | | | as opposed to two with different values, which leads to trouble Change-Id: Ic603105187b6078bd46d6c253410af28e188c70f
* mysqlc/README was *very* out of dateLionel Elie Mamane2013-03-011-57/+49
| | | | Change-Id: I3a50ec19d42aa08d1346c9d0bdc1045f4ce88cd0
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* mysqlc: disable fast strings to remove dependency on LIBO_UDK_4.1Michael Stahl2013-02-261-0/+2
| | | | Change-Id: I0891f1e45f02b2d031903d85ad3ebe3df561529d
* fdo#60907 no space in front of MYSQL_LIBLionel Elie Mamane2013-02-241-2/+1
| | | | Change-Id: If477ae65eb93d8eb944c345853c13ca0d1826762
* fdo#60907 export libmysql file name'David Tardon2013-02-201-1/+1
| | | | Change-Id: I294301e0f87924ac89c16c99f0549c98a7ea7da5
* mysqlc: bump version number to 1.0.2Michael Stahl2013-02-071-2/+2
| | | | | | Also bump minimum OOo version to 3.3 because of passive registration. Change-Id: I6798f728d19adcc5d30e7d9fe4ae3c62c18876a2
* mysqlc: remove component_writeInfo with passive registrationMichael Stahl2013-02-077-50/+38
| | | | Change-Id: I8ffa5ba2bbbd15533ea5097e0b018be3766ecc8b
* mysqlc: tweak gbuild conversion:Michael Stahl2013-01-283-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
* convert mysqlc to gbuild and add to tail_buildPeter Foley2013-01-2815-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>
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-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
* Get rid of GetVersionInfo and checkdllTor Lillqvist2013-01-161-3/+0
| | | | | | | With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-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>
* Do not define CPPCONN_LIB if using system versionTomas Chvatal2012-12-181-2/+0
| | | | | | | This is used for dlopen internal library only anyway and breaks when building in strict-multilib environment. Change-Id: I9dea9e37161aab17ab605bec33482ddb48beeb46
* fdo#58156 use WITH_LANG_LIST instead of WITH_LANGAndras Timar2012-12-151-1/+1
| | | | Change-Id: Ie87469d7553d1dcad49348c42d3cca99a43d709c
* Remove xml2cmp leftoversStephan Bergmann2012-12-121-96/+0
| | | | Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
* Use xcrun when available to run install_name_toolTor Lillqvist2012-11-221-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
* "newtrans.1.0" -> "translations"Stephan Bergmann2012-11-211-1/+1
| | | | Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36
* Extend localization to mysqlcZolnai Tamás2012-11-191-1/+1
| | | | Change-Id: If67b4991dec8c20d02d41032923bbd5945a5704a
* MySQL Connector display nameAndras Timar2012-11-041-1/+1
| | | | Change-Id: I36f2504cd7458d558b786aedaf79b2e3fa1444d5
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-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>
* -Wc++11-narrowing (Clang towards 3.2)Stephan Bergmann2012-08-141-1/+1
| | | | Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-141-1/+1
| | | | | Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* misc. cleanup.Michael Meeks2012-08-131-1/+0
|
* removed unnecessary forward declarations of classTakeshi Abe2012-07-071-1/+0
| | | | | | except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
* Export the UNO symbols from mysqlc.uno.dllFridrich Štrba2012-06-291-1/+1
| | | | Change-Id: I528acab43cad3abc88d1a20f0f19f42d652262dd
* re-base on ALv2 code.Michael Meeks2012-06-2626-476/+435
|
* targeted string re-workNorbert Thiebaud2012-06-022-24/+24
| | | | Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* Fix typos in commentsElton Chung2012-02-131-1/+1
|
* Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich2012-02-091-2/+5
|
* replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud2012-02-051-1/+1
|
* Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot2012-01-021-4/+4
| | | | | | | | Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox
* catch exception by constant referenceTakeshi Abe2011-12-207-168/+168
|
* Use visibility instead of version map file for mysqlc.uno.Stephan Bergmann2011-11-152-23/+2
|