summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix ScriptEngine::PropertyCacheKey1.7Christian Kandeler2017-04-041-3/+3
* ModuleLoader: Fix access to temporary objectChristian Kandeler2017-03-201-1/+1
* Fix setup-toolchains for Visual C++ Build ToolsJoerg Bornemann2017-03-161-9/+57
* Fix App Extension builds on older versions of Xcode/macOSv1.7.2Jake Petroules2017-02-171-4/+6
* Set product run environment in generated Visual Studio projectsJake Petroules2017-02-081-0/+53
* Replicate '--settings-dir' option to Visual Studio generatorDenis Shienkov2017-02-088-17/+52
* Generators: pass down full InstallOptions instead of just install rootJake Petroules2017-02-073-5/+7
* Doc: Update copyright year in online doc template to 2017Leena Miettinen2017-01-251-1/+1
* Version bumpChristian Kandeler2017-01-232-2/+2
* Fix handling of files on network shares on WindowsChristian Kandeler2017-01-171-3/+10
* Fix outdated code construct in QtPlugin.qbsChristian Kandeler2017-01-164-1/+26
* Fix some iterator type mismatchesChristian Kandeler2017-01-062-3/+2
* Do not leak the build graph locker if project resolving is cancelledv1.7.1Christian Kandeler2017-01-052-3/+18
* Clean up the documentation for the Scanner itemChristian Kandeler2017-01-051-6/+5
* Check the type of the top-level itemChristian Kandeler2017-01-054-3/+21
* cpp module: fixed output path for pch_copy file in JavaScriptCommandSergey Petrov2017-01-051-1/+1
* Fix race condition in qmake buildChristian Kandeler2017-01-053-0/+3
* Use different tags for debug info created by different rulesChristian Kandeler2017-01-025-23/+28
* Do not create bundle-related artifacts for non-Darwin targetsChristian Kandeler2017-01-021-1/+3
* Prevent undefined values from getting into listsJake Petroules2016-12-232-3/+3
* 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
* Fix javaDependencyTracking autotest with Java 6 on Windows and LinuxJake Petroules2016-12-193-16/+28
* Fix clangdb autotests with MSVC and MinGWJake Petroules2016-12-193-15/+35
* 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
* Bump versionChristian Kandeler2016-12-142-2/+2
* Fix deploymentTarget autotest with older versions of XcodeJake Petroules2016-12-143-18/+40
* MSVC: Add "WIN32" to the list of platform definesChristian Kandeler2016-12-141-0/+1
* Allow passing autotest wrapper arguments to qbs autotestsJake Petroules2016-12-131-0/+2
* Fix clangdb autotest on WindowsChristian Kandeler2016-12-131-0/+12
* Fix Cocoa examplesJake Petroules2016-12-123-4/+13
* Allow passing autotest arguments to qbs autotestsJake Petroules2016-12-121-0/+2
* Fix erroneousFiles test on Windows when ls.exe is in the PATHJake Petroules2016-12-121-1/+1
* Split up javaDependencyTracking testJake Petroules2016-12-122-15/+31
* Fix unnecessary output noise and absolute path assertions in testsJake Petroules2016-12-123-1/+5
* Include information on cost of storing the build graph when profilingChristian Kandeler2016-12-091-0/+1
* Turn process execution errors in GccProbe into fatal errorsJake Petroules2016-12-091-2/+2
* Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-099-13/+116
* Fix some issues in the WiX module causing the autotest to failJake Petroules2016-12-093-19/+33
* Fix javaDependencyTrackingInnerClass test when Java is not installedv1.7.0Jake Petroules2016-12-091-1/+9
* Downgrade error message from JavaCompilerScanner to a warningJake Petroules2016-12-076-4/+35
* Fix propagation of defines to dependencies from QbsLibraryJake Petroules2016-12-071-2/+3
* Documentation: split list of items into language and convenience itemsJake Petroules2016-12-0731-57/+109
* 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