# -*- 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/. # $(eval $(call gb_CppunitTest_CppunitTest,sax_parser)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sax_parser)) $(eval $(call gb_CppunitTest_add_exception_objects,sax_parser, \ sax/qa/cppunit/parser \ )) $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \ comphelper \ cppu \ cppuhelper \ unotest \ expwrap \ sal \ test \ )) $(eval $(call gb_CppunitTest_use_externals,sax_parser, \ boost_headers \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sax_parser)) $(eval $(call gb_CppunitTest_use_ure,sax_parser)) $(eval $(call gb_CppunitTest_use_vcl,sax_parser)) $(eval $(call gb_CppunitTest_use_components,sax_parser,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ sfx2/util/sfx \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_use_configuration,sax_parser)) # vim: set noet sw=4 ts=4: o/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-03-30fix loplugin unused warningsPeter Foley
2013-03-19further OUString cleanupThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-04sal_Bool to boolTakeshi Abe
2013-02-28remove all d.lstMichael Stahl
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz
2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz
2012-11-29Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz
2012-10-22drop rdbmaker completelyMatúš Kukan
2012-10-02Use prefixTor Lillqvist
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-07remove empty ascii boxes and stuffThomas Arnhold
2012-07-04re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-16removed unused forward declarations of classTakeshi Abe
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-01targeted string re-workNorbert Thiebaud
2012-05-29deliver component desc. xml, if usedDavid Tardon