aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionHEAD1.1.1masterJoseph Hunkeler2022-06-161-1/+1
|
* Bump version1.1.0Joseph Hunkeler2022-04-161-1/+1
|
* Add default path (#6)Joseph Hunkeler2021-05-161-3/+11
| | | | | | | | | | | | | | | | | * 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-2/+2
|
* Improvements (#4)Joseph Hunkeler2021-05-071-0/+3
| | | | | | | | | * Move display code into functions * Mark windows supported * Guard against overruns * Add --list argument to docs
* Add windows (#3)Joseph Hunkeler2021-05-061-0/+3
| | | * Add windows support
* Forget about ARG_MAX. The likelihood of accepting an unfathomably large ↵Joseph Hunkeler2021-05-061-0/+5
| | | | input from the environment is pretty low
* AddJoseph Hunkeler2021-05-051-4/+30
| | | | | * OS detection * linux specfic limits header
* Initial commitJoe Hunkeler2021-05-041-0/+27