mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
Merge branch 'develop' into feature/cmake-config
This commit is contained in:
commit
d5d68ec1e1
68 changed files with 216 additions and 71 deletions
147
.gitmodules
vendored
147
.gitmodules
vendored
|
@ -2,584 +2,729 @@
|
|||
path = libs/system
|
||||
url = ../system.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "multi_array"]
|
||||
path = libs/multi_array
|
||||
url = ../multi_array.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "math"]
|
||||
path = libs/math
|
||||
url = ../math.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "smart_ptr"]
|
||||
path = libs/smart_ptr
|
||||
url = ../smart_ptr.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "parameter"]
|
||||
path = libs/parameter
|
||||
url = ../parameter.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "algorithm"]
|
||||
path = libs/algorithm
|
||||
url = ../algorithm.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "any"]
|
||||
path = libs/any
|
||||
url = ../any.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "concept_check"]
|
||||
path = libs/concept_check
|
||||
url = ../concept_check.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "python"]
|
||||
path = libs/python
|
||||
url = ../python.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "tti"]
|
||||
path = libs/tti
|
||||
url = ../tti.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "functional"]
|
||||
path = libs/functional
|
||||
url = ../functional.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "config"]
|
||||
path = libs/config
|
||||
url = ../config.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "log"]
|
||||
path = libs/log
|
||||
url = ../log.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "interprocess"]
|
||||
path = libs/interprocess
|
||||
url = ../interprocess.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "exception"]
|
||||
path = libs/exception
|
||||
url = ../exception.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "foreach"]
|
||||
path = libs/foreach
|
||||
url = ../foreach.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "spirit"]
|
||||
path = libs/spirit
|
||||
url = ../spirit.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "io"]
|
||||
path = libs/io
|
||||
url = ../io.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "disjoint_sets"]
|
||||
path = libs/disjoint_sets
|
||||
url = ../disjoint_sets.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "units"]
|
||||
path = libs/units
|
||||
url = ../units.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "preprocessor"]
|
||||
path = libs/preprocessor
|
||||
url = ../preprocessor.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "format"]
|
||||
path = libs/format
|
||||
url = ../format.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "xpressive"]
|
||||
path = libs/xpressive
|
||||
url = ../xpressive.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "integer"]
|
||||
path = libs/integer
|
||||
url = ../integer.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "thread"]
|
||||
path = libs/thread
|
||||
url = ../thread.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "tokenizer"]
|
||||
path = libs/tokenizer
|
||||
url = ../tokenizer.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "timer"]
|
||||
path = libs/timer
|
||||
url = ../timer.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "inspect"]
|
||||
path = tools/inspect
|
||||
url = ../inspect.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "boostbook"]
|
||||
path = tools/boostbook
|
||||
url = ../boostbook.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "regex"]
|
||||
path = libs/regex
|
||||
url = ../regex.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "crc"]
|
||||
path = libs/crc
|
||||
url = ../crc.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "random"]
|
||||
path = libs/random
|
||||
url = ../random.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "serialization"]
|
||||
path = libs/serialization
|
||||
url = ../serialization.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "test"]
|
||||
path = libs/test
|
||||
url = ../test.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "date_time"]
|
||||
path = libs/date_time
|
||||
url = ../date_time.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "logic"]
|
||||
path = libs/logic
|
||||
url = ../logic.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "graph"]
|
||||
path = libs/graph
|
||||
url = ../graph.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "numeric_conversion"]
|
||||
path = libs/numeric/conversion
|
||||
url = ../numeric_conversion.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "lambda"]
|
||||
path = libs/lambda
|
||||
url = ../lambda.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "mpl"]
|
||||
path = libs/mpl
|
||||
url = ../mpl.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "typeof"]
|
||||
path = libs/typeof
|
||||
url = ../typeof.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "tuple"]
|
||||
path = libs/tuple
|
||||
url = ../tuple.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "utility"]
|
||||
path = libs/utility
|
||||
url = ../utility.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "dynamic_bitset"]
|
||||
path = libs/dynamic_bitset
|
||||
url = ../dynamic_bitset.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "assign"]
|
||||
path = libs/assign
|
||||
url = ../assign.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "filesystem"]
|
||||
path = libs/filesystem
|
||||
url = ../filesystem.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "function"]
|
||||
path = libs/function
|
||||
url = ../function.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "conversion"]
|
||||
path = libs/conversion
|
||||
url = ../conversion.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "optional"]
|
||||
path = libs/optional
|
||||
url = ../optional.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "property_tree"]
|
||||
path = libs/property_tree
|
||||
url = ../property_tree.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "bimap"]
|
||||
path = libs/bimap
|
||||
url = ../bimap.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "variant"]
|
||||
path = libs/variant
|
||||
url = ../variant.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "array"]
|
||||
path = libs/array
|
||||
url = ../array.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "iostreams"]
|
||||
path = libs/iostreams
|
||||
url = ../iostreams.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "multi_index"]
|
||||
path = libs/multi_index
|
||||
url = ../multi_index.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "bcp"]
|
||||
path = tools/bcp
|
||||
url = ../bcp.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "ptr_container"]
|
||||
path = libs/ptr_container
|
||||
url = ../ptr_container.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "statechart"]
|
||||
path = libs/statechart
|
||||
url = ../statechart.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "static_assert"]
|
||||
path = libs/static_assert
|
||||
url = ../static_assert.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "range"]
|
||||
path = libs/range
|
||||
url = ../range.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "rational"]
|
||||
path = libs/rational
|
||||
url = ../rational.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "iterator"]
|
||||
path = libs/iterator
|
||||
url = ../iterator.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "build"]
|
||||
path = tools/build
|
||||
url = ../build.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "quickbook"]
|
||||
path = tools/quickbook
|
||||
url = ../quickbook.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "graph_parallel"]
|
||||
path = libs/graph_parallel
|
||||
url = ../graph_parallel.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "property_map"]
|
||||
path = libs/property_map
|
||||
url = ../property_map.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "program_options"]
|
||||
path = libs/program_options
|
||||
url = ../program_options.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "detail"]
|
||||
path = libs/detail
|
||||
url = ../detail.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "interval"]
|
||||
path = libs/numeric/interval
|
||||
url = ../interval.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "ublas"]
|
||||
path = libs/numeric/ublas
|
||||
url = ../ublas.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "wave"]
|
||||
path = libs/wave
|
||||
url = ../wave.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "type_traits"]
|
||||
path = libs/type_traits
|
||||
url = ../type_traits.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "compatibility"]
|
||||
path = libs/compatibility
|
||||
url = ../compatibility.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "bind"]
|
||||
path = libs/bind
|
||||
url = ../bind.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "pool"]
|
||||
path = libs/pool
|
||||
url = ../pool.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "proto"]
|
||||
path = libs/proto
|
||||
url = ../proto.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "fusion"]
|
||||
path = libs/fusion
|
||||
url = ../fusion.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "function_types"]
|
||||
path = libs/function_types
|
||||
url = ../function_types.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "gil"]
|
||||
path = libs/gil
|
||||
url = ../gil.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "intrusive"]
|
||||
path = libs/intrusive
|
||||
url = ../intrusive.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "asio"]
|
||||
path = libs/asio
|
||||
url = ../asio.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "uuid"]
|
||||
path = libs/uuid
|
||||
url = ../uuid.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "litre"]
|
||||
path = tools/litre
|
||||
url = ../litre.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "circular_buffer"]
|
||||
path = libs/circular_buffer
|
||||
url = ../circular_buffer.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "mpi"]
|
||||
path = libs/mpi
|
||||
url = ../mpi.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "unordered"]
|
||||
path = libs/unordered
|
||||
url = ../unordered.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "signals2"]
|
||||
path = libs/signals2
|
||||
url = ../signals2.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "accumulators"]
|
||||
path = libs/accumulators
|
||||
url = ../accumulators.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "atomic"]
|
||||
path = libs/atomic
|
||||
url = ../atomic.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "scope_exit"]
|
||||
path = libs/scope_exit
|
||||
url = ../scope_exit.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "flyweight"]
|
||||
path = libs/flyweight
|
||||
url = ../flyweight.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "icl"]
|
||||
path = libs/icl
|
||||
url = ../icl.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "predef"]
|
||||
path = libs/predef
|
||||
url = ../predef.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "chrono"]
|
||||
path = libs/chrono
|
||||
url = ../chrono.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "polygon"]
|
||||
path = libs/polygon
|
||||
url = ../polygon.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "msm"]
|
||||
path = libs/msm
|
||||
url = ../msm.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "heap"]
|
||||
path = libs/heap
|
||||
url = ../heap.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "coroutine"]
|
||||
path = libs/coroutine
|
||||
url = ../coroutine.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "coroutine2"]
|
||||
path = libs/coroutine2
|
||||
url = ../coroutine2.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "ratio"]
|
||||
path = libs/ratio
|
||||
url = ../ratio.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "odeint"]
|
||||
path = libs/numeric/odeint
|
||||
url = ../odeint.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "geometry"]
|
||||
path = libs/geometry
|
||||
url = ../geometry.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "phoenix"]
|
||||
path = libs/phoenix
|
||||
url = ../phoenix.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "move"]
|
||||
path = libs/move
|
||||
url = ../move.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "locale"]
|
||||
path = libs/locale
|
||||
url = ../locale.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "auto_index"]
|
||||
path = tools/auto_index
|
||||
url = ../auto_index.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "container"]
|
||||
path = libs/container
|
||||
url = ../container.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "local_function"]
|
||||
path = libs/local_function
|
||||
url = ../local_function.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "context"]
|
||||
path = libs/context
|
||||
url = ../context.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "type_erasure"]
|
||||
path = libs/type_erasure
|
||||
url = ../type_erasure.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "multiprecision"]
|
||||
path = libs/multiprecision
|
||||
url = ../multiprecision.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "lockfree"]
|
||||
path = libs/lockfree
|
||||
url = ../lockfree.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "sync"]
|
||||
path = libs/sync
|
||||
url = ../sync.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "assert"]
|
||||
path = libs/assert
|
||||
url = ../assert.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "align"]
|
||||
path = libs/align
|
||||
url = ../align.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "type_index"]
|
||||
path = libs/type_index
|
||||
url = ../type_index.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "core"]
|
||||
path = libs/core
|
||||
url = ../core.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "throw_exception"]
|
||||
path = libs/throw_exception
|
||||
url = ../throw_exception.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "winapi"]
|
||||
path = libs/winapi
|
||||
url = ../winapi.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "boostdep"]
|
||||
path = tools/boostdep
|
||||
url = ../boostdep.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "lexical_cast"]
|
||||
path = libs/lexical_cast
|
||||
url = ../lexical_cast.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "sort"]
|
||||
path = libs/sort
|
||||
url = ../sort.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "convert"]
|
||||
path = libs/convert
|
||||
url = ../convert.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "endian"]
|
||||
path = libs/endian
|
||||
url = ../endian.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "vmd"]
|
||||
path = libs/vmd
|
||||
url = ../vmd.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "dll"]
|
||||
path = libs/dll
|
||||
url = ../dll.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "compute"]
|
||||
path = libs/compute
|
||||
url = ../compute.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "hana"]
|
||||
path = libs/hana
|
||||
url = ../hana.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "metaparse"]
|
||||
path = libs/metaparse
|
||||
url = ../metaparse.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "qvm"]
|
||||
path = libs/qvm
|
||||
url = ../qvm.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "fiber"]
|
||||
path = libs/fiber
|
||||
url = ../fiber.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "process"]
|
||||
path = libs/process
|
||||
url = ../process.git
|
||||
branch = develop
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "stacktrace"]
|
||||
path = libs/stacktrace
|
||||
url = ../stacktrace.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "poly_collection"]
|
||||
path = libs/poly_collection
|
||||
url = ../poly_collection.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "beast"]
|
||||
path = libs/beast
|
||||
url = ../beast.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "mp11"]
|
||||
path = libs/mp11
|
||||
url = ../mp11.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "callable_traits"]
|
||||
path = libs/callable_traits
|
||||
url = ../callable_traits.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "contract"]
|
||||
path = libs/contract
|
||||
url = ../contract.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "check_build"]
|
||||
path = tools/check_build
|
||||
url = ../check_build.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "container_hash"]
|
||||
path = libs/container_hash
|
||||
url = ../container_hash.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "hof"]
|
||||
path = libs/hof
|
||||
url = ../hof.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "yap"]
|
||||
path = libs/yap
|
||||
url = ../yap.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "safe_numerics"]
|
||||
path = libs/safe_numerics
|
||||
url = ../safe_numerics.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "parameter_python"]
|
||||
path = libs/parameter_python
|
||||
url = ../parameter_python.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "headers"]
|
||||
path = libs/headers
|
||||
url = ../headers.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "boost_install"]
|
||||
path = tools/boost_install
|
||||
url = ../boost_install.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b133840d2b3aa8c4bf07a60c00c5f4ff1396b45e
|
||||
Subproject commit fdabe512f408bd64c415223c01b96da30de69cb1
|
|
@ -1 +1 @@
|
|||
Subproject commit 6763d75683631da638918c01d9dabb8983388fd9
|
||||
Subproject commit 1cbe285841e073f4e7c685662c74bb6cf5be934b
|
|
@ -1 +1 @@
|
|||
Subproject commit fbe86d86b1ac53e40444e5af03ca4a6c74c33bda
|
||||
Subproject commit 5ac54042c99d4f1595d4041b00b9b28752eda16e
|
|
@ -1 +1 @@
|
|||
Subproject commit 8f60fca45e0649ae757ca6a9450145d26a27d156
|
||||
Subproject commit 2d5f5f96de4a89367c73576c8ee731bcf020fb0a
|
|
@ -1 +1 @@
|
|||
Subproject commit 82fb2dd96932fbb19d87e706f5d7343025786aeb
|
||||
Subproject commit c22cc0812d7c3c615e57d5bd6ddbde4b1457ac57
|
|
@ -1 +1 @@
|
|||
Subproject commit f4c3e52a8cabefc97fbe3884b2675a784cf2bed2
|
||||
Subproject commit 1ca690db0615a170c155683968071ee9eb609bc0
|
|
@ -1 +1 @@
|
|||
Subproject commit c2723f984ccb028228ea7015ac81d840cb9b7c9b
|
||||
Subproject commit 7dbaa8541362bb2011f766cf16e6d1f0169af375
|
|
@ -1 +1 @@
|
|||
Subproject commit ce370332cee9182e1bbad67c02c2257ad3720528
|
||||
Subproject commit a986462f716904a7d10648a25fdeecf88e640bc5
|
|
@ -1 +1 @@
|
|||
Subproject commit 76b181f0242d2c2cc467ae080ed0584287e92993
|
||||
Subproject commit 4fc4cfd8d8abaef04dfcce2e8e75e8d4fa586000
|
|
@ -1 +1 @@
|
|||
Subproject commit d047170a15ca7d4bda2dd3c956cbc2f954d353a9
|
||||
Subproject commit 0ff78f749baea201da7755ef74129fa273093a1b
|
|
@ -1 +1 @@
|
|||
Subproject commit 114a47fa89b2cfc72279b3ab1a233fc94c752c0b
|
||||
Subproject commit 8b6a8e4e01e9e39395945983c7038de3d2875f3e
|
|
@ -1 +1 @@
|
|||
Subproject commit a5c891441cb8f70a897d3ce28650aa134df85930
|
||||
Subproject commit 9d123dc9a319461d518e23f11c05b87b60b3894c
|
|
@ -1 +1 @@
|
|||
Subproject commit a3d61f0d3062eb2a5de6fe9bb8213bbf98230d9c
|
||||
Subproject commit 81d60863b6382547cc0cb070cf1f13f82411c386
|
|
@ -1 +1 @@
|
|||
Subproject commit b29edf18cb94b01076c2cca1d72b32dc684ee575
|
||||
Subproject commit 622c7c4ee6046943164fc7bde49023369969de92
|
|
@ -1 +1 @@
|
|||
Subproject commit b322618c096a5d34569e9f1b05fee153868826d9
|
||||
Subproject commit 4980fe2a87ead3b2e8260aed6e9c8835266cd5d7
|
|
@ -1 +1 @@
|
|||
Subproject commit 512ac37529478a73e9f5cdc2260302ad50eb6ffe
|
||||
Subproject commit a580c496faa497335d589f8426b48deaccc9215a
|
|
@ -1 +1 @@
|
|||
Subproject commit 1b14248f8aab456af860a9c15c4c7c88ddaa900a
|
||||
Subproject commit 22e1366cf64a1896564e817777dc2f92c168d3f9
|
|
@ -1 +1 @@
|
|||
Subproject commit 30f56bdb99c91790ff93953df89b6241d121f8e4
|
||||
Subproject commit 7dc1712f2df87f28bfd02ab26d3af25c7823eb2c
|
|
@ -1 +1 @@
|
|||
Subproject commit 720a10a77e1ce615d370168317879c852fc1f6f9
|
||||
Subproject commit 1d347079b1096f4f5a3a6ea85dfcaf5143b42802
|
|
@ -1 +1 @@
|
|||
Subproject commit f22fa49e078b1bbef31e2a472135e17847ab578a
|
||||
Subproject commit 3f46081c59edd66ea93294d02a962e929c67b03e
|
|
@ -1 +1 @@
|
|||
Subproject commit 648b0df24e290a965f18771760c64a62eb970c4b
|
||||
Subproject commit 1998db08d6037681768c4e8dfc9f2593df0c32fa
|
|
@ -1 +1 @@
|
|||
Subproject commit fa7fe4d622d09a180edae20a47c61d5467e83e2c
|
||||
Subproject commit f7dfafb5af0ca1fd0dd119377bc0acf78ed5a1fc
|
|
@ -1 +1 @@
|
|||
Subproject commit ccd6e14a66f542e050147b047e919274959f3af1
|
||||
Subproject commit d7efa66130fdeea51ed888e3cfc81a937b4ded04
|
|
@ -1 +1 @@
|
|||
Subproject commit a080dd98a502c0de026465fc3ed7a170a9d671a5
|
||||
Subproject commit aba8d592904ecf4a2ea42de693c9958acc2cd57c
|
|
@ -1 +1 @@
|
|||
Subproject commit 7c5def9d399fc589b9b0fe8797f7aabfc52cd959
|
||||
Subproject commit 4bc1a5eb757cc509df4a6163dd4644f3134789f9
|
|
@ -1 +1 @@
|
|||
Subproject commit b962143350e9af0ec64098911744bd1fff65f31d
|
||||
Subproject commit 28a6faa210cbfd2f14d23c4ed36b06831c12901e
|
|
@ -1 +1 @@
|
|||
Subproject commit 2ab3421b17009adac5b1f7a688b7962cf4709495
|
||||
Subproject commit c02f485281672e271ad9d92c6f267754eb81378c
|
2
libs/io
2
libs/io
|
@ -1 +1 @@
|
|||
Subproject commit 560bbb84e34049dc5989f01fd363f4991044b0e7
|
||||
Subproject commit cc27047270b8493a5e7d30f7ad81af8ea64e2202
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c8069bd28bad9eb815bfea313013d0de65d0faa
|
||||
Subproject commit 29a831798ec6337848d1f2e8595b59e5503e4f21
|
|
@ -1 +1 @@
|
|||
Subproject commit 3cc4107d01b152bc2417d434b6fa22925a34aecd
|
||||
Subproject commit bb1efd337025901e4b8e036167206e3482f5c92e
|
|
@ -1 +1 @@
|
|||
Subproject commit ffd91db4589fda2e5f843d0773dc3325baea88e0
|
||||
Subproject commit e075a281c524a085f0e9ebfce666e719ae09e7a1
|
2
libs/log
2
libs/log
|
@ -1 +1 @@
|
|||
Subproject commit a95dc575a1a7c6adf22e9ee30f045f5ef0a7ed27
|
||||
Subproject commit b22211073860190985d700c3f30a32a494878436
|
|
@ -1 +1 @@
|
|||
Subproject commit c305a4a1e4ebf8f9d516d2e7f6737261602b42a7
|
||||
Subproject commit fd021e5eb747eaa77c94720ef1ea17e7e73911ae
|
|
@ -47,11 +47,11 @@ dynamic_bitset Jeremy Siek <jeremy.siek -at- gmail.com>
|
|||
endian Beman Dawes <bdawes -at- acm.org>
|
||||
exception Emil Dotchevski <emil -at- revergestudios.com>
|
||||
fiber Oliver Kowalke <oliver.kowalke -at- gmail.com>
|
||||
filesystem Beman Dawes <bdawes -at- acm.org>
|
||||
filesystem Beman Dawes <bdawes -at- acm.org>, Andrey Semashev <andrey.semashev -at- gmail.com>
|
||||
flyweight Joaquin M Lopez Munoz <joaquin.lopezmunoz -at- gmail.com>
|
||||
foreach Eric Niebler <eric -at- boostpro.com>
|
||||
format Samuel Krempp <krempp -at- crans.ens-cachan.fr>, James E. King III <jking -at- apache.org>
|
||||
function Douglas Gregor <dgregor -at- cs.indiana.edu>
|
||||
function Peter Dimov <pdimov -at- pdimov.com>
|
||||
function_types Tobias Schwinger <tschwinger -at- isonews2.com>
|
||||
functional
|
||||
functional/factory Tobias Schwinger <tschwinger -at- isonews2.com>
|
||||
|
@ -67,7 +67,7 @@ hana Louis Dionne <ldionne.2 -at- gmail.com>
|
|||
heap Tim Blechmann <tim -at- klingt.org>
|
||||
hof Paul Fultz II <pfultz2 -at- yahoo.com>
|
||||
icl Joachim Faulhaber <afojgo -at- gmail.com>
|
||||
integer Daryle Walker <darylew -at- hotmail.com>
|
||||
integer Daryle Walker <darylew -at- hotmail.com>, Andrey Semashev <andrey.semashev -at- gmail.com>
|
||||
interprocess Ion Gaztanaga <igaztanaga -at- gmail.com>
|
||||
intrusive Ion Gaztanaga <igaztanaga -at- gmail.com>
|
||||
io Daryle Walker <darylew -at- hotmail.com>
|
||||
|
@ -133,7 +133,7 @@ statechart Andreas Huber <ahd6974-boostorg -at- yahoo.com>
|
|||
static_assert John Maddock <john -at- johnmaddock.co.uk>
|
||||
sync Tim Blechmann <tim -at- klingt.org>, Andrey Semashev <andrey.semashev -at- gmail.com>, Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>
|
||||
test Gennadiy Rozental <rogeeff -at- gmail.com>, Raffi Enficiaud <raffi.enficiaud -at- free.fr>
|
||||
thread Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>, Niall Douglas <niall -at- nedprod.com>
|
||||
thread Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>
|
||||
throw_exception Emil Dotchevski <emil -at- revergestudios.com>
|
||||
timer Beman Dawes <bdawes -at- acm.org>
|
||||
tokenizer John R. Bandela <jbandela -at- ufl.edu>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 83513935aa442abc551d2d69d0648a8e241c1828
|
||||
Subproject commit 8e756c53f2ef292e5fa42cea40ce46fac907689b
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ce9452f93c8675dcac98f2ab5b1a1fd2aaeb22a
|
||||
Subproject commit 1decc552eb92ebd1e76e1b66cb4bf690c3384432
|
2
libs/mpl
2
libs/mpl
|
@ -1 +1 @@
|
|||
Subproject commit 95733a1c45929573a62b692381640873998ea9d5
|
||||
Subproject commit ac67f5952e6c849e461d7651ffb4fa0e7f380bb0
|
|
@ -1 +1 @@
|
|||
Subproject commit 30bc41706d8e8a1cb7e7f060c075123acb4a164c
|
||||
Subproject commit 711d479f22ea111ef2caa15cc1e4246f5f4b2799
|
|
@ -1 +1 @@
|
|||
Subproject commit 88944ea2e411161a471a0db9767240071e61c493
|
||||
Subproject commit aa46846917fb1b3e3df91345d2590f8ef9528bea
|
|
@ -1 +1 @@
|
|||
Subproject commit 249d3f912802dbbb7920e369efae023096d1969d
|
||||
Subproject commit 48ad2104dd52feb5e1cedfbaf811afad8889a41f
|
|
@ -1 +1 @@
|
|||
Subproject commit fae2791f45758e4eaf0972c3aea8a285137d30f5
|
||||
Subproject commit 545fd9a72fada662d590692c9b0f13031b500585
|
|
@ -1 +1 @@
|
|||
Subproject commit cace644c0e11d1a06f08cae4cdfc2ae6e202e205
|
||||
Subproject commit 3ecf27411b26a65d3c21962dee52391c2776c375
|
|
@ -1 +1 @@
|
|||
Subproject commit 11d320fc2544f9816e2b0f0bcc760fb07754b68e
|
||||
Subproject commit e4b44b276ca6c68ccf9eac4232157340b699453c
|
|
@ -1 +1 @@
|
|||
Subproject commit 32d4581c1689370444f2e565cfbb8421d5071807
|
||||
Subproject commit aa94d69718a8d4d0a6fd80cb1e62ed62d9b23d83
|
|
@ -1 +1 @@
|
|||
Subproject commit ce95e3f5ac52b3a1bf410f1e954be9bcb06a0bbd
|
||||
Subproject commit c9b86a852b053b8df3f69a2e98e688a5e6a00f6a
|
|
@ -1 +1 @@
|
|||
Subproject commit 2e0bce8946f70e7dfccda7b1fee2a833872f0606
|
||||
Subproject commit de6f4075334c7a524330e9f86ab15132162106fb
|
|
@ -1 +1 @@
|
|||
Subproject commit 67915a7f8610247b7bac4ca41b03702b54f4933a
|
||||
Subproject commit cc5aefee30dc349360e8030464503c5641840e7b
|
|
@ -1 +1 @@
|
|||
Subproject commit 2c7fe1aae7fdb72458754d76aa2d0d57542264b7
|
||||
Subproject commit 3fc4192167fa289035878cc4f007208ff6316e1e
|
|
@ -1 +1 @@
|
|||
Subproject commit 38afecb48b447ecf979c10c66873287c8c0fbfcb
|
||||
Subproject commit 4e0eadc11bbb1c48fbac21b4abe90ec891e6b31e
|
|
@ -1 +1 @@
|
|||
Subproject commit f46f0ff0780e5fba9aff8ac28d68614c559bc13e
|
||||
Subproject commit 9f2ada22cc29a06730f785df3d7f2551ee640d5c
|
|
@ -1 +1 @@
|
|||
Subproject commit 237ff81ac62cb9cf8206a050647a1b47601ce4bd
|
||||
Subproject commit 9e98df0a0d4afe230f55730e557d2975f9e510c8
|
|
@ -1 +1 @@
|
|||
Subproject commit 04f0847af4c1e32d1ad4e785c514b5a49f439acc
|
||||
Subproject commit f6c3508aeed7d6f3838015713c480090371e154d
|
|
@ -1 +1 @@
|
|||
Subproject commit 32c476fce41b136be0bc5410a7d4b83b1050be6c
|
||||
Subproject commit f908ea4a993534f7250d6d63b3a5933244376d55
|
|
@ -1 +1 @@
|
|||
Subproject commit ac004f8331d6a2b8d9204f1012f61c5d4d2b64fc
|
||||
Subproject commit 35c6a9a1bbf10004598f963604b8b881b347920d
|
|
@ -1 +1 @@
|
|||
Subproject commit 4123beb4af6ff4e36769905b87c206da39190847
|
||||
Subproject commit 39486260ae5c3dfcaf29afe23507cde827f3cb6f
|
|
@ -1 +1 @@
|
|||
Subproject commit d89a2f09365673c0078db80634008e23e3652b53
|
||||
Subproject commit 3487e3f5efad8f4c5a7497da994d66b761d00076
|
|
@ -1 +1 @@
|
|||
Subproject commit 2fc875b9b22c717e17e56171501bd9aa3051213c
|
||||
Subproject commit 980ec7bbc71c9dc932adfc0bc48625463b2ef1a7
|
|
@ -1 +1 @@
|
|||
Subproject commit f1d464d0d5345c8c1eafd848e210f8b08cff885f
|
||||
Subproject commit dfe6cc3c49b663d9f56184aa49e976c4081fedb0
|
|
@ -1 +1 @@
|
|||
Subproject commit 22e8e350691da6c32a9a43b44234c0a2ee57dca1
|
||||
Subproject commit c79bd240272e49e7788a41b6df6cba5097689454
|
|
@ -1 +1 @@
|
|||
Subproject commit f3da852bca7dcc4f7768c48183a1894023c0e1fd
|
||||
Subproject commit a60e25a74db6dbd2eb03a113dcf1c5c488f13599
|
|
@ -1 +1 @@
|
|||
Subproject commit af1f17cd15690007877eca3294def7ddba2f76a9
|
||||
Subproject commit b8e0395cd8ab4a236764bf5eb8d55e3b5bda1343
|
|
@ -1 +1 @@
|
|||
Subproject commit db05c11f50558c2da132dc6ed53b8ec4ab1b1471
|
||||
Subproject commit 05dda09fd3b4312594144b5a8617ba6fc694a2d6
|
|
@ -1 +1 @@
|
|||
Subproject commit 527686352c697a2161b12b8a2ad7819923086e86
|
||||
Subproject commit 14a90261c790a5ed84fdc97bf21a122f033ad9eb
|
|
@ -1 +1 @@
|
|||
Subproject commit cb0f6ed2a5d646917037ff8f76c4075a1cca2682
|
||||
Subproject commit 95884f6932054ca6b7fb0adca444da267268db5d
|
2
libs/yap
2
libs/yap
|
@ -1 +1 @@
|
|||
Subproject commit 3e0eca8d4991da8fb06128a71d0e6fc75dc397ab
|
||||
Subproject commit 056300169721c0ed518c558f06e9fb5c76dd153b
|
|
@ -1 +1 @@
|
|||
Subproject commit 6cdbc5da81ca59fb599545549b10889b612211b9
|
||||
Subproject commit 0fd7f80a60e54448bb149eeb8649d2bd33fc07fb
|
|
@ -1 +1 @@
|
|||
Subproject commit c39a8b81b30b104a947a0d11200c9455952d31a8
|
||||
Subproject commit 5dba250502c8809acc5bdb2eb2241ca6a07891ed
|
Loading…
Add table
Reference in a new issue