- 77fd448 Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING by Jean-Noël Rouvignac · 13 years ago
- bd2c4e8 Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGE by Stephan Bergmann · 13 years ago
- 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
- a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
- c2445b0 fdo#59728: Fix encoding of .py files as UTF-8 for Python 3 by Stephan Bergmann · 13 years ago
- 2e9ec0a simplify processing of python.sh by David Tardon · 13 years ago
- 085e0ad just pass the define through -D by David Tardon · 13 years ago
- d72a0b5 Check for __GNUC__ instead of GCC in sources by Tor Lillqvist · 13 years ago
- c290989 Get rid of (most uses of) GUI by Tor Lillqvist · 13 years ago
- 43df436 WaE: Fix needed with MSVS 2010, too by Tor Lillqvist · 13 years ago
- 7815484 VS2012 WaE: C4211: nonstandard extension used : redefined extern to static by Tor Lillqvist · 13 years ago
- 71f9633 some not important Python3.3 port (pythonloader DEBUG mode) by László Németh · 13 years ago
- 374c9af i118798 - Fix Pyuno dead-lock by Ariel Constenla-Haile · 14 years ago
- a0f86c9 Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno module by Julien Nabet · 13 years ago
- 8f4ddb1 pyuno: clean up that zipcore a little by Michael Stahl · 13 years ago
- 921f31f add python3 to tail_build by Peter Foley · 13 years ago
- 9192633 pyuno: add python_headers external and use it for wrapper by Michael Stahl · 13 years ago
- 9d921ba clean up PYTHON related version etc. variables: by Michael Stahl · 13 years ago
- 38a22a9 Switch from python to python3 by Michael Stahl · 13 years ago
- 3117041 API CHANGE: com.sun.star.lang.IllegalArgumentException by Michael Stahl · 13 years ago
- 669f0da use correct PyString_Size for python2 by Rene Engelhard · 13 years ago
- b7617d5 New try to fix pystring size by Julien Nabet · 13 years ago
- 8ea4657 attempted blind fix for pystring size. by Michael Meeks · 13 years ago
- af2b7fa pyuno: fix handling of "str", "unicode", "bytes" types: by Michael Stahl · 13 years ago
- a38b592 pyuno: adjust uno.ByteSequence to work with "bytes" by Michael Stahl · 13 years ago
- 8e5ea6d pyuno: fix breakage because PATH_MAX not defined with Python3 by Michael Stahl · 13 years ago
- e60f936 pyuno: Runtime::pyObject2Any only allowed to throw RuntimeException by Michael Stahl · 13 years ago
- f09e4ae add missing deps on sal headers by David Tardon · 13 years ago
- b30ee83 fdo#46808, use service constructor for beans::Introspection by Noel Grandin · 13 years ago
- e6150aa Use prefix by Tor Lillqvist · 14 years ago
- 8037435 gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris by Michael Stahl · 14 years ago
- f26187f add help on python debugging. by Michael Meeks · 14 years ago
- 0411360 Some clean up of previous commit by Stephan Bergmann · 14 years ago
- b679a2a fdo#46808, Adapt reflection::CoreReflection UNO service to new style by Noel Grandin · 14 years ago
- 8638f1e fdo#46808, Adapt script::Converter service code to new style by Noel Grandin · 14 years ago
- 618376b warning C4702: unreachable code by Stephan Bergmann · 14 years ago
- e9c6367 fdo#51948 do not link with dl on *BSD by David Tardon · 14 years ago
- ec41cce Runtime::any2PyObject: warning C4702: unreachable code by Michael Stahl · 14 years ago
- 1d3e6bb re-base on ALv2 code. Removing: by Michael Meeks · 14 years ago
- 69a51d2 re-base on ALv2 code. by Michael Meeks · 14 years ago
- 7b6b71c remove bunch of obsolete looking .flt files by Michael Stahl · 14 years ago
- 4779c77 .mk files don't need executable bits by Michael Stahl · 14 years ago
- d712218 fixing pyuno bridge on mingw: packaging system-python by David Ostrovsky · 14 years ago
- a164d24 fdo#50682: Setting DYLD_LIBRARY_PATH in python script appears unnecessary by Stephan Bergmann · 14 years ago
- b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
- b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
- d633da4 deliver pyuno/python.exe in one step by David Ostrovsky · 14 years ago
- 8372609 pyuno: more stuff unwanted if there is system python by Matúš Kukan · 14 years ago
- 656e9238 pyuno: clean d.lst by Matúš Kukan · 14 years ago
- 5706c47 Remove dmake makefiles obsoleted by gbuild'ification by Stephan Bergmann · 14 years ago
- e16ac69 gbuild migration: pyuno module by David Ostrovsky · 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