aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
...
* | Add new command "list-products"Christian Kandeler2017-07-197-2/+66
|/
* Replace improper 'variant' terminology with 'configuration [name]'Jake Petroules2017-07-101-11/+22
* Fix behavior with corrupt or outdated build graphsChristian Kandeler2017-07-101-60/+0
* Provide a logger instance to the generatorsJake Petroules2017-06-221-1/+2
* Use the same compatibility defines in qmake and qbs buildJoerg Bornemann2017-06-131-0/+1
* Fix the auto-connection of Qt profiles to toolchain profilesJoerg Bornemann2017-06-131-9/+5
* Switch to strict mode for property checkingChristian Kandeler2017-06-091-0/+1
* Merge 1.8 into masterChristian Kandeler2017-06-093-56/+89
|\
| * setup-qt: Fix automatic base profile assignment for MSVC Qt'sJoerg Bornemann2017-06-091-46/+62
| * setup-qt: compress MSVC profiles even when Qt's MSVC version is unknownJoerg Bornemann2017-06-091-8/+25
| * Fix a couple of typosDmitry Shachnev2017-06-062-2/+2
* | Introduce the qbsversion module for building QbsJake Petroules2017-06-021-2/+1
* | Merge 1.8 into masterChristian Kandeler2017-06-025-8/+11
|\|
| * Revert "Fix (wrong) GCC7 fallthrough warnings"Orgad Shaneh2017-06-026-9/+7
| * Fix (wrong) GCC7 fallthrough warningsOrgad Shaneh2017-06-012-0/+2
| * Make "bin" the libexec path on WindowsChristian Kandeler2017-05-301-1/+4
* | Replace QRegularExpression with std::regexJake Petroules2017-05-261-8/+11
* | Android: Multiplex over architectures instead of profilesChristian Kandeler2017-05-261-26/+56
* | Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-1/+1
* | Make use of more data from the build graph when rebuildingChristian Kandeler2017-05-022-10/+25
* | Command line parser: Refactor build config setupChristian Kandeler2017-04-141-55/+63
* | Explicitly set the environment for resolving a projectChristian Kandeler2017-04-121-0/+1
|/
* Handle digits in merged short options as option parameterJoerg Bornemann2017-04-031-2/+15
* Allow running qbs without a profileChristian Kandeler2017-03-311-4/+3
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-24/+23
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-222-13/+17
* Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-221-4/+6
* 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
* | Fix detection of framework builds of QtJake Petroules2017-02-241-7/+2
* | Command line frontend: Forward process stderr output to stderrChristian Kandeler2017-02-222-6/+8
* | Add new tool qbs-create-projectChristian Kandeler2017-02-148-2/+443
* | Merge 1.7 into masterChristian Kandeler2017-02-101-1/+2
|\|
| * Replicate '--settings-dir' option to Visual Studio generatorDenis Shienkov2017-02-081-1/+2
* | Teach qbs-setup-android about QtChristian Kandeler2017-02-075-10/+116
* | Fix command-line parsing bug with some toolsChristian Kandeler2017-02-033-3/+3
* | Add a Utilities.cStringQuote functionJake Petroules2017-01-301-0/+1
* | Command line parser: Make output on parse errors more conciseChristian Kandeler2017-01-242-24/+21
* | Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-056-9/+9
* | Change style of #includes of Qt headersJake Petroules2017-01-0447-104/+105
|/
* Remove unused functionJake Petroules2016-12-221-14/+0
* Fix qbs-setup-toolchains with concretely specified MSVCJoerg Bornemann2016-12-211-0/+1
* Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-091-1/+1
* macOS: Move foreground transformation code later in the lifetime cycleJake Petroules2016-12-052-9/+13
* Add VS 2017 supportJoerg Bornemann2016-12-022-38/+101
* Fix VS Qt version matchingJoerg Bornemann2016-11-301-3/+5
* Prepare VS Qt version matching for VS 2017Joerg Bornemann2016-11-302-19/+19
* Add or improve header guards for some filesJake Petroules2016-11-302-3/+8
* Speed up qbs-setup-toolchains for MSVCJoerg Bornemann2016-11-101-22/+27
* Refactor MSVC toolchain detectionJoerg Bornemann2016-11-101-51/+48