summaryrefslogtreecommitdiff
path: root/src/lib/corelib/api/internaljobs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Loader classChristian Kandeler2023-05-091-4/+4
* Loader: Remove unnecessary search paths forwarding machineryChristian Kandeler2023-05-051-1/+0
* Introduce loader/ subdirectoryChristian Kandeler2023-05-041-1/+1
* Switch JavaScript back-endChristian Kandeler2023-02-071-0/+3
* clang-tidy: fix 'performance-no-automatic-move' warningIvan Komissarov2022-08-161-1/+1
* Fix possible race in ~InternalJobThreadWrapper()Ivan Komissarov2020-06-161-4/+3
* Replace std::vector<ResolvedProductPtr> with QVectorIvan Komissarov2020-01-061-2/+2
* Replace QList<Internal::ResolvedProductPtr> with QVectorIvan Komissarov2020-01-061-3/+4
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-251-9/+3
* Fix some warnings about null pointersIvan Komissarov2019-06-041-1/+1
* Merge 1.13 into masterChristian Kandeler2019-05-231-1/+4
|\
| * Fix module provider bug in IDE modeChristian Kandeler2019-05-231-1/+4
* | Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* | Fix uninitialized variablesIvan Komissarov2019-05-021-6/+6
* | Use pass-by-value and moveIvan Komissarov2019-03-071-2/+2
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-1/+2
|/
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-1/+1
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-1/+1
* Make failure to store the build graph a proper errorChristian Kandeler2018-09-051-1/+4
* corelib: Apply modernize-use-nullptrAlessandro Portale2018-08-201-1/+1
* Make ResolvedProject::products a vectorJoerg Bornemann2018-04-271-2/+2
* Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-1/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-4/+4
* Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-131-1/+0
* 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
* Add missing override keywordsJoerg Bornemann2017-09-191-6/+6
* Merge 1.8 into masterChristian Kandeler2017-06-021-1/+1
|\
| * Fix race condition when resolving projectsChristian Kandeler2017-05-301-1/+1
* | Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-4/+4
* | Remove unneeded argument from BuildGraphLoader constructorChristian Kandeler2017-04-121-1/+1
|/
* 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
* | Change style of #includes of Qt headersJake Petroules2017-01-041-3/+3
|/
* Include information on cost of storing the build graph when profilingChristian Kandeler2016-12-091-0/+1
* Time more operationsChristian Kandeler2016-10-101-0/+1
* Improve the TimedActivityLoggerChristian Kandeler2016-10-061-3/+3
* Update license headersIikka Eklund2016-08-291-14/+23
* Introduce the --wait-lock command line optionJake Petroules2016-07-141-1/+1
* Stop special casing qbs.buildVariant in command line handling.Jake Petroules2016-06-201-2/+2
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-2/+5
|\
| * Fix potential crash in project setup.Christian Kandeler2016-06-071-1/+4
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Use Qt5-style connectsOrgad Shaneh2016-06-071-18/+18
|/
* take application name into account when locking the build graphJoerg Bornemann2015-04-271-1/+2
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* Correct handling of project re-resolving with a new build root.Christian Kandeler2014-07-281-5/+7
* Speed up project re-resolving by skipping the loading from file.Christian Kandeler2014-07-161-24/+32