# -*- 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_Executable_Executable,idlc)) $(eval $(call gb_Executable_set_include,idlc,\ -I$(SRCDIR)/idlc/inc \ -I$(SRCDIR)/idlc/source \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_externals,idlc,\ boost_headers \ )) $(eval $(call gb_Executable_use_libraries,idlc,\ reg \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),store) \ sal \ salhelper \ )) $(eval $(call gb_Executable_add_grammars,idlc,\ idlc/source/parser \ )) $(eval $(call gb_Executable_add_scanners,idlc,\ idlc/source/scanner \ )) ifneq (,$(SYSTEM_UCPP)) $(eval $(call gb_Executable_add_defs,idlc,\ -DSYSTEM_UCPP \ -DUCPP=\"file://$(SYSTEM_UCPP)\" \ )) endif $(eval $(call gb_Executable_add_exception_objects,idlc,\ idlc/source/idlcmain \ idlc/source/idlc \ idlc/source/idlccompile \ idlc/source/idlcproduce \ idlc/source/errorhandler \ idlc/source/options \ idlc/source/fehelper \ idlc/source/astdeclaration \ idlc/source/astscope \ idlc/source/aststack \ idlc/source/astdump \ idlc/source/astinterface \ idlc/source/aststruct \ idlc/source/aststructinstance \ idlc/source/astoperation \ idlc/source/astconstant \ idlc/source/astenum \ idlc/source/astexpression \ idlc/source/astservice \ )) # vim:set noet sw=4 ts=4: /cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/qa/cppunit/test_converter.cxx
AgeCommit message (Expand)Author
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-12Improve output in case of test failureStephan Bergmann
2013-12-17Improve CPPUNIT_ASSERTsStephan Bergmann
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl
2013-08-04fixup SAL_INFO macros to actually print the stringsLionel Elie Mamane
2013-08-04sax converter unittest: test accept trailing zeros in fractional secondsLionel Elie Mamane
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane