cereal/unittests
Kasper Laudrup 9376ca6055 Don't use C style casts
Change C style casts to C++ static casts.

This makes the code compile with the -Wold-style-cast warning enabled
2016-11-23 01:34:53 +01:00
..
array.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
basic_string.cpp Fixed an issue with the preservation of whitespaces for strings. The validation may be invalid when one of the previous calls to the saveValue was done and the value was taking more characters. A test is now added in order to reproduce this error. 2015-11-06 00:24:17 -05:00
bitset.cpp BinaryData optimization for Bitset 2016-02-05 10:14:44 -08:00
boost_variant.cpp fix double comparison for variant test #230 2016-01-27 15:22:43 -08:00
chrono.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
cmake-config-module.cmake cmake improvements (install target) 2015-10-06 14:32:40 +02:00
CMakeLists.txt Changes to support thread safety 2016-07-29 13:40:49 -07:00
common.hpp Add empty serialization func for std::less 2016-03-01 14:30:02 -08:00
complex.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
deque.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
forward_list.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
list.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
load_construct.cpp Unit tests for #216 2016-03-30 11:34:17 -07:00
map.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
memory_cycles.cpp Fixing issues with icc. refs #120 2014-09-02 11:49:47 -07:00
memory.cpp Fixed issue with private c'tors 2014-08-26 11:45:38 -07:00
multimap.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
multiset.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
pair.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
pod.cpp Don't use C style casts 2016-11-23 01:34:53 +01:00
polymorphic.cpp Don't use C style casts 2016-11-23 01:34:53 +01:00
portability_test.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
portable_binary_archive.cpp Don't use C style casts 2016-11-23 01:34:53 +01:00
priority_queue.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
queue.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
run_portability_test.sh Adding portability test 2014-03-11 16:28:37 -07:00
run_valgrind.sh Adding valgrind to travis 2014-03-13 12:18:19 -07:00
set.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
stack.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
structs_minimal.cpp Adding additional tests to cover issue #79 2014-06-06 15:24:24 -07:00
structs_specialized.cpp Don't use C style casts 2016-11-23 01:34:53 +01:00
structs.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
tuple.cpp Add unit tests for size 11 tuple, re: #175 2015-03-04 15:24:11 -08:00
unordered_loads.cpp JSON now matches string length for out of order NVPs 2015-05-02 21:17:44 -07:00
unordered_map.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
unordered_multimap.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
unordered_multiset.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
unordered_set.cpp make clang happy with integer comparisons 2015-12-22 22:30:30 -08:00
user_data_adapters.cpp Various fixes for warning level 4 with MSVC 2015-03-29 00:35:34 -07:00
valarray.cpp more tab spacing fixes 2015-05-02 21:53:30 -07:00
vector.cpp Update copyright 2013 -> 2014 2014-03-20 20:36:04 -07:00
versioning.cpp Changes to support thread safety 2016-07-29 13:40:49 -07:00