aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix qbsTargetPlatformFromQtMkspec for mkspecs in subdirectoriesv1.11.0Joerg Bornemann2018-03-271-0/+3
* Adjust Visual Studio project generator to CLI changesJoerg Bornemann2018-03-221-3/+5
* Remove top level include path from use_installed_corelib.priKai Koehne2018-03-141-1/+1
* Add LICENSE.GPL3-EXCEPTKai Koehne2018-03-121-0/+1
* Fix license header in qbs_processlauncherKai Koehne2018-03-091-4/+15
* Fix exports from multiplexed productsChristian Kandeler2018-03-092-31/+58
* Remove unused SRCDIR defineKai Koehne2018-03-071-2/+0
* Fix compilation with gcc 4.8Kai Koehne2018-03-071-1/+1
* Fix qtquickcompiler support for Qt >= 5.11Joerg Bornemann2018-03-061-14/+27
* Qt templates: Fix detection of QtQuick compilerChristian Kandeler2018-03-053-17/+13
* Fix exit code for failed multi-config buildsChristian Kandeler2018-03-021-1/+1
* Fix race condition in MSVC detection codeChristian Kandeler2018-03-011-1/+6
* Qt modules: Do not disable the arch check for modules with no libraryChristian Kandeler2018-02-281-1/+1
* Fix Qt.core templateChristian Kandeler2018-02-281-1/+1
* Guard QScriptEngine's creation/destruction with a mutexJoerg Bornemann2018-02-284-3/+17
* Make the Id class thread-safeChristian Kandeler2018-02-282-22/+13
* Add a location to errors in conditions of Properties itemsChristian Kandeler2018-02-233-12/+31
* RunEnvironment: Add safety check for API mis-useChristian Kandeler2018-02-212-2/+13
* Make ItemDeclaration::properties return an actual objectChristian Kandeler2018-02-191-1/+1
* Do not apply file tags filter to target artifacts of modulesChristian Kandeler2018-02-192-1/+5
* Pull in the latest dmgbuild patch releasesJake Petroules2018-02-193-42/+146
* Check product and project names in command-line property overridesChristian Kandeler2018-02-153-10/+91
* Fix connection to rules of dependenciesChristian Kandeler2018-02-151-1/+3
* Fix ProjectData::isExecutable()Christian Kandeler2018-02-141-4/+3
* Qt.scxml: Add support for the --statemethods optionChristian Kandeler2018-02-121-0/+9
* Remove defaultValue argument from Evaluator::boolValue()Christian Kandeler2018-02-124-10/+6
* Fix FileInfo.{to,from}NativeSeparators()Christian Kandeler2018-02-091-2/+2
* RulesApplicator: Mark project build data as dirtyChristian Kandeler2018-02-011-0/+1
* Fix build with Qt < 5.8Christian Kandeler2018-02-011-1/+10
* Merge 1.10 into 1.11Christian Kandeler2018-01-315-17/+63
|\
| * Fix SOFT ASSERT for parametrized dependencies in Export/Module itemsv1.10.11.10Joerg Bornemann2018-01-313-7/+11
| * Fix parameter extraction for Depends items within Export/Module itemsJoerg Bornemann2018-01-311-1/+2
| * Clean up the list of file dependencies before buildingChristian Kandeler2018-01-302-9/+50
* | Make FileTime::toString() include millisecondsChristian Kandeler2018-01-301-1/+1
* | qbs build: Make the Qt bundling functionality configurableChristian Kandeler2018-01-301-1/+2
* | Project loading: Remove unneeded set insertionsChristian Kandeler2018-01-261-1/+1
* | Fix MSVC warningsOrgad Shaneh2018-01-244-3/+7
* | Merge 1.10 into 1.11Christian Kandeler2018-01-192-19/+44
|\|
| * ModuleLoader: Fix order of module mergingChristian Kandeler2018-01-172-19/+44
* | Add missing <iterator> include in stlutils.hJoerg Bornemann2018-01-181-0/+1
* | Introduce a named constant for the magic "_qbs_procenv" variableChristian Kandeler2018-01-185-9/+8
* | Replace some uses of find_if with any_of and none_ofJoerg Bornemann2018-01-174-14/+21
* | Qt templates: Remove phonon.qbsChristian Kandeler2018-01-173-31/+0
* | Merge remote-tracking branch 'origin/1.10'Joerg Bornemann2018-01-175-3/+33
|\|
| * Qt module templates: Fix for Qt 4Christian Kandeler2018-01-155-3/+30
* | Fix id pointer of base itemsJoerg Bornemann2018-01-173-3/+49
* | Correct the name of the base item variable in code dealing with inheritanceJoerg Bornemann2018-01-151-9/+8
* | Generators: Fix some includesChristian Kandeler2018-01-122-4/+1
* | Executor: Add missing check for module target artifactChristian Kandeler2018-01-121-0/+2
* | Properly take the --dry-run option into account in the "run" commandChristian Kandeler2018-01-123-53/+72