1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00
dindexer/test/unit
King_DuckZ 53a42fa7c0 Add bin tag to lexical_cast.
This also fixes a subtle bug: the size passed to MaxSizedArray in
int_to_string() was calculated on the max value of type F, but when
F was a signed type the max would only be for example 31 bits.
Conversion of negative numbers would then fail with an assertion.
2016-06-15 23:04:46 +01:00
..
CMakeLists.txt Add dedicated tests for lexical_cast and fix failures I found. 2016-06-15 17:27:32 +01:00
test_diriterator.cpp Flattening is useful, so move it out of the unit test. 2016-02-20 01:34:46 +01:00
test_glob2regex.cpp Throw if glob parsing fails. 2016-05-12 20:02:33 +02:00
test_guess_content_type.cpp Import better-enums project from github and put it to use :) 2016-04-26 20:47:29 +02:00
test_lexical_cast.cpp Add bin tag to lexical_cast. 2016-06-15 23:04:46 +01:00
test_tiger_string_conv.cpp New string_to_tiger function. 2016-06-15 14:57:52 +01:00