History log of /libCEED/ (Results 4651 – 4675 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
76af460c27-May-2019 Jed Brown <jed@jedbrown.org>

Makefile: fix libceed_test

567e4d0a27-May-2019 Jed Brown <jed@jedbrown.org>

Makefile: libceed_test links to libceed; does not need source objects

7e68d26027-May-2019 Jed Brown <jed@jedbrown.org>

Makefile: make CEED_LIBS a deferred variable

c4216f2827-May-2019 Jed Brown <jed@jedbrown.org>

Makefile: enable jobserver for example builds

1048f70d27-May-2019 Jed Brown <jed@jedbrown.org>

Nek examples: work around some error messages due to unset env

686de4ac27-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.

265be9c826-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Makefile: Add libceed_test, two stage testing

f29ffe7725-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Update Ceed delegate documentation

a4999edd24-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Update Ceed Delegate refrencing

aefd837829-Apr-2019 jeremylt <jeremy.thompson@colorado.edu>

Add delegates for specific objects

d9e86a0b26-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #259 from CEED/jed/clang-tidy

Jed/clang tidy

5904c99c26-May-2019 Jed Brown <jed@jedbrown.org>

travis: add clang-tidy

683faae026-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 ...

7cfafa9d24-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #258 from CEED/valgrind-fix

Check for devel Valgrind

b8fb44e724-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.

a7724da324-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #232 from CEED/offsetof-fix

Offsetof fix

f8902d9e24-May-2019 jeremylt <jeremy.thompson@colorado.edu>

VecCreate -> VectorCreate

cb37edd824-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Improved documentation for SetBackendFunction

bdc3149d24-May-2019 jeremylt <jeremy.thompson@colorado.edu>

Check for devel Valgrind

854b039624-May-2019 Yohann <dudouit1@llnl.gov>

Add description of cuda-shared backend in README.md

8ffbcc6324-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Revert "Brief description of the cuda-shared backend in README.md" (#256)

db777ff924-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

a17ac2e924-May-2019 Yohann Dudouit <yohann.dudouit@gmail.com>

Brief description of the cuda-shared backend in README.md

7e95bb9c18-May-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Add all backends to Doxygen (#251)

* Add all backends to Doxygen

* alphabetize

* alphabetize

6e79d47501-Apr-2019 jeremylt <jeremy.thompson@colorado.edu>

Dynamically allocate Ceed function table

1...<<181182183184185186187188189190>>...226