aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | qt6: explicitly specify template paramer for std::minIvan Komissarov2020-08-032-3/+3
* | Rename IMsBuildProperty to MSBuildPropertyBaseIvan Komissarov2020-07-298-29/+29
* | Merge branch 1.17 into masterRichard Weickelt2020-07-244-3/+17
|\|
| * Fix setting isBundle:false on macOS in config-ui.qbsIvan Komissarov2020-07-241-0/+1
| * Fix mingw linker issueOliver Wolff2020-07-161-0/+2
| * Fix loading optional transitive dependenciesIvan Komissarov2020-07-162-3/+14
* | Replace QRegExp by QRegularExpressionChristian Stenger2020-07-2315-70/+69
|/
* Initialize Depends item in aggregator Product properlyRichard Weickelt2020-07-071-0/+2
* Avoid unwanted defines when building bundled QtScriptChristian Stenger2020-07-071-0/+6
* visualstudiogenerator: fix generating projects for the new VSIvan Komissarov2020-07-061-1/+1
* Android: Add support to generation of aab packageRaphaƫl Cotty2020-06-253-5/+10
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-1614-15/+47
* Fix possible race in ~InternalJobThreadWrapper()Ivan Komissarov2020-06-161-4/+3