aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge 1.10 into masterChristian Kandeler2017-12-182-19/+29
|\
| * Fix spurious "unknown property" error on loading module candidatesChristian Kandeler2017-12-152-19/+29
* | Merge 1.10 into masterChristian Kandeler2017-12-159-12/+34
|\|
| * ModuleLoader: Copy id when setting up module instance child itemsChristian Kandeler2017-12-152-0/+2
| * Fix qtquickcompiler support for QML files in subdirectoriesChristian Kandeler2017-12-151-3/+3
| * Fix copy-paste error in Qt.core templateChristian Kandeler2017-12-141-1/+1
| * Fix regression resolving exported paths defined in the exporting productChristian Kandeler2017-12-131-2/+8
| * Adapt chocolatey spec file to new repository URLChristian Kandeler2017-12-121-2/+2
| * Allow running multiplexed iOS application bundles via `qbs run`Jake Petroules2017-12-123-4/+11
| * Fix crash when "original" is being misusedChristian Kandeler2017-12-081-0/+7
* | Fix changelog order in generated Chocolatey packagesJake Petroules2017-12-121-7/+12
* | Rewrite rpath handling for binaries that are a part of Qbs itselfJake Petroules2017-12-082-7/+4
* | Get rid of all remaining dynamic_castsChristian Kandeler2017-12-077-5/+61
* | Do not use the set class outside corelibChristian Kandeler2017-12-078-20/+19
* | Get rid of the PersistentObject classChristian Kandeler2017-12-0620-212/+135
* | Remove operator< for QualifiedIdChristian Kandeler2017-12-052-14/+0
* | Re-add file scope to configure scriptsChristian Kandeler2017-12-041-0/+2
* | Clean up LanguageInfoJake Petroules2017-12-019-27/+21
* | Make Version a public classJake Petroules2017-12-019-13/+8
* | Change a bunch of includes to forward declarationsJake Petroules2017-12-0114-18/+51
* | Sync up qbs.h with the list of headers that actually get installedJake Petroules2017-12-011-1/+6
* | Fix inconsistent-missing-override warningsJake Petroules2017-11-301-6/+6
* | Remove as many dynamic_casts as possibleChristian Kandeler2017-11-3013-74/+103
* | Clean up the scope of configure scriptsChristian Kandeler2017-11-301-35/+29
* | Fix autotests on Windows by re-adding weird conversion round-tripChristian Kandeler2017-11-301-2/+10
* | Re-use VariantValue objectsChristian Kandeler2017-11-304-8/+32
* | Guard Qt dependencies of Internal::SetJake Petroules2017-11-301-15/+22
* | Don't export a Qt dependency from language/forward_decls.hJake Petroules2017-11-301-2/+10
* | Turn Qt.core.architecture into Qt.core.architecturesJake Petroules2017-11-3010-14/+250
* | Fix some issues preventing Qbs from being built in amalgamation modeJake Petroules2017-11-305-4/+8
* | Remove dependency on QtXml in RunEnvironmentJake Petroules2017-11-301-11/+14
* | Consider imported files when tracking changes to Probe.configureChristian Kandeler2017-11-309-24/+56
* | Do type checks and conversions also for Probe propertiesChristian Kandeler2017-11-305-19/+62
* | Remove erroneous const qualifiersJake Petroules2017-11-301-3/+2
* | Modernize variable declarationsDenis Shienkov2017-11-3025-62/+62
* | Constrain Qt modules also to qbs.targetPlatformJake Petroules2017-11-2912-49/+71
* | corelib: Gather string constants in central placeChristian Kandeler2017-11-2955-729/+1130
* | Use minimal visibility for plugins as well as librariesJake Petroules2017-11-281-1/+1
* | Build plugins as MH_BUNDLEs on macOSJake Petroules2017-11-282-6/+10
* | Fix build with MSVCChristian Kandeler2017-11-282-0/+5
* | Fix build with Qt 5.6Christian Kandeler2017-11-282-0/+2
* | Qt.core: Let the qch rule take all qdoc output as auxiliary inputsChristian Kandeler2017-11-281-0/+2
* | Replace more loops with range-forJake Petroules2017-11-2712-43/+31
* | Don't export Qt dependency to clients from the plugin managersJake Petroules2017-11-276-36/+62
* | Replace 'foreach' macro with range-based 'for'Jake Petroules2017-11-271-1/+1
* | Merge "Merge 1.10 into master"Jake Petroules2017-11-244-6/+23
|\ \
| * | Merge 1.10 into masterChristian Kandeler2017-11-244-6/+23
| |\|
| | * Fix inadvertant module prototype sharingv1.10.0Christian Kandeler2017-11-232-5/+10
| | * Fix bogus error message about conflicting module filesChristian Kandeler2017-11-231-0/+10
| | * Ignore property assignments in Export items of disabled productsChristian Kandeler2017-11-231-1/+3