Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 008f3602 | 2025-11-01 13:55:05 | ws | ||
| f8d64c64 | 2019-09-10 16:05:27 | create `mtest_opponent` instead of alt version of `test` | ||
| f00cc99f | 2019-06-06 18:15:19 | replace generate_def.sh with perl function | ||
| 712919f3 | 2019-05-24 12:17:13 | [WIP] start to make dep.pl part of helper.pl | ||
| 80bb97fd | 2019-05-26 03:50:33 | corrected path for autotune-output | ||
| 01e93bb0 | 2019-05-21 13:25:24 | fix tune for non-v-algrind travis builds | ||
| ce34b3ae | 2019-05-21 11:30:33 | Restrict running Valgrind * Activate on the develop branch * Activate on branches containing the word v-algrind (without hyphen) * Activate if the commit message contains v-algrind (without hyphen) * Run default build always with valgrind | ||
| db76bed2 | 2019-05-04 18:57:07 | added autotuning functionality for the Toom-Cook cut-offs | ||
| 179daef1 | 2019-04-06 17:37:33 | add travis-build to check source-code format | ||
| 39ef9858 | 2019-03-26 14:38:54 | partially port over valgrind test logic from ltc also try if the test failure has to do with travis_wait | ||
| c1a335b7 | 2019-03-26 10:27:40 | increase timeout of test vs. mtest to 30mins as proposed by @czurnieden | ||
| 9ed679ea | 2019-03-24 23:31:56 | use appropriate bash exit code | ||
| dd0181b7 | 2019-03-24 23:19:17 | fix invocation of `timeout` in test vs. mtest | ||
| a88edbdd | 2019-03-24 18:37:03 | use CC env var in testme.sh | ||
| db391b6e | 2019-03-11 03:12:02 | added valgrind tests to testme.sh and travis.yml | ||
| 01dde64e | 2018-05-04 21:32:46 | In case of a timeout echo last line in logfile of last test before that logfile gets removed | ||
| aaa52a3d | 2017-10-19 12:01:58 | also run test vs mtest with real random data | ||
| d5328bfa | 2017-10-19 11:40:16 | create a travis build matrix | ||
| 95fd0f8d | 2017-08-29 17:12:36 | handle non-existing 'timeout' on MacOS | ||
| e8e8fc4c | 2017-04-11 11:43:45 | improve testme.sh | ||
| db661457 | 2017-04-10 16:30:40 | improve testme.sh | ||
| a7d5af27 | 2017-04-01 00:34:19 | fix testme.sh and compilation | ||
| ed8e8fdb | 2015-12-12 18:12:42 | Small fixes testme.sh: nowadays some VM solutions tend to use "processor" word in other places (like "model name: Common KVM processor") booker.pl: escape left brace | ||
| c40eed57 | 2015-12-05 13:09:43 | add --all to testme.sh | ||
| 2e3ed19c | 2015-12-05 13:01:19 | improve testme.sh | ||
| 6c536e4b | 2015-11-25 09:41:58 | Speed up testing and temporarily disable clang testing | ||
| 5a15247b | 2015-11-12 01:34:28 | improve testme.sh you can now do something like `COMPILERS="gcc-5" ./testme.sh` | ||
| ac4550cc | 2015-04-18 14:10:45 | testme.sh: improve a bit - add parameter when calling that will be forwarded to make (e.g. to give the correct -j# option for your CPU) - timeout after running the tests for 2 minutes, assuming something went wrong, but don't cancel the rest of the tests - add compilation with clang (if available on the system) | ||
| 0fd5e6c1 | 2014-12-11 14:59:35 | add testme.sh |