summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2014-05-19pyuno: fix warnings with system python 3.4.0Thomas Arnhold3-0/+9
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-4/+4
2014-05-08pyuno: sal_Bool->boolNoel Grandin4-8/+8
2014-04-25disable pytest_ssl on macNorbert Thiebaud1-0/+2
2014-04-24as suspectedCaolán McNamara1-1/+1
2014-04-24test for _sslCaolán McNamara2-2/+2
2014-04-18this test apparently does not need pyunoDavid Tardon1-2/+0
2014-04-18Revert "python depend only working under windows so"David Tardon1-5/+1
2014-04-18python depend only working under windows soCaolán McNamara1-1/+5
2014-04-18test for enabled python is already handled by PythonTestDavid Tardon1-2/+0
2014-04-18move pyuno ssl test back to check targetsDavid Tardon1-5/+1
2014-04-18sigh, unclear how to make python tests depend on pythonCaolán McNamara1-1/+5
2014-04-18tweak the other oneCaolán McNamara1-2/+2
2014-04-18wait until a bit later to run the import ssl testCaolán McNamara1-1/+1
2014-04-18add an import ssl testCaolán McNamara4-0/+35
2014-04-02coverity#1019376 Resource leakCaolán McNamara2-4/+9
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-8/+8
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-03-10pyuno: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-3/+3
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-3/+3
2014-03-03pyuno: rename Executable_python_wrapper.mkMichael Stahl2-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-14/+14
2014-02-26Remove visual noise from pyunoAlexander Wilms1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-20Test for fdo#74824.Kevin Hunter5-0/+107
2014-02-20A rudimentary framework for additional Python tests not run by defaultStephan Bergmann2-0/+34
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl2-3/+3
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2-9/+0
2014-01-30coverity#983054, reorder code to avoid memory leakStephan Bergmann1-25/+20
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann2-2/+2
2014-01-28coverity#440338 Dereference null return valueCaolán McNamara1-1/+8
2014-01-10Use boolStephan Bergmann1-4/+4
2014-01-07No serviceNames attribute in LoaderStephan Bergmann1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-8/+8
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-29wsprintf is broken by design and never writes more than 1024 charactersStephan Bergmann1-15/+17
2013-11-25Fix different typos for "unknown"Julien Nabet1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-12/+0
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-3/+3
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-5/+5
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl3-4/+2
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl1-4/+1
2013-10-09pyuno: set up fake command line in getComponentContext()Michael Stahl1-0/+8
2013-10-07fdo#70196: Python 2 compatibility for UNO import error handlingDavid Bolen1-8/+9
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist1-1/+1
2013-09-23Try to fix cross-compilationTor Lillqvist2-2/+2