summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno
AgeCommit message (Expand)AuthorFilesLines
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-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 Holesovsky1-8/+42
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold15-28/+28
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-8/+42
2011-03-02Remove "using namespace ::rtl"Julien Nabet6-8/+23
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 Tigeot5-12/+18
2011-02-04move bridges to boost::unordered_mapFridrich Strba27-50/+50
2011-02-02More work on except.cxx, intermediate commitTor Lillqvist1-183/+331
2011-02-01Clean up makefilesThomas Arnhold1-2/+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
2011-01-28More work on x64 Windows C++-UNO bridgeTor Lillqvist3-130/+124
2011-01-28Add a function table entry for the dynamically generated trampolineTor Lillqvist2-5/+91
2011-01-27Corect copyright header and commentTor Lillqvist1-7/+4
2011-01-27More work on the x64 Windows C++-UNO bridgeTor Lillqvist5-604/+468
2011-01-27move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlportCaolán McNamara1-2/+2
2011-01-26Intermediate commitTor Lillqvist3-39/+157
2011-01-23Add debug output to the dummy functions to see if/when they get calledTor Lillqvist3-7/+13
2011-01-23Use correct name for mscx_uno.dll and deliver itTor Lillqvist1-1/+1
2011-01-22More hacking on the C++-UNO bridge for x64 WindowsTor Lillqvist5-100/+157
2011-01-21Remove old RCS lines.Thomas Arnhold5-16/+0
2011-01-21use errno to get the correct error message if mkstemp() failsRobert Nagy1-1/+2
2011-01-20More hacking on the wntmscx bridge, still far from readyTor Lillqvist5-247/+453
2011-01-17Commit 64-bit Win32 C++ bridge filesTor Lillqvist7-1/+1797
2010-12-13malloc.h is obsolete on BSDs, so use stdlib.h thereRobert Nagy1-0/+4
2010-12-09fix bsd bridgesCaolán McNamara3-15/+105
2010-12-06Replace all occured, occurance etc.feature/currency-64bitTakeshi Abe62-99/+99
2010-12-05cppcheck: unused variablesCaolán McNamara1-3/+0
2010-11-30cppcheck: unused variableLIBREOFFICE_PRE_BOOTSTRAP_BUILDCaolán McNamara1-3/+2
2010-11-09RTL macro converted from createFromAsciiKevin Hunter21-42/+42
2010-11-09Remove some commented out code.Kevin Hunter1-16/+0
2010-11-08restore issuzilla id for referenceCaolán McNamara1-1/+1
2010-11-05Fixed a build break.Kohei Yoshida1-1/+1
2010-11-06Use linux bridge code on all BSDs.Robert Nagy32-7723/+24
2010-11-05use getpagesize() on OpenBSDRobert Nagy1-1/+1
2010-10-27add modelines to .h and .c files as wellCaolán McNamara28-45/+0
2010-10-25micro optimizationsCaolán McNamara1-2/+2