summaryrefslogtreecommitdiffstats
path: root/src/LinearUpscale.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-9/+7
| | | Use the standard NDEBUG.
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-0/+7
| | | * Make our CMake slightly less insane
* Fixed RasPi builds of unit tests.Mattes D2016-08-041-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 D2016-02-241-4/+4
|
* Fixed misplaced parensSamuel Barney2015-07-091-3/+3
|
* Fixes compilation failures on MacOSX 10.10Samuel Barney2015-07-091-5/+5
| | | | | * Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
|
* More template keyword fixes.Mattes D2014-08-281-3/+3
|
* Implemented faster upscaling using templates.madmaxoft2014-03-211-22/+24
| | | | Fixes #819.
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-9/+9
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+244