Commit Graph
17 Commits
Author SHA1 Message Date
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Tzanio Kolev eaec7fcbba Merge branch 'master' into doxy-math-dev 2024-01-31 14:50:04 -08:00
Tzanio Kolev 71ab3f2856 Filter to use plain instead of Doxygen-style LaTeX in comments 2024-01-31 14:44:37 -08:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Veselin Dobrev 9238db6d2b In .travis.yml:
* For the "code-style" job, use the "xenial" distro because "bionic"
  does not have the required version of astyle.
* For the "documentation" job, do not use mpi.
* Run the "branch-history" job only if branch != next.

In tests/scripts/documentation, do not run 'make config' and
'make status'.
2020-07-15 21:25:37 -07:00
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