summaryrefslogtreecommitdiff
path: root/unoxml/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
/td>Noel Grandin 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin 2014-08-16SVG test: check content of Primitive2DSequence with the XML dumperTomaž Vajngerl 2014-08-02Change RectWithStylesByGroup to be same as other style testsTomaž Vajngerl 2014-07-30error: reference to "Primitive2DSequence" is ambiguousMatúš Kukan 2014-07-29SVG test that sequences are equalJoren De Cuyper 2014-07-15Avoid infinite loop when gathering "g" element stylesJoren De Cuyper