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
Throw if the sheet index is invalid, like set_sheet_name() does More... about 1 year ago
Remove unused macro More... about 1 year ago
Set the API version to 0.20 and version to 0.19.99 More... about 1 year ago
Remove 'using namespace std' More... about 1 year ago
model_context::get_sheet_name() to return string_view More... about 1 year ago
Start using the master branch in CI More... about 1 year ago
Use find_key() to reverse-lookup the keys from values More... about 1 year ago
Switch to mdds API version 3.0 More... about 1 year ago
Set up rules so that CI will run on merge requests etc More... about 1 year ago
Fix building on MinGW-w64 More... about 1 year ago
Specify mdds 2.1.1 instead of always using HEAD of master More... about 1 year ago
Update boost.m4 More... about 1 year ago
Update build configuration for readthedocs More... about 1 year ago
Add entry for the upcoming release More... over 1 year ago
Regen doc and test data lists More... over 1 year ago
Clean up bin directory More... over 1 year ago
Set the version number to 0.19.0 More... over 1 year ago
Fix build with MSVC More... over 1 year ago
Inline arrays are now supported More... over 1 year ago
Make sure MMULT can operate on inline matrices More... over 1 year ago
Support {inline matrix} & {inline matrix} concat operation More... over 1 year ago
Support string & {inline matrix} (concat operation) More... over 1 year ago
Support {inline matrix} & "string" (concat operation) More... over 1 year ago
Rename matrix_or_numeric_t to allow it to store string value too More... over 1 year ago
Rename functions for consistency More... over 1 year ago
Handle division between matrix and scalar value More... over 1 year ago
Capture potential error condtion in operation on numeric value pair More... over 1 year ago
Wrap std::variant in class to avoid using raw index() values More... over 1 year ago
Handle exponent (^) operator in matrix-value operations More... over 1 year ago
Make multiply_op a template argument More... over 1 year ago