Robert Ramey
|
75f09afc89
|
moved shared_helper to mixin of common base
updated shared_ptr serialization accordingly
|
2014-02-13 08:52:58 -08:00 |
|
Robert Ramey
|
c19a1e737e
|
tweak test
|
2014-02-09 21:22:21 -08:00 |
|
Robert Ramey
|
59e822de4a
|
fixed tests to condition on C11 compatibility
|
2014-02-07 20:47:44 -08:00 |
|
Robert Ramey
|
da757049e5
|
misc fixes in tests to condition of C++11 support
another fix for S Kelly fiasco.
|
2014-02-07 10:01:12 -08:00 |
|
Robert Ramey
|
2140063d82
|
added support for missing collections in the standard library
forward_list
array
stack
queue
priority_queue
|
2014-02-06 13:12:39 -08:00 |
|
Robert Ramey
|
a95d415155
|
types in CMake file
|
2014-02-03 14:40:40 -08:00 |
|
Robert Ramey
|
e7dad5da18
|
stop tracking accidentally checked cmake build directory
|
2014-01-31 09:17:46 -08:00 |
|
Robert Ramey
|
5244401101
|
fix for cycle error
|
2014-01-30 23:07:47 -08:00 |
|
Robert Ramey
|
4156bd15e6
|
fixed to avoid testing of utf characters > 21 bits which aren’t required to be supported by standards.
This was creating a false test failure.
Boost’s code convert facets don’t check for this so they pass the original test.
|
2014-01-27 12:54:25 -08:00 |
|
Robert Ramey
|
200cb3019c
|
added comments to build serialization project
|
2014-01-26 13:55:17 -08:00 |
|
Robert Ramey
|
f9c6d2a7ac
|
refined CMake to generate shared vs static builds
|
2014-01-26 09:45:57 -08:00 |
|
Robert Ramey
|
1efe4813f8
|
Upgraded to include most library tests
|
2014-01-24 08:49:17 -08:00 |
|
Robert Ramey
|
6c7f48543e
|
added in cache variables for 32/64 selection
|
2014-01-23 10:40:54 -08:00 |
|
Robert Ramey
|
f4cc516809
|
initial checkin
|
2014-01-22 21:13:16 -08:00 |
|
Robert Ramey
|
b454953f27
|
merge trunk to release
[SVN r86727]
|
2013-11-16 20:13:39 +00:00 |
|
Robert Ramey
|
bda94d16d1
|
merge trunk to release
[SVN r86724]
|
2013-11-16 19:41:12 +00:00 |
|
Robert Ramey
|
8af0e20bb0
|
merge trunk to release
[SVN r86723]
|
2013-11-16 19:31:12 +00:00 |
|
Robert Ramey
|
7ee0f95b23
|
corrected usage of codecvt_utf8
[SVN r86618]
|
2013-11-11 15:41:01 +00:00 |
|
Robert Ramey
|
ecaccd36a5
|
correct usage of codecvt_utf8
[SVN r86617]
|
2013-11-11 15:40:12 +00:00 |
|
Robert Ramey
|
e14e2de4ae
|
changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility.
[SVN r86611]
|
2013-11-11 01:57:48 +00:00 |
|
Robert Ramey
|
76f231dc92
|
changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility.
[SVN r86610]
|
2013-11-11 01:56:19 +00:00 |
|
Robert Ramey
|
f29bdab128
|
changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility.
[SVN r86609]
|
2013-11-11 01:55:39 +00:00 |
|
Robert Ramey
|
3812a98455
|
fix up of issues created by removal of support for older compilers
[SVN r86589]
|
2013-11-08 21:23:37 +00:00 |
|
Robert Ramey
|
1fdf760fba
|
fix up of issues created removal of support for older compilers
[SVN r86588]
|
2013-11-08 21:08:55 +00:00 |
|
Robert Ramey
|
f8b7769f74
|
increased template instantiation depth for clang to 255
[SVN r86520]
|
2013-10-30 03:57:39 +00:00 |
|
Robert Ramey
|
49d47f76d0
|
corrected # digits - next attempt
[SVN r86507]
|
2013-10-28 21:38:15 +00:00 |
|
Robert Ramey
|
ff6e816b98
|
corrected # digits
corrected tests which compare floating point numbers to require max 1 digit difference
[SVN r86501]
|
2013-10-28 15:39:01 +00:00 |
|
Robert Ramey
|
61e32a782b
|
corrected # digits
corrected tests which compare floating point numbers to require max 1 digit difference
[SVN r86500]
|
2013-10-28 15:36:41 +00:00 |
|
Robert Ramey
|
1bded4af0c
|
corrected # digits
[SVN r86499]
|
2013-10-28 15:34:58 +00:00 |
|
Robert Ramey
|
599c58825b
|
correct rounding
fix memory leak for constructor failure in load_construct_data
fix another bug in loading pointers
[SVN r86487]
|
2013-10-27 20:50:26 +00:00 |
|
Robert Ramey
|
aad837cf20
|
correct rounding
fix memory leak for constructor failure in load_construct_data
fix another bug in loading pointers
[SVN r86486]
|
2013-10-27 20:38:43 +00:00 |
|
John Maddock
|
127db4d189
|
Remove all references to now defunct (and removed) header.
[SVN r86438]
|
2013-10-26 10:13:38 +00:00 |
|
Stephen Kelly
|
77ec94abf1
|
Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC
[SVN r86250]
|
2013-10-11 23:23:26 +00:00 |
|
Stephen Kelly
|
800a233152
|
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
These evaded scripting.
[SVN r86249]
|
2013-10-11 23:22:36 +00:00 |
|
Stephen Kelly
|
4da869a1e2
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#else...#endif blocks.
[SVN r86245]
|
2013-10-11 23:17:48 +00:00 |
|
Stephen Kelly
|
e3fe03c675
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#endif conditions.
[SVN r86244]
|
2013-10-11 23:15:00 +00:00 |
|
Robert Ramey
|
d57978411e
|
corrected test_array.cpp
[SVN r86217]
|
2013-10-09 17:04:12 +00:00 |
|
Robert Ramey
|
86dcaaba03
|
replaced delete t where t is a void * with free(t)
[SVN r86195]
|
2013-10-07 19:38:26 +00:00 |
|
Robert Ramey
|
875a37f915
|
fixed memory leak on load_object_ptr and other changes
[SVN r86156]
|
2013-10-04 00:36:37 +00:00 |
|
Robert Ramey
|
33d737eb4c
|
fixed memory leak on load_object_ptr and other changes
[SVN r86155]
|
2013-10-04 00:26:49 +00:00 |
|
Stephen Kelly
|
50181d8a1d
|
Serialization: Remove obsolete GCC version checks.
[SVN r86121]
|
2013-10-01 09:53:25 +00:00 |
|
Stephen Kelly
|
d982935ea0
|
Serialization: Remove obsolete MSVC version checks.
[SVN r86120]
|
2013-10-01 09:53:08 +00:00 |
|
Stephen Kelly
|
ee2284e28f
|
Serialization: Remove obsolete GCC version check.
[SVN r86064]
|
2013-09-30 15:57:33 +00:00 |
|
Stephen Kelly
|
8ced07c640
|
Archive: Remove obsolete MSVC version checks.
[SVN r86052]
|
2013-09-30 11:22:56 +00:00 |
|
Stephen Kelly
|
f735d967ec
|
Serialization: Remove use of obsolete NNTP macro.
[SVN r85960]
|
2013-09-26 14:09:38 +00:00 |
|
Stephen Kelly
|
f260c15935
|
Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq
is now clean.
[SVN r85952]
|
2013-09-26 13:02:51 +00:00 |
|
Stephen Kelly
|
f06e89cefb
|
Serialization: Remove obsolete MSVC version checks.
[SVN r85911]
|
2013-09-25 21:12:23 +00:00 |
|
John Maddock
|
ce2855e559
|
Suppress msvc warnings.
[SVN r85243]
|
2013-08-08 18:05:37 +00:00 |
|
Robert Ramey
|
3d7ac026c6
|
sync with release branch
[SVN r84077]
|
2013-04-28 20:23:10 +00:00 |
|
Robert Ramey
|
3c92534d7c
|
to suppress warning?
[SVN r84069]
|
2013-04-28 16:20:28 +00:00 |
|