Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-30 | Bump version number for release. This is the 10 000th commit!0.56.0 | Jussi Pakkanen | 1 | -4/+0 | |
2020-09-29 | dependencies/curses: Add a system dependency | Dylan Baker | 1 | -2/+2 | |
That calls find_library and has_header in conjunction to look for curses implementations that are baked into the system without any other find method. | |||||
2020-09-29 | dependencies/curses: Add support for using the ncurses config tools | Dylan Baker | 1 | -0/+4 | |
These are mostly duplicated with pkg-config, but maybe someone has one but not another, and they're easy to turn on with the ConfigToolDependency. |