Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing semi-colon | Joseph Hunkeler | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | Disable regex on windows | Joseph Hunkeler | 2021-05-06 | 1 | -1/+3 |
| | |||||
* | Disable regex on windows | Joseph Hunkeler | 2021-05-06 | 1 | -0/+5 |
| | |||||
* | Fix include | Joseph Hunkeler | 2021-05-06 | 1 | -1/+4 |
| | |||||
* | Guard memory errors | Joseph Hunkeler | 2021-05-06 | 1 | -1/+19 |
| | |||||
* | Forget about ARG_MAX. The likelihood of accepting an unfathomably large ↵ | Joseph Hunkeler | 2021-05-06 | 1 | -13/+1 |
| | | | | input from the environment is pretty low | ||||
* | No sep ending (#2) | Joseph Hunkeler | 2021-05-06 | 1 | -1/+1 |
| | | | * Be extra sure not to inject a separator at the end of the output string | ||||
* | Create cmake.yml (#1) | Joseph Hunkeler | 2021-05-05 | 1 | -5/+6 |
| | | | | | * Create cmake.yml * Do not include limits.h for fun | ||||
* | Independent ifdefs | Joseph Hunkeler | 2021-05-05 | 1 | -3/+5 |
| | |||||
* | Implement header detection | Joseph Hunkeler | 2021-05-05 | 1 | -0/+5 |
| | |||||
* | Add | Joseph Hunkeler | 2021-05-05 | 1 | -0/+4 |
| | | | | | * OS detection * linux specfic limits header | ||||
* | Initial commit | Joe Hunkeler | 2021-05-04 | 1 | -0/+110 |