-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross platform and proplib2.0 #6
Conversation
Missed some things when copying changes into this repository. This commit fixes that.
also fix a typo in src/CMakeLists
This lets the template project successfully configure with CMake, which will be helpful for catching problems in the future.
This complicates CI
Add parseboolean function, remove dead code, and generalize printlabel
…rm-And-PropLib2.0 # Conflicts: # .gitignore # LICENSE.md # README.md
Mainly const-correctness
Replaced by STL equivalents
Also re-arrange an equation for `k` to make it fit on one line
These test data cases will not be distributed in the repository, but will be preserved in Git history prior to this commit and referenced in the upcoming v1.1 release notes
Add derivative_flag boolean to control function flow in Airy. Where the old `derivative` was used as an index, replace with `derivative_idx` which is more clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged in the more recent template changes, up to v1.0 of the template. I also made substantial additions and modifications to the Doxygen content, and implemented lots of const correctness. I replaced usage of the pow(x, THIRD)
with std::cbrt(x)
. I also made some style changes, formatted all files with clang-format, and updated the version number to 1.1. Looks good! We will stage v1.1 release on dev
No description provided.