Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Consolidate 3.23 release notes | Brad King | 2022-02-03 | 1 | -5/+0 |
| | | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.23.rst`. | ||||
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNU | makise-homura | 2021-10-21 | 1 | -0/+1 |
| | | | | | | | | | | Due to MCST LCC compiler identification is now changed to LCC, there should be a way for old projects to still identify it as GNU, as it was before. This commits adds the policy: CMP0129: Compiler id for MCST LCC compilers is now LCC, not GNU. This policy controls such a behavior. OLD behaivior is to treat LCC as GNU, NEW is to treat is as LCC. | ||||
* | Help: Add release note for MCST LCC compiler support | Brad King | 2021-10-19 | 1 | -0/+4 |