aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix language tests on WindowsChristian Kandeler2016-12-071-1/+1
* Fix usage of restored ProbesChristian Kandeler2016-12-072-2/+4
* Emit deprecation warnings for relative paths in certain contextsChristian Kandeler2016-12-062-0/+30
* ModuleLoader: No warnings for module properties in Artifact itemsChristian Kandeler2016-12-061-0/+4
* Set default QBS_INSTALL_PREFIX to /usr/local only on unixOrgad Shaneh2016-12-061-1/+1
* Make Win32 API usage long-path awareJake Petroules2016-12-053-4/+16
* macOS: Move foreground transformation code later in the lifetime cycleJake Petroules2016-12-052-9/+13
* Fix warning on UnixChristian Kandeler2016-12-021-4/+2
* Add VS 2017 supportJoerg Bornemann2016-12-026-42/+132
* ModuleLoader: Check the names of PropertyOptions itemsChristian Kandeler2016-12-024-0/+21
* Simplify determination of MSVC compiler definesJoerg Bornemann2016-12-021-57/+29
* Change the default value and behavior of Qt.core.resourceSourceBaseDenis Klychkov2016-12-021-3/+4
* Add possibility to specify the base name of the generated qrc fileDenis Klychkov2016-12-021-1/+4
* Remove version checks on macOSJake Petroules2016-11-301-62/+24
* Fix change tracking for module properties requested from artifactsChristian Kandeler2016-11-308-6/+37
* Fix VS Qt version matchingJoerg Bornemann2016-11-301-3/+5
* Prepare VS Qt version matching for VS 2017Joerg Bornemann2016-11-302-19/+19
* Rename some symbols to disambiguateJake Petroules2016-11-301-12/+12
* Fully qualify referencesJake Petroules2016-11-303-12/+13
* Add or improve header guards for some filesJake Petroules2016-11-304-6/+16
* Fix MSVC warningOrgad Shaneh2016-11-291-1/+1
* Accurate handling of Qt.core.resourcePrefixDenis Klychkov2016-11-281-9/+20
* Executor: Fix undefined behaviorChristian Kandeler2016-11-281-1/+2
* Benchmark effort for expanding wildcards during change trackingChristian Kandeler2016-11-282-0/+10
* Fix Qt 5.6+ main() support for iOS and tvOSAndrew Knight2016-11-251-2/+9
* Do not follow symbolic links in File.copy()Christian Kandeler2016-11-251-1/+1
* Work around a QDirIterator peculiarity when expanding wildcardsChristian Kandeler2016-11-251-2/+4
* Separate file scope and imports scopeChristian Kandeler2016-11-244-0/+16
* Fix "baseValidation" autotest for inferior file systemsChristian Kandeler2016-11-242-1/+1
* Fix group-level module property evaluation for nested groupsChristian Kandeler2016-11-243-21/+181
* Add autotest for calling a base item's validate scriptChristian Kandeler2016-11-235-0/+36
* Fix input.fileName for Scanner itemsJoerg Bornemann2016-11-231-1/+3
* ModuleLoader: Check for cyclic dependencies between modulesChristian Kandeler2016-11-236-0/+52
* Set product scope in nested groups from modulesChristian Kandeler2016-11-231-1/+2
* Prohibit use of ambiguous idsJoerg Bornemann2016-11-224-0/+38
* Fix usage of ambiguous ids in tst_language::propertiesBlocksJoerg Bornemann2016-11-221-26/+26
* Remove the concept of an "Export Scope"Christian Kandeler2016-11-188-58/+50
* Input scanner: Prevent resolving directories as included filesChristian Kandeler2016-11-181-1/+4
* qbs build: Use correct module name "Qt.testlib" instead of "Qt.test"Christian Kandeler2016-11-181-1/+1
* Merge 1.6 into 1.7Christian Kandeler2016-11-171-0/+2
|\
| * Fix bug that causes re-linking on every build on Linux1.6Christian Kandeler2016-11-141-0/+2
* | Fix include path order in C++ dependency scannerJoerg Bornemann2016-11-171-27/+13
* | Warn against possibly improper use of JS extensions in qbs project filesChristian Kandeler2016-11-117-1/+99
* | Speed up qbs-setup-toolchains for MSVCJoerg Bornemann2016-11-103-25/+65
* | Refactor MSVC toolchain detectionJoerg Bornemann2016-11-106-110/+141
* | Make list properties overridableChristian Kandeler2016-11-105-13/+66
* | Let nested groups inherit the parent group's file tagsChristian Kandeler2016-11-101-2/+6
* | Enable evaluation cache for module validationChristian Kandeler2016-11-104-28/+47
* | Use string sharing when serializing file tagsChristian Kandeler2016-11-108-80/+61
* | Use string sharing when storing the propertiers of rescuable artifactsChristian Kandeler2016-11-092-3/+4