summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2012-05-23adjust gcc3_linux_intel bridge to work with clangLuboš Luňák3-1/+11
2012-05-23Fixed include guard copy/paste error (cherry picked from commit 932f5a4b1f001...Stephan Bergmann1-2/+2
2012-05-23Adapt cpp_uno/gcc3_linux_intel to GCC 4.7Stephan Bergmann6-135/+233
2012-05-23Hack around different __cxa_* declarations in different GCC versionsStephan Bergmann1-4/+8
2012-05-23Missing includes (cherry picked from commit 166be18da0686f2c445f521e3f1a83db8...Stephan Bergmann2-0/+2
2012-05-23Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.hStephan Bergmann3-8/+24
2012-05-23Mark all registered as clobbered that are not saved across call (cherry picke...Stephan Bergmann1-1/+3
2012-05-23Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7Stephan Bergmann8-169/+234
2012-04-16merge armhf bridge fixes from masterRene Engelhard4-51/+176
2012-01-11only use posix_fallocate() if it's actually availableRobert Nagy2-0/+12
2011-12-19fix armhf build in bridgesMatthias Klose1-2/+2
2011-12-16Resolves: rhbz#767708 avoid SIGBUS writing to overcommitted mmaped diskspaceStephan Bergmann1-2/+8
2011-11-30catch by constant referenceTakeshi Abe7-17/+17
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-180/+0
2011-11-27remove include of pch header in bridgeNorbert Thiebaud100-194/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-7/+0
2011-11-24Use RTLD_DEFAULT on AndroidTor Lillqvist1-0/+24
2011-11-21Don't use USE_DOUBLE_MMAP on AndroidTor Lillqvist2-3/+8
2011-11-17Let's try using the gcc3_linux_arm code for Android, tooTor Lillqvist2-2/+3
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist3-4/+4
2011-11-14fix mangled indentCaolán McNamara2-29/+28
2011-11-12Crack to just make this compile for iOS deviceTor Lillqvist3-11/+433
2011-11-11Missing #endifTor Lillqvist1-0/+2
2011-11-11Add the ARM variantTor Lillqvist1-1/+72
2011-10-19Adapted numbering of reordered asm parameters.Stephan Bergmann1-8/+8
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann1-3/+2
2011-10-17Mark ecx register as clobberedKristian Rietveld3-3/+3
2011-09-29Make the C++/UNO bridge compile against the MacOSX 10.7 SDKStephan Bergmann1-1/+64
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara4-0/+22
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold3-6/+6
2011-09-12sb140: #i117295# fix previous fixStephan Bergmann2-4/+2
2011-09-12sb140: #i117295# removed obsolete LEAK_STATIC_DATA definesStephan Bergmann20-79/+0
2011-09-09sb140: #i117295# use rtl::StaticStephan Bergmann24-374/+95
2011-09-06what happens if we try and do it right ?Caolán McNamara2-19/+8
2011-08-24add missing depends on br_cppuno_shared for various archsRene Engelhard1-6/+6
2011-08-22Drop OS/2 linesTor Lillqvist1-1/+0
2011-08-21Use prefixed name for uno_initEnvironment() for iOSTor Lillqvist1-0/+8
2011-08-17cppcheck: remove assigned but unused variableTakeshi Abe1-1/+0
2011-08-14Add codeSnippet debugging output when dbglevel>1Tor Lillqvist1-0/+6
2011-08-14Add codeSnippet debugging output when dbglevel>1Tor Lillqvist1-0/+12
2011-08-14Start of C++/UNO bridge for iOS simulator and deviceTor Lillqvist8-0/+2011
2011-08-14Add some commentsTor Lillqvist1-0/+3
2011-08-11Avoid throw in destructorJulien Nabet1-1/+2
2011-08-04YES->TRUECaolán McNamara3-3/+3
2011-08-04Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitl...Tomáš Chvátal3-0/+18
2011-08-03Revert adding -mno-avx to CXXFLAGS, not universally supportedCaolán McNamara3-3/+3
2011-08-03Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitl...Tomáš Chvátal3-3/+3
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan5-28/+0
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-10/+10
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-1/+1