summaryrefslogtreecommitdiff
path: root/src/gen/gp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make config_t *cfg a global variable.J08nY2017-10-141-2/+0
| | | | | | The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable.
* Add Doxygen @file directives to heaer files missing them.J08nY2017-10-041-0/+3
|
* Add GP interpreter check_f.J08nY2017-10-011-0/+10
|
* Add GP code interpretation as a gen_f option.J08nY2017-09-301-0/+19