| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add hex check to cli. | J08nY | 2017-10-19 | 1 | -0/+8 |
| | | |||||
| * | Cleanup the CLI options parsing and enums a bit. | J08nY | 2017-10-19 | 1 | -11/+20 |
| | | |||||
| * | Format and update README. | J08nY | 2017-10-14 | 2 | -6/+10 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 3 | -12/+6 |
| | | | | | | | 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. | ||||
| * | Move config_t cfg into config.c. | J08nY | 2017-10-14 | 2 | -0/+9 |
| | | |||||
| * | Document more files. | J08nY | 2017-10-08 | 1 | -1/+28 |
| | | |||||
| * | Add per-param timeout option. | J08nY | 2017-10-04 | 1 | -0/+1 |
| | | |||||
| * | Add GP code interpretation as a gen_f option. | J08nY | 2017-09-30 | 1 | -2/+3 |
| | | |||||
| * | Add "offset_e state" param to gen_f and check_f. | J08nY | 2017-09-30 | 1 | -1/+2 |
| | | |||||
| * | Introduce HAS_ARG(args) macro. | J08nY | 2017-09-29 | 1 | -2/+1 |
| | | |||||
| * | Pass arg_t to check_f. | J08nY | 2017-09-29 | 1 | -1/+3 |
| | | |||||
| * | Add check_t that contains more check_f functions. | J08nY | 2017-09-29 | 1 | -2/+9 |
| | | |||||
| * | Rename check_t -> check_f. | J08nY | 2017-09-29 | 1 | -2/+2 |
| | | |||||
| * | Rename unroll_t -> unroll_f. | J08nY | 2017-09-29 | 1 | -2/+2 |
| | | |||||
| * | Rename gen_t -> gen_f. | J08nY | 2017-09-29 | 1 | -2/+2 |
| | | |||||
| * | Introduce check_t func. | J08nY | 2017-09-29 | 2 | -2/+24 |
| | | |||||
| * | Move some enums around, make a general seed_unroll. | J08nY | 2017-09-20 | 2 | -10/+12 |
| | | |||||
| * | Introduce seed_e to mark seed_t with generation algo. | J08nY | 2017-09-19 | 1 | -1/+13 |
| | | |||||
| * | Run clang-format. | J08nY | 2017-09-19 | 1 | -3/+3 |
| | | |||||
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 3 | -0/+232 |
