30fa4a378d
colour: add html-style colour parsing
2017-05-22 16:20:21 +10:00
813600e774
ascii: add hex conversion and unit tests
2017-05-22 16:11:31 +10:00
7fc5eb3b17
log: remove duplicate listings for severity levels
2017-05-22 13:56:19 +10:00
9471b9eae7
test: ensure all tests return a useful status code
...
These tests were all assumed to execute correctly because CTest is not
capable of parsing the TAP output and instead relies entirely on status
codes.
2017-05-22 13:55:21 +10:00
8dac175558
algo/sort: don't std::forward args we're going to reuse
2017-05-19 15:23:10 +10:00
1200b1a038
algo/sort: assert we're operating on random iterators
2017-05-19 15:22:44 +10:00
92727ff351
algo/sort: work around gcc lamba param aliasing bug
2017-05-18 18:38:40 +10:00
1ad3e0bde0
algo/sort: add SOA sorting helper
...
sort::soa applies a permutation to multiple value arrays such that the
first value array is sorted
2017-05-18 18:24:48 +10:00
f0dd072d16
tuple: add debugging 'ignore' function
...
used to pass off parameter packs when debugging to avoid unused argument
warnings.
2017-05-18 18:21:25 +10:00
167aae1d1e
debug: fully qualify almost_equal namespace
2017-05-18 18:20:19 +10:00
42971b34b9
cmake: bump for LTO fixes
2017-05-16 17:14:24 +10:00
7a8e1ddb6f
introspection: change constexpr arrays to const
...
clang doesn't much like non-literal types as constexpr. We can live with
them as const values for the time being, so lets do that to avoid too
much code churn.
2017-05-16 17:12:14 +10:00
dca8b174c6
build: add forgotten clang/gcc7 headers
2017-05-16 17:12:14 +10:00
530c9852ef
cmake: bump for GCC LTO fixes
2017-05-12 15:59:11 +10:00
6d6c5c0cfc
hash/crc: use relative include paths
...
We can't use system include paths for our headers because we are
probably not installed just yet..
2017-05-12 15:56:41 +10:00
300a3f77d9
build: remove autotools support
2017-03-23 15:16:58 +11:00
514430c614
build: remove autotools support
2017-03-23 15:01:09 +11:00
4f398620ab
view: add make_cview function for pointers
2017-03-23 14:36:56 +11:00
b67a99ee4e
coord: add arity query function
2017-03-23 14:36:39 +11:00
436df2952f
view: add make_view specialisations for std::string
2017-03-17 18:06:02 +11:00
cf36b5e1f9
bump cmake
2017-03-06 21:42:49 +11:00
4306a94379
matrix: add assignment-multiplication operator
2017-03-06 21:36:04 +11:00
7c036243da
preprocessor: expand argument count for MAP
2017-03-06 18:40:13 +11:00
54b26e9f60
view: add two-iterator make_view call
2017-02-21 21:20:15 +11:00
6ba88a1048
pascal: parameterise on size type
2017-02-21 21:19:58 +11:00
a56d1e339a
matrix: parameterise on rows+cols+type
2017-02-21 21:19:28 +11:00
7786d32ba5
view: add inequality operator
2017-02-20 18:10:26 +11:00
09de734185
posix/fd: label write/read calls with warn_unused
2017-02-20 18:10:04 +11:00
d21f6c6911
tap: temporarily remove c++17 nested namespaces
...
This improves analysis under CLion 2016.x
2017-02-20 18:09:23 +11:00
f4093cb3d5
hash/crc: document template parameters
2017-02-20 18:01:40 +11:00
bec24535fc
hash/crc: parameterise crc for reflection, and 64 bits
2017-02-14 19:47:12 +11:00
2bd094ab9f
bitwise: use bit reversal from bit twiddling hacks
2017-02-13 17:14:30 +11:00
08293e4b1f
pascal: array size should be constant
2017-02-13 17:14:13 +11:00
b39f80e606
hash/crc: parameterise on type and polynomial generator
2017-02-13 17:13:46 +11:00
fdc8b34770
polynomial: avoid unnecessary instantiation
2017-02-09 16:49:00 +11:00
4e993f2d4d
introspection: add type_char trait
2017-02-09 16:48:42 +11:00
c57569a4ff
cmake: more reliable backtrace strategy discovery
2017-02-01 13:46:33 +11:00
256e1c32b3
log: allow dynamic updates of the global log level
2017-01-31 20:30:38 +11:00
cc4f91f393
introspection: add filesystem::path type_name specialisation
2017-01-31 20:30:16 +11:00
46873e0931
cmdopt: remove unnecessary virtual keywords
2017-01-31 20:29:53 +11:00
82849cc157
cmdopt: default the constructor rather than empty it
2017-01-31 20:29:27 +11:00
154f43d188
sha2: style
2017-01-27 15:00:20 +11:00
4a73c1761b
sha2: use constexpr for static numeric arrays
2017-01-27 14:59:59 +11:00
0c4fe21f97
xxtea: remove unused global
2017-01-27 14:57:39 +11:00
90621ca7f8
strongdef: remove unnecessary copy constructor
...
Reduces issues with compiler generated assignment operators.
2017-01-27 14:56:54 +11:00
2d41136621
cmake: import LTO fixes
2017-01-25 18:48:17 +11:00
29c3fc9309
hash/crc: add trivial desciption comment to class
2017-01-25 16:14:49 +11:00
5a25f07f8e
hash/crc: adapt implementation from png appendix
2017-01-25 16:12:12 +11:00
ca7f4b739a
exe: test image query against argv, not constants
2017-01-25 15:07:14 +11:00
845c8dd14d
cmake: avoid recursive cmake lists for tests
2017-01-25 15:06:47 +11:00