Chris Vasiladiotis
Chris Vasiladiotis
Hello, First, thanks a lot for the work in this project. ## TL;DR Allow configurable lint check to flag/change commands to uppercase/lowercase or as it currently is mixed-case ## Description...
Is there a way to generate up to date (or with whatever recent GCC tree) table of passes like in [this][1] documentation page? Are those scripts available anywhere? How much...
I'm just exploring the possibility of adding support for CMake (while keeping support for Jam), in order to export the library for use in other CMake projects (something similar to...
Based on: https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html
Add support for GitHub workflows to: - test different LLVM versions and interactions with this module - exercise module functionality
If it is to maintain this project, add an issue template for reporting.
Use proper `cmake` conventions when defining functions and parsing their arguments. Make use of [`CMakeParseArguments`][1] module. [1]: https://cmake.org/cmake/help/latest/module/CMakeParseArguments.html
This fortification applies whenever: - a path location is used in a `cmake -E` command - any get or set of environmental variables that hold paths
This PR: - Allows to extract the abstract as a GFM markdown file (`abstract.md`) using `pandoc` for submission to fields like the one found in review management software like HotCRP...