aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api
Commit message (Expand)AuthorAgeFilesLines
* Allow running multiplexed iOS application bundles via `qbs run`Jake Petroules2017-12-123-4/+11
* 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
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-215-66/+72
* Add operator== for PropertyMapInternalJoerg Bornemann2017-01-251-2/+2
* Use a dedicated launcher process to run all ProcessCommandsChristian Kandeler2017-01-252-0/+22
* Merge 1.7 into masterChristian Kandeler2017-01-061-2/+4
|\
| * Do not leak the build graph locker if project resolving is cancelledv1.7.1Christian Kandeler2017-01-051-2/+4
* | Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-051-1/+1
* | Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-2/+2
* | Change style of #includes of Qt headersJake Petroules2017-01-0422-54/+52
* | Remove superfluous assignmentJoerg Bornemann2017-01-021-1/+0
* | Remove usage of PropertyFinder from RunEnvironmentJoerg Bornemann2016-12-231-14/+4
* | Add PropertyMapInternal::modulePropertyJoerg Bornemann2016-12-232-6/+3
* | Remove superfluous includeJoerg Bornemann2016-12-231-1/+0
* | Allow scanner plugins to be built staticallyJake Petroules2016-12-161-0/+11
* | Replace QVariantMap with PropertyMapPtr in RescuableArtifactDataChristian Kandeler2016-12-141-1/+1
|/
* Include information on cost of storing the build graph when profilingChristian Kandeler2016-12-091-0/+1
* Fully qualify referencesJake Petroules2016-11-301-8/+8
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-082-2/+2