openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
E
exma2D
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
implemented argument references, removed unnecessary type interference, renamed library .cpp to .tpp 1. The functions now take references to vectors instead of values 2. changed auto to T where possible 3. *.cpp -> *.tpp (only in library)
ramaskrik
More...
almost 9 years ago
changed all the relevant arguments from values to references
ramaskrik
More...
almost 9 years ago
fixed example in README rotate cannot be constexpr
ramaskrik
More...
almost 9 years ago
removed duplication in normalize() and operator!=
ramaskrik
More...
almost 9 years ago
added static template check for has_quiet_NaN in exma::vector::operator/
ramaskrik
More...
almost 9 years ago
fixed constexpr-related problems 1. exma::utils::compare no longer uses std::abs() and is a true constexpr function 2. functions which had been falsely marked as constexpr lost this marker 3. all constexpr functions are subject of testing for its constexpr status from now on, so compile-time error is generated if they are not actually constexpr
ramaskrik
More...
almost 9 years ago
fixed bug in perpendicule()
ramaskrik
More...
almost 9 years ago
removed the duplicated exma::vector::operator== declaration
ramaskrik
More...
almost 9 years ago
initialized repo
ramaskrik
More...
almost 9 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree