|
9f6d41eb8c
|
log: remove utility values from level_t enum
|
2016-01-21 13:55:08 +11:00 |
|
|
b107666376
|
log: comment to_level failure behaviour
|
2016-01-21 13:54:41 +11:00 |
|
|
aee9d8ef36
|
log: remove boost::format to reduce complexity
|
2016-01-20 16:40:42 +11:00 |
|
|
0fd72f0893
|
format: test case whitespace
|
2016-01-20 16:39:20 +11:00 |
|
|
c877192cfc
|
format: add test case for char[]
|
2016-01-20 16:38:54 +11:00 |
|
|
de483670c4
|
debug: rename unusual to warn
unusual is a stupid name
|
2016-01-20 16:38:01 +11:00 |
|
|
7cd20bb64d
|
format: add specifier detection for fs::path
|
2016-01-20 16:37:45 +11:00 |
|
|
4eb10d0c6f
|
log: remove useless to_string(level_t)
|
2016-01-20 16:11:47 +11:00 |
|
|
c165c07e41
|
log: remove namespace imports
|
2016-01-20 15:44:01 +11:00 |
|
|
6975529cfd
|
log: update copyright dates
|
2016-01-20 15:37:52 +11:00 |
|
|
aea8dbbf00
|
log: standardise sanity and to_foo naming
|
2016-01-20 15:37:31 +11:00 |
|
|
ecbedf6420
|
log: style
|
2016-01-20 15:36:32 +11:00 |
|
|
8cb5029dca
|
debugging: temporarily disable thread sanitizer
GCC 5.3.0 creates executables that segfault during autoconf testing
routines. It's easier to disable it globally for the time being.
|
2016-01-20 11:27:21 +11:00 |
|
|
d9a0649acb
|
test: convert remaining tests to TAP
|
2016-01-19 18:31:49 +11:00 |
|
|
031ef3dca7
|
version: style, naming, accessors
|
2016-01-19 18:31:35 +11:00 |
|
|
08ac4b0e9d
|
ip: throw exception on parse error
|
2016-01-19 18:30:53 +11:00 |
|
|
bf5b0916e8
|
pool: capacity queries, comments
|
2016-01-19 18:29:13 +11:00 |
|
|
fcd10f1cea
|
types/bits: add bytes_type convenience wrapper
|
2015-12-10 11:34:56 +11:00 |
|
|
06fc8dd651
|
types/bits: use unsigned type for size param
|
2015-12-10 11:34:34 +11:00 |
|
|
65bf7af24e
|
matrix: perspective construction takes a Z-range
|
2015-12-02 10:03:25 +11:00 |
|
|
d232f1c871
|
alloc: rename 'size' to 'used'
|
2015-11-30 16:08:07 +11:00 |
|
|
da81fc8355
|
build: reference forgotten ipp files
|
2015-11-30 15:10:04 +11:00 |
|
|
f4545ba4d0
|
threads: remove broken thread wrappers
|
2015-11-30 14:53:42 +11:00 |
|
|
caa70a2063
|
bitwise: add popcount
|
2015-11-25 13:46:13 +11:00 |
|
|
a3bdf1b7a1
|
strongdef: disable mismatched T/Tag assignment
|
2015-11-25 13:32:29 +11:00 |
|
|
93c08b048c
|
memory/deleter: add function calling deleter
used with unique_ptr in the deletion phase
|
2015-11-24 16:53:10 +11:00 |
|
|
ffe219748a
|
alloc/arena: add simple test cases
|
2015-11-24 16:52:47 +11:00 |
|
|
96769c582e
|
alloc/arena: argument forwarding for acquire
|
2015-11-24 16:52:14 +11:00 |
|
|
5601c1e9c4
|
alloc/stack: add capacity/size/remain implementations
|
2015-11-24 16:49:11 +11:00 |
|
|
8ea208daea
|
alloc/linear: add capacity/size/remain implementations
|
2015-11-24 16:48:46 +11:00 |
|
|
a8e4e39f8f
|
strongdef: prevent conversion operator based equality
|
2015-11-24 16:48:07 +11:00 |
|
|
4556745d77
|
memory/deleter: add trivial test case
|
2015-11-19 16:46:44 +11:00 |
|
|
00f6f614be
|
memory: rename object_deleter to owner_deleter
|
2015-11-19 16:46:19 +11:00 |
|
|
99d025af4d
|
strongdef: actually use tagging for disambiguation...
|
2015-11-19 15:06:52 +11:00 |
|
|
37268d6215
|
memory/deleter: remove nullptr callback restriction
if you want to pass in null then it's your head...
|
2015-11-19 15:04:19 +11:00 |
|
|
873997fa33
|
alloc: trivial top level comments for linear/stack
|
2015-11-19 15:03:57 +11:00 |
|
|
38678cc78e
|
strongdef: add specialisation of numeric_limits
|
2015-11-18 14:46:43 +11:00 |
|
|
4599b11197
|
strongdef: add trivial instantiation test
|
2015-11-18 14:44:08 +11:00 |
|
|
bb1652b8f3
|
strongdef: add simple thin value wrapper type
useful for strong typesafe typedefs.
|
2015-11-17 22:27:49 +11:00 |
|
|
cc12ed8943
|
pointer: add pointer align function
|
2015-11-17 17:21:48 +11:00 |
|
|
7dcaca2681
|
memory: add object based deleter for unique_ptr
|
2015-11-17 17:20:52 +11:00 |
|
|
0be5ccf5c7
|
cast: style
|
2015-11-17 16:38:59 +11:00 |
|
|
e05e049c69
|
cast: ensure real<->int or size reduction in trunc_cast
|
2015-11-17 16:38:34 +11:00 |
|
|
cfb5e13c28
|
cast: simplify sign_cast, remove identity case
|
2015-11-17 16:37:51 +11:00 |
|
|
424e6e8701
|
cast: move types/casts to cast
|
2015-11-17 16:19:27 +11:00 |
|
|
78e0455800
|
t/casts: use equivalent types for equality
|
2015-11-17 14:04:23 +11:00 |
|
|
b1880e47b3
|
debug: fully qualify *_equal comparators
|
2015-11-17 14:03:32 +11:00 |
|
|
8e2c5f1942
|
maths: explanatory header for sign()
|
2015-11-16 17:57:53 +11:00 |
|
|
486cefc4c6
|
maths: move functions inline, remove ipp
|
2015-11-16 13:57:51 +11:00 |
|
|
eb2722bfa4
|
maths: style
|
2015-11-16 13:21:38 +11:00 |
|