Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add command line option for disabling ANSI esc | David Phillips | 2018-05-16 |
| | |||
* | Add compile-time flag to disable coloured output | David Phillips | 2018-05-16 |
| | | | | | | Turns out windows builds run in plain powershell or cmd.exe display the raw ANSI escape sequences rather than interpreting. No official support for interpreting them that I can see. | ||
* | Fix bench table alignment1.0 | David Phillips | 2018-02-20 |
| | |||
* | Add new CPU benchmarks | David Phillips | 2018-02-20 |
| | |||
* | Fix typo in benchmark | David Phillips | 2018-01-14 |
| | |||
* | Make tested platforms a little clearer over others | David Phillips | 2017-12-11 |
| | |||
* | Don't require GNU extensions for va argsfancy-monitor | David Phillips | 2017-12-11 |
| | |||
* | Add screenshot to readme | David Phillips | 2017-12-10 |
| | |||
* | Explicitly include time.h ourselves | David Phillips | 2017-11-27 |
| | |||
* | Fix off-by-one with >999 EH totals | David Phillips | 2017-11-27 |
| | |||
* | Clear status line properly, show "overdue" instead of negative time remaining | David Phillips | 2017-11-27 |
| | |||
* | Fall back on CLOCK_REALTIME at compile-time with warn | David Phillips | 2017-11-23 |
| | |||
* | Merge branch 'master' into fancy-monitor | David Phillips | 2017-11-23 |
|\ | |||
| * | Remove old debug comment | David Phillips | 2017-11-23 |
| | | |||
| * | Fix failing tests | David Phillips | 2017-11-23 |
| | | | | | | | | I am a bad man, I broke master | ||
* | | Add years to estimate units | David Phillips | 2017-11-23 |
| | | |||
* | | Correct abs to labs | David Phillips | 2017-11-23 |
| | | |||
* | | Add time estimator | David Phillips | 2017-11-23 |
| | | |||
* | | Quick hack to protect against shortening numbers | David Phillips | 2017-11-23 |
| | | |||
* | | Merge branch 'master' into fancy-monitor | David Phillips | 2017-11-23 |
|\ \ | |/ | |||
| * | Un-bold at the start of each nice line | David Phillips | 2017-11-23 |
| | | |||
* | | Add timestamp and total hash to monitor | David Phillips | 2017-11-23 |
|/ | |||
* | Add more verbose/useful info messages | David Phillips | 2017-11-23 |
| | |||
* | Format output with gorgeous colours | David Phillips | 2017-11-23 |
| | |||
* | Add note to readme about GPU | David Phillips | 2017-11-20 |
| | |||
* | Correct solaris version | David Phillips | 2017-11-19 |
| | |||
* | Reformat extra platforms in readme | David Phillips | 2017-11-19 |
| | |||
* | Add UltreaSPARC-T2 bench | David Phillips | 2017-11-19 |
| | |||
* | Add platforms note to readme | David Phillips | 2017-11-18 |
| | |||
* | Add clang to CI | David Phillips | 2017-11-18 |
| | |||
* | Tabs to spaces for travis | David Phillips | 2017-11-18 |
| | |||
* | Add linux back to CI | David Phillips | 2017-11-18 |
| | |||
* | Merge branch 'sem-dep' into osx-ci | David Phillips | 2017-11-18 |
|\ | |||
| * | Simplify semaphores to volatile globalsem-dep | David Phillips | 2017-11-18 |
| | | |||
* | | Dump key file on test failure | David Phillips | 2017-11-18 |
| | | |||
* | | Output stderr and stdout on test failure | David Phillips | 2017-11-18 |
| | | |||
* | | Attempt OpenSSL path correction | David Phillips | 2017-11-18 |
| | | |||
* | | Set build environment to OSX to check | David Phillips | 2017-11-18 |
|/ | |||
* | Add Windows benchmark, CPU GHz column | David Phillips | 2017-11-18 |
| | |||
* | Switch to in-house byte-order switching | David Phillips | 2017-11-18 |
| | |||
* | Add RPi-3 bench, add notes column to benches | David Phillips | 2017-11-17 |
| | |||
* | Tidy unnecessary magic constants away | David Phillips | 2017-09-20 |
| | |||
* | Fix accidental regression with never-zero loop count | David Phillips | 2017-09-14 |
| | |||
* | Clean up test runner script | David Phillips | 2017-09-12 |
| | |||
* | Free bignum_e at exit, don't leak that memory | David Phillips | 2017-09-12 |
| | | | | Chur alyptik for reminding me | ||
* | Don't use GNU extensions on rm | David Phillips | 2017-08-23 |
| | |||
* | Thread count can never be zero, don't worry about /0 from it | David Phillips | 2017-08-09 |
| | |||
* | Remove division by zero if no loops complete | David Phillips | 2017-08-09 |
| | |||
* | Change from sh to bash for pushd | David Phillips | 2017-07-27 |
| | |||
* | Add more tests, pull simple test runner from other project | David Phillips | 2017-07-27 |
| |