summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2013-04-19python3: put an RPATH into python binary ...Michael Stahl
2013-04-18pyuno_loader::CreateInstance: delete the initial PyThreadStateMichael Stahl
2013-04-12pyuno_dlopenwrapper: give error message before abort() if dlopen() failsMiklos Vajna
2013-04-09warning C4101: 'e' : unreferenced local variableStephan Bergmann
2013-04-09unbreak windows tinderboxDavid Tardon
2013-04-09move Python tests in-processMichael Stahl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
2013-03-04coverity#983056: Resource leakJulien Nabet
2013-02-28remove all d.lstMichael Stahl
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-02-21Fix type unkown -> unknownJulien Nabet
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2013-01-30Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGEStephan Bergmann
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-23fdo#59728: Fix encoding of .py files as UTF-8 for Python 3Stephan Bergmann
2013-01-01simplify processing of python.shDavid Tardon
2013-01-01just pass the define through -DDavid Tardon
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-25WaE: Fix needed with MSVS 2010, tooTor Lillqvist
2012-12-21VS2012 WaE: C4211: nonstandard extension used : redefined extern to staticTor Lillqvist
2012-12-19some not important Python3.3 port (pythonloader DEBUG mode)László Németh
2012-12-11i118798 - Fix Pyuno dead-lockAriel Constenla-Haile
2012-12-09Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno moduleJulien Nabet
2012-12-02pyuno: clean up that zipcore a littleMichael Stahl
2012-11-30add python3 to tail_buildPeter Foley
2012-11-27pyuno: add python_headers external and use it for wrapperMichael Stahl
2012-11-27clean up PYTHON related version etc. variables:Michael Stahl
2012-11-27Switch from python to python3Michael Stahl
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
2012-11-26use correct PyString_Size for python2Rene Engelhard
2012-11-25New try to fix pystring sizeJulien Nabet
2012-11-25attempted blind fix for pystring size.Michael Meeks
2012-11-25pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl
2012-11-25pyuno: adjust uno.ByteSequence to work with "bytes"Michael Stahl
2012-11-17pyuno: fix breakage because PATH_MAX not defined with Python3Michael Stahl
2012-11-17pyuno: Runtime::pyObject2Any only allowed to throw RuntimeExceptionMichael Stahl
2012-10-31add missing deps on sal headersDavid Tardon
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-10-02Use prefixTor Lillqvist
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
2012-09-18add help on python debugging.Michael Meeks