summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* typo: paramters, paramaters -> parametersAndras Timar2012-06-194-4/+4
* removed unused const rtl::OUStringTakeshi Abe2012-05-181-2/+0
* the page seems movedTakeshi Abe2012-05-181-1/+1
* remove "TODO: add test" which is now doneCaolán McNamara2012-05-171-2/+0
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-4/+4
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
* WaE: Clang unused variableCatalin Iacob2012-04-251-4/+5
* Port gcc3_linux_powerpc fix to gcc3_macosx_powerpcStephan Bergmann2012-04-231-3/+13
* do not let gcc use registers we are setting ourselvesDavid Tardon2012-04-231-3/+13
* save register arguments firstDavid Tardon2012-04-231-8/+8
* WaE: variable 'stackptr' is uninitialized when usedTor Lillqvist2012-04-221-1/+1
* Fix crasher and generate PIC for iOS simulatorTor Lillqvist2012-04-155-17/+23
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-22/+9
* adjust gcc3_linux_intel bridge to work with clangLuboš Luňák2012-04-043-1/+11
* Fixed include guard copy/paste errorStephan Bergmann2012-04-041-2/+2
* Adapt cpp_uno/gcc3_linux_intel to GCC 4.7Stephan Bergmann2012-04-046-135/+233
* Hack around different __cxa_* declarations in different GCC versionsStephan Bergmann2012-03-302-8/+16
* Missing includesStephan Bergmann2012-03-302-0/+2
* Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.hStephan Bergmann2012-03-303-8/+24
* MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64Stephan Bergmann2012-03-305-115/+203
* iOS simulator fix and some cosmeticsTor Lillqvist2012-03-301-8/+8
* alloca(3) needs stdlib.h on *BSD because there is no alloca.hRobert Nagy2012-03-291-0/+4
* Mark all registered as clobbered that are not saved across callStephan Bergmann2012-03-291-1/+3
* Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7Stephan Bergmann2012-03-298-168/+233
* 2nd param of __cxa_throw is void* in GCC <= 4.6Stephan Bergmann2012-03-271-1/+1
* MinGW: Adapted cpp_uno bridge to GCC 4.7Stephan Bergmann2012-03-273-7/+23
* Revert "Field IDs on Dalvik are more unique than in JVMs"Stephan Bergmann2012-03-263-27/+1
* In Java, css.uno.RuntimeException is not derived from css.uno.ExceptionStephan Bergmann2012-03-261-1/+5
* Field IDs on Dalvik are more unique than in JVMsTor Lillqvist2012-03-263-1/+27
* .java files don't need executable bitsMichael Stahl2012-03-231-0/+0
* Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking caseTor Lillqvist2012-03-211-3/+7
* solaris/gcc: add missing standard includesJonathan Adams2012-03-162-0/+2
* WaE: 'exec' may be used uninitialized in this functionDavid Tardon2012-03-121-1/+1
* Fix compilation for simulatorTor Lillqvist2012-03-071-3/+3
* Make the iOS ARM code position-independentTor Lillqvist2012-03-054-33/+23
* Make the iOS device (ARM) stuff at least link, surely does not work yetTor Lillqvist2012-03-052-3/+120
* ARM bridge: fixes for passing double arguments on the stackJani Monoses2012-02-212-1/+8
* fix armel/armv4t buildRene Engelhard2012-02-171-0/+4
* ARM bridge: VFP ABI (armhf) supportJani Monoses2012-02-164-17/+142
* Remove unnecessary variableJani Monoses2012-02-151-29/+20
* Simplify code and use proper register names for linux armhfJani Monoses2012-02-151-5/+2
* Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+4
* Some cppcheck cleaningJulien Nabet2012-02-0517-34/+0
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-2627-183/+183
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-218-25/+29
* Use cacheflush() on AndroidTor Lillqvist2012-01-131-0/+7
* fix for gcc 4.7/C++11: these are not string literal operatorsDavid Tardon2012-01-111-2/+2
* WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara2012-01-051-1/+1
* function component_canUnload is exportedDavid Tardon2011-12-272-2/+2
* only use posix_fallocate() if it's actually availableRobert Nagy2011-12-212-0/+12