aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Command line frontend: Forward process stderr output to stderrChristian Kandeler2017-02-221-2/+2
* lex_yacc: Suppress compiler warnings for the generated C/C++ filesChristian Kandeler2017-02-212-0/+5
* Cpp module: Allow a set of source files to be combined into oneChristian Kandeler2017-02-176-0/+38
* ModuleLoader: Provide a sensible error messageChristian Kandeler2017-02-152-0/+16
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-159-4/+61
* Add new tool qbs-create-projectChristian Kandeler2017-02-144-1/+18
* Fix wrong item type when handling Properties blocksChristian Kandeler2017-02-081-0/+8
* Handle single-architecture Android builds more gracefullyJake Petroules2017-02-082-2/+4
* Attach the bundle.content file tag to files that are part of a bundleJake Petroules2017-02-081-8/+1
* Fix the "infiniteLoopBuilding" autotestChristian Kandeler2017-02-072-1/+2
* Qt: Allow to disable keywordsChristian Kandeler2017-02-074-0/+29
* Disambiguate command-line overridesChristian Kandeler2017-01-302-41/+44
* Add a Utilities.cStringQuote functionJake Petroules2017-01-303-0/+5
* Give the FileTagger item a "condition" propertyChristian Kandeler2017-01-274-0/+25
* Allow moc_*.cpp files to be combined into a single C++ sourceChristian Kandeler2017-01-265-0/+36
* Merge 1.7 into masterChristian Kandeler2017-01-203-0/+25
|\
| * Fix outdated code construct in QtPlugin.qbsChristian Kandeler2017-01-163-0/+25
* | Make loaded extensions available in JavaScript commandsJoerg Bornemann2017-01-194-11/+25
* | Do not copy shared libraries for smart relinkingChristian Kandeler2017-01-181-0/+1
* | Add an autotest for smart relinkingChristian Kandeler2017-01-165-0/+131
* | Make it configurable whether system headers become dependenciesChristian Kandeler2017-01-122-0/+22
* | Add XFAILing autotest for newly discovered bugJoerg Bornemann2017-01-124-0/+39
* | Make scanning information persistentChristian Kandeler2017-01-101-20/+0