- 30 Sep, 2014 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
Replace compile tests that check if types are copy constructible and copy assignable with normal tests that use type_traits (if available).
-
- 29 Sep, 2014 10 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
is_copy_assignable is broken in MSVC.
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
Array is split into an abstract Buffer class and a concrete MemoryBuffer class. BasicWriter now does all memory allocation through a Buffer object. Subclasses of BasicWriter may use different buffer types. The new BasicMemoryBuffer class uses the default MemoryBuffer.
-
- 25 Sep, 2014 9 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
Special case C strings because there is no need to handle size for them. Add support for pre-C++11 compilers to make_type.
-
Victor Zverovich authored
-
- 24 Sep, 2014 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 23 Sep, 2014 4 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 21 Sep, 2014 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
This improve bloat test results: Old stripped size: 67680 (optimized) New stripped size: 59488 (optimized)
-
- 19 Sep, 2014 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 18 Sep, 2014 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 17 Sep, 2014 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 13 Sep, 2014 1 commit
-
-
Victor Zverovich authored
-