| Commit message (Expand) | Author | Age | Files | Lines |
* | Depfile parsing: enhance compatibility with GNU Make | Marc Chevrier | 2022-01-16 | 3 | -54/+79 |
|
|
* | Makefiles: Add support for building Fortran intrinsics | Isuru Fernando | 2021-06-24 | 2 | -37/+45 |
|
|
* | LexerParser: Do not leak Fortran parser tokens discarded due to errors | Brad King | 2021-06-08 | 2 | -56/+80 |
|
|
* | clang-analyzer: rename from scan-build in comments | Brad King | 2021-06-03 | 12 | -12/+12 |
|
|
* | LexerParser: Suppress NVHPC warnings in generated code | Brad King | 2021-04-28 | 2 | -52/+60 |
|
|
* | LexerParser: Regenerate parsers with bison 3.7.5 | Brad King | 2021-04-28 | 8 | -471/+519 |
|
|
* | LexerParser: Suppress gcc -Wfree-nonheap-object warnings in generated code | Brad King | 2021-02-05 | 9 | -876/+884 |
|
|
* | LexerParser: Suppress -Wused-but-marked-unused warning in cmExprParser | Brad King | 2021-01-26 | 2 | -52/+62 |
|
|
* | LexerParser: Clean up includes following include-what-you-use | Christoph Grüninger | 2021-01-25 | 9 | -115/+115 |
|
|
* | LexerParser: Regenerate parser files with GNU Bison 3.7.4 | Christoph Grüninger | 2021-01-25 | 8 | -3658/+3969 |
|
|
* | LexerParser: Manual removing code from Bison is no longer needed | Christoph Grüninger | 2021-01-25 | 4 | -11/+0 |
|
|
* | LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensions | Christoph Grüninger | 2021-01-25 | 4 | -4/+4 |
|
|
* | cmGccDepfileReader: Rework helper code | Kyle Edwards | 2020-10-13 | 2 | -2/+2 |
|
|
* | cmCommandArgumentParserHelper: rework input handling | Oleksandr Koval | 2020-09-09 | 2 | -19/+10 |
|
|
* | cmake_command: Add command to EVAL a CMake script as a string | Cristian Adam | 2020-03-03 | 2 | -22/+6 |
|
|
* | Add a parser for GCC-style depfiles | Joerg Bornemann | 2020-01-28 | 4 | -0/+2971 |
|
|
* | Fortran: ignore CPP line directives in line-continued USE stmts | Tiziano Müller | 2019-11-13 | 2 | -123/+124 |
|
|
* | LexerParser: Regenerate parsers with bison 3.4.2 | Kitware Robot | 2019-11-13 | 8 | -874/+892 |
|
|
* | CTest: Rename "Processes" lexer to "ResourceGroups" | Brad King | 2019-11-05 | 4 | -231/+231 |
|
|
* | CTest: Add lexer for PROCESSES property | Kyle Edwards | 2019-10-02 | 4 | -0/+3020 |
|
|
* | math(EXPR): Implement ~(exp_NOT) expression as documented | Gabor Bencze | 2019-07-23 | 2 | -57/+71 |
|
|
* | LexerParser: Regenerate parsers with bison 3.3 | Brad King | 2019-07-22 | 8 | -1225/+1273 |
|
|
* | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -1/+1 |
|
|
* | cmListFileLexer: Add missing include to avoid possible pointer truncation | Zsolt Parragi | 2019-02-13 | 2 | -2/+2 |
|
|
* | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 12 | -12/+12 |
|
|
* | Source/LexerParser: Suppress "Use of zero-allocated memory" warning | Kyle Edwards | 2019-01-14 | 8 | -0/+40 |
|
|
* | Fortran: Fix module dependency scanning with upper-case SUBMODULE | Brad King | 2018-11-20 | 2 | -114/+114 |
|
|
* | LexerParser: Suppress GCC -Wconversion warnings | Brad King | 2018-07-31 | 9 | -880/+904 |
|
|
* | math: Restore toleration of unexpected characters in an expression | Brad King | 2018-07-16 | 5 | -73/+67 |
|
|
* | Merge topic 'math-hex' | Brad King | 2018-07-05 | 5 | -120/+159 |
|\ |
|
| * | math: Add options to calculate and format output as hexadecimal | Daniel Franke | 2018-07-03 | 2 | -51/+62 |
|
|
| * | math: Diagnose divide-by-zero | Daniel Franke | 2018-06-26 | 2 | -51/+59 |
|
|
| * | math: Reject unexpected expression input explicitly | Daniel Franke | 2018-06-26 | 5 | -116/+136 |
|
|
* | | ListFileLexer: Do not match null bytes in input | Brad King | 2018-06-26 | 2 | -103/+99 |
|/ |
|
* | Fortran: Add support for submodule dependencies | Brad King | 2018-04-20 | 2 | -4/+4 |
|
|
* | cmCommandArgumentParser: remove the variable tokens from the class | Rolf Eike Beer | 2017-10-25 | 2 | -14/+28 |
|
|
* | ListFileLexer: fix heap-buffer-overflow on malicious input | Matthias Maennich | 2017-08-30 | 2 | -98/+116 |
|
|
* | cmFortranLexer: regenerate with flex 2.6.4 (previously 2.6.1) | Matthias Maennich | 2017-08-28 | 3 | -497/+950 |
|
|
* | cmExprLexer: regenerate with flex 2.6.4 (previously 2.6.1) | Matthias Maennich | 2017-08-28 | 3 | -298/+824 |
|
|
* | cmDependsJavaLexer: regenerate with flex 2.6.4 (previously 2.6.1) | Matthias Maennich | 2017-08-28 | 3 | -395/+824 |
|
|
* | cmCommandArgumentLexer: regenerate with flex 2.6.4 (previously 2.6.1) | Matthias Maennich | 2017-08-28 | 3 | -300/+823 |
|
|
* | cmListFileLexer: regenerate with flex 2.6.4 (previously 2.6.1) | Matthias Maennich | 2017-08-25 | 2 | -276/+429 |
|
|
* | cmListFileLexer: fix 'bail out on seek-errors' also in original file | Matthias Maennich | 2017-08-25 | 1 | -2/+6 |
|
|
* | LexerParser: disable clang-tidy checks | Daniel Pfeifer | 2017-04-28 | 1 | -0/+6 |
|
|
* | LexerParser: move to custom directory | Daniel Pfeifer | 2017-04-28 | 27 | -0/+30750 |
|
|