| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- [submodule "smart_ptr"]
- path = libs/smart_ptr
- url = ../smart_ptr.git
- fetchRecurseSubmodules = on-demand
- [submodule "integer"]
- path = libs/integer
- url = ../integer.git
- fetchRecurseSubmodules = on-demand
- [submodule "compose"]
- path = libs/compose
- url = ../compose.git
- fetchRecurseSubmodules = on-demand
- [submodule "random"]
- path = libs/random
- url = ../random.git
- fetchRecurseSubmodules = on-demand
- [submodule "utility"]
- path = libs/utility
- url = ../utility.git
- fetchRecurseSubmodules = on-demand
- [submodule "rational"]
- path = libs/rational
- url = ../rational.git
- fetchRecurseSubmodules = on-demand
- [submodule "timer"]
- path = libs/timer
- url = ../timer.git
- fetchRecurseSubmodules = on-demand
- [submodule "functional"]
- path = libs/functional
- url = ../functional.git
- fetchRecurseSubmodules = on-demand
- [submodule "conversion"]
- path = libs/conversion
- url = ../conversion.git
- fetchRecurseSubmodules = on-demand
- [submodule "config"]
- path = libs/config
- url = ../config.git
- fetchRecurseSubmodules = on-demand
- [submodule "array"]
- path = libs/array
- url = ../array.git
- fetchRecurseSubmodules = on-demand
- [submodule "type_traits"]
- path = libs/type_traits
- url = ../type_traits.git
- fetchRecurseSubmodules = on-demand
- [submodule "iterator"]
- path = libs/iterator
- url = ../iterator.git
- fetchRecurseSubmodules = on-demand
- [submodule "regex"]
- path = libs/regex
- url = ../regex.git
- fetchRecurseSubmodules = on-demand
- [submodule "graph"]
- path = libs/graph
- url = ../graph.git
- fetchRecurseSubmodules = on-demand
- [submodule "static_assert"]
- path = libs/static_assert
- url = ../static_assert.git
- fetchRecurseSubmodules = on-demand
- [submodule "function"]
- path = libs/function
- url = ../function.git
- fetchRecurseSubmodules = on-demand
- [submodule "concept_check"]
- path = libs/concept_check
- url = ../concept_check.git
- fetchRecurseSubmodules = on-demand
- [submodule "detail"]
- path = libs/detail
- url = ../detail.git
- fetchRecurseSubmodules = on-demand
- [submodule "disjoint_sets"]
- path = libs/disjoint_sets
- url = ../disjoint_sets.git
- fetchRecurseSubmodules = on-demand
- [submodule "property_map"]
- path = libs/property_map
- url = ../property_map.git
- fetchRecurseSubmodules = on-demand
- [submodule "python"]
- path = libs/python
- url = ../python.git
- fetchRecurseSubmodules = on-demand
- [submodule "test"]
- path = libs/test
- url = ../test.git
- fetchRecurseSubmodules = on-demand
- [submodule "any"]
- path = libs/any
- url = ../any.git
- fetchRecurseSubmodules = on-demand
- [submodule "crc"]
- path = libs/crc
- url = ../crc.git
- fetchRecurseSubmodules = on-demand
- [submodule "pool"]
- path = libs/pool
- url = ../pool.git
- fetchRecurseSubmodules = on-demand
- [submodule "thread"]
- path = libs/thread
- url = ../thread.git
- fetchRecurseSubmodules = on-demand
- [submodule "tuple"]
- path = libs/tuple
- url = ../tuple.git
- fetchRecurseSubmodules = on-demand
- [submodule "tokenizer"]
- path = libs/tokenizer
- url = ../tokenizer.git
- fetchRecurseSubmodules = on-demand
- [submodule "math"]
- path = libs/math
- url = ../math.git
- fetchRecurseSubmodules = on-demand
- [submodule "build"]
- path = tools/build
- url = ../build.git
- fetchRecurseSubmodules = on-demand
- [submodule "compatibility"]
- path = libs/compatibility
- url = ../compatibility.git
- fetchRecurseSubmodules = on-demand
- [submodule "bind"]
- path = libs/bind
- url = ../bind.git
- fetchRecurseSubmodules = on-demand
|