| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LFortran: Update flags renamed by version 0.55 | Christopher Albert | 2025-09-16 | 1 | -1/+6 |
| | | | | | | | The `--generate-object-code` flag is now `--separate-compilation`. Fixes: #27225 | ||||
| * | LFortran: Remove hard-coded --generate-object-code flag | Saurabh Kumar | 2025-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | This was added in commit 98d0f918ba (LFortran: Add support for this compiler, 2024-01-25, v3.31.0-rc1~303^2~2) because it is needed for cases covered by CMake's Fortran tests. However, it does not work with Fortran modules and breaks lfortran's own `examples/project1`. Move the flag to the test cases that need it, just as the original commit did with `--implicit-interface`. Fixes: #26597 Co-authored-by: Brad King <brad.king@kitware.com> | ||||
| * | Tests: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 1 | -1/+1 |
| | | |||||
| * | LFortran: Add support for this compiler | Christoph Junghans | 2024-07-22 | 1 | -0/+4 |
| | | | | | Fixes: #25419 | ||||
| * | Tests: Print more info on CheckIPOSupported test failure | Brad King | 2017-08-23 | 1 | -2/+3 |
| | | |||||
| * | Tests: Add cases for typical CheckIPOSupported usage | Ruslan Baratov | 2017-04-18 | 3 | -0/+24 |
