aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Replace all uses of QVector with std::vectorJake Petroules2017-03-2933-187/+194
* | Support readonly propertiesJoerg Bornemann2017-03-298-5/+45
* | Remove PropertyDeclaration::ListProperty flagJoerg Bornemann2017-03-292-4/+1
* | Fix assembler invocation with older XcodeJake Petroules2017-03-294-40/+49
* | Make Item::Modules an std::vectorJoerg Bornemann2017-03-233-14/+15
* | Add Item::ownProperty for symmetry and use it where appropriateJoerg Bornemann2017-03-235-5/+11
* | Use Item::hasOwnProperty where appropriateJoerg Bornemann2017-03-232-2/+2
* | Add support for QNX and the QCC toolchainJake Petroules2017-03-226-9/+231
* | Introduce cpp.target[Assembler,Driver,Linker]FlagsJake Petroules2017-03-225-76/+66
* | Make JsImports an std::vectorJoerg Bornemann2017-03-224-5/+13
* | Support serialization of std::vectorJoerg Bornemann2017-03-221-2/+3
* | Add stlutils.hJoerg Bornemann2017-03-223-0/+75
* | Replace all uses of QSet with Internal::SetJake Petroules2017-03-2216-52/+76
* | Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-2220-44/+59
* | Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-2210-21/+29
* | Provide a hook to pass environment variables to GccProbeJake Petroules2017-03-213-4/+12
* | Do not access the qbs module inside Probe configure scriptsChristian Kandeler2017-03-213-3/+5
* | Merge remote-tracking branch 'origin/1.7'Joerg Bornemann2017-03-201-1/+1
|\|
| * ModuleLoader: Fix access to temporary objectChristian Kandeler2017-03-201-1/+1
* | Replace all uses of qMin and qMax with std::min and std::maxJake Petroules2017-03-203-4/+8
* | Merge remote-tracking branch 'origin/1.7'Joerg Bornemann2017-03-171-9/+57
|\|
| * Fix setup-toolchains for Visual C++ Build ToolsJoerg Bornemann2017-03-161-9/+57
* | Remove some usage of product.modulePropertyJoerg Bornemann2017-03-167-178/+176
* | Introduce cpp.useRPathLinkJoerg Bornemann2017-03-155-2/+10
* | Let toolchains configure themselves if the binary is in the PATHChristian Kandeler2017-03-132-2/+16
* | Give qbs.toolchain a sensible default valueChristian Kandeler2017-03-131-1/+10
* | Refactor documentation generationEike Ziller2017-03-134-62/+96
* | Use $$shell_path instead of reimplementing that functionalityEike Ziller2017-03-131-7/+3
* | Make the documentation embeddable in other projectsChristian Kandeler2017-03-102-2/+11
* | Fix TestApi::linkStaticAndDynamicLibs on DarwinJoerg Bornemann2017-03-101-3/+5
* | Fix build on Unix platforms without clock_gettimeChristian Kandeler2017-03-093-18/+47
* | Do not pass --undefined-symbols=ignore-in-shared-libsJoerg Bornemann2017-03-091-6/+10
* | Re-work linking library dependenciesJoerg Bornemann2017-03-096-87/+214
* | ModuleLoader: Fix scope of module child instancesChristian Kandeler2017-03-096-7/+49
* | Fix linkerMode autotestChristian Kandeler2017-03-092-4/+3
* | Simplify moc.jsJoerg Bornemann2017-03-091-18/+13
* | 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-098-52/+6
* | QRegExp include cleanupSamuel Gaist2017-03-084-0/+5
* | Handle sub-second timestamps correctly on UnixChristian Kandeler2017-03-085-60/+78
* | Fix error message about conflicting artifactsChristian Kandeler2017-03-081-1/+1
* | Doc: Prevent Product Item property table from overflowingTopi Reinio2017-03-081-2/+6
* | Match a rule's input tags against root artifacts of dependenciesChristian Kandeler2017-03-078-6/+52
* | Remove usage of moduleProperty() from Qt.core templateJoerg Bornemann2017-03-071-20/+18
* | Add a convenient replacement for moduleProperty()Joerg Bornemann2017-03-076-28/+139
* | Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-0612-14/+3
* | Do not yet emit deprecation warnings for loadFile() and loadExtension()Christian Kandeler2017-03-062-12/+15
* | 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