-
Notifications
You must be signed in to change notification settings - Fork 86
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
WIP: Better matrix support #426
base: master
Are you sure you want to change the base?
Commits on Aug 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ac0c9a4 - Browse repository at this point
Copy the full SHA ac0c9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a94db82 - Browse repository at this point
Copy the full SHA a94db82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b570b5 - Browse repository at this point
Copy the full SHA 0b570b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6c559 - Browse repository at this point
Copy the full SHA 2e6c559View commit details -
Added ability to determine supplied array lengths
An optional argument was added that provides the # of values from the json file for each row within the matrix. This allows the user to more easily know if not all of the rows had the same number of columns.
Configuration menu - View commit details
-
Copy full SHA for 2d81c1b - Browse repository at this point
Copy the full SHA 2d81c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac9898 - Browse repository at this point
Copy the full SHA 8ac9898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a1d1d - Browse repository at this point
Copy the full SHA 80a1d1dView commit details
Commits on Aug 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1b60c8d - Browse repository at this point
Copy the full SHA 1b60c8dView commit details
Commits on Sep 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5e9cebb - Browse repository at this point
Copy the full SHA 5e9cebbView commit details
Commits on Sep 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c1e5bd3 - Browse repository at this point
Copy the full SHA c1e5bd3View commit details
Commits on Nov 16, 2018
-
Merge branch 'master' into add_matrix_support
- Update with latest upstream enhancements 6.9.0 --> 6.10.0
Configuration menu - View commit details
-
Copy full SHA for 2760dfb - Browse repository at this point
Copy the full SHA 2760dfbView commit details
Commits on Feb 16, 2019
-
Fix for undefined variable in test#26
Fixes the undefined variable error_cnt for test jacobwilliams#26 when the json%validate returns a true is_valid statement.
Ian Porter authored and Ian Porter committedFeb 16, 2019 Configuration menu - View commit details
-
Copy full SHA for f4d7edc - Browse repository at this point
Copy the full SHA f4d7edcView commit details -
Merge pull request #2 from nrc-fuels/fix_failing_test
Fix for undefined variable in test#26
Configuration menu - View commit details
-
Copy full SHA for d0a9718 - Browse repository at this point
Copy the full SHA d0a9718View commit details -
Merge branch 'master' into add_matrix_support
Ian Porter authored and Ian Porter committedFeb 16, 2019 Configuration menu - View commit details
-
Copy full SHA for d99c2ae - Browse repository at this point
Copy the full SHA d99c2aeView commit details -
Ian Porter authored and Ian Porter committed
Feb 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 20f7059 - Browse repository at this point
Copy the full SHA 20f7059View commit details
Commits on Mar 29, 2019
-
Merge branch 'master' of github.com:jacobwilliams/json-fortran into a…
…dd_matrix_support
Configuration menu - View commit details
-
Copy full SHA for 34a446e - Browse repository at this point
Copy the full SHA 34a446eView commit details
Commits on Mar 30, 2019
-
Only install module files, not config dir with IDE
- MSVS will install, e.g., `$<prefix>/include/Debug/json_file_module.mod` - We should strip the build config directory that IDEs like MSVS add when doing an installation
Configuration menu - View commit details
-
Copy full SHA for 0bf4831 - Browse repository at this point
Copy the full SHA 0bf4831View commit details -
Merge branch 'module_install_w_IDEs' of github.com:zbeekman/json-fort…
…ran into add_matrix_support
Configuration menu - View commit details
-
Copy full SHA for ce9c43b - Browse repository at this point
Copy the full SHA ce9c43bView commit details
Commits on Apr 5, 2019
-
Revert "Merge branch 'module_install_w_IDEs' of github.com:zbeekman/j…
Configuration menu - View commit details
-
Copy full SHA for f582c41 - Browse repository at this point
Copy the full SHA f582c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0838d - Browse repository at this point
Copy the full SHA cb0838dView commit details
Commits on Jun 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d3de9dd - Browse repository at this point
Copy the full SHA d3de9ddView commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1a478b7 - Browse repository at this point
Copy the full SHA 1a478b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 414003e - Browse repository at this point
Copy the full SHA 414003eView commit details -
Testing: Use CTest fixtures to manipulate files
- Fixes jacobwilliams#413 - Use fixtures to delete old json outputs before re-running tests, then copy pristine inputs back into the build directory
Configuration menu - View commit details
-
Copy full SHA for acf4659 - Browse repository at this point
Copy the full SHA acf4659View commit details
Commits on Jul 25, 2019
-
Merge branch 'master' of github.com:jacobwilliams/json-fortran into a…
…dd_matrix_support
Configuration menu - View commit details
-
Copy full SHA for 64f1fea - Browse repository at this point
Copy the full SHA 64f1feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f4354b - Browse repository at this point
Copy the full SHA 2f4354bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c80d070 - Browse repository at this point
Copy the full SHA c80d070View commit details
Commits on Aug 1, 2019
-
Allow ragged edge matrices in
matrix_info
s- Add additional optional, intent out parameter, `is_uniform` - `.true.` for regular matrices - `.false.` for ragged edge matrices - The idea is to allow trailing zeros to be compressed/elided (eventually) - The `set_size` dummy argument was renamed to `mx_set_size` and records the largest column size, assuming __*row* major order__
Configuration menu - View commit details
-
Copy full SHA for 1c46747 - Browse repository at this point
Copy the full SHA 1c46747View commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0a12758 - Browse repository at this point
Copy the full SHA 0a12758View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bdf40 - Browse repository at this point
Copy the full SHA c3bdf40View commit details
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ede35d2 - Browse repository at this point
Copy the full SHA ede35d2View commit details
Commits on Nov 2, 2022
-
Updating to remove json tests for Windows as a temporary workaround b…
…efore json is removed from FAST
Configuration menu - View commit details
-
Copy full SHA for 7ee642b - Browse repository at this point
Copy the full SHA 7ee642bView commit details