|
c2589abc8e
|
j/tree: add templated type conversions
|
2015-09-08 14:33:39 +10:00 |
|
|
e6b15d2a85
|
j/tree: remove ambiguous string parse call
single pointer string parsing can be confused with filesystem paths.
instead prefer the two pointer range form.
|
2015-09-08 14:32:48 +10:00 |
|
|
701e76c381
|
colour: move json deserialisation into cpp
|
2015-09-08 14:32:17 +10:00 |
|
|
673dfd87dd
|
threads: add references to forgotten thread files
|
2015-08-28 21:09:38 +10:00 |
|
|
13ef16e183
|
noise-tool: expose more parameters via commandline
|
2015-08-28 21:09:21 +10:00 |
|
|
47a80f4217
|
n/f/runtime: return reference to child on reset
|
2015-08-28 21:08:41 +10:00 |
|
|
7733bc1b74
|
n/f/hetero: add offset getter/setter
|
2015-08-28 21:08:16 +10:00 |
|
|
4e623262ad
|
noise/fractal: add amplitude/gain setter/getter
|
2015-08-28 21:07:44 +10:00 |
|
|
bedd74747c
|
json/tree: explain lack of scalar type operators
|
2015-08-28 21:06:45 +10:00 |
|
|
a28ea87d58
|
json/tree: dont use namespace std or util
|
2015-08-28 21:06:04 +10:00 |
|
|
3d35874f58
|
noise-tool: remove dead code
|
2015-08-28 21:04:55 +10:00 |
|
|
daa2587240
|
json/tree: style
|
2015-08-28 20:36:21 +10:00 |
|
|
580ee9e663
|
extent: define 3f and 3u variants
|
2015-08-28 20:34:58 +10:00 |
|
|
3099e6be6c
|
maths: add kahan summation
|
2015-08-25 17:25:55 +10:00 |
|
|
b3a8240150
|
float: bump almost_equal delta slightly
|
2015-08-25 17:18:31 +10:00 |
|
|
04fd82b112
|
style
|
2015-08-25 17:13:49 +10:00 |
|
|
bb2bc1a9ca
|
library_win32: add string constructor
|
2015-08-25 17:13:35 +10:00 |
|
|
9d5e636a39
|
colour: add color1 and colour1f typedefs
|
2015-08-25 17:13:06 +10:00 |
|
|
08b6cbacea
|
float: lower ULPs threshold for almost_equal
we weren't detecting differences with 4 decimal point differences
|
2015-08-20 15:34:20 +10:00 |
|
|
6bb287fe04
|
image: more explicit instantations
|
2015-08-18 00:00:35 +10:00 |
|
|
5dd5c95e83
|
library: initial wrapper
|
2015-08-10 15:51:44 +10:00 |
|
|
243716a121
|
threads: add posix/win32 thread wrappers
|
2015-08-10 15:51:10 +10:00 |
|
|
1a2aa64af6
|
win32: add registry wrapper
|
2015-08-10 15:50:43 +10:00 |
|
|
960448b6ac
|
posix: add dir wrapper
|
2015-08-10 15:50:12 +10:00 |
|
|
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 |
|