| 76af460c | 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: fix libceed_test |
| 567e4d0a | 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: libceed_test links to libceed; does not need source objects |
| 7e68d260 | 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: make CEED_LIBS a deferred variable |
| c4216f28 | 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: enable jobserver for example builds |
| 1048f70d | 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Nek examples: work around some error messages due to unset env |
| 686de4ac | 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: add search for testing
The search argument works with make test, prove, and junit targets.
Remove "eval" code that was breaking parallel testing with -libceed_test. |
| 265be9c8 | 26-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Makefile: Add libceed_test, two stage testing |
| f29ffe77 | 25-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Update Ceed delegate documentation |
| a4999edd | 24-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Update Ceed Delegate refrencing |
| aefd8378 | 29-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add delegates for specific objects |
| d9e86a0b | 26-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #259 from CEED/jed/clang-tidy
Jed/clang tidy |
| 5904c99c | 26-May-2019 |
Jed Brown <jed@jedbrown.org> |
travis: add clang-tidy |
| 683faae0 | 26-May-2019 |
Jed Brown <jed@jedbrown.org> |
make tidy: static analysis using clang-tidy
* Add "make tidy" and "make interface/ceed.c.tidy" targets to Makefile. * Use CPPFLAGS instead of CFLAGS for preprocessor flags. * For __clang__, convince
make tidy: static analysis using clang-tidy
* Add "make tidy" and "make interface/ceed.c.tidy" targets to Makefile. * Use CPPFLAGS instead of CFLAGS for preprocessor flags. * For __clang__, convince compiler that CeedError always returns nonzero. * Fix two minor issues detected by clang-tidy (missing va_end and an unnecessary or possibly-misleading guard).
Resolves issue #193
show more ...
|
| 7cfafa9d | 24-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #258 from CEED/valgrind-fix
Check for devel Valgrind |
| b8fb44e7 | 24-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: avoid leaving -.o file in valgrind check
Also use CPPFLAGS in case -I/path/to/valgrind is needed. |
| a7724da3 | 24-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #232 from CEED/offsetof-fix
Offsetof fix |
| f8902d9e | 24-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
VecCreate -> VectorCreate |
| cb37edd8 | 24-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Improved documentation for SetBackendFunction |
| bdc3149d | 24-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Check for devel Valgrind |
| 854b0396 | 24-May-2019 |
Yohann <dudouit1@llnl.gov> |
Add description of cuda-shared backend in README.md |
| 8ffbcc63 | 24-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Revert "Brief description of the cuda-shared backend in README.md" (#256) |
| db777ff9 | 24-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #255 from CEED/yohann/cuda-shared-readme
Brief description of the cuda-shared backend in README.md |
| a17ac2e9 | 24-May-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Brief description of the cuda-shared backend in README.md |
| 7e95bb9c | 18-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Add all backends to Doxygen (#251)
* Add all backends to Doxygen
* alphabetize
* alphabetize |
| 6e79d475 | 01-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Dynamically allocate Ceed function table |