aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give BinaryProbe a more sensible set of default paths on UnixJake Petroules2017-11-062-2/+1
* Fix mocSameFileName autotestChristian Kandeler2017-11-021-0/+1
* Remove qbs-qmltypes appJake Petroules2017-11-028-101/+3
* cpp module: Add property for linking-only driver flagsChristian Kandeler2017-11-027-1/+75
* Allow fully overriding the QML type info build and install pathsJake Petroules2017-11-023-10/+13
* Qt: Support mocable files with the same name in the same productChristian Kandeler2017-11-0214-6/+122
* Give the SubProject item a condition propertyChristian Kandeler2017-11-025-4/+51
* Automatically generate the QML type descriptions as part of the buildJake Petroules2017-11-014-2/+144
* Docs: Add a how-to for accessing the repository stateChristian Kandeler2017-11-011-0/+25
* CLI: Ensure non-applicable commands refuse to take property assignmentsChristian Kandeler2017-10-303-12/+8
* Use the [[noreturn]] attribute instead of Q_NORETURNChristian Kandeler2017-10-308-13/+13
* CLI: Add more test casesChristian Kandeler2017-10-301-0/+18
* Merge 1.10 into masterChristian Kandeler2017-10-271-1/+1
|\
| * Fix releasing of script resources for Rule.outputArtifactsJoerg Bornemann2017-10-261-1/+1
* | Always mention the affected product for errors during project resolvingChristian Kandeler2017-10-262-15/+22
* | ProjectResolver: Sanitize error handlingChristian Kandeler2017-10-255-56/+182
* | Fix the dependencies array for modulesChristian Kandeler2017-10-254-21/+26
* | Make it possible to mark non-generated C++ header files as "unmocable"Joerg Bornemann2017-10-246-0/+29
* | Add the two-argument version of the erase() function to the Set classChristian Kandeler2017-10-241-0/+1
* | Rename the dynamiclibrary_copy tag to dynamiclibrary_symbolsJoerg Bornemann2017-10-244-17/+17
* | CLI: Make the configuration name explicitChristian Kandeler2017-10-244-40/+43
* | Merge 1.10 into masterJake Petroules2017-10-2310-26/+183
|\|
| * Remove sync.profileJake Petroules2017-10-232-5/+1
| * Only add /System/Library/Frameworks to default compiler path on DarwinJake Petroules2017-10-232-3/+5
| * CLI: Better message when building for the first timeChristian Kandeler2017-10-231-2/+4
| * Fix FileSaver and add some autotests to make sure it worksJake Petroules2017-10-205-16/+173
* | Doc: add a page describing what multiplexing is and how it worksJake Petroules2017-10-231-2/+58
* | Autotest: Create a convenience header for DLL import/export macrosChristian Kandeler2017-10-2352-291/+159
* | Document how to target common platformsLeena Miettinen2017-10-2317-0/+727
* | Add a product back pointer to ResolvedModuleChristian Kandeler2017-10-204-2/+8
* | Merge 1.10 into masterChristian Kandeler2017-10-2021-67/+143
|\|
| * Check return values of sanitizedListProperty()Joerg Bornemann2017-10-192-6/+18
| * Close process launcher on socket disconnectChristian Kandeler2017-10-191-0/+1
| * Also tag .qdocinc files so they participate in dependency trackingJake Petroules2017-10-191-1/+1
| * Android autotests: fix default architectureJake Petroules2017-10-191-1/+1
| * Fix detection of binutils locationJoerg Bornemann2017-10-181-1/+1
| * CLI: Check generator name before buildingChristian Kandeler2017-10-182-20/+31
| * Allow the qbs.Xml extension to work in JavaScript filesJake Petroules2017-10-174-7/+17
| * Polish examples/collidingmiceJoerg Bornemann2017-10-171-8/+7
| * Polish examples/app-and-libJoerg Bornemann2017-10-173-4/+5
| * setup-qt: Give feedback to the user if no Qt installations were detectedChristian Kandeler2017-10-171-0/+5
| * Fix makefile warning "overriding commands for propertylist.moc"Jake Petroules2017-10-171-2/+2
| * Fix unused function warningJake Petroules2017-10-171-1/+1
| * GCC support: Remove unused function from JS fileChristian Kandeler2017-10-171-11/+0
| * Improve error messages for the generate commandJake Petroules2017-10-161-7/+10
| * Fix the build with MinGWJake Petroules2017-10-162-3/+4
| * Add missing dependencies for the qbs archive packageJake Petroules2017-10-161-2/+3
| * Add changelog file for 1.10.0Christian Kandeler2017-10-161-0/+43
| * Properly split newlines from gcc and nm output on WindowsJake Petroules2017-10-161-3/+3
* | Move a check out of a loopChristian Kandeler2017-10-181-2/+3