summaryrefslogtreecommitdiff
path: root/touch/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:
tr> 2012-04-23do not let gcc use registers we are setting ourselvesDavid Tardon 2012-04-23save register arguments firstDavid Tardon 2012-04-22WaE: variable 'stackptr' is uninitialized when usedTor Lillqvist 2012-04-15Fix crasher and generate PIC for iOS simulatorTor Lillqvist 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-04adjust gcc3_linux_intel bridge to work with clangLuboš Luňák 2012-04-04Fixed include guard copy/paste errorStephan Bergmann 2012-04-04Adapt cpp_uno/gcc3_linux_intel to GCC 4.7Stephan Bergmann 2012-03-30Hack around different __cxa_* declarations in different GCC versionsStephan Bergmann 2012-03-30Missing includesStephan Bergmann 2012-03-30Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.hStephan Bergmann 2012-03-30MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64Stephan Bergmann 2012-03-30iOS simulator fix and some cosmeticsTor Lillqvist 2012-03-29alloca(3) needs stdlib.h on *BSD because there is no alloca.hRobert Nagy 2012-03-29Mark all registered as clobbered that are not saved across callStephan Bergmann 2012-03-29Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7Stephan Bergmann 2012-03-272nd param of __cxa_throw is void* in GCC <= 4.6Stephan Bergmann 2012-03-27MinGW: Adapted cpp_uno bridge to GCC 4.7Stephan Bergmann 2012-03-26Revert "Field IDs on Dalvik are more unique than in JVMs"Stephan Bergmann 2012-03-26In Java, css.uno.RuntimeException is not derived from css.uno.ExceptionStephan Bergmann 2012-03-26Field IDs on Dalvik are more unique than in JVMsTor Lillqvist 2012-03-23.java files don't need executable bitsMichael Stahl 2012-03-21Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking caseTor Lillqvist 2012-03-16solaris/gcc: add missing standard includesJonathan Adams 2012-03-12WaE: 'exec' may be used uninitialized in this functionDavid Tardon 2012-03-07