Commit Graph

1217 Commits

Author SHA1 Message Date
e9c68bd25d platform: detect android platform 2015-08-10 15:44:39 +10:00
a4127441a6 tuple: add function caller with argument unpacking 2015-08-10 15:44:15 +10:00
840b930e8d m4: require c++1z support 2015-08-10 15:43:41 +10:00
a4b3d1b460 except: mark errno_error::throw_code as noreturn 2015-08-10 15:43:12 +10:00
fa9fac1d92 except: add throw_code for win32_error 2015-08-10 15:42:58 +10:00
a8d341632e except: style 2015-08-10 15:42:40 +10:00
995f86b1f4 debug: add missing required header 2015-08-10 15:41:34 +10:00
c3b4dfc34d n/b/patch: use fast math where appropriate 2015-07-29 16:12:22 +10:00
eb155d5bb0 m/fast: add some fast maths approximations 2015-07-29 16:11:48 +10:00
48d6a007a2 n/b/patch: add blur width parameter 2015-07-28 18:14:10 +10:00
8e92bd977b n/b/runtime: forward child constructor args 2015-07-28 17:52:21 +10:00
573e44bf6f n/b/patch: fix header path for external use 2015-07-24 16:01:29 +10:00
33dece611a n/basis: add patch basis function 2015-07-24 01:37:36 +10:00
57808c92b5 image: request iterator accessors be inlined
assists optimisation in LTO enabled applications
2015-07-24 01:36:42 +10:00
c2bdd29944 image: make offset constexpr, and move inline 2015-07-24 01:36:11 +10:00
4ea5896d21 coord: use template typedefs 2015-07-24 01:34:44 +10:00
86b36afc49 image: add simple offset test 2015-07-23 21:19:15 +10:00
d388e6543f image: instantiate for uint16 2015-07-23 21:18:54 +10:00
d5f1506afd image: add pixel offset query 2015-07-23 21:18:15 +10:00
0899c16557 image: stride returns a vector 2015-07-23 21:17:57 +10:00
c267678d92 image: actually use the height value... 2015-07-23 18:18:12 +10:00
8738192476 log: add scoped timer 2015-07-23 17:37:43 +10:00
ea953ec024 log: style 2015-07-23 17:37:02 +10:00
5d6586636e time: split off platform units 2015-07-23 14:13:09 +10:00
b6ce75aca6 build: windows fixes 2015-07-23 13:53:48 +10:00
f4738fc010 vector: add vector3{u,i} typedefs 2015-07-22 02:54:52 +10:00
785a9e08f6 tap: remove default format strings 2015-07-21 03:17:20 +10:00
146570a924 whitespace 2015-07-21 03:17:04 +10:00
3b97f56ead polynomial: rename solve as roots 2015-07-21 02:59:14 +10:00
74d7f9c717 vector: add {to,from}_euler 2015-07-21 02:56:37 +10:00
7396057508 vector: use TAP in tests 2015-07-21 02:55:11 +10:00
8c3dc295cf tap: use printf style output messages 2015-07-21 02:53:46 +10:00
a4a93a1a72 matrix: add convenience homogenous point/vec mult 2015-07-21 01:41:48 +10:00
5b8df525a2 vector: add homogenous converter
added for symmetry with point classes
2015-07-21 01:41:48 +10:00
6095c755cf quaternion: add convenience float typedef 2015-07-21 01:39:38 +10:00
0db7872c1b coord: use almost_equal for equality 2015-07-21 01:39:14 +10:00
d11bdb79b0 coord: add modulus operators 2015-07-21 01:39:01 +10:00
950fed7d81 coord: add constexpr constructors 2015-07-21 01:38:36 +10:00
f451e5555e format: add trivial printf wrapper 2015-07-21 01:37:45 +10:00
f29e77c795 build: use higher performance debug optimisations 2015-07-14 16:35:28 +10:00
abf88710b4 test: use TAP on more tests 2015-07-13 16:30:54 +10:00
fdc801628b quaternion: update with more operators 2015-07-13 16:30:54 +10:00
8840bae7b0 rational: update with more operators 2015-07-13 16:30:54 +10:00
33ee3ec11c version: silence potential use before assign 2015-07-13 16:30:54 +10:00
19544076dd vector: add vector{2,3,4} convenience typedefs 2015-07-13 16:30:54 +10:00
67891ac175 matrix: add matrix4 typedef 2015-07-13 16:30:54 +10:00
0533e3caaf maths: add gcd implementation 2015-07-13 16:30:54 +10:00
991558fc7f build: remove unused options code 2015-07-02 17:25:04 +10:00
536284a56d cmdopt: add TAP testing 2015-07-02 17:03:56 +10:00
e03d1e57e3 tap: add expect_throw, expect_nothrow 2015-07-02 17:03:36 +10:00