aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-301-1/+4
* 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-281-0/+5
* 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
* | Process launcher: Work around platform-specific QLocalSocket behaviorChristian Kandeler2017-04-042-1/+10
* | 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-315-3/+14
* | Replace all uses of QVector with std::vectorJake Petroules2017-03-2931-157/+165
* | 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-2213-38/+56
* | Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-2219-40/+53
* | Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-228-17/+23
* | Merge remote-tracking branch 'origin/1.7'Joerg Bornemann2017-03-201-1/+1
|\|
| * ModuleLoader: Fix access to temporary objectChristian Kandeler2017-03-201-1/+1
* | Replace all uses of qMin and qMax with std::min and std::maxJake Petroules2017-03-203-4/+8
* | Fix build on Unix platforms without clock_gettimeChristian Kandeler2017-03-093-18/+47
* | Re-work linking library dependenciesJoerg Bornemann2017-03-091-0/+48
* | ModuleLoader: Fix scope of module child instancesChristian Kandeler2017-03-094-7/+27