summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2012-09-12Make it compile for iOS device, no idea whether it worksTor Lillqvist1-3/+6
2012-09-12WaE: -WuninitializedTor Lillqvist1-0/+6
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin4-9/+0
2012-09-05Java cleanup, rename folders and packages to make them matchNoel Grandin30-41/+51
2012-09-05Java cleanup, make the package name match the folder nameNoel Grandin12-12/+12
2012-09-03Some clean up of previous commitStephan Bergmann1-9/+5
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin1-3/+1
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist2-3/+18
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet1-7/+2
2012-08-01WaE: unused variableTor Lillqvist1-2/+6
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl5-6/+6
2012-07-28Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIREDTor Lillqvist1-5/+5
2012-07-28WaE: unused variableTor Lillqvist1-2/+6
2012-07-20android: x86 porting work.Michael Meeks2-2/+3
2012-07-14simplify include guardsThomas Arnhold4-4/+4
2012-07-10Mark ecx register as clobbered (solaris/intel)Pierre-Eric Pelloux-Prayer1-1/+1
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-06-29re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-27Remove unused include filesThomas Arnhold1-123/+0
2012-06-19re-base on ALv2 code.Michael Meeks112-2376/+1655
2012-06-19typo: paramters, paramaters -> parametersAndras Timar4-4/+4
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-13/+0
2012-05-18removed unused const rtl::OUStringTakeshi Abe1-2/+0
2012-05-18the page seems movedTakeshi Abe1-1/+1
2012-05-17remove "TODO: add test" which is now doneCaolán McNamara1-2/+0
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-4/+4
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
2012-04-25WaE: Clang unused variableCatalin Iacob1-4/+5
2012-04-23Port gcc3_linux_powerpc fix to gcc3_macosx_powerpcStephan Bergmann1-3/+13
2012-04-23do not let gcc use registers we are setting ourselvesDavid Tardon1-3/+13
2012-04-23save register arguments firstDavid Tardon1-8/+8
2012-04-22WaE: variable 'stackptr' is uninitialized when usedTor Lillqvist1-1/+1
2012-04-15Fix crasher and generate PIC for iOS simulatorTor Lillqvist5-17/+23
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-22/+9
2012-04-04adjust gcc3_linux_intel bridge to work with clangLuboš Luňák3-1/+11
2012-04-04Fixed include guard copy/paste errorStephan Bergmann1-2/+2
2012-04-04Adapt cpp_uno/gcc3_linux_intel to GCC 4.7Stephan Bergmann6-135/+233
2012-03-30Hack around different __cxa_* declarations in different GCC versionsStephan Bergmann2-8/+16
2012-03-30Missing includesStephan Bergmann2-0/+2
2012-03-30Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.hStephan Bergmann3-8/+24
2012-03-30MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64Stephan Bergmann5-115/+203
2012-03-30iOS simulator fix and some cosmeticsTor Lillqvist1-8/+8
2012-03-29alloca(3) needs stdlib.h on *BSD because there is no alloca.hRobert Nagy1-0/+4
2012-03-29Mark all registered as clobbered that are not saved across callStephan Bergmann1-1/+3
2012-03-29Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7Stephan Bergmann8-168/+233
2012-03-272nd param of __cxa_throw is void* in GCC <= 4.6Stephan Bergmann1-1/+1
2012-03-27MinGW: Adapted cpp_uno bridge to GCC 4.7Stephan Bergmann3-7/+23
2012-03-26Revert "Field IDs on Dalvik are more unique than in JVMs"Stephan Bergmann3-27/+1
2012-03-26In Java, css.uno.RuntimeException is not derived from css.uno.ExceptionStephan Bergmann1-1/+5
2012-03-26Field IDs on Dalvik are more unique than in JVMsTor Lillqvist3-1/+27