0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #138 from gvansickle/bugfix/137-fix-stdis_literal_type-warning More... over 1 year ago
Removed unnecessary static checks of dev_ino_pair properties. Removed not-very-useful constexpr constructor of same. Some comment improvements. More... over 1 year ago
Merge pull request #135 from gvansickle/feature/134-more-constexpr-in-argparse More... over 2 years ago
Corrected some introduced code spacing issues. More... over 2 years ago
Some constexpr experimentation on PreDescriptors, commented out (sorry). More... over 2 years ago
push_back->emplace_back. More... over 2 years ago
File-scope static naming fixes, a nodiscard. More... over 2 years ago
Got HasLongAliases() constexpred. More... over 2 years ago
Some comments, "= default" cleanups. SA cleanups. More... over 2 years ago
Some comments, "= default" cleanups. More... over 2 years ago
Fixing ordering of #includes. More... over 2 years ago
f_raw_options from vector to std::array. More... over 2 years ago
A bunch of constexpr added. Some cleanup of file-scope static var names. More cleanup of things missed during GNU argp removal. More... over 2 years ago
Merge pull request #132 from gvansickle/gvansickle-patch-2-gh_actions_demo_file More... over 2 years ago
Create github-actions-demo.yml More... over 2 years ago
Merge pull request #131 from gvansickle/feature/129-update-to-optionparser-17 More... over 2 years ago
Added optionparser-1.7 files. More... over 2 years ago
Comment. More... over 2 years ago
Removed some obsolete GNU argp remnants. Parameter name improvements. More... over 2 years ago
optionparser1.4->1.7. Makefile.am adjustments to pick up the updated library. Passes all tests. More... over 2 years ago
Merge pull request #130 from gvansickle/feature/20220816-125-update-ucg-to-=-c++20 More... over 2 years ago
"C++11" -> "C++20". NEWS.md entries. More... over 2 years ago
Static analysis cleanups, improvements. More... over 2 years ago
Static analysis cleanups, improvements. More... over 2 years ago
Static analysis cleanups, improvements. More... over 2 years ago
Static analysis cleanups, improvements. More... over 2 years ago
Code inspection cleanups, improvements. More... over 2 years ago
Code inspection cleanups. Mostly auto -> const auto& in loops. More... over 2 years ago
Code inspection cleanups. More constexpr work, esp. in ArgParse. Got unit tests working with gtest 1.12.1, but still not fully integrated. Now detecting C18 support at configure time. Inlining in integer.hpp. finals in Logging classes. More... over 2 years ago
Updated to AX_CXX_COMPILE_STDCXX(). More... over 2 years ago