summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
...
* Fold URE: WindowsStephan Bergmann2014-12-031-18/+3
* pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2014-12-022-0/+85
* Extract python-only pythonloader.uno ini-file into its own PackageStephan Bergmann2014-11-263-0/+53
* Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann2014-11-251-5/+0
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* fix spelling implemenation -> implementationNoel Grandin2014-11-102-2/+2
* Add includeStephan Bergmann2014-10-301-0/+4
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTNaruhiko Ogasawara2014-10-291-2/+2
* Fix python wrapper script on OS XMatthew J. Francis2014-10-284-8/+11
* loplugin: cstylecastNoel Grandin2014-09-291-3/+2
* Don't try to write Python bytecode files in case of a read-only installsetTor Lillqvist2014-09-211-0/+6
* pyuno: remove obsolete NOOPT comment about GCC 3.2Michael Stahl2014-09-121-4/+0
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-093-3/+3
* fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject()Michael Stahl2014-08-281-6/+12
* coverity#982756 Dereference null return valueCaolán McNamara2014-08-071-1/+1
* coverity#706600 Uncaught exceptionCaolán McNamara2014-07-211-2/+1
* coverity#982756 Dereference null return valueCaolán McNamara2014-07-101-1/+1
* various: remove SAL_THROW macroNoel Grandin2014-06-052-2/+2
* Demystify magic poniesStephan Bergmann2014-06-042-3/+3
* coverity#982753 Dereference null return valueCaolán McNamara2014-06-031-1/+1
* coverity#982755 Dereference null return valueCaolán McNamara2014-06-031-1/+1
* coverity#982756 Dereference null return valueCaolán McNamara2014-06-031-1/+1
* coverity#982751 Dereference null return valueCaolán McNamara2014-05-261-1/+2
* coverity#982752 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982754 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982757 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982758 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982761 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982759 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982760 Dereference null return valueCaolán McNamara2014-05-262-1/+14
* coverity#982169 Unchecked return valueCaolán McNamara2014-05-261-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-1/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-238-83/+52
* pyuno: fix warnings with system python 3.4.0Thomas Arnhold2014-05-193-0/+9
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-4/+4
* pyuno: sal_Bool->boolNoel Grandin2014-05-084-8/+8
* disable pytest_ssl on macNorbert Thiebaud2014-04-251-0/+2
* as suspectedCaolán McNamara2014-04-241-1/+1
* test for _sslCaolán McNamara2014-04-242-2/+2
* this test apparently does not need pyunoDavid Tardon2014-04-181-2/+0
* Revert "python depend only working under windows so"David Tardon2014-04-181-5/+1
* python depend only working under windows soCaolán McNamara2014-04-181-1/+5
* test for enabled python is already handled by PythonTestDavid Tardon2014-04-181-2/+0
* move pyuno ssl test back to check targetsDavid Tardon2014-04-181-5/+1
* sigh, unclear how to make python tests depend on pythonCaolán McNamara2014-04-181-1/+5
* tweak the other oneCaolán McNamara2014-04-181-2/+2
* wait until a bit later to run the import ssl testCaolán McNamara2014-04-181-1/+1
* add an import ssl testCaolán McNamara2014-04-184-0/+35