summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* pyuno: fix breakage because PATH_MAX not defined with Python3Michael Stahl2012-11-171-1/+13
* pyuno: Runtime::pyObject2Any only allowed to throw RuntimeExceptionMichael Stahl2012-11-171-18/+40
* add missing deps on sal headersDavid Tardon2012-10-311-0/+5
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-9/+3
* Use prefixTor Lillqvist2012-10-022-2/+2
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-09-281-2/+2
* add help on python debugging.Michael Meeks2012-09-181-0/+7
* Some clean up of previous commitStephan Bergmann2012-09-051-1/+0
* fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin2012-09-051-9/+4
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-5/+3
* warning C4702: unreachable codeStephan Bergmann2012-07-201-2/+0
* fdo#51948 do not link with dl on *BSDDavid Tardon2012-07-131-3/+3
* Runtime::any2PyObject: warning C4702: unreachable codeMichael Stahl2012-07-111-2/+1
* re-base on ALv2 code. Removing:Michael Meeks2012-07-0227-388/+397
* re-base on ALv2 code.Michael Meeks2012-06-261-0/+17
* remove bunch of obsolete looking .flt filesMichael Stahl2012-06-221-14/+0
* .mk files don't need executable bitsMichael Stahl2012-06-221-0/+0
* fixing pyuno bridge on mingw: packaging system-pythonDavid Ostrovsky2012-06-225-7/+46
* fdo#50682: Setting DYLD_LIBRARY_PATH in python script appears unnecessaryStephan Bergmann2012-06-221-4/+5
* re-base on ALv2 code.Michael Meeks2012-06-213-23/+48
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* deliver pyuno/python.exe in one stepDavid Ostrovsky2012-06-193-42/+5
* pyuno: more stuff unwanted if there is system pythonMatúš Kukan2012-06-141-6/+4
* pyuno: clean d.lstMatúš Kukan2012-06-141-27/+0
* Remove dmake makefiles obsoleted by gbuild'ificationStephan Bergmann2012-06-143-402/+0
* gbuild migration: pyuno moduleDavid Ostrovsky2012-06-1421-14/+713
* nuke unused definesTakeshi Abe2012-06-042-3/+0
* targeted string re-workNorbert Thiebaud2012-06-011-2/+2
* targeted string re-workNorbert Thiebaud2012-06-011-37/+30
* nuke unused typedefTakeshi Abe2012-05-291-1/+0
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-231-1/+0
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
* Reduce chatterTor Lillqvist2012-04-241-1/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-5/+5
* chmod -xTor Lillqvist2012-03-211-0/+0
* fdo#46926: PyUNO_cmp: return acquired referenceDavid Bolen2012-03-161-4/+15
* fdo#46926: fix the fix for Python 3Michael Stahl2012-03-091-1/+1
* fdo#46926: fix UNO struct comparison in Python 2David Bolen2012-03-071-3/+10
* fdo#46859: adapt string type checks to work with both Python 2 and 3David Bolen2012-03-071-4/+10
* Adapted GCThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-233-26/+27
* Fix typos in commentsElton Chung2012-02-181-1/+1
* pyuno: decreaseRefCount: valgrind warning:Michael Stahl2012-02-181-1/+4
* Work around macro redefinition warningStephan Bergmann2012-02-161-2/+4
* Missing returnStephan Bergmann2012-02-161-1/+2
* Adapt pyuno.so wrapper to Python 3 supportStephan Bergmann2012-02-161-21/+55
* Removed unused codeAlexander Bergmann2012-02-104-134/+0
* Reintroduce pyuno.so wrapper around libpyuno.soStephan Bergmann2012-02-061-15/+28
* Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+1
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-262-2/+2
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-21/+31