Skip to content

Releases: WhoBrokeTheBuild/cflags

Version 3.0.3

Choose a tag to compare

@WhoBrokeTheBuild WhoBrokeTheBuild released this 04 May 20:09
cc3ea1b

Full Changelog: v3.0.2...v3.0.3

Version 3.0.2

Choose a tag to compare

@WhoBrokeTheBuild WhoBrokeTheBuild released this 31 Jul 22:08
b874838

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

Version 3.0.0

Choose a tag to compare

@WhoBrokeTheBuild WhoBrokeTheBuild released this 02 Apr 16:33
14acdd7
Add C++ specific version
Allow for passthrough arguments by specifying --
Add basic error handling for
* unrecognized arguments
* arguments that require values
If an error is encountered, it is printed and parse() returns false
Add parsing logic and C++ example to README
Add C++ guards to C version
Switch from scanf to strtol/strtof