Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed RasPi builds of unit tests. | Mattes D | 2016-08-04 | 1 | -2/+6 |
| | | | | | On RasPi with gcc 4.8.2, the asserts wouldn't compile when tests were enabled. Enforced the assumption that ASSERT code is generated only in Debug builds. | ||||
* | Fixed LinearUpscale's bounds checking. | Mattes D | 2016-02-24 | 1 | -4/+4 |
| | |||||
* | Fixed misplaced parens | Samuel Barney | 2015-07-09 | 1 | -3/+3 |
| | |||||
* | Fixes compilation failures on MacOSX 10.10 | Samuel Barney | 2015-07-09 | 1 | -5/+5 |
| | | | | | * Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -4/+4 |
| | |||||
* | More template keyword fixes. | Mattes D | 2014-08-28 | 1 | -3/+3 |
| | |||||
* | Implemented faster upscaling using templates. | madmaxoft | 2014-03-21 | 1 | -22/+24 |
| | | | | Fixes #819. | ||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -9/+9 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+244 |