aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not leak the build graph locker if project resolving is cancelledv1.7.1Christian Kandeler2017-01-051-2/+4
* Check the type of the top-level itemChristian Kandeler2017-01-054-3/+21
* Remove unused functionJake Petroules2016-12-221-14/+0
* Fix qbs-setup-toolchains with concretely specified MSVCJoerg Bornemann2016-12-212-1/+2
* ModuleLoader: Do not cache Probes that throw errorsChristian Kandeler2016-12-201-6/+6
* Do the buildgraph sanity checks only on demandChristian Kandeler2016-12-191-10/+1
* VS generator: Don't prepend $(ProjectDir) to absolute pathsThomas Epting2016-12-181-2/+6
* VS generator: Add missing trailing backslash to OutDir variableThomas Epting2016-12-181-1/+3
* EvaluatorScriptClass: Catch exceptions from script importing codeChristian Kandeler2016-12-161-4/+26
* Fix unnecessary output noise and absolute path assertions in testsJake Petroules2016-12-121-0/+2
* Include information on cost of storing the build graph when profilingChristian Kandeler2016-12-091-0/+1
* Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-094-1/+53
* Fix unused variable warningJake Petroules2016-12-071-0/+1
* 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