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
Will Pazner
edc138ebd5
Handle cases RA and RA in branch-history
2023-08-08 11:31:28 -07:00
Will Pazner
282c65869c
Handle git status letters RM in branch-history
2023-06-26 13:10:17 -07:00
Tzanio Kolev
96e00dc815
Updated COPYRIGHT to 2010-2023
2023-03-11 16:58:18 -08:00
Will Pazner
cc41ae0cfc
Fix branch-history script in case of merge commit with renames
2022-03-12 15:29:44 -08:00
Tzanio
6d2530775b
Extended copyright to 2022
2022-02-25 10:24:50 -08:00
Will Pazner
4118de2fb9
Detect renames in branch-history
...
Reduce false positives when renaming/moving large files.
2021-09-17 13:04:55 -07:00
Adrien M. Bernede
89fdb3c909
Bump astyle version
2021-09-03 12:13:56 -07:00
Adrien M. Bernede
04fb572359
Let's forget about 2020
2021-01-26 11:55:36 -08:00
Tzanio
6538d4ccf5
Small changes before the mfem-4.2 release
2020-10-22 18:50:33 -07:00
Tzanio Kolev
df22d9da86
Merge pull request #1674 from mfem/branch-history-update
...
Update the script branch-history [branch-history-update]
2020-08-13 12:24:20 -07:00
Veselin Dobrev
898a33125c
In 'branch-history', handle a couple of less common mode strings
...
when parsing merge commits. Also, when the checks for a branch fail,
print the name of the failed branch.
2020-08-01 14:38:01 -07:00
Veselin Dobrev
a058e2ce63
Update the script 'branch-history':
...
* Allow setting the branch on the command line. This allows for
testing branches that do not have the script or its latest version
merged-in, or simply testing branches without checkout.
* When inspecting the branch commits, also consider merge- and root-
commits -- these can also introduce new or modify existing files.
2020-07-31 22:34:16 -07: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
Will Pazner
411e424205
Typo
2020-03-14 10:08:12 -07:00
Will Pazner
bbe6aa06c6
Add mfem_dir option to branch_history
...
Also make command line argument parsing more robust
2020-03-14 10:06:01 -07:00
Will Pazner
8351979afd
Fix bug in branch-history script
...
The script had a bug when called with the runtest script which was
causing the Travis tests to fail.
2020-03-13 22:45:21 -07:00
Will Pazner
71766fc568
Add -h help flag to branch-history script
2020-03-12 18:11:02 -07:00
Tzanio
e8de1b1714
Merge branch 'master' into branch-history
...
Conflicts:
tests/scripts/branch-history
2020-03-12 18:01:20 -07:00
Tzanio
15b712e49d
Some edits in tests/
2020-03-09 20:55:06 -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
camierjs
2c73f175ee
Update the style makefile target to do the cout and cerr tests
2020-02-28 09:54:14 -08:00
camierjs
1e8da55823
Merge branch 'master' into okina-mmu
2020-02-27 11:34:06 -08:00
Tzanio
e689fd5b28
Merge branch 'master' into bsd-relicense
2020-02-27 09:29:25 -08:00
Tzanio
3a5022f1bb
Always remove the files generated by running the test in test/scripts/runtests
2020-02-26 07:58:39 -08:00
Tzanio Kolev and Will Pazner
b8ed8014a1
Update tests/scripts/gitignore
...
Co-Authored-By: Will Pazner <11493037+pazner@users.noreply.github.com >
2020-02-26 07:52:56 -08:00
Will Pazner
1132243e40
Better formatting of file sizes in branch-history
2020-02-25 22:16:03 -08:00
Will Pazner
1a90de3825
Remove unneeded flags
2020-02-25 22:13:45 -08:00
Will Pazner
877b37679d
Change branch-history limits
2020-02-25 22:13:34 -08:00
Will Pazner
1f19fd4c6f
Simplify
2020-02-25 22:13:22 -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
Adrien M. Bernede
87554fef76
fix minor repetition
2020-02-21 11:09:21 -08:00
Will Pazner
5deb5efc02
Write message string to .msg file
2020-02-20 18:08:56 -08:00
Will Pazner
27d80c4f48
Add explanatory text to branch-history
2020-02-20 18:01:56 -08:00
Will Pazner
2f63f921f7
Change branch-history settings
2020-02-20 17:56:40 -08:00
Tzanio
080f5e9bf5
Addressing Adrien's feedback
2020-02-20 17:56:18 -08:00
Will Pazner
dd86c37538
Update branch-history script
...
Add new branch-history script to try to reduce the number of false
positives resulting from modification of large files (such as mesh.cpp,
fespace.cpp, etc.).
2020-02-20 16:54:46 -08:00
Tzanio
d8c9e73b00
Adjusting defaults in branch-history-dev as agreed at the weekly meeting
2020-02-16 17:10:14 -08:00
Tzanio
2995b82ca7
Tell users what to do if the scripts fail
2020-02-16 17:04:52 -08:00
Veselin Dobrev
9499d49e9f
Variour tweaks and simplifications, coordinated with @camierjs.
2020-02-14 16:25:40 -08:00
Tzanio
4b9f8079b1
minor
2020-01-22 13:49:35 -08:00
Adrien M. Bernede
d122132480
Removing unecessary stuff
2020-01-22 13:29:55 -08:00
Adrien M. Bernede
ba8a5965b0
Slight reformat of usage
2020-01-22 10:31:39 -08:00
Adrien M. Bernede
70585a11b2
Minor changes
2020-01-22 10:01:26 -08:00
Tzanio
51eb265d69
Addressed https://github.com/mfem/mfem/pull/1244#discussion_r368773359
2020-01-20 17:49:15 -08:00