aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api
Commit message (Expand)AuthorAgeFilesLines
...
* | Change a bunch of includes to forward declarationsJake Petroules2017-12-012-2/+6
* | Remove dependency on QtXml in RunEnvironmentJake Petroules2017-11-301-11/+14
* | Remove erroneous const qualifiersJake Petroules2017-11-301-3/+2
* | Modernize variable declarationsDenis Shienkov2017-11-302-14/+14
* | corelib: Gather string constants in central placeChristian Kandeler2017-11-293-19/+22
* | Don't export Qt dependency to clients from the plugin managersJake Petroules2017-11-271-2/+2
* | Share ScriptFunction objects between productsChristian Kandeler2017-11-231-5/+6
* | STL compatibility: use cbegin/cend() instead of constBegin/constEnd()Jake Petroules2017-11-221-2/+2
* | STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-8/+8
* | Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-224-9/+18
* | Use nullptr to initialize the pointersDenis Shienkov2017-11-205-33/+33
* | Make Module.setup{Build,Run}Environment first-class citizensChristian Kandeler2017-11-201-7/+13
* | STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-162-12/+12
* | STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-165-19/+19
* | STL compatibility: use size() instead of count()Jake Petroules2017-11-153-21/+21
* | STL compatibility: use front() instead of first()Jake Petroules2017-11-143-19/+19
* | Enable modules to declare target artifactsChristian Kandeler2017-11-071-2/+4
* | Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-131-1/+0
|/
* Remove superfluous use of QScopedPointer in RunEnvironmentJoerg Bornemann2017-10-131-7/+5
* Add missing mutex to JobObserver classChristian Kandeler2017-10-121-2/+13
* Do not reset the "canceled" state when initializing an observerChristian Kandeler2017-10-111-1/+0
* Fix shell commandChristian Kandeler2017-10-053-12/+29
* Add support for running iOS and tvOS apps on the simulatorJake Petroules2017-10-041-21/+54
* Add support for running Android apps on devicesJake Petroules2017-10-044-4/+77
* Add missing override keywordsJoerg Bornemann2017-09-191-6/+6
* Merge remote-tracking branch 'origin/1.9' into masterJoerg Bornemann2017-09-111-1/+1
|\
| * Fix typo in operator< for ProductDataJoerg Bornemann2017-09-071-1/+1
* | Remove currently unused informationJoerg Bornemann2017-08-302-8/+0
* | Centralize conversion of multiplex id to human-readable stringChristian Kandeler2017-08-032-0/+12
* | Use categorized logging in ProjectResolverJoerg Bornemann2017-08-021-4/+4
* | Use categorized logging for the build graphJoerg Bornemann2017-08-022-1/+4
|/
* MSVC: Fix 'inconsistent dll linkage' warningsKai Koehne2017-07-261-2/+2
* Export equality operator for qbs::PropertyMapChristian Kandeler2017-07-241-2/+2
* Merge 1.8 into masterChristian Kandeler2017-06-302-18/+13
|\
| * Fix running bundled applications on Apple platformsJake Petroules2017-06-272-18/+13
* | API: Allow synchronous retrieval of build graph dataChristian Kandeler2017-06-142-1/+56
* | Fix nodejs/typescript probes when the Node interpreter is not in PATHJake Petroules2017-06-141-5/+8
* | Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-131-11/+4
* | Merge 1.8 into masterChristian Kandeler2017-06-022-1/+5
|\|
| * Fix race condition when resolving projectsChristian Kandeler2017-05-302-1/+5
* | Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-233-7/+7
* | Switch to a new multiplexing approachJoerg Bornemann2017-05-234-6/+39
* | Merge 1.8 into masterChristian Kandeler2017-05-051-5/+10
|\|
| * API: Catch error from ProductInstallerChristian Kandeler2017-04-281-5/+10
* | Remove unneeded argument from BuildGraphLoader constructorChristian Kandeler2017-04-121-1/+1
|/
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-3/+2
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-222-5/+6
* Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-222-4/+5
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-221-3/+4
* Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-061-1/+0