aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove seemingly unused headerJake Petroules2017-05-101-1/+0
* Replace QQueue with std::queueJake Petroules2017-05-103-11/+14
* Support providing a settings directory to the autotestsChristian Kandeler2017-05-103-9/+10
* Replace QByteArrayList with std::vectorJake Petroules2017-05-102-4/+4
* Add missing override specifiersJoerg Bornemann2017-05-092-3/+3
* libqtprofilesetup: Make installed Qt modules self-containedChristian Kandeler2017-05-083-56/+63
* Merge 1.8 into masterChristian Kandeler2017-05-0516-52/+315
|\
| * 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
* | Support enumeration of EvaluatorScriptClass-provided objectsJoerg Bornemann2017-05-024-0/+79
* | Make use of more data from the build graph when rebuildingChristian Kandeler2017-05-029-54/+116
* | Remove superfluous includesJoerg Bornemann2017-04-281-3/+0
* | Simplify profile handling in resolveDependsItemJoerg Bornemann2017-04-281-10/+4
* | Rename Item::setPropertyObserver to setObserverJoerg Bornemann2017-04-263-9/+9
* | Merge caches with same key in EvaluatorJoerg Bornemann2017-04-264-43/+40
* | Do not pass Logger in Evaluator's constructorJoerg Bornemann2017-04-264-6/+6
* | Remove superfluous includeJoerg Bornemann2017-04-261-1/+0
* | Remove superfluous forward declarationsJoerg Bornemann2017-04-261-6/+0
* | Merge 1.8 into masterChristian Kandeler2017-04-211-1/+5
|\|
| * libqtprofilesetup: Turn "-pthread" into "-lpthread"Christian Kandeler2017-04-201-1/+5
* | Fix some autotests that do non-trivial stuff on the rhs of Product.nameChristian Kandeler2017-04-131-6/+8
* | Explicitly set the environment for resolving a projectChristian Kandeler2017-04-122-1/+1
* | Remove unneeded argument from BuildGraphLoader constructorChristian Kandeler2017-04-123-7/+6
|/
* 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