summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefiledeps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Teach qmake about digit-grouping apostrophes in numeric literalsEdward Welbourne2022-06-171-2/+23
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* qmake: Scan source files with QFileJoerg Bornemann2022-02-021-41/+11
* Fix size_t / int conversion warnings in qmakeKai Köhne2021-12-021-2/+2
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-0/+3
* qmake: use even fewer magic numbersMarc Mutz2021-11-261-28/+29
* qmake: don't use magic numbersMarc Mutz2021-11-241-7/+15
* Use QList instead of QVector in qmakeJarek Kobus2020-09-051-2/+2
* Fix developer build with -WerrorSimon Hausmann2019-10-151-1/+1
* Remove QMakeLocalFileName::is_nullJoerg Bornemann2019-08-301-3/+3
* Remove nonsensical initialization from QMakeLocalFileNameJoerg Bornemann2019-08-291-6/+1
* Remove dead QMakeSourceFileInfo caching feature from QMakeJoerg Bornemann2019-08-201-164/+0
* Do not use QList<QMakeLocalFileName>Joerg Bornemann2019-08-121-4/+4
* Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-3/+11
* qmake: CleanupKai Koehne2019-06-051-1/+1
* qmake: Distinguish local header files by directory and nameMatthias Doerfel2019-05-071-2/+8
* qmake: Apply modernize-use-nullptrAlessandro Portale2018-08-081-14/+14
* Qmake: Fix compilation with QMAKE_USE_CACHEOrgad Shaneh2018-06-131-3/+3
* Adapt qmake's raw-string parser to avoid confusion by macrosEdward Welbourne2017-08-241-7/+35
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-1/+4
| |\
| | * Fix possible loss of data in conversion from size_t to int warningJesus Fernandez2016-10-251-1/+4
* | | Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-061-3/+10
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-30/+40
|\|
| * Possible crash in QMakeSourceFileInfoJesus Fernandez2016-04-291-30/+40
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-1/+8
|\|
| * Fix dependency scanner being confused by UTF-8 BOMMATSUMURA Tetsuro2016-04-131-1/+8
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* qmake: Combine two variables into an array to simplify a loop.Edward Welbourne2015-12-171-7/+5
* qmake: teach findMocs to handle backslash-newline gracefully.Edward Welbourne2015-12-171-36/+47
* qmake: simplify file-reading loop in findMocsEdward Welbourne2015-12-151-4/+4
* qmake: teach moc-detector to handle C++-11 raw stringsEdward Welbourne2015-12-151-81/+85
* qmake: Fix comment false-alarm bug in findMocs().Edward Welbourne2015-12-151-0/+2
* Rewrote qmake's #include-detection to be more faithful to CPP.Edward Welbourne2015-12-151-102/+236
* Don't ignore first character after a string.Edward Welbourne2015-12-111-7/+4
* Teach qmake's #include parser to recognize C++11 Raw strings.Edward Welbourne2015-12-081-9/+38
* Simplify a search for terminator.Edward Welbourne2015-11-241-7/+4
* Comment to point out problem with CRLF handling.Edward Welbourne2015-11-201-0/+1
* Simplify a loop's set-up and control.Edward Welbourne2015-11-201-2/+2
* Rework scan for keyword in preprocessor directive.Edward Welbourne2015-11-201-15/+11
* Skip spaces (after #) earlier to catch blank line or end-of-buffer.Edward Welbourne2015-11-201-8/+12
* Avoid having division caught up in parsing of comments.Edward Welbourne2015-11-201-14/+13
* Readability clean-up (purely cosmetic).Edward Welbourne2015-11-201-93/+97
* Rip out the #qmake_warning "preprocessor directive".Edward Welbourne2015-11-201-17/+1
* replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11