aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Do not store fail-to-load items in the prototype cacheIvan Komissarov2020-09-151-1/+1
* | doc: Update info about docker containersIvan Komissarov2020-09-141-4/+4
* | Upgrade linux images to Ubuntu 20.04Ivan Komissarov2020-09-147-148/+54
* | GitHub actions: fix the fallbackModuleProvider testIvan Komissarov2020-09-142-3/+2
* | Update dmgbuild to upstreamIvan Komissarov2020-09-145-35/+43
* | GitHub actions: Fix caching on Windows (v2)Ivan Komissarov2020-09-141-21/+13
* | travis: remove qmake/cmake/clang-tidy jobsIvan Komissarov2020-09-141-21/+0
* | Document use of C++ Scanner by Roberto RaggiRichard Weickelt2020-09-141-0/+45
* | Remove extra semicolonsDenis Shienkov2020-09-1113-41/+42
* | Allow disabling testsAlberto Mardegan2020-09-111-2/+3
* | Use auto when iterating in getModulePrototype()Ivan Komissarov2020-09-071-9/+7
* | Use stl algorithms for filtering in mergeExportItemsIvan Komissarov2020-09-072-9/+11
* | GitHub actions: reorder stepsIvan Komissarov2020-09-041-13/+13
* | GitHub actions: fix caching on WindowsIvan Komissarov2020-09-041-0/+6
* | Fix InnoSetupModule to support InnoSetup v6Ivan Komissarov2020-09-046-58/+47
* | baremetal: Fix assignment of probes 'found' flagDenis Shienkov2020-09-046-23/+16
* | joblimits: do not call --force-probe-executionIvan Komissarov2020-09-033-11/+20
* | Use qbs archive for packagingIvan Komissarov2020-09-036-29/+43
* | GitHub actions: fix ccache restore-keys on LinuxIvan Komissarov2020-09-031-2/+2
* | GitHub actions: fix typo in cache idIvan Komissarov2020-09-021-6/+6
* | Initial support for GitHub ActionsIvan Komissarov2020-09-0118-10/+604
* | Skip sanitizer test when run using VS clang for x86_64Ivan Komissarov2020-08-311-1/+7
* | Fix setting base profiles in testsIvan Komissarov2020-08-315-1/+25
* | Fix accessing toolchainInstallPath variable in NSIS moduleIvan Komissarov2020-08-311-1/+1
* | docker: Fix 'duplicate mount point' error on LinuxIvan Komissarov2020-08-311-2/+6
* | docker: Install additional dependencies in the imagesIvan Komissarov2020-08-313-3/+6
* | Improve Xcode auto-detectionIvan Komissarov2020-08-311-3/+4
* | travis: drop support for Xcode 9.4Ivan Komissarov2020-08-311-5/+0
* | Extract compiler macros using common JS functionDenis Shienkov2020-08-315-32/+16
* | Add CMakeLists.txt.user to gitignore fileDenis Shienkov2020-08-291-0/+1
* | 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
* | cmake: fix default definesIvan Komissarov2020-08-271-1/+1
* | Use std::optional in the m_existingModulePathCache functionIvan Komissarov2020-08-242-7/+6
* | Introduce an "exportingProduct" variableChristian Kandeler2020-08-2418-35/+36
* | 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-219-9/+9
* | 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
* | qbsbuild: inherit QbsAutotest from QbsProductIvan Komissarov2020-08-211-4/+2
* | cmake: rename qbslogging -> qbsconsoleloggerIvan Komissarov2020-08-209-10/+10
* | qbsbuild: move logging to the static libraryIvan Komissarov2020-08-2011-30/+30
* | qbsbuild: get rid of the QbsLibraryBaseIvan Komissarov2020-08-203-27/+25