summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* fdo#46926: PyUNO_cmp: return acquired referenceDavid Bolen2012-03-191-4/+15
* fdo#46926: fix the fix for Python 3Michael Stahl2012-03-121-1/+1
* fdo#46859: adapt string type checks to work with both Python 2 and 3David Bolen2012-03-121-4/+10
* fdo#46926: fix UNO struct comparison in Python 2David Bolen2012-03-121-3/+10
* pyuno: decreaseRefCount: valgrind warning:Michael Stahl2012-02-201-1/+4
* Reintroduce pyuno.so wrapper around libpyuno.soStephan Bergmann2012-02-202-36/+86
* fix loading of python-uno module by package.module nameLionel Elie Mamane2011-12-121-5/+6
* more debug spew in non-debug productCaolán McNamara2011-12-121-1/+1
* Let's not have debug spew all the timeCaolán McNamara2011-12-121-1/+1
* Improve pyuno debugging in various ways - add stack traces etc.Michael Meeks2011-12-053-5/+11
* wizards: completely work python wizard packaging and registrationMichael Meeks2011-12-051-3/+19
* Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist2011-11-171-1/+1
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-171-1/+1
* New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann2011-11-101-1/+1
* Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann2011-10-241-1/+1
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann2011-10-242-11/+3
* Undo basis/brand split: moved Python from basis to brand.Stephan Bergmann2011-10-204-50/+38
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-273-12/+16
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+1
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-1/+0
* Fix dbgutil build of pyunoTor Lillqvist2011-08-221-6/+0
* There was still overload ambiguousJulien Nabet2011-08-211-2/+2
* OUStringBuffer.append call: add explicit radix to disambiguate overloadLionel Elie Mamane2011-08-211-1/+1
* use boost::unordered_map instead of STL one so as not to require C++0xLionel Elie Mamane2011-08-211-3/+3
* pyuno: close opened parenthesis in raised exception messageLionel Elie Mamane2011-08-211-0/+1
* pyuno: some commentsLionel Elie Mamane2011-08-211-1/+4
* Janitorial: remove unnecessary const_castsLionel Elie Mamane2011-08-217-50/+50
* Janitorial: remove unused variableLionel Elie Mamane2011-08-211-1/+0
* pyuno: make extractUnoException handle exceptions raised by uno.py loadingLionel Elie Mamane2011-08-211-14/+31
* pyuno: hook into import *after* the _whole_ uno module is successfully loadedLionel Elie Mamane2011-08-211-3/+3
* pyuno: allow uno structs to be initliased with keyword argumentsLionel Elie Mamane2011-08-212-55/+164
* TMP_LIONEL_NOTESLionel Elie Mamane2011-08-171-0/+9
* Related: fdo#34184 on windows find the openssl libs that _ssl.pyd needsCaolán McNamara2011-07-291-1/+17
* minor whitespace/makefile cleanupChristian Lohmaier2011-07-2411-135/+134
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-7/+0
* Build cpputools only for desktop OSesTor Lillqvist2011-07-091-1/+1
* Use $(DLLTOOL) instead of dlltoolJesús Corrius2011-06-241-1/+1
* Don't include pyversion.mkJesús Corrius2011-06-241-0/+2
* fix compilation with internal python on MacChristian Lohmaier2011-06-112-12/+7
* fix previous commit that introduced reverse logicChristian Lohmaier2011-06-076-424/+1
* allow to use internal Python on Mac (Python built as framework)Christian Lohmaier2011-06-069-12/+458
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-23/+23
* don't crash when interacting with a class that implements XInvocationMichael Meeks2011-05-192-3/+18
* Unbreak build on non-WindowsTor Lillqvist2011-05-111-0/+9
* Fix build on WindowsTor Lillqvist2011-05-111-2/+3
* Fix simple warning (explicit cast in char*)Julien Nabet2011-05-091-2/+2
* Make sure we deliver the pyuno.dylib object for Mac OS X.Joseph Powers2011-05-071-0/+1
* PyVarObject_HEAD_INIT() isn't defined in Python 2.5-Joseph Powers2011-05-071-0/+5
* Port PyUno to support Python 3Andreas Becker2011-05-0723-557/+663
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2