summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* warning C4702: unreachable codeStephan Bergmann2012-09-201-3/+0
* fdo#50682: Setting DYLD_LIBRARY_PATH in python script appears unnecessaryStephan Bergmann2012-06-221-4/+5
* 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
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-023-5/+5
* catch exception by constant referenceTakeshi Abe2011-12-218-51/+51
* 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