aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* JSON API: use fullDisplayName in dependencies arrayRaphaël Cotty2020-12-071-1/+1
* Implement missing check for allowed values in PropertyOptionsIvan Komissarov2020-10-287-10/+79
* Use make_shared to create ValuesIvan Komissarov2020-10-272-11/+12
* Merge branch '1.17'Ivan Komissarov2020-10-261-2/+2
|\
| * Android: Update for Qt 5.15Raphaël Cotty2020-10-211-2/+2
* | clang-tidy: Apply modernize-use-nullptr fix-itIvan Komissarov2020-10-263-5/+5
* | Get rid of goto in InputArtifactScanner::resolveScanResultDependenciesIvan Komissarov2020-10-261-10/+17
* | Use make_shared in InputArtifactScanner::scannersForArtifactIvan Komissarov2020-10-261-4/+3
* | Force C++14 to keep QtScript compilableChristian Stenger2020-10-132-1/+3
* | Fix typo in JSON API project build answerDenis Shienkov2020-10-111-1/+1
* | cmake: Make build output & install locations configurableEike Ziller2020-10-081-1/+1
* | Merge branch '1.17'Ivan Komissarov2020-10-052-1/+1
|\|
| * Add new icon to chocolatey packagev1.17.0Richard Weickelt2020-09-012-1/+1
* | Remove the isBaseModule argument from loadModuleFile()Ivan Komissarov2020-09-172-9/+10
* | Do not use return argument in loadModuleFile()Ivan Komissarov2020-09-162-20/+22
* | Do not store fail-to-load items in the prototype cacheIvan Komissarov2020-09-151-1/+1
* | Update dmgbuild to upstreamIvan Komissarov2020-09-145-35/+43
* | Use auto when iterating in getModulePrototype()Ivan Komissarov2020-09-071-9/+7
* | Use stl algorithms for filtering in mergeExportItemsIvan Komissarov2020-09-072-9/+11
* | Use qbs archive for packagingIvan Komissarov2020-09-032-2/+4
* | Improve Xcode auto-detectionIvan Komissarov2020-08-311-3/+4
* | Fix cross-compilation linux->MinGWOrgad Shaneh2020-08-281-1/+1
* | Use std::unique_ptr to store ItemReader in ModuleLoaderIvan Komissarov2020-08-272-9/+6
* | Use std::unique_ptr in ItemReaderVisitorStateIvan Komissarov2020-08-272-6/+5
* | Use std::unique_ptr in ItemReaderIvan Komissarov2020-08-272-6/+6
* | Use std::string_view in FileSaverIvan Komissarov2020-08-273-10/+4
* | c++17: do not use deprecated APIIvan Komissarov2020-08-271-3/+5
* | qbsbuild: use QbsStaticLibrary in json.qbsIvan Komissarov2020-08-271-8/+1
* | cmake: suppress warning in json.cppIvan Komissarov2020-08-271-0/+4
* | Use std::optional in the m_existingModulePathCache functionIvan Komissarov2020-08-242-7/+6
* | Introduce an "exportingProduct" variableChristian Kandeler2020-08-241-4/+5
* | C++17: Simplify some templatesChristian Kandeler2020-08-213-12/+12
* | cmake: do not set exported include paths for the qbsconsoleloggerIvan Komissarov2020-08-211-1/+0
* | Bump c++ version to the 17th standardIvan Komissarov2020-08-214-4/+4
* | c++17: use auto to deduce return value of the template functionIvan Komissarov2020-08-212-2/+2
* | c++17: fix TypeFilter::const_iteratorIvan Komissarov2020-08-211-1/+7
* | cmake: rename qbslogging -> qbsconsoleloggerIvan Komissarov2020-08-208-9/+9
* | qbsbuild: move logging to the static libraryIvan Komissarov2020-08-203-0/+20
* | cmake: Fix export macros in add_qbs_libraryIvan Komissarov2020-08-203-3/+1
* | cmake: Fix target namesIvan Komissarov2020-08-2017-18/+18
* | Initial CMake portIvan Komissarov2020-08-1734-60/+1019
* | Merge branch 1.17 into masterRichard Weickelt2020-08-144-4/+19
|\|
| * Fix MinGW buildChristian Stenger2020-08-063-3/+18
| * ModuleLoader: Fix scope for RHS of module provider property bindingsChristian Kandeler2020-08-041-1/+1
* | Adapt qmljslexer to Qt base change caa40f57d4dhjk2020-08-101-9/+9
* | qt6: use auto & in the lambda in the jsonhelper.hIvan Komissarov2020-08-031-1/+1
* | qt6: Check the qt version while including QActionIvan Komissarov2020-08-031-0/+5
* | Merge branch '1.17' into masterRichard Weickelt2020-08-034-18/+22
|\|
| * xcode: add 'macosx-arm64' profile to the list of auto-created profilesIvan Komissarov2020-08-031-0/+2
| * Fix data race when calling LauncherSocket::isReadyIvan Komissarov2020-07-303-18/+20