Commit Graph
9 Commits
Author SHA1 Message Date
Tzanio 58872c9e7b Merge branch 'master' into okina-mmu
Conflicts:
	fem/datacollection.cpp
	tests/unit/CMakeLists.txt
2020-03-04 15:19:33 -08:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Veselin Dobrev 70f24f7748 A few improvements in 'make style' and in the test scripts:
- 'make style' checks for correct astyle version
- 'make style' exits with an error code if there are modifications/errors
- the 'code-style' script will correctly report errors from 'make style'
  when run through the 'runtest' script
- the *.err and *.msg files used by the 'runtest' script are placed in
  the current directory -- this is expected by 'runtest' and implemented
  by the other scripts.
2020-02-28 21:17:29 -08:00
Tzanio e689fd5b28 Merge branch 'master' into bsd-relicense 2020-02-27 09:29:25 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Tzanio 2995b82ca7 Tell users what to do if the scripts fail 2020-02-16 17:04:52 -08:00
Adrien M. Bernede 8cc5d8dc91 Replacing googlecode with github 2020-01-16 15:02:22 -08:00
Tzanio 5d5b4af33b Added a README in tests/scripts.
Expanded the test script description in CHANGELOG.
2020-01-16 09:04:26 -08:00
Tzanio d64bd211d5 Several changes related to porting the mystash/autotest scripts to Travis
- Ported the code-style, documentation, gitignore and runtest scripts from
  mystash/autotest to the tests/scripts directory.

- Based on Adrien's work, added a new script, git-history that checks for
  binary and large files in the history of the current branch.

- Updated .travis.yml to include an expanded Checks stage with the code-style,
  git-history, documentation and gitignore scripts.
2020-01-12 22:45:55 -08:00