- Jun 05, 2020
-
-
ward authored
-
- Apr 29, 2020
-
-
Thomas Russell Murphy authored
This reverts commit 46e1dd21.
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
Merge preprocessor token additions into signed comparison fixes
-
Thomas Russell Murphy authored
- Apr 26, 2020
-
-
Thomas Russell Murphy authored
AStyle: Add `protect, `ifndef, `elsif preprocessor tokens
-
Daniel Lim Wee Soong authored
Forgot to add PRO_PROTECT to preprocessor_headers in the previous commit.
-
- Apr 23, 2020
-
-
Daniel Lim Wee Soong authored
-
- Aug 27, 2019
-
-
Thomas Russell Murphy authored
[debug] use istream::peek() != EOF to check eof of option-file Enhancement doesn't seem to break anything and functionally tests just fine with the current updates.
-
Thomas Russell Murphy authored
This further addresses the changes made in #13 that conflict with the updates to the documentation output made earlier today
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
Updated help text and README.md to reflect updated stdio streaming implementation Refactored help text printing to reduce redundancy
-
Thomas Russell Murphy authored
Format from stdin to stdout if no filename given Closes #11 Cursory testing demonstrated desired core functionality and requester checked for `stdout` compatibility
-
Lassi Kortela authored
Implements #11
-
- Apr 20, 2019
-
-
T.Hideshima authored
Because std::istream::operator bool() returns false AFTER FAILING get(), the function `importOptions` read the final character TWICE. Giving empty file for `--options=...` told me this error. In this commit, `std::istream::peek()` is used instead. This member function returns the next character without proceeding the file pointer, which you can compare to EOF without any side-effects.
-
- Jul 31, 2016
-
-
Thomas Russell Murphy authored
-
- Jun 08, 2016
-
-
Thomas Russell Murphy authored
This covers both exponentiation (`**`) and `generate`/`endgenerate`
-
Thomas Russell Murphy authored
Add 'generate' keyword and remove first char check of header
-
JASON.ZE.WU authored
-
- Apr 25, 2016
-
-
Thomas Russell Murphy authored
Replaced all \n\n\n with \n\n in changed files Improved some interaction of commas/spaces Closes #2
-
- Mar 21, 2016
-
-
Thomas Russell Murphy authored
Pedantic formatting to match other parts of the code
-
- Feb 09, 2016
-
-
Thomas Russell Murphy authored
-
- Aug 09, 2015
-
-
Thomas Russell Murphy authored
-
- Jul 18, 2015
-
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
- Jul 17, 2015
-
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Thomas Russell Murphy authored
-
Google Code Exporter authored
-
Google Code Exporter authored
-