Randolph Voorhies
ce983a1bb4
Unit tests for unordered_set
2013-06-14 16:03:13 -07:00
Randolph Voorhies
8a775ecdcb
Unit tests for unordered_multimap
2013-06-14 15:49:50 -07:00
Randolph Voorhies
68ada7b613
Unit tests for multimap
2013-06-14 15:39:07 -07:00
Randolph Voorhies
e2e6002f67
Unit tests for unordered_map
2013-06-14 15:35:15 -07:00
Randolph Voorhies
9ccd18fad9
Unit tests for string
2013-06-14 15:28:46 -07:00
Randolph Voorhies
84acf887bb
Unit tests for stack
2013-06-14 15:04:04 -07:00
Randolph Voorhies
4abde8093a
Unit tests for set
2013-06-14 15:01:06 -07:00
Randolph Voorhies
3691ec192a
Unit tests for queue
2013-06-14 14:54:11 -07:00
Randolph Voorhies
0dd44928c3
Added map unit tests.
...
Something funky is going on with the stream operator here, but whatever.
2013-06-14 14:45:11 -07:00
Randolph Voorhies
70225c8e31
Merge branch 'master' of git.r-c-v.com:rand/cereal
...
Conflicts:
binary_archive/array.hpp
binary_archive/forward_list.hpp
2013-06-14 13:46:20 -07:00
Randolph Voorhies
73fda0f5d9
Starting map unit tests
2013-06-14 13:45:10 -07:00
Shane Grant
e9d277025f
const_cast for save(), seeking for binary_oarchive
...
Using const cast to get rid of having two versions of save (changed vector and array so far)
Initial implementation of seeking to allow saving and restoring position within a binary archive
2013-06-14 12:17:21 -07:00
Randolph Voorhies
d060da918c
Added list unit tests
2013-06-13 18:45:33 -07:00
Randolph Voorhies
6821955323
Added forward_list unit tests
...
Also, forward_list has no .size() method. For now, we're using a linear
traversal of the container with std::distance. We may want to do
something more efficient later?
2013-06-13 18:40:57 -07:00
Randolph Voorhies
11019ef8de
Adding deque unit tests
2013-06-13 18:31:29 -07:00
Randolph Voorhies
010252c1d7
Fixed serialization error in vector, added tests
2013-06-13 18:26:29 -07:00
Randolph Voorhies
480cfcc4b6
Added array unit tests
2013-06-13 17:54:42 -07:00
Randolph Voorhies
bb3f5409d8
Added unit tests for pointers
2013-06-13 17:02:46 -07:00
Randolph Voorhies
0186e16fcb
Adding unit tests for POD types
2013-06-13 16:54:32 -07:00