aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs
Commit message (Expand)AuthorAgeFilesLines
* Fix styleIvan Komissarov2024-04-222-13/+18
* Remove the fallback providerIvan Komissarov2024-04-228-39/+1
* clang-tidy: fix 'modernize-return-braced-init-list'Ivan Komissarov2024-02-231-4/+5
* Language server: Add completion supportChristian Kandeler2024-02-083-8/+187
* Language server: Implement document handlingChristian Kandeler2023-12-011-9/+161
* Add an LSP serverChristian Kandeler2023-11-077-8/+392
* Use full product names in command line frontendChristian Kandeler2023-09-251-12/+6
* Let users specify a job count also when resolvingChristian Kandeler2023-09-055-11/+16
* Allow `qbs <command> --help` for built-in commandsSerhii Olendarenko2023-07-241-1/+14
* Merge 2.1 into masterChristian Kandeler2023-07-071-1/+8
|\
| * Fix possible segmentation fault when quitting a sessionThiemo van Engelen2023-07-031-1/+8
* | Remove the use of a QTimer in WindowsStdinReaderThiemo van Engelen2023-07-031-28/+166
|/
* Use internal sorted() function where it makes senseDenis Shienkov2023-05-251-3/+2
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-225-15/+15
* RIP QMake buildIvan Komissarov2022-12-162-70/+0
* JSON interface: Bump API levelChristian Kandeler2022-10-191-1/+1
* Make handling of deprecated items and properties configurableChristian Kandeler2022-10-048-0/+71
* clang-tidy: fix 'performance-implicit-conversion-in-loop'Ivan Komissarov2022-08-231-3/+3
* clang-tidy: fix 'performance-no-automatic-move' warningIvan Komissarov2022-08-161-1/+1
* Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-011-1/+1
* Fix Clang-Tidy & Clazy 'readability-use-anyofallof' warningsDenis Shienkov2021-11-291-5/+4
* Fix Clang-Tidy & Clazy 'llvm-else-after-return' warningsDenis Shienkov2021-11-221-2/+1
* Fix Clang-Tidy & Clazy 'clazy-qfileinfo-exists' warningsDenis Shienkov2021-11-161-1/+1
* Remove `import qbs` from all project filesDenis Shienkov2021-08-041-1/+0
* Always build with project file updates supportIvan Komissarov2021-07-271-7/+0
* Do not use manual memory management for d-pointersIvan Komissarov2021-05-132-10/+6
* Fix typo in JSON API project build answerDenis Shienkov2020-10-111-1/+1
* cmake: rename qbslogging -> qbsconsoleloggerIvan Komissarov2020-08-201-1/+1
* cmake: Fix target namesIvan Komissarov2020-08-201-1/+1
* Initial CMake portIvan Komissarov2020-08-171-0/+50
* Replace QRegExp by QRegularExpressionChristian Stenger2020-07-231-17/+19
* ProductData: return members by const-referenceIvan Komissarov2020-06-021-4/+2
* Fix '-Wclazy-qstring-left' warningIvan Komissarov2020-05-251-1/+1
* ProjectData: return const values/referencesIvan Komissarov2020-05-252-8/+4
* Session handling: Do not ignore return value of I/O functionsChristian Kandeler2020-04-151-4/+12
* qbs session: Keep checking whether stdin is still presentChristian Kandeler2020-04-151-1/+13
* Apply 'modernize-pass-by-value' fix-itIvan Komissarov2020-01-281-1/+1
* clang-cl: Fix build warningsIvan Komissarov2020-01-281-1/+4
* Fix memory leak in CommandLineFrontendChristian Kandeler2020-01-071-0/+1
* API: Do not try to do manual book-keepingChristian Kandeler2020-01-061-2/+2
* Fix 'performance-move-const-arg' warningsIvan Komissarov2019-12-091-1/+1
* Use std::unique_ptr in SessionPacketReaderIvan Komissarov2019-12-042-6/+8
* Apply 'modernize-make-unique' fix-itIvan Komissarov2019-11-281-1/+1
* Apply 'readability-container-size-empty' fix-itIvan Komissarov2019-11-251-1/+1
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-252-12/+4
* Apply 'modernize-use-override' fix-itIvan Komissarov2019-11-251-1/+1
* Fix -Wunused-but-set-variable on Ubuntu/mingwIvan Komissarov2019-11-201-1/+1
* Fix static buildChristian Kandeler2019-10-102-0/+19
* JSON API: Force binary mode for stdout on WindowsChristian Kandeler2019-09-301-0/+15
* Introduce the session commandChristian Kandeler2019-09-1816-1/+1416