Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat code with astyle + fix code style | Tomasz Frydrych | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | Minor refactoring of Text_Based_Test | Jack Lloyd | 2016-12-19 | 1 | -1/+1 |
| | | | | | | Turns out astyle has some bugs wrt C++11 initialize lists. Rather than having astyle mangle all of the tests, convert to using a string which is split once at the start instead of a vector of keys. | ||||
* | Maintainer mode fixes. | Jack Lloyd | 2016-09-21 | 1 | -1/+1 |
| | | | | | | Mostly unused args and missing override notations. Fix DH - load_check calls were commented out for debugging. | ||||
* | Add missing guard | Jack Lloyd | 2016-09-09 | 1 | -0/+4 |
| | |||||
* | Add test of FPE_FE1 | Jack Lloyd | 2016-09-09 | 1 | -0/+45 |
Self-generated vectors, just a basic smoke test right now. |