Feature 1920 repo#2161
Merged
JohnHalleyGotway merged 40 commits intodevelopfrom feature_1920_repoMay 16, 2022
+117,569-799,076
Commits
Commits on Apr 27, 2022
Per #1920, run ./bootstrap and store the output files it creates in the top-level directory directlyin the repo. Update the contents of .gitignore. Also need to add Makefile.in and update .gitignor…
committedPer #1920, add Makefile.in files directly to the repo and remove them from the corrsponding .gitignore files.
committed- committed
Commits on May 4, 2022
- committed
Per #1920, move the top-level test and scripts directories into a new met/internal directory. Also move met/internal_tests into met/internal/test_util.
committed- committed
- committed
- committed
Commits on May 5, 2022
Commits on May 6, 2022
- committed
Per #1920, removing thie cache directory since I don't think it's actually needed per https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Autom4te-Cache.html
committed- committed
- committed
- committed
Per #1920, fix up the vx_afm Makefile to actually call enum_to_string. Also update all the enum_to_string output files to REMOVE the timestamp so that aren't flagged as differences if/when it's rer…
committed- committed
- committed
- committed
- committed
Commits on May 12, 2022
- committed
Per #1920, remove 3 scripts from test_unit/bin that are very old and unused. Looks like there were originally used to test out stat_analysis.
committedPer #1920, deleting all but one of these sample data files which are no longer used in any of the unit tests.
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Per #1920, manually remove config.tab.yy and color_parser_yacc.yy from corresponding Makefile.in files. With them present, running make without MET_DEVELOPMENT set errors out.
committedPer #1920, restore these Makefile.in files back to how they are created by bootstrap. Modifying them was not the right way to solve the problem.
committedPer #1920, do NOT remove the .yy files are part of the dist-hook since that causes a compilation error downstream.
committed- committed
Per #1920, update compile_MET_all.sh script to change lowercase met to uppercase MET to use tarfiles created by GitHub.
committed- committed