Commit Graph

1065 Commits

Author SHA1 Message Date
c9812f7c78 noise: use points instead of scalars in eval 2015-05-28 10:18:32 +10:00
b96ad81d32 coord: allow multi-type scalar-vector ops 2015-05-28 10:18:32 +10:00
980f5d5671 n/fractal: add musgrave's heterogenous terrain 2015-05-27 01:17:24 +10:00
46a87c0b11 n/fractal: add musgrave's hybrid multi fractal 2015-05-27 01:16:58 +10:00
1c9c38e9a7 n/basis: style, whitespace 2015-05-26 16:54:53 +10:00
0f18702ff9 n/fractal: style/cleanup 2015-05-26 16:53:50 +10:00
6c27fa420a n/fractal: extract constants into named variables 2015-05-26 16:53:24 +10:00
9701290c4b noise-tool: cleanup and add normalisation 2015-05-26 16:37:41 +10:00
fedbef630b n/fractal: fix musgrave (aka rigid multifractal) 2015-05-26 16:31:30 +10:00
62000f50a2 n/basis: expand interpolation expr for debugging 2015-05-26 16:28:34 +10:00
264b20f3fe n/basis: instantiate truncating filters 2015-05-26 16:28:16 +10:00
22c1f72a05 n/basis: add final specifier to concrete basis 2015-05-26 16:27:27 +10:00
749e279073 n/basis: use murmur mixing for random generator 2015-05-26 16:27:01 +10:00
b67bb283d1 coord: add scalar gte, lte 2015-05-26 16:25:41 +10:00
3ff420978e image: add constructor from extent 2015-05-26 16:25:21 +10:00
a61ea32228 murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
b082fd6a44 noise: convert eval method to function operator 2015-05-18 22:06:33 +10:00
9b0abd8f7a noise: parameterise fractal summation types 2015-05-18 22:02:10 +10:00
c24387bf8f image: instantiate double to uint8 clone 2015-05-18 22:01:43 +10:00
07513b078c noise/basis: parameterise basis functions 2015-05-18 17:16:04 +10:00
cacaee4c5d noise/basis: parameterise lerp function 2015-05-18 15:01:06 +10:00
ebbc90c88d noise: templatise lerp functions 2015-05-18 14:56:15 +10:00
47423da841 style: sort Makefile target dependencies 2015-05-18 14:56:15 +10:00
912228f87b noise: move lerp into noise namespace 2015-05-18 14:56:15 +10:00
e525c34134 style: comments and namespacing 2015-05-18 14:34:48 +10:00
5295f1a205 noise: add image noise test tool 2015-05-18 14:11:08 +10:00
c0859e3160 noise: add image generator 2015-05-18 14:10:34 +10:00
76405ce9c0 image/buffer: use begin/end/data methods 2015-05-18 14:09:34 +10:00
054dfa918e crypto: add XXTEA {en,de}cryption. 2015-05-15 18:27:24 +10:00
7f0c7466e4 crypto: encrypt in-place where it suits 2015-05-15 18:26:45 +10:00
9a1a75d623 maths: correct constness of PI instantiations 2015-05-15 11:01:11 +10:00
ddaca2f453 XTEA: add extended TEA encryption 2015-05-07 00:18:01 +10:00
dd05d677dd TEA: use static sized storage for tests 2015-05-07 00:17:20 +10:00
9d3c058873 TEA: add "Tiny Encryption Algorithm" 2015-05-06 23:49:45 +10:00
717644acde arc4: add initial implementation 2015-05-06 21:38:56 +10:00
7a6c9823d5 build: disable problematic sanitizers 2015-05-01 02:49:59 +10:00
70c65c2bb2 introspection: map tuples to themselves in type_tuple 2015-05-01 02:49:19 +10:00
358f2ddb60 tuple: test tuple mapping with template src types
Added complexity in the test to help diagnose issues with the
introspection code.
2015-05-01 02:43:27 +10:00
7bc96bd60f maths: explicitly instantiate PI for float, double 2015-05-01 02:42:32 +10:00
bb1e87bb47 options: don't import util and std namespaces 2015-04-30 21:03:18 +10:00
928a499122 debug: silence unused variable warnings in release 2015-04-30 17:31:19 +10:00
7df74064dc traits: remove deprecated auto_ptr specialisation 2015-04-29 17:47:37 +10:00
c052d7df4b maths: use templated PI and E constants 2015-04-29 17:45:39 +10:00
d804f0e4b6 build: enable c++1z 2015-04-29 17:43:37 +10:00
5744b82825 build: add GCC 5 ODR checking 2015-04-29 17:42:52 +10:00
646a3e3902 build: add more sanitizers 2015-04-29 17:41:54 +10:00
6223e1e16c options: style 2015-04-29 17:18:31 +10:00
f05e478292 options: remove redundant config include 2015-04-29 17:13:31 +10:00
c68940bbbc options: don't include std/util in impl namespace 2015-04-29 17:13:25 +10:00
97de4a2bd6 options: remove memory leak 2015-04-29 17:10:33 +10:00