History log of /libCEED/python/build_ceed_cffi.py (Results 26 – 43 of 43)
Revision Date Author Comments
# b3bcc043 20-Mar-2021 Jed Brown <jed@jedbrown.org>

Python: fix escape formatting


# bd4df462 20-Mar-2021 Jed Brown <jed@jedbrown.org>

Python: fix parse/skip of multi-line CEED_VERSION_GE macro


# 500adadc 30-Sep-2020 nbeams <246972+nbeams@users.noreply.github.com>

resolve merge conflicts for v0.7 release


# 249b1cba 29-Sep-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #636 from CEED/jed/python-debugging

Jed/python debugging


# 19798369 28-Sep-2020 Jed Brown <jed@jedbrown.org>

Python: add vector._state() for help debugging reference counting mismatches


# 572ff09c 21-Jul-2020 nbeams <246972+nbeams@users.noreply.github.com>

Merge branch 'main' into natalie/hip-ref-v2


# 477729cf 18-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Ceed - add message storing error handler (#587)

* Ceed - add message storing error handler

* Python - use CeedErrorStore and CeedGetErrorMessage to pass messages from C to Python

* make style

Ceed - add message storing error handler (#587)

* Ceed - add message storing error handler

* Python - use CeedErrorStore and CeedGetErrorMessage to pass messages from C to Python

* make style

* make tidy

* Python - add comment about cffi and vargs

* Ceed - add 'store' as possible env option for CEED_ERROR_HANDLER

* Python - and error handling for creation of ceed context

* Ceed - statically allocate error message array

* Ceed - simplify error message copying and guard against buffer overflow

* Tests - fix small t005 python bug

* Tests - fix small leak in t005

* Ceed - small fix in setting error handler from env

* Tests - add missing lcov markers

show more ...


# ad373e15 14-Apr-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #512 from CEED/valeria/some_cleanup

Small fixes and cleanups


# 450bb777 10-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Make style


# 2bc797ab 06-Apr-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #502 from CEED/jed/python-autopep8

Python: apply autopep8 and add to CI


# 7a7b0fa3 02-Apr-2020 Jed Brown <jed@jedbrown.org>

Python: apply autopep8 and add to CI


# 18b2ae98 24-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #487 from CEED/jed/python-packaging

Jed/python packaging


# 37c134ea 21-Mar-2020 Jed Brown <jed@jedbrown.org>

python: install libceed.so and headers with Python; make wheels

* Install libceed.so and obtain at run-time via $ORIGIN
* Updates some nonconforming package metadata
* Use Docker with cache for buil

python: install libceed.so and headers with Python; make wheels

* Install libceed.so and obtain at run-time via $ORIGIN
* Updates some nonconforming package metadata
* Use Docker with cache for building manylinux2014 wheels
* qfunction extensions don't call libceed.so directly; can get include
path from libceed module

show more ...


# da62e0a9 08-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #446 from CEED/user-manual

Sphinx user manual published at libceed.readthedocs.io


# 1d83af80 08-Mar-2020 Jed Brown <jed@jedbrown.org>

python: join lines with '\n' so we don't need to ignore comment lines

The parser handles line comments fine. This also avoids malfunction
in case // comments appear in ceed.h (the former rule exclu

python: join lines with '\n' so we don't need to ignore comment lines

The parser handles line comments fine. This also avoids malfunction
in case // comments appear in ceed.h (the former rule excluded all
lines containing '///' and ignored '//' lines, resulting in all
subsequent lines being ignored).

show more ...


# 90187ab8 19-Jan-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #414 from CEED/python/interface-v1

Python Interface


# c794122c 24-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Python - update cffi to use env variable CEED_DIR


# 7b8bbb42 18-Dec-2019 valeriabarra <valeriabarra21@gmail.com>

Python - add build_ceed_cffi.py


12