Commit Graph

2021 Commits

Author SHA1 Message Date
11d56d1987 cmake: bump for stdc++fs fixes 2017-01-17 21:31:26 +11:00
b5a4b4791d cmake: use CURRENT versions of directories 2017-01-17 21:31:12 +11:00
7c25c0762a build: add cmake tests 2017-01-17 19:36:56 +11:00
dd23d4a347 build: cmake tests 2017-01-17 19:20:30 +11:00
c0f3983ca8 stream: add minimal scoped flag test case 2017-01-09 15:54:47 +11:00
e1aacef7a2 stream: use scoped manipulators 2017-01-05 20:21:20 +11:00
96f3bc14e6 stream: style 2017-01-05 20:21:03 +11:00
ee53f8234b pool: avoid alignment warnings on ARM 2017-01-05 19:50:28 +11:00
98dc992473 build: avoid integer length warnings 2017-01-05 19:50:28 +11:00
449fd1d1ad guid: remove this module
Many asumptions failed under big endian, the code wasn't particularly
robust, and there are no users.
2017-01-05 19:50:27 +11:00
e364b0855f coord/store: avoid unused variable on non-sse alignment 2017-01-05 19:50:27 +11:00
fdf7896955 cmdopt: use the correct constructor for char errors 2017-01-05 19:50:27 +11:00
4566141855 matrix: add data accessor function 2017-01-05 19:50:27 +11:00
faf7e68671 alloc/stack: fix allocation record offset calculation 2017-01-05 17:06:13 +11:00
a63e6c213e tools/scratch: add iostream header 2017-01-05 16:46:20 +11:00
abedda1e5d coord/store: abstract SIMD alignment tests 2017-01-05 16:46:01 +11:00
353cf839d4 use nested namespace declarations 2017-01-05 15:06:49 +11:00
c4ca41d6c4 maths: make round_pow2 constexpr 2017-01-04 22:40:06 +11:00
d156bb436b view: instantiate signed char ostream operators 2017-01-04 22:39:36 +11:00
a3f24db5d5 view: make_view should be const 2017-01-04 22:39:18 +11:00
b770e5f370 fixed: add integer logical operators 2017-01-04 22:38:41 +11:00
0997bbbaac endian: add signed byteswap 2017-01-04 22:38:15 +11:00
f3fb385686 hash/xxhash: remove unnecessary foundation code 2016-12-21 21:08:26 +11:00
4f795c9e40 bezier: add signed distance queries 2016-12-21 20:25:50 +11:00
0da8c189ec maths: add linear mixing function 2016-12-21 20:23:43 +11:00
e6115eb234 point: use vector operations for distance functions 2016-12-21 20:23:43 +11:00
a7caea16e1 vector: add 2d cross product 2016-12-21 20:23:43 +11:00
fde9b281be debug: correct DEBUG_LIMIT print ordering 2016-12-21 20:23:43 +11:00
185942593e debug: consistent spacing 2016-12-21 20:23:43 +11:00
3dd80be05a coord: use self-dot-product for norm2 2016-12-21 20:23:43 +11:00
c91e1d29c3 polynomial: style 2016-12-21 20:23:43 +11:00
9116404f30 introspection: work around clang static constexpr arrays 2016-12-21 16:46:16 +11:00
74f7bc2e1a region: make ostream output spacing consistent 2016-12-21 16:45:08 +11:00
2e0fa64494 range: convert static members to constexpr methods 2016-12-21 16:44:48 +11:00
2dcb315ce6 region: prefer constexpr functions over static variables 2016-12-12 17:07:53 +11:00
b5932c4537 extent: prefer constexpr functions over static variables 2016-12-12 17:06:55 +11:00
f6116eb63e point: prefer constexpr functions over static variables 2016-12-12 17:06:04 +11:00
4bf160934c vector: prefer constexpr functions over static variables 2016-12-12 17:04:39 +11:00
d2ba672a30 colour: remove static constants 2016-12-12 17:03:36 +11:00
ed3f5629b8 region: prefer explicit over block namespacing 2016-12-12 16:26:09 +11:00
17b5514df4 point: prefer explicit over blocked namespacing 2016-12-12 15:45:43 +11:00
9711272989 xxhash: fix some integer conversion warnings 2016-12-12 15:45:21 +11:00
3e9b86f33f view: add make_cview function 2016-12-06 15:18:49 +11:00
6d079554a6 format: fix escaped percent before value specifier 2016-12-06 13:37:54 +11:00
0756f3f4cf log: set default log level to NOTICE
Using NOTICE as the default log level gives us both DEBUG and INFO to
play with for messages that we don't want to display by default.
2016-11-23 17:45:53 +11:00
a1b35dfbbe string: add trivial wchar-to-utf8 conversions 2016-11-22 21:48:57 +11:00
d1ec872bd4 xxhash: add forgotten C implementation 2016-11-18 13:24:34 +11:00
555168d9a3 view: implement non-const indexing operator 2016-11-17 19:53:19 +11:00
b027b60be0 view: find function takes const ref 2016-11-17 19:53:19 +11:00
86332b4d3c view: move array constructor to make_array function 2016-11-17 19:53:19 +11:00