summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
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
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist
2011-11-14fix mangled indentCaolán McNamara
2011-11-12Crack to just make this compile for iOS deviceTor Lillqvist
2011-11-11Missing #endifTor Lillqvist
2011-11-11Add the ARM variantTor Lillqvist
2011-10-19Adapted numbering of reordered asm parameters.Stephan Bergmann
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann
2011-10-17Mark ecx register as clobberedKristian Rietveld
2011-09-29Make the C++/UNO bridge compile against the MacOSX 10.7 SDKStephan Bergmann
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-09-12sb140: #i117295# fix previous fixStephan Bergmann
2011-09-12sb140: #i117295# removed obsolete LEAK_STATIC_DATA definesStephan Bergmann
2011-09-09sb140: #i117295# use rtl::StaticStephan Bergmann
2011-09-06what happens if we try and do it right ?Caolán McNamara
2011-08-24add missing depends on br_cppuno_shared for various archsRene Engelhard
2011-08-22Drop OS/2 linesTor Lillqvist
2011-08-21Use prefixed name for uno_initEnvironment() for iOSTor Lillqvist
2011-08-17cppcheck: remove assigned but unused variableTakeshi Abe
2011-08-14Add codeSnippet debugging output when dbglevel>1Tor Lillqvist
2011-08-14Add codeSnippet debugging output when dbglevel>1Tor Lillqvist
2011-08-14Start of C++/UNO bridge for iOS simulator and deviceTor Lillqvist
2011-08-14Add some commentsTor Lillqvist
2011-08-11Avoid throw in destructorJulien Nabet
2011-08-04YES->TRUECaolán McNamara
2011-08-04Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitl...Tomáš Chvátal