593b3b69b8
* silence SFINAE disabled for fork_gotcha
* Python updates
- Options for --{module,function}-include
- libpyomnitrace is_initialized and is_finalized
- source instrumentation auto init
- atexit finalization
- improved python testing
* Documentation Update
* Fix to 'cmake -E cat' not available < cmake v3.18
* Fix for inverse tests
* Update cancelling.yml
10 γραμμές
194 B
Bash
Εκτελέσιμο Αρχείο
10 γραμμές
194 B
Bash
Εκτελέσιμο Αρχείο
#!/bin/bash -e
|
|
|
|
WORK_DIR=$(dirname ${BASH_SOURCE[0]})
|
|
|
|
SOURCE_DIR=$(cd ${WORK_DIR}/../.. &> /dev/null && pwd)
|
|
|
|
cmake -DSOURCE_DIR=${SOURCE_DIR} -P generate-doxyfile.cmake
|
|
|
|
doxygen omnitrace.dox
|