isotree 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/LICENSE.txt +2 -2
- data/README.md +32 -14
- data/ext/isotree/ext.cpp +144 -31
- data/ext/isotree/extconf.rb +7 -7
- data/lib/isotree/isolation_forest.rb +110 -30
- data/lib/isotree/version.rb +1 -1
- data/vendor/isotree/LICENSE +1 -1
- data/vendor/isotree/README.md +165 -27
- data/vendor/isotree/include/isotree.hpp +2111 -0
- data/vendor/isotree/include/isotree_oop.hpp +394 -0
- data/vendor/isotree/inst/COPYRIGHTS +62 -0
- data/vendor/isotree/src/RcppExports.cpp +525 -52
- data/vendor/isotree/src/Rwrapper.cpp +1931 -268
- data/vendor/isotree/src/c_interface.cpp +953 -0
- data/vendor/isotree/src/crit.hpp +4232 -0
- data/vendor/isotree/src/dist.hpp +1886 -0
- data/vendor/isotree/src/exp_depth_table.hpp +134 -0
- data/vendor/isotree/src/extended.hpp +1444 -0
- data/vendor/isotree/src/external_facing_generic.hpp +399 -0
- data/vendor/isotree/src/fit_model.hpp +2401 -0
- data/vendor/isotree/src/{dealloc.cpp → headers_joined.hpp} +38 -22
- data/vendor/isotree/src/helpers_iforest.hpp +813 -0
- data/vendor/isotree/src/{impute.cpp → impute.hpp} +353 -122
- data/vendor/isotree/src/indexer.cpp +515 -0
- data/vendor/isotree/src/instantiate_template_headers.cpp +118 -0
- data/vendor/isotree/src/instantiate_template_headers.hpp +240 -0
- data/vendor/isotree/src/isoforest.hpp +1659 -0
- data/vendor/isotree/src/isotree.hpp +1804 -392
- data/vendor/isotree/src/isotree_exportable.hpp +99 -0
- data/vendor/isotree/src/merge_models.cpp +159 -16
- data/vendor/isotree/src/mult.hpp +1321 -0
- data/vendor/isotree/src/oop_interface.cpp +842 -0
- data/vendor/isotree/src/oop_interface.hpp +278 -0
- data/vendor/isotree/src/other_helpers.hpp +219 -0
- data/vendor/isotree/src/predict.hpp +1932 -0
- data/vendor/isotree/src/python_helpers.hpp +134 -0
- data/vendor/isotree/src/ref_indexer.hpp +154 -0
- data/vendor/isotree/src/robinmap/LICENSE +21 -0
- data/vendor/isotree/src/robinmap/README.md +483 -0
- data/vendor/isotree/src/robinmap/include/tsl/robin_growth_policy.h +406 -0
- data/vendor/isotree/src/robinmap/include/tsl/robin_hash.h +1620 -0
- data/vendor/isotree/src/robinmap/include/tsl/robin_map.h +807 -0
- data/vendor/isotree/src/robinmap/include/tsl/robin_set.h +660 -0
- data/vendor/isotree/src/serialize.cpp +4300 -139
- data/vendor/isotree/src/sql.cpp +141 -59
- data/vendor/isotree/src/subset_models.cpp +174 -0
- data/vendor/isotree/src/utils.hpp +3808 -0
- data/vendor/isotree/src/xoshiro.hpp +467 -0
- data/vendor/isotree/src/ziggurat.hpp +405 -0
- metadata +38 -104
- data/vendor/cereal/LICENSE +0 -24
- data/vendor/cereal/README.md +0 -85
- data/vendor/cereal/include/cereal/access.hpp +0 -351
- data/vendor/cereal/include/cereal/archives/adapters.hpp +0 -163
- data/vendor/cereal/include/cereal/archives/binary.hpp +0 -169
- data/vendor/cereal/include/cereal/archives/json.hpp +0 -1019
- data/vendor/cereal/include/cereal/archives/portable_binary.hpp +0 -334
- data/vendor/cereal/include/cereal/archives/xml.hpp +0 -956
- data/vendor/cereal/include/cereal/cereal.hpp +0 -1089
- data/vendor/cereal/include/cereal/details/helpers.hpp +0 -422
- data/vendor/cereal/include/cereal/details/polymorphic_impl.hpp +0 -796
- data/vendor/cereal/include/cereal/details/polymorphic_impl_fwd.hpp +0 -65
- data/vendor/cereal/include/cereal/details/static_object.hpp +0 -127
- data/vendor/cereal/include/cereal/details/traits.hpp +0 -1411
- data/vendor/cereal/include/cereal/details/util.hpp +0 -84
- data/vendor/cereal/include/cereal/external/base64.hpp +0 -134
- data/vendor/cereal/include/cereal/external/rapidjson/allocators.h +0 -284
- data/vendor/cereal/include/cereal/external/rapidjson/cursorstreamwrapper.h +0 -78
- data/vendor/cereal/include/cereal/external/rapidjson/document.h +0 -2652
- data/vendor/cereal/include/cereal/external/rapidjson/encodedstream.h +0 -299
- data/vendor/cereal/include/cereal/external/rapidjson/encodings.h +0 -716
- data/vendor/cereal/include/cereal/external/rapidjson/error/en.h +0 -74
- data/vendor/cereal/include/cereal/external/rapidjson/error/error.h +0 -161
- data/vendor/cereal/include/cereal/external/rapidjson/filereadstream.h +0 -99
- data/vendor/cereal/include/cereal/external/rapidjson/filewritestream.h +0 -104
- data/vendor/cereal/include/cereal/external/rapidjson/fwd.h +0 -151
- data/vendor/cereal/include/cereal/external/rapidjson/internal/biginteger.h +0 -290
- data/vendor/cereal/include/cereal/external/rapidjson/internal/diyfp.h +0 -271
- data/vendor/cereal/include/cereal/external/rapidjson/internal/dtoa.h +0 -245
- data/vendor/cereal/include/cereal/external/rapidjson/internal/ieee754.h +0 -78
- data/vendor/cereal/include/cereal/external/rapidjson/internal/itoa.h +0 -308
- data/vendor/cereal/include/cereal/external/rapidjson/internal/meta.h +0 -186
- data/vendor/cereal/include/cereal/external/rapidjson/internal/pow10.h +0 -55
- data/vendor/cereal/include/cereal/external/rapidjson/internal/regex.h +0 -740
- data/vendor/cereal/include/cereal/external/rapidjson/internal/stack.h +0 -232
- data/vendor/cereal/include/cereal/external/rapidjson/internal/strfunc.h +0 -69
- data/vendor/cereal/include/cereal/external/rapidjson/internal/strtod.h +0 -290
- data/vendor/cereal/include/cereal/external/rapidjson/internal/swap.h +0 -46
- data/vendor/cereal/include/cereal/external/rapidjson/istreamwrapper.h +0 -128
- data/vendor/cereal/include/cereal/external/rapidjson/memorybuffer.h +0 -70
- data/vendor/cereal/include/cereal/external/rapidjson/memorystream.h +0 -71
- data/vendor/cereal/include/cereal/external/rapidjson/msinttypes/inttypes.h +0 -316
- data/vendor/cereal/include/cereal/external/rapidjson/msinttypes/stdint.h +0 -300
- data/vendor/cereal/include/cereal/external/rapidjson/ostreamwrapper.h +0 -81
- data/vendor/cereal/include/cereal/external/rapidjson/pointer.h +0 -1414
- data/vendor/cereal/include/cereal/external/rapidjson/prettywriter.h +0 -277
- data/vendor/cereal/include/cereal/external/rapidjson/rapidjson.h +0 -656
- data/vendor/cereal/include/cereal/external/rapidjson/reader.h +0 -2230
- data/vendor/cereal/include/cereal/external/rapidjson/schema.h +0 -2497
- data/vendor/cereal/include/cereal/external/rapidjson/stream.h +0 -223
- data/vendor/cereal/include/cereal/external/rapidjson/stringbuffer.h +0 -121
- data/vendor/cereal/include/cereal/external/rapidjson/writer.h +0 -709
- data/vendor/cereal/include/cereal/external/rapidxml/license.txt +0 -52
- data/vendor/cereal/include/cereal/external/rapidxml/manual.html +0 -406
- data/vendor/cereal/include/cereal/external/rapidxml/rapidxml.hpp +0 -2624
- data/vendor/cereal/include/cereal/external/rapidxml/rapidxml_iterators.hpp +0 -175
- data/vendor/cereal/include/cereal/external/rapidxml/rapidxml_print.hpp +0 -428
- data/vendor/cereal/include/cereal/external/rapidxml/rapidxml_utils.hpp +0 -123
- data/vendor/cereal/include/cereal/macros.hpp +0 -154
- data/vendor/cereal/include/cereal/specialize.hpp +0 -139
- data/vendor/cereal/include/cereal/types/array.hpp +0 -79
- data/vendor/cereal/include/cereal/types/atomic.hpp +0 -55
- data/vendor/cereal/include/cereal/types/base_class.hpp +0 -203
- data/vendor/cereal/include/cereal/types/bitset.hpp +0 -176
- data/vendor/cereal/include/cereal/types/boost_variant.hpp +0 -164
- data/vendor/cereal/include/cereal/types/chrono.hpp +0 -72
- data/vendor/cereal/include/cereal/types/common.hpp +0 -129
- data/vendor/cereal/include/cereal/types/complex.hpp +0 -56
- data/vendor/cereal/include/cereal/types/concepts/pair_associative_container.hpp +0 -73
- data/vendor/cereal/include/cereal/types/deque.hpp +0 -62
- data/vendor/cereal/include/cereal/types/forward_list.hpp +0 -68
- data/vendor/cereal/include/cereal/types/functional.hpp +0 -43
- data/vendor/cereal/include/cereal/types/list.hpp +0 -62
- data/vendor/cereal/include/cereal/types/map.hpp +0 -36
- data/vendor/cereal/include/cereal/types/memory.hpp +0 -425
- data/vendor/cereal/include/cereal/types/optional.hpp +0 -66
- data/vendor/cereal/include/cereal/types/polymorphic.hpp +0 -483
- data/vendor/cereal/include/cereal/types/queue.hpp +0 -132
- data/vendor/cereal/include/cereal/types/set.hpp +0 -103
- data/vendor/cereal/include/cereal/types/stack.hpp +0 -76
- data/vendor/cereal/include/cereal/types/string.hpp +0 -61
- data/vendor/cereal/include/cereal/types/tuple.hpp +0 -123
- data/vendor/cereal/include/cereal/types/unordered_map.hpp +0 -36
- data/vendor/cereal/include/cereal/types/unordered_set.hpp +0 -99
- data/vendor/cereal/include/cereal/types/utility.hpp +0 -47
- data/vendor/cereal/include/cereal/types/valarray.hpp +0 -89
- data/vendor/cereal/include/cereal/types/variant.hpp +0 -109
- data/vendor/cereal/include/cereal/types/vector.hpp +0 -112
- data/vendor/cereal/include/cereal/version.hpp +0 -52
- data/vendor/isotree/src/Makevars +0 -4
- data/vendor/isotree/src/crit.cpp +0 -912
- data/vendor/isotree/src/dist.cpp +0 -749
- data/vendor/isotree/src/extended.cpp +0 -790
- data/vendor/isotree/src/fit_model.cpp +0 -1090
- data/vendor/isotree/src/helpers_iforest.cpp +0 -324
- data/vendor/isotree/src/isoforest.cpp +0 -771
- data/vendor/isotree/src/mult.cpp +0 -607
- data/vendor/isotree/src/predict.cpp +0 -853
- data/vendor/isotree/src/utils.cpp +0 -1566
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
/*! \file variant.hpp
|
|
2
|
-
\brief Support for std::variant
|
|
3
|
-
\ingroup STLSupport */
|
|
4
|
-
/*
|
|
5
|
-
Copyright (c) 2014, 2017, Randolph Voorhies, Shane Grant, Juan Pedro
|
|
6
|
-
Bolivar Puente. All rights reserved.
|
|
7
|
-
|
|
8
|
-
Redistribution and use in source and binary forms, with or without
|
|
9
|
-
modification, are permitted provided that the following conditions are met:
|
|
10
|
-
* Redistributions of source code must retain the above copyright
|
|
11
|
-
notice, this list of conditions and the following disclaimer.
|
|
12
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
13
|
-
notice, this list of conditions and the following disclaimer in the
|
|
14
|
-
documentation and/or other materials provided with the distribution.
|
|
15
|
-
* Neither the name of cereal nor the
|
|
16
|
-
names of its contributors may be used to endorse or promote products
|
|
17
|
-
derived from this software without specific prior written permission.
|
|
18
|
-
|
|
19
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
20
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
21
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
22
|
-
DISCLAIMED. IN NO EVENT SHALL RANDOLPH VOORHIES OR SHANE GRANT BE LIABLE FOR ANY
|
|
23
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
24
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
25
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
26
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
27
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
28
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
29
|
-
*/
|
|
30
|
-
#ifndef CEREAL_TYPES_STD_VARIANT_HPP_
|
|
31
|
-
#define CEREAL_TYPES_STD_VARIANT_HPP_
|
|
32
|
-
|
|
33
|
-
#include "cereal/cereal.hpp"
|
|
34
|
-
#include <variant>
|
|
35
|
-
#include <cstdint>
|
|
36
|
-
|
|
37
|
-
namespace cereal
|
|
38
|
-
{
|
|
39
|
-
namespace variant_detail
|
|
40
|
-
{
|
|
41
|
-
//! @internal
|
|
42
|
-
template <class Archive>
|
|
43
|
-
struct variant_save_visitor
|
|
44
|
-
{
|
|
45
|
-
variant_save_visitor(Archive & ar_) : ar(ar_) {}
|
|
46
|
-
|
|
47
|
-
template<class T>
|
|
48
|
-
void operator()(T const & value) const
|
|
49
|
-
{
|
|
50
|
-
ar( CEREAL_NVP_("data", value) );
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
Archive & ar;
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
//! @internal
|
|
57
|
-
template<int N, class Variant, class ... Args, class Archive>
|
|
58
|
-
typename std::enable_if<N == std::variant_size_v<Variant>, void>::type
|
|
59
|
-
load_variant(Archive & /*ar*/, int /*target*/, Variant & /*variant*/)
|
|
60
|
-
{
|
|
61
|
-
throw ::cereal::Exception("Error traversing variant during load");
|
|
62
|
-
}
|
|
63
|
-
//! @internal
|
|
64
|
-
template<int N, class Variant, class H, class ... T, class Archive>
|
|
65
|
-
typename std::enable_if<N < std::variant_size_v<Variant>, void>::type
|
|
66
|
-
load_variant(Archive & ar, int target, Variant & variant)
|
|
67
|
-
{
|
|
68
|
-
if(N == target)
|
|
69
|
-
{
|
|
70
|
-
H value;
|
|
71
|
-
ar( CEREAL_NVP_("data", value) );
|
|
72
|
-
variant = std::move(value);
|
|
73
|
-
}
|
|
74
|
-
else
|
|
75
|
-
load_variant<N+1, Variant, T...>(ar, target, variant);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
} // namespace variant_detail
|
|
79
|
-
|
|
80
|
-
//! Saving for std::variant
|
|
81
|
-
template <class Archive, typename VariantType1, typename... VariantTypes> inline
|
|
82
|
-
void CEREAL_SAVE_FUNCTION_NAME( Archive & ar, std::variant<VariantType1, VariantTypes...> const & variant )
|
|
83
|
-
{
|
|
84
|
-
std::int32_t index = static_cast<std::int32_t>(variant.index());
|
|
85
|
-
ar( CEREAL_NVP_("index", index) );
|
|
86
|
-
variant_detail::variant_save_visitor<Archive> visitor(ar);
|
|
87
|
-
std::visit(visitor, variant);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
//! Loading for std::variant
|
|
91
|
-
template <class Archive, typename... VariantTypes> inline
|
|
92
|
-
void CEREAL_LOAD_FUNCTION_NAME( Archive & ar, std::variant<VariantTypes...> & variant )
|
|
93
|
-
{
|
|
94
|
-
using variant_t = typename std::variant<VariantTypes...>;
|
|
95
|
-
|
|
96
|
-
std::int32_t index;
|
|
97
|
-
ar( CEREAL_NVP_("index", index) );
|
|
98
|
-
if(index >= static_cast<std::int32_t>(std::variant_size_v<variant_t>))
|
|
99
|
-
throw Exception("Invalid 'index' selector when deserializing std::variant");
|
|
100
|
-
|
|
101
|
-
variant_detail::load_variant<0, variant_t, VariantTypes...>(ar, index, variant);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
//! Serializing a std::monostate
|
|
105
|
-
template <class Archive>
|
|
106
|
-
void CEREAL_SERIALIZE_FUNCTION_NAME( Archive &, std::monostate const & ) {}
|
|
107
|
-
} // namespace cereal
|
|
108
|
-
|
|
109
|
-
#endif // CEREAL_TYPES_STD_VARIANT_HPP_
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
/*! \file vector.hpp
|
|
2
|
-
\brief Support for types found in \<vector\>
|
|
3
|
-
\ingroup STLSupport */
|
|
4
|
-
/*
|
|
5
|
-
Copyright (c) 2014, Randolph Voorhies, Shane Grant
|
|
6
|
-
All rights reserved.
|
|
7
|
-
|
|
8
|
-
Redistribution and use in source and binary forms, with or without
|
|
9
|
-
modification, are permitted provided that the following conditions are met:
|
|
10
|
-
* Redistributions of source code must retain the above copyright
|
|
11
|
-
notice, this list of conditions and the following disclaimer.
|
|
12
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
13
|
-
notice, this list of conditions and the following disclaimer in the
|
|
14
|
-
documentation and/or other materials provided with the distribution.
|
|
15
|
-
* Neither the name of cereal nor the
|
|
16
|
-
names of its contributors may be used to endorse or promote products
|
|
17
|
-
derived from this software without specific prior written permission.
|
|
18
|
-
|
|
19
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
20
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
21
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
22
|
-
DISCLAIMED. IN NO EVENT SHALL RANDOLPH VOORHIES OR SHANE GRANT BE LIABLE FOR ANY
|
|
23
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
24
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
25
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
26
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
27
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
28
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
29
|
-
*/
|
|
30
|
-
#ifndef CEREAL_TYPES_VECTOR_HPP_
|
|
31
|
-
#define CEREAL_TYPES_VECTOR_HPP_
|
|
32
|
-
|
|
33
|
-
#include "cereal/cereal.hpp"
|
|
34
|
-
#include <vector>
|
|
35
|
-
|
|
36
|
-
namespace cereal
|
|
37
|
-
{
|
|
38
|
-
//! Serialization for std::vectors of arithmetic (but not bool) using binary serialization, if supported
|
|
39
|
-
template <class Archive, class T, class A> inline
|
|
40
|
-
typename std::enable_if<traits::is_output_serializable<BinaryData<T>, Archive>::value
|
|
41
|
-
&& std::is_arithmetic<T>::value && !std::is_same<T, bool>::value, void>::type
|
|
42
|
-
CEREAL_SAVE_FUNCTION_NAME( Archive & ar, std::vector<T, A> const & vector )
|
|
43
|
-
{
|
|
44
|
-
ar( make_size_tag( static_cast<size_type>(vector.size()) ) ); // number of elements
|
|
45
|
-
ar( binary_data( vector.data(), vector.size() * sizeof(T) ) );
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
//! Serialization for std::vectors of arithmetic (but not bool) using binary serialization, if supported
|
|
49
|
-
template <class Archive, class T, class A> inline
|
|
50
|
-
typename std::enable_if<traits::is_input_serializable<BinaryData<T>, Archive>::value
|
|
51
|
-
&& std::is_arithmetic<T>::value && !std::is_same<T, bool>::value, void>::type
|
|
52
|
-
CEREAL_LOAD_FUNCTION_NAME( Archive & ar, std::vector<T, A> & vector )
|
|
53
|
-
{
|
|
54
|
-
size_type vectorSize;
|
|
55
|
-
ar( make_size_tag( vectorSize ) );
|
|
56
|
-
|
|
57
|
-
vector.resize( static_cast<std::size_t>( vectorSize ) );
|
|
58
|
-
ar( binary_data( vector.data(), static_cast<std::size_t>( vectorSize ) * sizeof(T) ) );
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
//! Serialization for non-arithmetic vector types
|
|
62
|
-
template <class Archive, class T, class A> inline
|
|
63
|
-
typename std::enable_if<(!traits::is_output_serializable<BinaryData<T>, Archive>::value
|
|
64
|
-
|| !std::is_arithmetic<T>::value) && !std::is_same<T, bool>::value, void>::type
|
|
65
|
-
CEREAL_SAVE_FUNCTION_NAME( Archive & ar, std::vector<T, A> const & vector )
|
|
66
|
-
{
|
|
67
|
-
ar( make_size_tag( static_cast<size_type>(vector.size()) ) ); // number of elements
|
|
68
|
-
for(auto && v : vector)
|
|
69
|
-
ar( v );
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
//! Serialization for non-arithmetic vector types
|
|
73
|
-
template <class Archive, class T, class A> inline
|
|
74
|
-
typename std::enable_if<(!traits::is_input_serializable<BinaryData<T>, Archive>::value
|
|
75
|
-
|| !std::is_arithmetic<T>::value) && !std::is_same<T, bool>::value, void>::type
|
|
76
|
-
CEREAL_LOAD_FUNCTION_NAME( Archive & ar, std::vector<T, A> & vector )
|
|
77
|
-
{
|
|
78
|
-
size_type size;
|
|
79
|
-
ar( make_size_tag( size ) );
|
|
80
|
-
|
|
81
|
-
vector.resize( static_cast<std::size_t>( size ) );
|
|
82
|
-
for(auto && v : vector)
|
|
83
|
-
ar( v );
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
//! Serialization for bool vector types
|
|
87
|
-
template <class Archive, class A> inline
|
|
88
|
-
void CEREAL_SAVE_FUNCTION_NAME( Archive & ar, std::vector<bool, A> const & vector )
|
|
89
|
-
{
|
|
90
|
-
ar( make_size_tag( static_cast<size_type>(vector.size()) ) ); // number of elements
|
|
91
|
-
for(const auto v : vector)
|
|
92
|
-
ar( static_cast<bool>(v) );
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
//! Serialization for bool vector types
|
|
96
|
-
template <class Archive, class A> inline
|
|
97
|
-
void CEREAL_LOAD_FUNCTION_NAME( Archive & ar, std::vector<bool, A> & vector )
|
|
98
|
-
{
|
|
99
|
-
size_type size;
|
|
100
|
-
ar( make_size_tag( size ) );
|
|
101
|
-
|
|
102
|
-
vector.resize( static_cast<std::size_t>( size ) );
|
|
103
|
-
for(auto v : vector)
|
|
104
|
-
{
|
|
105
|
-
bool b;
|
|
106
|
-
ar( b );
|
|
107
|
-
v = b;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
} // namespace cereal
|
|
111
|
-
|
|
112
|
-
#endif // CEREAL_TYPES_VECTOR_HPP_
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/*! \file version.hpp
|
|
2
|
-
\brief Macros to detect cereal version
|
|
3
|
-
|
|
4
|
-
These macros can assist in determining the version of cereal. Be
|
|
5
|
-
warned that cereal is not guaranteed to be compatible across
|
|
6
|
-
different versions. For more information on releases of cereal,
|
|
7
|
-
see https://github.com/USCiLab/cereal/releases.
|
|
8
|
-
|
|
9
|
-
\ingroup utility */
|
|
10
|
-
/*
|
|
11
|
-
Copyright (c) 2018, Shane Grant
|
|
12
|
-
All rights reserved.
|
|
13
|
-
|
|
14
|
-
Redistribution and use in source and binary forms, with or without
|
|
15
|
-
modification, are permitted provided that the following conditions are met:
|
|
16
|
-
* Redistributions of source code must retain the above copyright
|
|
17
|
-
notice, this list of conditions and the following disclaimer.
|
|
18
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
19
|
-
notice, this list of conditions and the following disclaimer in the
|
|
20
|
-
documentation and/or other materials provided with the distribution.
|
|
21
|
-
* Neither the name of cereal nor the
|
|
22
|
-
names of its contributors may be used to endorse or promote products
|
|
23
|
-
derived from this software without specific prior written permission.
|
|
24
|
-
|
|
25
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
26
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
27
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
28
|
-
DISCLAIMED. IN NO EVENT SHALL RANDOLPH VOORHIES OR SHANE GRANT BE LIABLE FOR ANY
|
|
29
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
30
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
31
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
32
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
33
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
34
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
35
|
-
*/
|
|
36
|
-
|
|
37
|
-
#ifndef CEREAL_VERSION_HPP_
|
|
38
|
-
#define CEREAL_VERSION_HPP_
|
|
39
|
-
|
|
40
|
-
//! The major version
|
|
41
|
-
#define CEREAL_VERSION_MAJOR 1
|
|
42
|
-
//! The minor version
|
|
43
|
-
#define CEREAL_VERSION_MINOR 3
|
|
44
|
-
//! The patch version
|
|
45
|
-
#define CEREAL_VERSION_PATCH 0
|
|
46
|
-
|
|
47
|
-
//! The full version as a single number
|
|
48
|
-
#define CEREAL_VERSION (CEREAL_VERSION_MAJOR * 10000 \
|
|
49
|
-
+ CEREAL_VERSION_MINOR * 100 \
|
|
50
|
-
+ CEREAL_VERSION_PATCH)
|
|
51
|
-
|
|
52
|
-
#endif // CEREAL_VERSION_HPP_
|
data/vendor/isotree/src/Makevars
DELETED