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