aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Exit on first invalid argument1.0.0Joseph Hunkeler2021-05-171-6/+0
|
* Add test for --default (#8)Joseph Hunkeler2021-05-161-1/+1
| | | | | * Add test for --default * Remove trailing semi-colon from windows path
* Add default path (#6)Joseph Hunkeler2021-05-161-6/+40
| | | | | | | | | | | | | | | | | * 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
* Proper namespace for the header file. Bump version.Joseph Hunkeler2021-05-121-1/+1
|
* Warn once about regex on windows from cleanpath utility, not libraryJoseph Hunkeler2021-05-081-0/+3
|
* Improvements (#4)Joseph Hunkeler2021-05-071-7/+40
| | | | | | | | | * Move display code into functions * Mark windows supported * Guard against overruns * Add --list argument to docs
* Add windows (#3)Joseph Hunkeler2021-05-061-1/+1
| | | * Add windows support
* Initial commitJoe Hunkeler2021-05-041-0/+167