summaryrefslogtreecommitdiffstats
path: root/bridges/source
Commit message (Expand)AuthorAgeFilesLines
* dummy_can_throw_anything reportedly needed at least with GCC 4.5.1, tooStephan Bergmann2012-10-221-1/+1
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-2/+2
* Make exceptions work better in the x86-64 MacOSX C++-UNO bridgeTor Lillqvist2012-09-274-102/+157
* WaE: format specifiers in debug outputTor Lillqvist2012-09-271-1/+1
* First attempt at C++/UNO bridge for 64-bit OS XTor Lillqvist2012-09-279-0/+2179
* make gcc-uno bridge work with both gcc-4.7 and clangLuboš Luňák2012-09-261-0/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-255-10/+10
* Remove java_uno.map unused after gbuildificationStephan Bergmann2012-09-241-45/+0
* JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildificationStephan Bergmann2012-09-243-11/+11
* Revert "add forgotten asm file to build"David Tardon2012-09-231-0/+0
* gb_AsmObject expects .s extensionDavid Tardon2012-09-231-0/+0
* add forgotten asm file to buildDavid Tardon2012-09-231-0/+0
* switch bridges to gbuildDavid Tardon2012-09-2228-2090/+0
* gbuildize bridgesDavid Tardon2012-09-221-2/+2
* add missing exportsDavid Tardon2012-09-221-2/+2
* There is no java_uno library to load in the disable-dynloading case on AndroidTor Lillqvist2012-09-212-2/+40
* Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist2012-09-211-0/+4
* WaE: format '%lx' expects 'long unsigned int', argument is 'void*'Tor Lillqvist2012-09-211-2/+2
* DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist2012-09-201-0/+9
* Make it compile for iOS device, no idea whether it worksTor Lillqvist2012-09-121-3/+6
* WaE: -WuninitializedTor Lillqvist2012-09-121-0/+6
* For kicks, enable cross-building for Android on MIPSTor Lillqvist2012-08-162-3/+18
* WaE: unused variableTor Lillqvist2012-08-011-2/+6
* Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIREDTor Lillqvist2012-07-281-5/+5
* WaE: unused variableTor Lillqvist2012-07-281-2/+6
* android: x86 porting work.Michael Meeks2012-07-201-1/+2
* simplify include guardsThomas Arnhold2012-07-144-4/+4
* Mark ecx register as clobbered (solaris/intel)Pierre-Eric Pelloux-Prayer2012-07-101-1/+1
* Remove unused definesThomas Arnhold2012-07-021-2/+0
* re-base on ALv2 code.Michael Meeks2012-06-291-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-1960-1250/+890
* typo: paramters, paramaters -> parametersAndras Timar2012-06-194-4/+4
* Remove superfluous empty lines on topThomas Arnhold2012-06-092-5/+0
* the page seems movedTakeshi Abe2012-05-181-1/+1
* remove "TODO: add test" which is now doneCaolán McNamara2012-05-171-2/+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-064-14/+5
* 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