summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-10/+10
* Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet2011-05-031-1/+1
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-214-8/+8
* Remove OS/2 support.Francois Tigeot2011-04-187-2432/+0
* WaE: tweak for simple-minder compilersCaolán McNamara2011-04-071-3/+1
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-1856-10296/+43
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-0856-10297/+43
| |\
| | * sb138: #i116038# fresh implementation of binary URP bridgesb2011-01-2654-10181/+0
| | * ause128: #i115964# add creating libjava_uno.jnilib for tests that may need itHans-Joachim Lankenau2010-12-081-0/+1
| | * sb132: #i112448# proper initialization of ClientJob (patch by olistraub)sb2010-10-251-0/+1
| | * sb123: #i114635# handle non-UNO exceptions in C++ UNO bridge, for unxlngx6, r...sb2010-09-211-7/+42
| | * sb126: #i112784# do not leak ContextAdmin (patch by cmc)sb2010-07-021-30/+11
| | * sb126: merged in DEV300_m84sb2010-06-301-1/+1
| | |\
| | * | sb126: #i112681# make bridges match remotebridges (patch by cmc)sb2010-06-251-0/+4
* | | | OSL_TRACE: Use format stringThomas Arnhold2011-03-122-7/+7
* | | | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-1/+1
* | | | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-1222-61/+57
* | | | Remove unnecessary bracketsThomas Arnhold2011-03-121-2/+2
* | | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-2/+1
|/ / /
* | | Remove "using namespace ::rtl"Julien Nabet2011-03-027-9/+25
* | | Oops, use #if instead of #ifdefThomas Arnhold2011-03-0116-116/+116
* | | Move CMC_DEBUG to OSL_DEBUG_LEVEL 3Thomas Arnhold2011-03-0118-117/+117
* | | Remove a typo.Francois Tigeot2011-02-211-1/+1
* | | More work on x64 Windows C++-UNO bridgeTor Lillqvist2011-02-211-85/+174
* | | unused structCaolán McNamara2011-02-181-10/+0
* | | dragonfly stuffFrancois Tigeot2011-02-156-13/+19
* | | move bridges to boost::unordered_mapFridrich Strba2011-02-0431-58/+58
* | | More work on except.cxx, intermediate commitTor Lillqvist2011-02-021-183/+331
* | | Clean up makefilesThomas Arnhold2011-02-012-4/+0
* | | Fix thinkoTor Lillqvist2011-01-311-2/+2
* | | Now the C++-UNO bridge on x64 Windows works a bit betterTor Lillqvist2011-01-314-349/+312
* | | Skip the this pointer in cpp2uno_call()Tor Lillqvist2011-01-291-29/+33
* | | Let's use a shared privateSnippetExecutor() approach as on x64 LinuxTor Lillqvist2011-01-284-196/+89
* | | Fix typo and thinkoTor Lillqvist2011-01-281-7/+7
* | | More work on x64 Windows C++-UNO bridgeTor Lillqvist2011-01-283-130/+124
* | | Add a function table entry for the dynamically generated trampolineTor Lillqvist2011-01-282-5/+91
* | | Corect copyright header and commentTor Lillqvist2011-01-271-7/+4
* | | More work on the x64 Windows C++-UNO bridgeTor Lillqvist2011-01-275-604/+468
* | | move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlportCaolán McNamara2011-01-271-2/+2
* | | Intermediate commitTor Lillqvist2011-01-263-39/+157
* | | Add debug output to the dummy functions to see if/when they get calledTor Lillqvist2011-01-233-3/+9
* | | Use correct name for mscx_uno.dll and deliver itTor Lillqvist2011-01-232-1/+2
* | | More hacking on the C++-UNO bridge for x64 WindowsTor Lillqvist2011-01-225-82/+139
* | | Remove old RCS lines.Thomas Arnhold2011-01-215-16/+0
* | | use errno to get the correct error message if mkstemp() failsRobert Nagy2011-01-211-1/+2
* | | More hacking on the wntmscx bridge, still far from readyTor Lillqvist2011-01-205-227/+433
* | | Commit 64-bit Win32 C++ bridge filesTor Lillqvist2011-01-178-1/+1798
* | | cppcheck: prefer prefix variantCaolán McNamara2010-12-301-1/+1
* | | malloc.h is obsolete on BSDs, so use stdlib.h thereRobert Nagy2010-12-131-0/+4
* | | fix bsd bridgesCaolán McNamara2010-12-093-15/+105