summaryrefslogtreecommitdiff
path: root/toolkit/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:
span class='decoration'>Andrea Gelmini 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-30Replace scary reinterpret_casts with OUString::unacquiredStephan Bergmann 2015-03-30fdo#57950 Replace chained append() with operator+Krisztian Pinter 2015-03-25TyposJulien Nabet 2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist 2015-03-12cli_ure: PVS-Studio V618 non-const format stringMichael Stahl 2015-02-24Typo: increse->increaseJulien Nabet 2015-02-03climaker: Fix handling incomplete typesDavid Ostrovsky 2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann 2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn 2014-12-03Fold URE: WindowsStephan Bergmann 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-02cli_ure (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann