Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/improvexlsximport
/
pyuno
ed39deb
warning C4702: unreachable code
by Stephan Bergmann
· 14 years ago
b4ba164
fdo#50682: Setting DYLD_LIBRARY_PATH in python script appears unnecessary
by Stephan Bergmann
· 14 years ago
54a908a
nuke unused defines
by Takeshi Abe
· 14 years ago
df9ecb71
targeted string re-work
by Norbert Thiebaud
· 14 years ago
9601b63
targeted string re-work
by Norbert Thiebaud
· 14 years ago
6b915b2
nuke unused typedef
by Takeshi Abe
· 14 years ago
5394b37
removed unused temporary rtl::OUString
by Takeshi Abe
· 14 years ago
b1c3e8a
make gbuild the default assumption of build.pl
by Bjoern Michaelsen
· 14 years ago
995de2b
Reduce chatter
by Tor Lillqvist
· 14 years ago
8a01ee6
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
by Szabolcs Dezsi
· 14 years ago
2a11719
chmod -x
by Tor Lillqvist
· 14 years ago
742dca7
fdo#46926: PyUNO_cmp: return acquired reference
by David Bolen
· 14 years ago
06484b6
fdo#46926: fix the fix for Python 3
by Michael Stahl
· 14 years ago
387389b
fdo#46926: fix UNO struct comparison in Python 2
by David Bolen
· 14 years ago
4634cbc
fdo#46859: adapt string type checks to work with both Python 2 and 3
by David Bolen
· 14 years ago
123c593
Adapted GCThread to safer-to-use salhelper::Thread
by Stephan Bergmann
· 14 years ago
23af031
Fix typos in comments
by Elton Chung
· 14 years ago
29177b1
pyuno: decreaseRefCount: valgrind warning:
by Michael Stahl
· 14 years ago
a545bad
Work around macro redefinition warning
by Stephan Bergmann
· 14 years ago
d90fd40
Missing return
by Stephan Bergmann
· 14 years ago
1bb0d97
Adapt pyuno.so wrapper to Python 3 support
by Stephan Bergmann
· 14 years ago
99b2adf
Removed unused code
by Alexander Bergmann
· 14 years ago
0b1be1c
Reintroduce pyuno.so wrapper around libpyuno.so
by Stephan Bergmann
· 14 years ago
fb78dbc
Added READMEs for modules related to URE, with content from the wiki
by Josh Heidenreich
· 14 years ago
0439af2
Code cleanup: ( () ) replaced by (())
by Alexander Bergmann
· 14 years ago
7c704c7
Removed some unused parameters; added SAL_UNUSED_PARAMETER.
by Stephan Bergmann
· 14 years ago
85d1ce2
Fix for fdo43460 Part XXVII getLength() to isEmpty()
by Olivier Hallot
· 14 years ago
7958f82
catch exception by constant reference
by Takeshi Abe
· 14 years ago
7f4cb27
fix loading of python-uno module by package.module name
by Lionel Elie Mamane
· 14 years ago
9e8ac5c
more debug spew in non-debug product
by Caolán McNamara
· 14 years ago
fb37327
Let's not have debug spew all the time
by Caolán McNamara
· 14 years ago
1a7eee2
Improve pyuno debugging in various ways - add stack traces etc.
by Michael Meeks
· 14 years ago
41b8bad
wizards: completely work python wizard packaging and registration
by Michael Meeks
· 14 years ago
c81bdf3
Do build cpputools also for non-DESKTOP OSes, needed for bridgetest
by Tor Lillqvist
· 14 years ago
469c9ac
Enforce a "lib" prefix for UNO components for Android
by Tor Lillqvist
· 14 years ago
c1bd2a2
New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.
by Stephan Bergmann
· 14 years ago
d03465a
Undo basis/brand split: removed RPATH BRAND (same as OOO now).
by Stephan Bergmann
· 14 years ago
b786a33
Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.
by Stephan Bergmann
· 14 years ago
fecde94
Undo basis/brand split: moved Python from basis to brand.
by Stephan Bergmann
· 14 years ago
6671fa8
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().
by Stephan Bergmann
· 15 years ago
bb5bdbb
Revert "Trying to chop out the uwinapi library"
by Fridrich Štrba
· 15 years ago
2dea0da
Trying to chop out the uwinapi library
by Fridrich Štrba
· 15 years ago
d6cde02
Fix dbgutil build of pyuno
by Tor Lillqvist
· 15 years ago
b2da825
There was still overload ambiguous
by Julien Nabet
· 15 years ago
790d4bd
OUStringBuffer.append call: add explicit radix to disambiguate overload
by Lionel Elie Mamane
· 15 years ago
cb937e72
use boost::unordered_map instead of STL one so as not to require C++0x
by Lionel Elie Mamane
· 15 years ago
ac2359c
pyuno: close opened parenthesis in raised exception message
by Lionel Elie Mamane
· 15 years ago
21192c6
pyuno: some comments
by Lionel Elie Mamane
· 15 years ago
58aa95c
Janitorial: remove unnecessary const_casts
by Lionel Elie Mamane
· 15 years ago
d269a18
Janitorial: remove unused variable
by Lionel Elie Mamane
· 15 years ago
fa43b77
pyuno: make extractUnoException handle exceptions raised by uno.py loading
by Lionel Elie Mamane
· 15 years ago
41a68a4
pyuno: hook into import *after* the _whole_ uno module is successfully loaded
by Lionel Elie Mamane
· 15 years ago
a9b9b40
pyuno: allow uno structs to be initliased with keyword arguments
by Lionel Elie Mamane
· 15 years ago
0c34093
TMP_LIONEL_NOTES
by Lionel Elie Mamane
· 15 years ago
9495925
Related: fdo#34184 on windows find the openssl libs that _ssl.pyd needs
by Caolán McNamara
· 15 years ago
c78b270
minor whitespace/makefile cleanup
by Christian Lohmaier
· 15 years ago
15f10fc
Remove component_getImplementationEnvironment
by Matúš Kukan
· 15 years ago
4f7e535
Build cpputools only for desktop OSes
by Tor Lillqvist
· 15 years ago
a81f06f
Use $(DLLTOOL) instead of dlltool
by Jesús Corrius
· 15 years ago
9c1b9a7
Don't include pyversion.mk
by Jesús Corrius
· 15 years ago
0360456
fix compilation with internal python on Mac
by Christian Lohmaier
· 15 years ago
e5cf623
fix previous commit that introduced reverse logic
by Christian Lohmaier
· 15 years ago
41893e0
allow to use internal Python on Mac (Python built as framework)
by Christian Lohmaier
· 15 years ago
7862e39
Drop %_EXT% which was always empty
by Tor Lillqvist
· 15 years ago
f856384
don't crash when interacting with a class that implements XInvocation
by Michael Meeks
· 15 years ago
7fa0cf4
Unbreak build on non-Windows
by Tor Lillqvist
· 15 years ago
73e8a11
Fix build on Windows
by Tor Lillqvist
· 15 years ago
ef78447
Fix simple warning (explicit cast in char*)
by Julien Nabet
· 15 years ago
6a348d1
Make sure we deliver the pyuno.dylib object for Mac OS X.
by Joseph Powers
· 15 years ago
966b751
PyVarObject_HEAD_INIT() isn't defined in Python 2.5-
by Joseph Powers
· 15 years ago
a09ce46
Port PyUno to support Python 3
by Andreas Becker
· 15 years ago
08d3fdf
Easyhack: Add visibility markup to all component_get* functions
by Julien Nabet
· 15 years ago
35e1b53
Remove OS/2 support.
by Francois Tigeot
· 15 years ago
d7fc91f
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
by Norbert Thiebaud
· 15 years ago
f091f5b3
dragonfly stuff
by Francois Tigeot
· 15 years ago
83734ee
Clean up makefiles
by Thomas Arnhold
· 15 years ago
a3d4063
Add missing #include <vector> to the file.
by Joseph Powers
· 15 years ago
030633c
moving the rest of ure repository to boost unordered containers
by Fridrich Strba
· 15 years ago
1a6617c
Clean up makefiles
by Thomas Arnhold
· 15 years ago
37b910b
#i10000# #i10000# changes from OOO330 m20
by Vladimir Glazunov
· 15 years ago
1a1bf03
Replace suitable equalsAscii calls with equalsAsciiL.
by Thomas Arnhold
· 15 years ago
6103f40
calc65: fix pyuno environment script
by Niklas Nebel
· 15 years ago
ab1751a
RTL_CONSTASCII_USTRINGPARAM in ure 2
by Gert Faller
· 15 years ago
1a87086
add OPENBSD ld command
by Robert Nagy
· 15 years ago
da5cef0
add modelines to .h and .c files as well
by Caolán McNamara
· 15 years ago
7f942e9
sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt
by sb
· 15 years ago
c2288bd
#i112656# add osl_setEnvironment and osl_clearEnvironment
by Caolán McNamara
· 15 years ago
a715e1b
Add vim/emacs modelines to all source files
by Sebastian Spaeth
· 15 years ago
5c807a0
#i10000# changes from OOO330 m10
by Vladimir Glazunov
· 15 years ago
aa5755e
tweak this for AIX
by Caolán McNamara
· 15 years ago
008f61c
sb129: #i113189# change UNO components to use passive registration
by sb
· 16 years ago
3319239
hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one
by sb
· 16 years ago
5099e95
cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment
by Caol?n McNamara
· 16 years ago
7add792
cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment
by Caol?n McNamara
· 16 years ago
e719421
nativeb: #i110876# escape regexp substitutes
by Ivo Hinkelmann
· 16 years ago
70eb8c6
sb121: #i107352# filter out lib/lib-dynload libs that are marked as _failed by setup.py, anyway
by sb
· 16 years ago
5284d1d
CWS-TOOLING: integrate CWS changefileheader2
by Vladimir Glazunov
· 16 years ago
7c80db2
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
by Jens-Heiner Rechtien
· 16 years ago
fbf485c
cmcfixes71: #i108597# fix uninit warnings
by Caolán McNamara
· 16 years ago
8fd3f31
CWS-TOOLING: integrate CWS cmcfixes64
by Vladimir Glazunov
· 16 years ago
Next »