index
:
libreoffice/ure
feature/bootstrap-build
feature/calc-multiline-input
feature/currency-64bit
feature/gnumake4
feature/gsoc2011_wizards
feature/helppack
feature/layout
feature/onemsi
feature/pptx-export-ooxml11
feature/rodatastrings
feature/winshrink
gr2
integration/dev300_m101
integration/dev300_m106
integration/dev300_m98
libreoffice-3-3
libreoffice-3-3-0
libreoffice-3-3-1
libreoffice-3-3-2
libreoffice-3-3-3
libreoffice-3-3-4
libreoffice-3-4
libreoffice-3-4-0
libreoffice-3-4-1
libreoffice-3-4-2
libreoffice-3-4-3
libreoffice-3-4-4
libreoffice-3-4-5
libreoffice-3-4-6
master
master-backup
master-deleted
split-build
obsolete from 3.5 - UNO Runtime Environment
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bridges
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-12
Remove component_getImplementationEnvironment
Matúš Kukan
5
-28
/
+0
2011-06-03
Drop %_EXT% which was always empty
Tor Lillqvist
1
-10
/
+10
2011-05-03
Change <file>.toURL() to <file>.toURI().toURL()
Julien Nabet
1
-1
/
+1
2011-04-21
Easyhack: Add visibility markup to all component_get* functions
Julien Nabet
4
-8
/
+8
2011-04-18
Remove OS/2 support.
Francois Tigeot
7
-2432
/
+0
2011-04-07
WaE: tweak for simple-minder compilers
Caolán McNamara
1
-3
/
+1
2011-03-18
Merge remote-tracking branch 'origin/integration/dev300_m101'
Jan Holesovsky
56
-10296
/
+43
2011-03-12
OSL_TRACE: Use format string
Thomas Arnhold
2
-7
/
+7
2011-03-12
Move OSL_ENSURE(0,...) to OSL_FAIL(...)
Thomas Arnhold
1
-1
/
+1
2011-03-12
Move OSL_ENSURE(0,...) to OSL_FAIL(...)
Thomas Arnhold
22
-61
/
+57
2011-03-12
Remove unnecessary brackets
Thomas Arnhold
1
-2
/
+2
2011-03-12
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
Thomas Arnhold
1
-2
/
+1
2011-03-08
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
Norbert Thiebaud
56
-10297
/
+43
2011-03-02
Remove "using namespace ::rtl"
Julien Nabet
7
-9
/
+25
2011-03-01
Oops, use #if instead of #ifdef
Thomas Arnhold
16
-116
/
+116
2011-03-01
Move CMC_DEBUG to OSL_DEBUG_LEVEL 3
Thomas Arnhold
18
-117
/
+117
2011-02-21
Remove a typo.
Francois Tigeot
1
-1
/
+1
2011-02-21
More work on x64 Windows C++-UNO bridge
Tor Lillqvist
1
-85
/
+174
2011-02-18
unused struct
Caolán McNamara
1
-10
/
+0
2011-02-15
dragonfly stuff
Francois Tigeot
6
-13
/
+19
2011-02-04
move bridges to boost::unordered_map
Fridrich Strba
31
-58
/
+58
2011-02-02
More work on except.cxx, intermediate commit
Tor Lillqvist
1
-183
/
+331
2011-02-01
Clean up makefiles
Thomas Arnhold
2
-4
/
+0
2011-01-31
Fix thinko
Tor Lillqvist
1
-2
/
+2
2011-01-31
Now the C++-UNO bridge on x64 Windows works a bit better
Tor Lillqvist
4
-349
/
+312
2011-01-29
Skip the this pointer in cpp2uno_call()
Tor Lillqvist
1
-29
/
+33
2011-01-28
Let's use a shared privateSnippetExecutor() approach as on x64 Linux
Tor Lillqvist
4
-196
/
+89
2011-01-28
Fix typo and thinko
Tor Lillqvist
1
-7
/
+7
2011-01-28
More work on x64 Windows C++-UNO bridge
Tor Lillqvist
3
-130
/
+124
2011-01-28
Add a function table entry for the dynamically generated trampoline
Tor Lillqvist
2
-5
/
+91
2011-01-27
Corect copyright header and comment
Tor Lillqvist
1
-7
/
+4
2011-01-27
More work on the x64 Windows C++-UNO bridge
Tor Lillqvist
5
-604
/
+468
2011-01-27
move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlport
Caolán McNamara
1
-2
/
+2
2011-01-26
Intermediate commit
Tor Lillqvist
3
-39
/
+157
2011-01-26
sb138: #i116038# fresh implementation of binary URP bridge
sb
54
-10181
/
+0
2011-01-23
Add debug output to the dummy functions to see if/when they get called
Tor Lillqvist
3
-7
/
+13
2011-01-23
Use correct name for mscx_uno.dll and deliver it
Tor Lillqvist
2
-1
/
+2
2011-01-22
More hacking on the C++-UNO bridge for x64 Windows
Tor Lillqvist
5
-100
/
+157
2011-01-21
Remove old RCS lines.
Thomas Arnhold
5
-16
/
+0
2011-01-21
use errno to get the correct error message if mkstemp() fails
Robert Nagy
1
-1
/
+2
2011-01-20
More hacking on the wntmscx bridge, still far from ready
Tor Lillqvist
5
-247
/
+453
2011-01-17
Commit 64-bit Win32 C++ bridge files
Tor Lillqvist
8
-1
/
+1798
2010-12-30
cppcheck: prefer prefix variant
Caolán McNamara
1
-1
/
+1
2010-12-13
malloc.h is obsolete on BSDs, so use stdlib.h there
Robert Nagy
1
-0
/
+4
2010-12-09
fix bsd bridges
Caolán McNamara
3
-15
/
+105
2010-12-08
ause128: #i115964# add creating libjava_uno.jnilib for tests that may need it
Hans-Joachim Lankenau
1
-0
/
+1
2010-12-06
Replace all occured, occurance etc.
feature/currency-64bit
Takeshi Abe
73
-120
/
+120
2010-12-05
cppcheck: unused variables
Caolán McNamara
1
-3
/
+0
2010-11-30
cppcheck: unused variable
LIBREOFFICE_PRE_BOOTSTRAP_BUILD
Caolán McNamara
1
-3
/
+2
2010-11-25
cppcheck: methods can be const
Caolán McNamara
2
-4
/
+4
[next]