Age | Commit message (Expand) | Author | Files | Lines |
2013-03-06 | fdo#60724 change spelling error REMOVEABLE -> REMOVABLE | Kenneth Beck | 1 | -3/+3 |
2013-03-04 | coverity#983056: Resource leak | Julien Nabet | 1 | -0/+1 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-27 | sal: new ZipPackage_sal_odk_headers for public ODK headers | Michael Stahl | 1 | -1/+1 |
2013-02-22 | quiet external module build log unless failure | Norbert Thiebaud | 1 | -1/+1 |
2013-02-21 | Fix type unkown -> unknown | Julien Nabet | 1 | -1/+1 |
2013-02-14 | Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII... | Jean-Noël Rouvignac | 2 | -10/+8 |
2013-01-30 | Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGE | Stephan Bergmann | 1 | -6/+6 |
2013-01-26 | gbuild: fix silly "expandtabs" in makefile VIM modelines | Michael Stahl | 5 | -5/+5 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 1 | -0/+1 |
2013-01-23 | fdo#59728: Fix encoding of .py files as UTF-8 for Python 3 | Stephan Bergmann | 1 | -1/+4 |
2013-01-01 | simplify processing of python.sh | David Tardon | 4 | -33/+36 |
2013-01-01 | just pass the define through -D | David Tardon | 5 | -64/+4 |
2012-12-27 | Check for __GNUC__ instead of GCC in sources | Tor Lillqvist | 1 | -1/+3 |
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist | 4 | -4/+4 |
2012-12-25 | WaE: Fix needed with MSVS 2010, too | Tor Lillqvist | 1 | -1/+1 |
2012-12-21 | VS2012 WaE: C4211: nonstandard extension used : redefined extern to static | Tor Lillqvist | 1 | -0/+5 |
2012-12-19 | some not important Python3.3 port (pythonloader DEBUG mode) | László Németh | 1 | -3/+3 |
2012-12-11 | i118798 - Fix Pyuno dead-lock | Ariel Constenla-Haile | 1 | -8/+8 |
2012-12-09 | Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno module | Julien Nabet | 2 | -6/+6 |
2012-12-02 | pyuno: clean up that zipcore a little | Michael Stahl | 1 | -10/+4 |
2012-11-30 | add python3 to tail_build | Peter Foley | 1 | -1/+2 |
2012-11-27 | pyuno: add python_headers external and use it for wrapper | Michael Stahl | 1 | -16/+3 |
2012-11-27 | clean up PYTHON related version etc. variables: | Michael Stahl | 4 | -32/+7 |
2012-11-27 | Switch from python to python3 | Michael Stahl | 3 | -4/+6 |
2012-11-26 | API CHANGE: com.sun.star.lang.IllegalArgumentException | Michael Stahl | 1 | -7/+7 |
2012-11-26 | use correct PyString_Size for python2 | Rene Engelhard | 1 | -2/+1 |
2012-11-25 | New try to fix pystring size | Julien Nabet | 1 | -1/+1 |
2012-11-25 | attempted blind fix for pystring size. | Michael Meeks | 1 | -1/+2 |
2012-11-25 | pyuno: fix handling of "str", "unicode", "bytes" types: | Michael Stahl | 7 | -61/+104 |
2012-11-25 | pyuno: adjust uno.ByteSequence to work with "bytes" | Michael Stahl | 2 | -5/+11 |
2012-11-17 | pyuno: fix breakage because PATH_MAX not defined with Python3 | Michael Stahl | 1 | -1/+13 |
2012-11-17 | pyuno: Runtime::pyObject2Any only allowed to throw RuntimeException | Michael Stahl | 1 | -18/+40 |
2012-10-31 | add missing deps on sal headers | David Tardon | 1 | -0/+5 |
2012-10-23 | fdo#46808, use service constructor for beans::Introspection | Noel Grandin | 1 | -9/+3 |
2012-10-02 | Use prefix | Tor Lillqvist | 2 | -2/+2 |
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris | Michael Stahl | 1 | -2/+2 |
2012-09-18 | add help on python debugging. | Michael Meeks | 1 | -0/+7 |
2012-09-05 | Some clean up of previous commit | Stephan Bergmann | 1 | -1/+0 |
2012-09-05 | fdo#46808, Adapt reflection::CoreReflection UNO service to new style | Noel Grandin | 1 | -9/+4 |
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin | 1 | -5/+3 |
2012-07-20 | warning C4702: unreachable code | Stephan Bergmann | 1 | -2/+0 |
2012-07-13 | fdo#51948 do not link with dl on *BSD | David Tardon | 1 | -3/+3 |
2012-07-11 | Runtime::any2PyObject: warning C4702: unreachable code | Michael Stahl | 1 | -2/+1 |
2012-07-02 | re-base on ALv2 code. Removing: | Michael Meeks | 27 | -388/+397 |
2012-06-26 | re-base on ALv2 code. | Michael Meeks | 1 | -0/+17 |
2012-06-22 | remove bunch of obsolete looking .flt files | Michael Stahl | 1 | -14/+0 |
2012-06-22 | .mk files don't need executable bits | Michael Stahl | 1 | -0/+0 |
2012-06-22 | fixing pyuno bridge on mingw: packaging system-python | David Ostrovsky | 5 | -7/+46 |
2012-06-22 | fdo#50682: Setting DYLD_LIBRARY_PATH in python script appears unnecessary | Stephan Bergmann | 1 | -4/+5 |