summaryrefslogtreecommitdiff
path: root/smoketest
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Preparation of the LibreOfficeKit for WindowsJuergen Funk1-12/+46
2014-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara1-0/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-09-11smoketest: run the extension test firstMichael Stahl1-6/+9
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin2-8/+0
2014-08-12java: fix broken javadoc tagsNoel Grandin1-3/+1
2014-08-11java: remove unused parametersNoel Grandin2-2/+0
2014-08-11java: remove unused parametersNoel Grandin2-2/+2
2014-08-08java: remove unused importsNoel Grandin2-2/+0
2014-08-08java: remove unused fieldsNoel Grandin2-29/+0
2014-08-05java: remove commented out codeNoel Grandin1-7/+0
2014-07-29Kill the libreofficekit static library / shim.c.Andrzej Hunt2-4/+1
2014-06-23LOK: kill saveAsWithOptions.Andrzej Hunt1-10/+0
2014-06-18LOK: kill double initialize.Andrzej Hunt1-7/+0
2014-06-17LOK: Split into instance and class.Andrzej Hunt1-3/+3
2014-06-12cast loses precisionCaolán McNamara1-3/+4
2014-06-12liblok: check new methods via macros on nSize, not by de-referencing.Michael Meeks1-0/+10
2014-06-12Complete LibreOfficeKit C++ renaming.Andrzej Hunt1-1/+1
2014-06-11Upgrade LibreOfficeKit C++ API.Andrzej Hunt1-2/+4
2014-06-11Move liblibreoffice into LibreOfficeKit.Andrzej Hunt2-3/+2
2014-04-17remove executable bitAndras Timar1-0/+0
2014-03-31SAL_DIAGNOSE_ABORT is no longer usedStephan Bergmann1-2/+0
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann1-6/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-01-29smoketest: remove OpenOffice.org 1.0 XML format export testsMichael Stahl4-54/+1
2014-01-23smoketest cant work without extensionsBjoern Michaelsen1-0/+4
2013-11-15liblibo: expose a C API for ABI reasons, and wrap with C++.Michael Meeks1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-5/+4
2013-11-07liblibo: use gettimeofday not clock_gettime for better portability.Michael Meeks1-10/+7
2013-11-07liblibo: fix static library linkage.Michael Meeks1-1/+4
2013-11-07liblibo: improve the libtest sample app.Michael Meeks1-3/+23
2013-11-07liblibo: make liblibreoffice static as it should be.Michael Meeks1-0/+1
2013-11-07liblibo: fixes and improvements for liblibreofficeChristoph Lutz1-1/+29
2013-10-31smoketest: replace usage of OUTDIRMichael Stahl1-1/+1
2013-10-25stop looking for Jar files in solverMichael Stahl1-1/+1
2013-10-18Remove *_Test product, so cppunittester can be NONE againStephan Bergmann6-920/+0
2013-10-11do not copy testing extensions to instdirDavid Tardon1-1/+1
2013-09-23Try to fix cross-compilationTor Lillqvist2-3/+3
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl1-2/+2
2013-08-30ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2-2/+2
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2-3/+3
2013-08-18Actually the smoketest does not work for a sandboxed soffice on OS XTor Lillqvist1-0/+2
2013-08-18Use a proper folder as "user installation" when sandboxedTor Lillqvist1-1/+7
2013-07-29liblo - add ability to select filter / format for saveas.Michael Meeks1-2/+5
2013-07-26more liblibreoffice pieces.Michael Meeks1-1/+22
2013-07-12allow to run smoketest in arbitrary installationDavid Tardon1-7/+1
2013-06-07smoketest: unbreak after recent Extension changesMichael Stahl3-4/+9
2013-05-07Exempt smoketest.jar from "non-cross-compiling only"Stephan Bergmann1-1/+6
2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann7-1/+253