summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_osl_file.mk
blob: 4dadd8809ef0cbfca387ffbd4645988875e776ba (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
# -*- 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,sal_osl_file))

$(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_file,\
    sal/qa/osl/file/osl_File \
))

$(eval $(call gb_CppunitTest_use_external,sal_osl_file,boost_headers))

$(eval $(call gb_CppunitTest_use_libraries,sal_osl_file,\
    sal \
	$(gb_UWINAPI) \
))

# vim: set noet sw=4 ts=4:
an title='2014-06-06 19:16:40 +0000'>2014-06-06fixincludeguards: fix include guardsThomas Arnhold 2014-06-05sdext: remove SAL_THROW macroNoel Grandin 2014-06-04update_pch: add a bunch of pch filesThomas Arnhold 2014-06-04coverity#982645 bMissingDefaultsToNormal is always trueCaolán McNamara 2014-06-04DeInitVCL at end of testsStephan Bergmann 2014-06-02Use boost::hash_value to avoid undef conv of neg/large floating -> size_tStephan Bergmann 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin 2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin 2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin 2014-05-24coverity#983807 Uncaught exceptionCaolán McNamara 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet 2014-05-20Correct linker library sequence for pdfimportJan-Marek Glogowski 2014-05-20we need fontconfig nowCaolán McNamara 2014-05-20fdo#78689 PDF Import: get font's ascent value from different sourceVort 2014-05-16coverity#984442 Use after freeCaolán McNamara 2014-05-15fdo#78549 PDF Import: fix incorrect transformation matrix writingVort 2014-05-14remove external header guardsThomas Arnhold 2014-05-14use our css prefix to make this readableThomas Arnhold 2014-05-14various loplugin:passsequencebyrefNoel Grandin 2014-05-13remove dead codeNoel Grandin 2014-05-08fdo#78427 PDF Import: Improve detection of bold italic fontVort 2014-05-07fdo#78382 PDF Import: add opacity support for fill and strokeVort 2014-05-06fix build problemCaolán McNamara 2014-05-06fdo#78241 PDF Import: add dashes supportVort 2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin 2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni 2014-04-30coverity#1210167 Uninitialized scalar fieldCaolán McNamara 2014-04-30fdo#78075 PDF Import: Use absolute positions in svg:d parameterVort 2014-04-30sdext, fix sal_Bool->bool conversionNoel Grandin 2014-04-30sdext: sal_Bool->boolNoel Grandin