summaryrefslogtreecommitdiff
path: root/filter/JunitTest_filter_complex.mk
blob: c8f22e1bc1f49d8e486bffeb997c4b074b19843b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# 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_JunitTest_JunitTest,filter_complex))

$(eval $(call gb_JunitTest_use_unoapi_jars,filter_complex))

$(eval $(call gb_JunitTest_add_sourcefiles,filter_complex,\
	filter/qa/complex/filter/misc/FinalizedMandatoryTest \
	filter/qa/complex/filter/misc/TypeDetection6FileFormat \
))

$(eval $(call gb_JunitTest_add_classes,filter_complex,\
	complex.filter.misc.FinalizedMandatoryTest \
	complex.filter.misc.TypeDetection6FileFormat \
))

# vim: set noet sw=4 ts=4:
mit/sax?h=feature/cib_contract138c&id=6f1a110a370967b31f46d0323329dd9b4436ea26'>fastparser: reuse event lists if possibleMatúš Kukan 2013-10-17fastparser: re-work locking, add high & low watermarks, change sizes etc.Michael Meeks 2013-10-17fastparser: implementation using two threadsMatúš Kukan 2013-10-17fastparser: cache default namespace token for ooxml.Michael Meeks 2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan 2013-10-17FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan 2013-10-17fastparser: remove duplicated OString version methodsMatúš Kukan 2013-10-17fastparser: isolate calls to XFastContextHandler in Entity's methodsMatúš Kukan 2013-10-17fastparser: store mnNamespaceCount in another stackMatúš Kukan 2013-10-17sax: add unit test for FastAttributeListMatúš Kukan 2013-10-17sax: add unit test for FastSaxParserMatúš Kukan 2013-10-17remove not implemented method declarationMatúš Kukan 2013-10-11fastparser: don't allocate uno::Sequences when we don't need to.Michael Meeks 2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold 2013-10-02-Werror,-Wunused-variableStephan Bergmann 2013-10-02WaE: unused variableTor Lillqvist 2013-10-02-Werror,-Wunused-functionStephan Bergmann 2013-08-31fdo#62475 - remove visual noisePhilipp Riemer 2013-08-31fix indentationPhilipp Riemer 2013-08-31fdo#62475 - remove visual noisePhilipp Riemer 2013-08-23cppcheck: fix duplicate if/elseJulien Nabet 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks 2013-08-15Mark as constTakeshi Abe 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-08-01Mark as constTakeshi Abe 2013-07-21Remove unused convertDateTimeTZ and convertDateTZJulien Nabet 2013-07-15OUStringBuffer doesn't have append() overload for const char*Luboš Luňák 2013-07-15sax: even more boost_headersMichael Stahl 2013-07-15sax: more s/TimeZone/Timezone/Michael Stahl 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-07-03fastsax: provide the element name instead of prefix for unknown elementsCédric Bosdonnat 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl 2013-06-05sax: FastSaxSerializer: add well-formedness assertionsMichael Stahl 2013-06-05sax: SaxWriter: add well-formedness assertionsMichael Stahl 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist