# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_CppunitTest_CppunitTest,editeng_borderline)) $(eval $(call gb_CppunitTest_add_exception_objects,editeng_borderline, \ editeng/qa/items/borderline_test \ )) $(eval $(call gb_CppunitTest_use_libraries,editeng_borderline, \ xo \ basegfx \ editeng \ lng \ svt \ tk \ vcl \ svl \ sot \ utl \ tl \ comphelper \ ucbhelper \ cppuhelper \ cppu \ sal \ salhelper \ i18nlangtag \ i18nutil \ )) $(eval $(call gb_CppunitTest_use_externals,editeng_borderline,\ boost_headers \ icuuc \ )) $(eval $(call gb_CppunitTest_use_sdk_api,editeng_borderline)) # vim: set noet sw=4 ts=4: ion value='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)Author
2012-11-22Use xcrun when available to run install_name_toolTor Lillqvist
2012-11-21"newtrans.1.0" -> "translations"Stephan Bergmann
2012-11-19Extend localization to mysqlcZolnai Tamás
2012-11-04MySQL Connector display nameAndras Timar
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-08-14-Wc++11-narrowing (Clang towards 3.2)Stephan Bergmann
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
2012-08-13misc. cleanup.Michael Meeks
2012-07-07removed unnecessary forward declarations of classTakeshi Abe
2012-06-29Export the UNO symbols from mysqlc.uno.dllFridrich Štrba
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-02-13Fix typos in commentsElton Chung
2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud
2012-01-02Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot
2011-12-20catch exception by constant referenceTakeshi Abe
2011-11-15Use visibility instead of version map file for mysqlc.uno.Stephan Bergmann
2011-10-30fix en-US only buildAndras Timar
2011-10-30enable localization of extension descriptions in mysqlcAndras Timar
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar
2011-09-13change publisher from Oracle to TDF fdo#40638Andras Timar
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-07-01Goodbye to CWS_WORK_STAMPTor Lillqvist
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12OSL_TRACE: Use format stringThomas Arnhold
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2011-02-01Clean up makefilesThomas Arnhold
2011-01-28Remove double line spacing.Thomas Arnhold
2011-01-21Remove old RCS lines.Thomas Arnhold
2010-12-06RTL_CONSTASCII_USTRINGPARAM in extensions 1Gert Faller
2010-11-18Don't require extension_32_h.png in extensionsSebastian Spaeth
2010-11-16Remove reference to high-contrast icon from ext. description.xmlSebastian Spaeth
2010-10-27add modelines to .hxx files as wellCaolán McNamara
2010-10-27remove vos reference from uno xml descriptionsNorbert Thiebaud
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-16some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)Kenneth Venken
2010-10-13