| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed build on macOS via posix-macos-addons | Kirill A. Korinsky | 2021-09-22 | 1 | -2/+14 |
| | | | | | | | | This commit introduced support of macOS by using [posix-macos-addons](https://github.com/stanislaw/posix-macos-addons). Closes: https://github.com/J08nY/ecgen/issues/7 | ||||
| * | Add direcory names to include guards. | J08nY | 2018-03-03 | 1 | -3/+3 |
| | | |||||
| * | Fix Valgrind warnings about timeout struct allocations. | J08nY | 2018-02-03 | 1 | -13/+23 |
| | | | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point. | ||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Document the timeout interface. | J08nY | 2017-10-08 | 1 | -6/+12 |
| | | |||||
| * | Add Doxygen @file directives to heaer files missing them. | J08nY | 2017-10-04 | 1 | -0/+3 |
| | | |||||
| * | Add per-param timeout option. | J08nY | 2017-10-04 | 1 | -6/+14 |
| | | |||||
| * | Properly implement timeout_start and timeout_stop. | J08nY | 2017-10-04 | 1 | -16/+25 |
| | | |||||
| * | Add timeout.[ch] and timeout macro. | J08nY | 2017-10-04 | 1 | -0/+39 |
