| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop makefile support, norg parser | Christian Clason | 2025-05-12 | 1 | -52/+0 |
| | | | | | | | | | | Norg install_info and queries are maintained by neorg. All other parsers are compatible with C++11, so fix that as standard. (Can be bumped if all supported platforms support C++14.) Remove Makefile support, as it's no longer needed. | ||||
| * | fix(makefile): add forgotten CXX_STANDARD again | Stephan Seitz | 2022-02-09 | 1 | -1/+2 |
| | | |||||
| * | chore(makefile): apply fixes to original makefile | Stephan Seitz | 2022-02-08 | 1 | -9/+47 |
| | | |||||
| * | fix: revert to basic makefile where all variables are set by Lua | Stephan Seitz | 2022-02-08 | 1 | -52/+9 |
| | | | | | Fixes #2463 | ||||
| * | fix: -Os should be used during compilation phase in makefile | Stephan Seitz | 2022-02-08 | 1 | -3/+4 |
| | | |||||
| * | fix(makefile): scanner.c isn't always available | kylo252 | 2022-02-04 | 1 | -4/+8 |
| | | | | | certain parsers like `tree-sitter-go` only contain parser.{c|cc} | ||||
| * | refactor(makefile): better powershell handling | kylo252 | 2022-01-25 | 1 | -9/+9 |
| | | | | | | | - add missing $(MKDIR) variable - create a simple function to allow running `make clean` without an error if a file doesn't exist | ||||
| * | test: use powershell by default | kylo252 | 2022-01-25 | 1 | -15/+16 |
| | | |||||
| * | refactor(installer): more modular makefile | kylo252 | 2022-01-25 | 1 | -11/+43 |
| | | | | | | | | | - support both scanner.cc and scanner.c - allow complete override for (CFLAGS,CXXFLAGS,LDFLAGS) - add `clean` target - add `install` target - add windows support | ||||
| * | Set CXX standard per parser and fix Norg | Stephan Seitz | 2022-01-23 | 1 | -2/+4 |
| | | |||||
| * | Allow compilation via makefile | Stephan Seitz | 2022-01-23 | 1 | -0/+16 |
