| Commit message (Expand) | Author | Age | Files | Lines |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | Teach qmake about digit-grouping apostrophes in numeric literals | Edward Welbourne | 2022-06-17 | 1 | -2/+23 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -28/+3 |
| * | qmake: Scan source files with QFile | Joerg Bornemann | 2022-02-02 | 1 | -41/+11 |
| * | Fix size_t / int conversion warnings in qmake | Kai Köhne | 2021-12-02 | 1 | -2/+2 |
| * | Long live Q_GADGET_EXPORT! | Marc Mutz | 2021-11-27 | 1 | -0/+3 |
| * | qmake: use even fewer magic numbers | Marc Mutz | 2021-11-26 | 1 | -28/+29 |
| * | qmake: don't use magic numbers | Marc Mutz | 2021-11-24 | 1 | -7/+15 |
| * | Use QList instead of QVector in qmake | Jarek Kobus | 2020-09-05 | 1 | -2/+2 |
| * | Fix developer build with -Werror | Simon Hausmann | 2019-10-15 | 1 | -1/+1 |
| * | Remove QMakeLocalFileName::is_null | Joerg Bornemann | 2019-08-30 | 1 | -3/+3 |
| * | Remove nonsensical initialization from QMakeLocalFileName | Joerg Bornemann | 2019-08-29 | 1 | -6/+1 |
| * | Remove dead QMakeSourceFileInfo caching feature from QMake | Joerg Bornemann | 2019-08-20 | 1 | -164/+0 |
| * | Do not use QList<QMakeLocalFileName> | Joerg Bornemann | 2019-08-12 | 1 | -4/+4 |
| * | Introduce Q_NAMESPACE_EXPORT | Giuseppe D'Angelo | 2019-06-28 | 1 | -3/+11 |
| * | qmake: Cleanup | Kai Koehne | 2019-06-05 | 1 | -1/+1 |
| * | qmake: Distinguish local header files by directory and name | Matthias Doerfel | 2019-05-07 | 1 | -2/+8 |
| * | qmake: Apply modernize-use-nullptr | Alessandro Portale | 2018-08-08 | 1 | -14/+14 |
| * | Qmake: Fix compilation with QMAKE_USE_CACHE | Orgad Shaneh | 2018-06-13 | 1 | -3/+3 |
| * | Adapt qmake's raw-string parser to avoid confusion by macros | Edward Welbourne | 2017-08-24 | 1 | -7/+35 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-01 | 1 | -1/+4 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-10-27 | 1 | -1/+4 |
| | |\ |
|
| | | * | Fix possible loss of data in conversion from size_t to int warning | Jesus Fernandez | 2016-10-25 | 1 | -1/+4 |
| * | | | Parse namespaces only for current file, add Q_NAMESPACE support to qmake | BogDan Vatra | 2016-09-06 | 1 | -3/+10 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-04-29 | 1 | -30/+40 |
| |\| |
|
| | * | Possible crash in QMakeSourceFileInfo | Jesus Fernandez | 2016-04-29 | 1 | -30/+40 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-04-25 | 1 | -1/+8 |
| |\| |
|
| | * | Fix dependency scanner being confused by UTF-8 BOM | MATSUMURA Tetsuro | 2016-04-13 | 1 | -1/+8 |
| * | | Add Intel copyright to files that Intel has had non-trivial contribution | Thiago Macieira | 2016-01-21 | 1 | -0/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -17/+12 |
| |/ |
|
| * | qmake: Combine two variables into an array to simplify a loop. | Edward Welbourne | 2015-12-17 | 1 | -7/+5 |
| * | qmake: teach findMocs to handle backslash-newline gracefully. | Edward Welbourne | 2015-12-17 | 1 | -36/+47 |
| * | qmake: simplify file-reading loop in findMocs | Edward Welbourne | 2015-12-15 | 1 | -4/+4 |
| * | qmake: teach moc-detector to handle C++-11 raw strings | Edward Welbourne | 2015-12-15 | 1 | -81/+85 |
| * | qmake: Fix comment false-alarm bug in findMocs(). | Edward Welbourne | 2015-12-15 | 1 | -0/+2 |
| * | Rewrote qmake's #include-detection to be more faithful to CPP. | Edward Welbourne | 2015-12-15 | 1 | -102/+236 |
| * | Don't ignore first character after a string. | Edward Welbourne | 2015-12-11 | 1 | -7/+4 |
| * | Teach qmake's #include parser to recognize C++11 Raw strings. | Edward Welbourne | 2015-12-08 | 1 | -9/+38 |
| * | Simplify a search for terminator. | Edward Welbourne | 2015-11-24 | 1 | -7/+4 |
| * | Comment to point out problem with CRLF handling. | Edward Welbourne | 2015-11-20 | 1 | -0/+1 |
| * | Simplify a loop's set-up and control. | Edward Welbourne | 2015-11-20 | 1 | -2/+2 |
| * | Rework scan for keyword in preprocessor directive. | Edward Welbourne | 2015-11-20 | 1 | -15/+11 |
| * | Skip spaces (after #) earlier to catch blank line or end-of-buffer. | Edward Welbourne | 2015-11-20 | 1 | -8/+12 |
| * | Avoid having division caught up in parsing of comments. | Edward Welbourne | 2015-11-20 | 1 | -14/+13 |
| * | Readability clean-up (purely cosmetic). | Edward Welbourne | 2015-11-20 | 1 | -93/+97 |
| * | Rip out the #qmake_warning "preprocessor directive". | Edward Welbourne | 2015-11-20 | 1 | -17/+1 |
| * | replace incorrect uses of fixPathToLocalOS() (mostly) | Oswald Buddenhagen | 2015-02-17 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |