aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add failing autotest for QBS-1117Joerg Bornemann2017-05-311-0/+17
* Fix race condition when resolving projectsChristian Kandeler2017-05-301-0/+2
* Make "bin" the libexec path on WindowsChristian Kandeler2017-05-301-1/+4
* Make autotests handle profiles with qbs.buildVariant == "release"Christian Kandeler2017-05-161-2/+3
* Make plugin meta data autotest compatible with static Qt buildsChristian Kandeler2017-05-152-6/+32
* Track Java manifest files as artifacts in the build graphJake Petroules2017-05-094-1/+13
* Fix JSSourceValue::clone()Christian Kandeler2017-05-092-0/+11
* Try harder to find out the correct location for evaluation errorsChristian Kandeler2017-05-041-2/+1
* Fix commandFile autotest on MacChristian Kandeler2017-04-281-0/+1
* Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-287-0/+36
* Qt support: Scan also cpp files for Q_PLUGIN_METADATAChristian Kandeler2017-04-285-1/+20
* Fix "externalLibs" autotest on MacChristian Kandeler2017-04-211-0/+2
* GCC: Do not mess with the list of external librariesChristian Kandeler2017-04-216-0/+79
* Fix autotest for mingwChristian Kandeler2017-04-141-2/+2
* GCC: remove escaped linker flags compatibility modeChristian Kandeler2017-04-125-1/+34
* Print output on error in TestApi::rc()Joerg Bornemann2017-04-101-3/+6
* Fix two autotests for mingwChristian Kandeler2017-04-071-3/+4
* Handle digits in merged short options as option parameterJoerg Bornemann2017-04-031-0/+7
* Allow running qbs without a profileChristian Kandeler2017-03-312-16/+0
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-6/+6
* Support readonly propertiesJoerg Bornemann2017-03-294-0/+17
* Fix assembler invocation with older XcodeJake Petroules2017-03-291-1/+5
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-221-1/+3
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-222-4/+6
* Fix TestApi::linkStaticAndDynamicLibs on DarwinJoerg Bornemann2017-03-101-3/+5
* Re-work linking library dependenciesJoerg Bornemann2017-03-091-3/+0
* ModuleLoader: Fix scope of module child instancesChristian Kandeler2017-03-092-0/+22
* Fix linkerMode autotestChristian Kandeler2017-03-092-4/+3
* Remove usage of moduleProperty() from some testsJoerg Bornemann2017-03-0916-36/+25
* Revert "Match a rule's input tags against root artifacts of dependencies"Christian Kandeler2017-03-096-44/+0
* QRegExp include cleanupSamuel Gaist2017-03-082-0/+2
* Match a rule's input tags against root artifacts of dependenciesChristian Kandeler2017-03-076-0/+44
* Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-062-2/+1
* Do not yet emit deprecation warnings for loadFile() and loadExtension()Christian Kandeler2017-03-061-2/+3
* Add failing autotest for linking static libs and dynamic libsJoerg Bornemann2017-03-039-0/+153
* Fix "badInterpreter" autotestChristian Kandeler2017-03-031-1/+1
* Blackbox tests: Always fail if qbs did not finish regularlyChristian Kandeler2017-03-031-4/+5
* Fix symbol import/export of link-dynamiclibs-staticlibs testJoerg Bornemann2017-03-022-6/+2
* Add failing autotest for linking dynamic libs and static libsJoerg Bornemann2017-03-029-0/+157
* Fix pluginMetaData autotest on macOSChristian Kandeler2017-03-021-1/+1
* Fix "linkerMode" autotest on FreeBSDChristian Kandeler2017-03-021-1/+1
* Do not emit warnings for properties set on non-present modulesChristian Kandeler2017-03-013-0/+14
* Prevent files from getting installed outside the install rootChristian Kandeler2017-03-014-0/+22
* Reduce some unnecessary reliance on product.typeJake Petroules2017-02-282-1/+5
* Add autotest for linking static libs depending on dynamic libsJoerg Bornemann2017-02-275-0/+50
* Remove cpp.destinationDirectory from link-dynamiclibs testJoerg Bornemann2017-02-261-5/+0
* Rename dynamicLibs autotest to link-dynamiclibsJoerg Bornemann2017-02-269-7/+7
* Check for verbose compiler and linker output on stderr, not stdoutJake Petroules2017-02-241-2/+2
* Support multiple package names in PkgConfigProbeChristian Kandeler2017-02-241-2/+2
* Give test project files consistent file namesJoerg Bornemann2017-02-2384-112/+114