aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Executor: Do not convert error objects into stringsv1.8.1Christian Kandeler2017-06-221-1/+2
* Fix error messages in console functionsJoerg Bornemann2017-06-191-4/+4
* Make ItemReaderVisitorState::readFile() exception safeChristian Kandeler2017-06-151-3/+10
* Fix error message for property overridesChristian Kandeler2017-06-121-2/+3
* setup-qt: Fix automatic base profile assignment for MSVC Qt'sJoerg Bornemann2017-06-092-46/+64
* setup-qt: compress MSVC profiles even when Qt's MSVC version is unknownJoerg Bornemann2017-06-091-8/+25
* Warn against non-prefixed command-line property overridesChristian Kandeler2017-06-081-8/+31
* Fix mismatched class/struct warningJake Petroules2017-06-081-1/+1
* Add an entry for the qbs file itself in the generated vcxprojJake Petroules2017-06-064-0/+36
* Fix handling of same subproject names in generated VS solutionsJake Petroules2017-06-063-5/+42
* Fix a couple of typosDmitry Shachnev2017-06-063-3/+3
* Add failing test for QBS-1016Joerg Bornemann2017-06-061-1/+5
* Revert "Modernize EvaluatorScriptClass::QueryResult"Christian Kandeler2017-06-061-2/+6
* Remove superfluous nullptr check in SVConverterJoerg Bornemann2017-06-021-1/+1
* Modernize EvaluatorScriptClass::QueryResultJoerg Bornemann2017-06-021-6/+2
* Tighten QBS_ASSERTs in EvaluatorScriptClassJoerg Bornemann2017-06-021-1/+10
* Fix lookup of shadowed parent propertiesJoerg Bornemann2017-06-023-3/+9
* 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