summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet4-8/+8
2011-04-18Remove OS/2 support.Francois Tigeot7-2432/+0
2011-04-07WaE: tweak for simple-minder compilersCaolán McNamara1-3/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky56-10296/+43
2011-03-12OSL_TRACE: Use format stringThomas Arnhold2-7/+7
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold22-61/+57
2011-03-12Remove unnecessary bracketsThomas Arnhold1-2/+2
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-2/+1
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud56-10297/+43
2011-03-02Remove "using namespace ::rtl"Julien Nabet7-9/+25
2011-03-01Oops, use #if instead of #ifdefThomas Arnhold16-116/+116
2011-03-01Move CMC_DEBUG to OSL_DEBUG_LEVEL 3Thomas Arnhold18-117/+117
2011-02-21Remove a typo.Francois Tigeot1-1/+1
2011-02-21More work on x64 Windows C++-UNO bridgeTor Lillqvist1-85/+174
2011-02-18unused structCaolán McNamara1-10/+0
2011-02-15dragonfly stuffFrancois Tigeot6-13/+19
2011-02-04move bridges to boost::unordered_mapFridrich Strba31-58/+58
2011-02-02More work on except.cxx, intermediate commitTor Lillqvist1-183/+331
2011-02-01Clean up makefilesThomas Arnhold2-4/+0
2011-01-31Fix thinkoTor Lillqvist1-2/+2
2011-01-31Now the C++-UNO bridge on x64 Windows works a bit betterTor Lillqvist4-349/+312
2011-01-29Skip the this pointer in cpp2uno_call()Tor Lillqvist1-29/+33
2011-01-28Let's use a shared privateSnippetExecutor() approach as on x64 LinuxTor Lillqvist4-196/+89
2011-01-28Fix typo and thinkoTor Lillqvist1-7/+7