summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
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-07Fix compilation for simulatorTor Lillqvist
2012-03-05Make the iOS ARM code position-independentTor Lillqvist
2012-03-05Make the iOS device (ARM) stuff at least link, surely does not work yetTor Lillqvist
2012-02-21ARM bridge: fixes for passing double arguments on the stackJani Monoses
2012-02-17fix armel/armv4t buildRene Engelhard
2012-02-16ARM bridge: VFP ABI (armhf) supportJani Monoses
2012-02-15Remove unnecessary variableJani Monoses
2012-02-15Simplify code and use proper register names for linux armhfJani Monoses
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich
2012-02-05Some cppcheck cleaningJulien Nabet
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-13Use cacheflush() on AndroidTor Lillqvist
2012-01-11fix for gcc 4.7/C++11: these are not string literal operatorsDavid Tardon
2012-01-05WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara
2011-12-27function component_canUnload is exportedDavid Tardon
2011-12-21only use posix_fallocate() if it's actually availableRobert Nagy
2011-12-19fix armhf build in bridgesMatthias Klose
2011-12-15Resolves: rhbz#767708 avoid SIGBUS writing to overcommitted mmaped diskspaceStephan Bergmann
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-11-30catch by constant referenceTakeshi Abe
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header in bridgeNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-24Use RTLD_DEFAULT on AndroidTor Lillqvist
2011-11-21Don't use USE_DOUBLE_MMAP on AndroidTor Lillqvist
2011-11-17Let's try using the gcc3_linux_arm code for Android, tooTor Lillqvist