aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some warnings about null pointersIvan Komissarov2019-06-041-2/+2
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-2/+2
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* Fix uninitialized variablesIvan Komissarov2019-05-022-10/+10
* Fix some warningshjk2019-03-041-1/+1
* Return initializer list where it is possibleDenis Shienkov2019-02-263-83/+74
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-258-75/+75
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-232-2/+2
* Replace non-const calls to temporaries with constIvan Komissarov2019-02-211-2/+2
* Introduce module providersChristian Kandeler2019-01-238-1/+39
* Add "show progress" support on WindowsAndreas Zieringer2018-10-302-6/+9
* Add support for job poolsChristian Kandeler2018-08-086-0/+104
* Emit some relevant info in list-productsChristian Kandeler2018-06-291-2/+8
* Give more help in 'No such product' error messageKai Koehne2018-06-211-3/+14
* ProjectGenerator: Return an error statusChristian Kandeler2018-04-231-5/+7
* Make sure we can build qbs without item modelsJoerg Bornemann2018-04-191-1/+1
* Fix exit code for failed multi-config buildsChristian Kandeler2018-03-021-1/+1
* Properly take the --dry-run option into account in the "run" commandChristian Kandeler2018-01-121-1/+1
* Do not use the set class outside corelibChristian Kandeler2017-12-072-4/+5
* Modernize variable declarationsDenis Shienkov2017-11-301-1/+1
* Replace more loops with range-forJake Petroules2017-11-271-3/+1
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-246-36/+54
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-17/+13
* Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-228-4/+40
* Use nullptr to initialize the pointersDenis Shienkov2017-11-204-6/+6
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-163-14/+18
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-165-23/+23
* STL compatibility: use size() instead of count()Jake Petroules2017-11-154-21/+21
* STL compatibility: use front() instead of first()Jake Petroules2017-11-143-24/+24