aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix (wrong) GCC7 fallthrough warnings"Orgad Shaneh2017-06-026-9/+7
* Fix tst_language moduleProperties:shadowed-list-propertyJoerg Bornemann2017-06-021-1/+1
* Fix (wrong) GCC7 fallthrough warningsOrgad Shaneh2017-06-012-0/+2
* Add failing autotest for QBS-1117Joerg Bornemann2017-05-311-16/+23
* Fix race condition when resolving projectsChristian Kandeler2017-05-302-1/+5
* Make "bin" the libexec path on WindowsChristian Kandeler2017-05-303-4/+13
* Fix broken handling of QtScriptTools modules in qbs-setup-qtJake Petroules2017-05-261-3/+3
* When setting the build root, create the directory along the wayChristian Kandeler2017-05-201-0/+6
* Fix typoChristian Kandeler2017-05-201-1/+1
* Fix string -> variant conversion in settings modelChristian Kandeler2017-05-171-5/+5
* Make autotests handle profiles with qbs.buildVariant == "release"Christian Kandeler2017-05-161-3/+5
* Qt templates: Do not set cpp.runtimeLibrary in QtModule.qbsChristian Kandeler2017-05-121-3/+0
* Qt modules: Take "static_runtime" config value into accountChristian Kandeler2017-05-102-0/+6
* Fix JSSourceValue::clone()Christian Kandeler2017-05-094-0/+45
* Fix size_t -> int conversion warning on MSVC (64 bit)Joerg Bornemann2017-05-081-1/+1
* Try harder to find out the correct location for evaluation errorsChristian Kandeler2017-05-049-27/+44
* Qt.qml: Link against QML plugins when using a static QtChristian Kandeler2017-04-284-3/+171
* API: Catch error from ProductInstallerChristian Kandeler2017-04-281-5/+10
* Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-281-1/+12
* Qt support: Scan also cpp files for Q_PLUGIN_METADATAChristian Kandeler2017-04-282-3/+8
* libqtprofilesetup: Support default QPA detection also in dev buildsChristian Kandeler2017-04-271-16/+33
* Fix "defined" appearing on RHS of macro definitionChristian Kandeler2017-04-271-3/+9
* libqtprofilesetup: Add a dedicated template file for Qt.qmlChristian Kandeler2017-04-213-0/+34
* libqtprofilesetup: Turn "-pthread" into "-lpthread"Christian Kandeler2017-04-201-1/+5
* Fix undefined behavior in tst_toolsChristian Kandeler2017-04-061-6/+0
* macOS: Use clock_gettime() only if it's supportedChristian Kandeler2017-04-051-1/+2
* Launcher socket: Replace an assertion with a proper checkChristian Kandeler2017-04-041-1/+2
* Improve the error message for a crashed process launcherChristian Kandeler2017-04-041-4/+2
* Merge 1.7 into 1.8Christian Kandeler2017-04-041-3/+3
|\
| * Fix ScriptEngine::PropertyCacheKey1.7Christian Kandeler2017-04-041-3/+3
* | Fix build of processlauncher with older Windows SDKsJoerg Bornemann2017-04-041-1/+1
* | Process launcher: Work around platform-specific QLocalSocket behaviorChristian Kandeler2017-04-042-1/+10
* | Fix hang after Ctrl-C on WindowsJoerg Bornemann2017-04-041-0/+14
* | Handle digits in merged short options as option parameterJoerg Bornemann2017-04-031-2/+15
* | Fix size_t -> int conversion warnings on MSVC (64bit)Orgad Shaneh2017-04-033-3/+3
* | Cumulate delayed product errorsJoerg Bornemann2017-04-034-5/+45
* | Allow running qbs without a profileChristian Kandeler2017-03-316-7/+17
* | Replace all uses of QVector with std::vectorJake Petroules2017-03-2932-181/+188
* | Support readonly propertiesJoerg Bornemann2017-03-294-5/+28
* | Remove PropertyDeclaration::ListProperty flagJoerg Bornemann2017-03-292-4/+1
* | Make Item::Modules an std::vectorJoerg Bornemann2017-03-233-14/+15
* | Add Item::ownProperty for symmetry and use it where appropriateJoerg Bornemann2017-03-235-5/+11
* | Use Item::hasOwnProperty where appropriateJoerg Bornemann2017-03-232-2/+2
* | Add support for QNX and the QCC toolchainJake Petroules2017-03-221-3/+15
* | Make JsImports an std::vectorJoerg Bornemann2017-03-224-5/+13
* | Support serialization of std::vectorJoerg Bornemann2017-03-221-2/+3
* | Add stlutils.hJoerg Bornemann2017-03-223-0/+75
* | Replace all uses of QSet with Internal::SetJake Petroules2017-03-2215-51/+73
* | Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-2220-44/+59
* | Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-228-17/+23