Commit Graph

1270 Commits

Author SHA1 Message Date
4fad54f0b0 extent: don't fully qualify the primary object 2015-09-16 02:25:31 +10:00
381da163e2 maths: style 2015-09-16 02:24:49 +10:00
0967c5252f io: remove useless chdir wrapper
just use chdir directly.
2015-09-15 21:09:37 +10:00
b084cb2e4c image: index operator should return references
this allows the caller to use the return value's address
2015-09-15 21:08:00 +10:00
040e935b6d n/f/rmf: add offset accessor 2015-09-15 21:07:41 +10:00
6c7c35d2dd n/f/hetero: add default offset estimation 2015-09-15 21:07:13 +10:00
21b51a5011 point: make distance metrics constexpr 2015-09-15 21:06:43 +10:00
95e5fc5834 maths: add namespaced wrapper for abs 2015-09-15 21:06:23 +10:00
286dd05481 hash: fix parameter names in mix wrappers 2015-09-15 21:06:00 +10:00
b66a3ba46f coord: make size method constexpr 2015-09-15 21:05:37 +10:00
ee401e4409 noise-tool: don't check tty until after options
options may include a help request which we'll want to respond to
before checking the output stream.
2015-09-11 19:55:52 +10:00
736fe9a156 cmdopt: add a simple omnipresent help option 2015-09-11 19:55:32 +10:00
ad2f3261de threads: use explicit constructors where possible 2015-09-11 19:55:06 +10:00
ff2ca6982c m4: dont use Og 2015-09-10 22:49:12 +10:00
da122bfb00 m4: bump for improved vectorisation and devirtualisation 2015-09-10 14:40:18 +10:00
e829e95791 noise-tool: use windows accessible isnan 2015-09-09 19:44:51 +10:00
dd84b7022e n/turbulence: style 2015-09-09 18:45:23 +10:00
c41b58b47d matrix: avoid infinite recursion in invert 2015-09-09 18:45:23 +10:00
29663140e0 ip: style 2015-09-09 18:45:23 +10:00
2741cf6375 build: quiesce analyzer warnings 2015-09-09 18:45:23 +10:00
0302df1ba8 extent: quiesce clang abs warnings for unsigned types 2015-09-09 18:45:23 +10:00
07885819e3 except: add expect conditions for try_code 2015-09-09 18:45:23 +10:00
9445b29bd3 test/json_types: use new style parse signature 2015-09-09 18:45:23 +10:00
3801842373 json/except: add line number to what output 2015-09-09 18:45:23 +10:00
c4f773f129 coord: use explicit constructors consistently 2015-09-09 18:45:23 +10:00
69443f2c2a region: use explict constructors for member vars 2015-09-09 18:45:23 +10:00
ba4eb8cc45 json/fwd: add exception forward declarations 2015-09-09 18:45:23 +10:00
0e836b951f noise/fwd: rename base to forward
all it's doing is holding trivial fundamental typedefs anyway
2015-09-09 18:21:26 +10:00
c3c1b9cc39 region: fix potential infinite recursion 2015-09-08 14:33:59 +10:00
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