aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-011-2/+2
* Fix Clang-Tidy & Clazy 'bugprone-unhandled-self-assignment' warningsDenis Shienkov2021-11-291-0/+12
* Fix Clang-Tidy & Clazy 'readability-redundant-string-cstr' warningsDenis Shienkov2021-11-231-1/+1
* Fix Clang-Tidy & Clazy 'llvm-else-after-return' warningsDenis Shienkov2021-11-221-3/+2
* Fix Clang-Tidy & Clazy 'clang-analyzer.unix.MismatchedDeallocator' warningsDenis Shienkov2021-11-161-2/+2
* cmake: fix Windows buildIvan Komissarov2021-10-291-4/+4
* Copy variant from QtC sourcesIvan Komissarov2021-10-198-0/+2607
* Remove `import qbs` from all project filesDenis Shienkov2021-08-042-3/+0
* Update QtScript submoduleChristian Kandeler2021-05-031-0/+0
* qt6: Fix installing Qt on LinuxIvan Komissarov2021-03-171-2/+9
* qt6: fix Qt library version in bundledqt.qbsIvan Komissarov2021-02-101-1/+3
* Do not assign file tags to files in bundledqt.qbsIvan Komissarov2021-02-101-0/+2
* qt6: also install core5compat when using bundled QtIvan Komissarov2021-02-101-0/+5
* clang-tidy: Apply modernize-use-nullptr fix-itIvan Komissarov2020-10-261-1/+1
* qbsbuild: use QbsStaticLibrary in json.qbsIvan Komissarov2020-08-271-8/+1
* cmake: suppress warning in json.cppIvan Komissarov2020-08-271-0/+4
* Initial CMake portIvan Komissarov2020-08-172-0/+5
* Apply 'modernize-deprecated-headers' fix-itIvan Komissarov2019-11-261-2/+2
* Apply 'readability-container-size-empty' fix-itIvan Komissarov2019-11-251-2/+2
* Bundle Qt libraries on all platformsRichard Weickelt2019-10-101-46/+135
* Apply modernize-loop-convert fix-itIvan Komissarov2019-05-211-4/+4
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-10/+10
* Return initializer list where it is possibleDenis Shienkov2019-02-261-30/+30
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-232-30/+30
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-4/+4
* Merge 1.12 into masterChristian Kandeler2018-11-121-0/+2
|\
| * Fix qbs buildChristian Kandeler2018-11-121-0/+2
* | Fix qbs buildChristian Kandeler2018-10-311-1/+2
* | Fix bundledqt module for the bundled-QtScript caseJoerg Bornemann2018-07-121-0/+2
|/
* Update the QtScript submoduleJoerg Bornemann2018-04-201-0/+0
* Add QtScript git submoduleJoerg Bornemann2018-04-092-1/+2
* Build qbs with C++14Christian Kandeler2018-02-151-1/+1
* Merge 1.11 into masterChristian Kandeler2018-02-021-1/+2
|\
| * qbs build: Make the Qt bundling functionality configurableChristian Kandeler2018-01-301-1/+2
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-4/+4
|/
* Move the Qt library installation out of the archive productJake Petroules2018-01-082-0/+79
* Modernize variable declarationsDenis Shienkov2017-11-301-6/+6
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-18/+18
* Use qbsjson in the VisualStudioGuidPool implementationJake Petroules2017-09-111-0/+1
* Add a copy of qtcjsonJake Petroules2017-09-085-0/+5573