Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exit on first invalid argument1.0.0 | Joseph Hunkeler | 2021-05-17 | 1 | -6/+0 |
| | |||||
* | Add test for --default (#8) | Joseph Hunkeler | 2021-05-16 | 2 | -1/+2 |
| | | | | | * Add test for --default * Remove trailing semi-colon from windows path | ||||
* | Fix cmake barfing on backslashes (#7) | Joseph Hunkeler | 2021-05-16 | 2 | -3/+3 |
| | |||||
* | Add default path (#6) | Joseph Hunkeler | 2021-05-16 | 10 | -25/+86 |
| | | | | | | | | | | | | | | | | | * Add default path * Improve support/implementation logic * Fix braces in tests * Enable warnings * Emit more generalized form of windows path * Change initialization order * Add --default/-D to documentation * Fix platform detection | ||||
* | Improve man page installation | Joseph Hunkeler | 2021-05-13 | 1 | -2/+13 |
| | |||||
* | Add API docs | Joseph Hunkeler | 2021-05-13 | 5 | -2/+117 |
| | |||||
* | Proper namespace for the header file. Bump version. | Joseph Hunkeler | 2021-05-12 | 8 | -17/+17 |
| | |||||
* | Warn once about regex on windows from cleanpath utility, not library | Joseph Hunkeler | 2021-05-08 | 2 | -2/+3 |
| | |||||
* | Update README.md | Joseph Hunkeler | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Testing (#5) | Joseph Hunkeler | 2021-05-07 | 3 | -7/+34 |
| | | | | | | | | | * Fix separators appearing at the end once and for all * Add cleanpath executable tests * Escape slashes * Enable verbose testing | ||||
* | Improvements (#4) | Joseph Hunkeler | 2021-05-07 | 5 | -10/+50 |
| | | | | | | | | | * Move display code into functions * Mark windows supported * Guard against overruns * Add --list argument to docs | ||||
* | Remove underscore from project name, reorder calls | Joseph Hunkeler | 2021-05-06 | 1 | -2/+2 |
| | |||||
* | Add windows (#3) | Joseph Hunkeler | 2021-05-06 | 6 | -5/+51 |
| | | | * Add windows support | ||||
* | 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 | 4 | -18/+7 |
| | | | | input from the environment is pretty low | ||||
* | No sep ending (#2) | Joseph Hunkeler | 2021-05-06 | 3 | -1/+23 |
| | | | * Be extra sure not to inject a separator at the end of the output string | ||||
* | Create cmake.yml (#1) | Joseph Hunkeler | 2021-05-05 | 2 | -5/+55 |
| | | | | | * 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 | 3 | -2/+24 |
| | |||||
* | Add | Joseph Hunkeler | 2021-05-05 | 2 | -4/+34 |
| | | | | | * OS detection * linux specfic limits header | ||||
* | Add tests | Joseph Hunkeler | 2021-05-05 | 6 | -1/+232 |
| | |||||
* | Initial commit | Joe Hunkeler | 2021-05-04 | 8 | -0/+559 |