Changes between Version 5 and Version 6 of ModuleDepednecies
- Timestamp:
- Jun 15, 2014, 10:29:39 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModuleDepednecies
v5 v6 45 45 46 46 47 47 48 == TypeTraits -> Typeof == 48 49 … … 51 52 from <boost/type_traits/common_type.hpp> 52 53 53 Create the submodule TypeTraits.CommonType54 '''Suggestion:''' Create the submodule TypeTraits.CommonType 54 55 55 56 TypeTraits.CommonType -> TypeTraits Typeof … … 67 68 68 69 69 The dependency can be removed by moving boost/algorithm/string/config.hpp to Config and boost/algorithm/string/yes_no_type.hpp to TypeTraits70 '''Suggestion:''' The dependency can be removed by moving boost/algorithm/string/config.hpp to Config and boost/algorithm/string/yes_no_type.hpp to TypeTraits 70 71 71 72 == Algorithm -> TR1 == … … 75 76 from <boost/algorithm/searching/detail/bm_traits.hpp> 76 77 77 The dependency can be broken by making use of Boost.Unordered.78 '''Suggestion:''' The dependency can be broken by making use of Boost.Unordered. 78 79 79 80 … … 89 90 from <boost/lexical_cast.hpp> 90 91 91 The dependency can be removed by moving boost/math/special_functions/fpclassify.hpp to Config and boost/math/special_functions/sign.hpp to Core92 '''Suggestion:''' The dependency can be removed by moving boost/math/special_functions/fpclassify.hpp to Config and boost/math/special_functions/sign.hpp to Core 92 93 93 94 … … 102 103 from <boost/math/tools/tuple.hpp> 103 104 104 The dependency can be broken by making use of Boost.Tuple.105 '''Suggestion:''' The dependency can be broken by making use of Boost.Tuple. 105 106 106 107 == DateTime->Serialization == 107 108 108 Create the submodule DateTime.Serialization109 '''Suggestion:''' Create the submodule DateTime.Serialization 109 110 110 111 DateTime.Serialization -> DateTime Serialization … … 113 114 == Spirit->Serialization == 114 115 115 remove the unused file. 116 <boost/serialization/vector.hpp> 117 118 from <boost/spirit/home/support/detail/lexer/serialise.hpp> 119 120 '''Suggestion:''' Remove the unused file. 116 121 117 122 == Bimap->PropertyMap == 118 123 119 Create the submodule Bimap.PropertyMap124 '''Suggestion:''' Create the submodule Bimap.PropertyMap 120 125 121 126 Bimap.PropertyMap -> Bimap PropertyMap … … 123 128 == PropertyMap->MPI == 124 129 125 Create the submodule PropertyMap.Parallel130 '''Suggestion:''' Create the submodule PropertyMap.Parallel 126 131 127 132 PropertyMap.Parallel -> PropertyMap MPI … … 130 135 == Grapth->DisjoinSet->Grapth == 131 136 132 Move DisjoinSet to Graph.137 '''Suggestion:''' Move DisjoinSet to Graph. 133 138 134 139 == Grapth->GraphParallel == … … 189 194 190 195 191 Remove all the graph distributed specializations declarations in Graph as e.g.196 '''Suggestion:''' Remove all the graph distributed specializations declarations in Graph as e.g. 192 197 193 198 … … 217 222 == Serialization->Spirit == 218 223 219 Split the Serialization Module on two modules Serialization and Archive224 '''Suggestion:''' Split the Serialization Module on two modules Serialization and Archive 220 225 221 226 == Chrono->Interporocess == 222 227 223 Create the submodule Chrono.IO228 '''Suggestion:''' Create the submodule Chrono.IO 224 229 225 230 Chrono.IO -> Chrono Interprocess … … 232 237 from <boost/thread/csbl/memory/unique_ptr.hpp> 233 238 234 Move boost/interprocess/smart_ptr/unique_ptr.hpp to SmartPtr.235 236 239 '''Suggestion:''' Move boost/interprocess/smart_ptr/unique_ptr.hpp to SmartPtr. 240 241