1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Slightly modified RungeKutta code More... 2 months ago
Cleaning up some code More... 3 months ago
Minor changes More... about 1 year ago
Adaptive RKs are a little bit faster by doing some divisions at compile time More... about 1 year ago
Changed an if with an assert in the constructor, it's not going to be zero anyway More... over 1 year ago
Minor improvement for Runge-Kutta constructor More... over 1 year ago
Minor change More... over 1 year ago
Merge pull request #3 from codacy-badger/codacy-badge More... over 1 year ago
Add Codacy badge More... over 1 year ago
Increased the limit for the field lines number More... almost 2 years ago
Minor change & switched to VC++ 2022 More... almost 2 years ago
Minor changes More... about 2 years ago
Added CodeFactor badge More... about 2 years ago
More code quality improvement More... about 2 years ago
Code quality improvement More... about 2 years ago
Code quality improvements More... about 2 years ago
Switched to C++ 17 More... over 2 years ago
Create .gitignore More... over 3 years ago
Improved a little the worker thread More... over 3 years ago
Slight change in adaptive RK methods, moved K out of a loop More... over 3 years ago
Changes for multithreading safety of RK methods More... over 3 years ago
Added a singleton to create a solver (of a certain kind) only once, no need to create one for each job More... over 3 years ago
Changed the ugly threading with a generic thread pool common for the whole application. Not perfect, but better than what it was before. More... over 3 years ago
Some changes in the computation. I might end up in implementing a better threads pool for this, as the current implementation could be hard to understand, although it's working. More... over 3 years ago
Removed some warnings generated by code analyzer More... over 4 years ago
Switching to VisualStudio 2019 More... over 4 years ago
Better limits for step size and precision More... about 5 years ago
Minor changes More... about 5 years ago
Added links to GitHub repository and Blog description on About dialog More... over 5 years ago
Vector2D changed so Length returns double More... over 5 years ago