Age | Commit message (Expand) | Author |
2012-02-23 | Adapted GCThread to safer-to-use salhelper::Thread | Stephan Bergmann |
2012-02-18 | Fix typos in comments | Elton Chung |
2012-02-18 | pyuno: decreaseRefCount: valgrind warning: | Michael Stahl |
2012-02-16 | Work around macro redefinition warning | Stephan Bergmann |
2012-02-16 | Missing return | Stephan Bergmann |
2012-02-16 | Adapt pyuno.so wrapper to Python 3 support | Stephan Bergmann |
2012-02-10 | Removed unused code | Alexander Bergmann |
2012-02-06 | Reintroduce pyuno.so wrapper around libpyuno.so | Stephan Bergmann |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2012-01-02 | Fix for fdo43460 Part XXVII getLength() to isEmpty() | Olivier Hallot |
2011-12-21 | catch exception by constant reference | Takeshi Abe |
2011-12-12 | fix loading of python-uno module by package.module name | Lionel Elie Mamane |
2011-12-12 | more debug spew in non-debug product | Caolán McNamara |
2011-12-12 | Let's not have debug spew all the time | Caolán McNamara |
2011-12-05 | Improve pyuno debugging in various ways - add stack traces etc. | Michael Meeks |
2011-12-05 | wizards: completely work python wizard packaging and registration | Michael Meeks |
2011-11-17 | Do build cpputools also for non-DESKTOP OSes, needed for bridgetest | Tor Lillqvist |
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist |
2011-11-10 | New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous. | Stephan Bergmann |
2011-10-24 | Undo basis/brand split: removed RPATH BRAND (same as OOO now). | Stephan Bergmann |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn... | Stephan Bergmann |
2011-10-20 | Undo basis/brand split: moved Python from basis to brand. | Stephan Bergmann |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba |
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba |
2011-08-22 | Fix dbgutil build of pyuno | Tor Lillqvist |
2011-08-21 | There was still overload ambiguous | Julien Nabet |
2011-08-21 | OUStringBuffer.append call: add explicit radix to disambiguate overload | Lionel Elie Mamane |
2011-08-21 | use boost::unordered_map instead of STL one so as not to require C++0x | Lionel Elie Mamane |
2011-08-21 | pyuno: close opened parenthesis in raised exception message | Lionel Elie Mamane |
2011-08-21 | pyuno: some comments | Lionel Elie Mamane |
2011-08-21 | Janitorial: remove unnecessary const_casts | Lionel Elie Mamane |
2011-08-21 | Janitorial: remove unused variable | Lionel Elie Mamane |
2011-08-21 | pyuno: make extractUnoException handle exceptions raised by uno.py loading | Lionel Elie Mamane |
2011-08-21 | pyuno: hook into import *after* the _whole_ uno module is successfully loaded | Lionel Elie Mamane |
2011-08-21 | pyuno: allow uno structs to be initliased with keyword arguments | Lionel Elie Mamane |
2011-08-17 | TMP_LIONEL_NOTES | Lionel Elie Mamane |
2011-07-29 | Related: fdo#34184 on windows find the openssl libs that _ssl.pyd needs | Caolán McNamara |
2011-07-24 | minor whitespace/makefile cleanup | Christian Lohmaier |
2011-07-12 | Remove component_getImplementationEnvironment | Matúš Kukan |
2011-07-09 | Build cpputools only for desktop OSes | Tor Lillqvist |
2011-06-24 | Use $(DLLTOOL) instead of dlltool | Jesús Corrius |
2011-06-24 | Don't include pyversion.mk | Jesús Corrius |
2011-06-11 | fix compilation with internal python on Mac | Christian Lohmaier |
2011-06-07 | fix previous commit that introduced reverse logic | Christian Lohmaier |
2011-06-06 | allow to use internal Python on Mac (Python built as framework) | Christian Lohmaier |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist |
2011-05-19 | don't crash when interacting with a class that implements XInvocation | Michael Meeks |