.gitmodules 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860
  1. [submodule "system"]
  2. path = libs/system
  3. url = ../system.git
  4. fetchRecurseSubmodules = on-demand
  5. branch = .
  6. [submodule "multi_array"]
  7. path = libs/multi_array
  8. url = ../multi_array.git
  9. fetchRecurseSubmodules = on-demand
  10. branch = .
  11. [submodule "math"]
  12. path = libs/math
  13. url = ../math.git
  14. fetchRecurseSubmodules = on-demand
  15. branch = .
  16. [submodule "smart_ptr"]
  17. path = libs/smart_ptr
  18. url = ../smart_ptr.git
  19. fetchRecurseSubmodules = on-demand
  20. branch = .
  21. [submodule "parameter"]
  22. path = libs/parameter
  23. url = ../parameter.git
  24. fetchRecurseSubmodules = on-demand
  25. branch = .
  26. [submodule "algorithm"]
  27. path = libs/algorithm
  28. url = ../algorithm.git
  29. fetchRecurseSubmodules = on-demand
  30. branch = .
  31. [submodule "any"]
  32. path = libs/any
  33. url = ../any.git
  34. fetchRecurseSubmodules = on-demand
  35. branch = .
  36. [submodule "concept_check"]
  37. path = libs/concept_check
  38. url = ../concept_check.git
  39. fetchRecurseSubmodules = on-demand
  40. branch = .
  41. [submodule "python"]
  42. path = libs/python
  43. url = ../python.git
  44. fetchRecurseSubmodules = on-demand
  45. branch = .
  46. [submodule "tti"]
  47. path = libs/tti
  48. url = ../tti.git
  49. fetchRecurseSubmodules = on-demand
  50. branch = .
  51. [submodule "functional"]
  52. path = libs/functional
  53. url = ../functional.git
  54. fetchRecurseSubmodules = on-demand
  55. branch = .
  56. [submodule "config"]
  57. path = libs/config
  58. url = ../config.git
  59. fetchRecurseSubmodules = on-demand
  60. branch = .
  61. [submodule "log"]
  62. path = libs/log
  63. url = ../log.git
  64. fetchRecurseSubmodules = on-demand
  65. branch = .
  66. [submodule "interprocess"]
  67. path = libs/interprocess
  68. url = ../interprocess.git
  69. fetchRecurseSubmodules = on-demand
  70. branch = .
  71. [submodule "exception"]
  72. path = libs/exception
  73. url = ../exception.git
  74. fetchRecurseSubmodules = on-demand
  75. branch = .
  76. [submodule "foreach"]
  77. path = libs/foreach
  78. url = ../foreach.git
  79. fetchRecurseSubmodules = on-demand
  80. branch = .
  81. [submodule "spirit"]
  82. path = libs/spirit
  83. url = ../spirit.git
  84. fetchRecurseSubmodules = on-demand
  85. branch = .
  86. [submodule "io"]
  87. path = libs/io
  88. url = ../io.git
  89. fetchRecurseSubmodules = on-demand
  90. branch = .
  91. [submodule "units"]
  92. path = libs/units
  93. url = ../units.git
  94. fetchRecurseSubmodules = on-demand
  95. branch = .
  96. [submodule "preprocessor"]
  97. path = libs/preprocessor
  98. url = ../preprocessor.git
  99. fetchRecurseSubmodules = on-demand
  100. branch = .
  101. [submodule "format"]
  102. path = libs/format
  103. url = ../format.git
  104. fetchRecurseSubmodules = on-demand
  105. branch = .
  106. [submodule "xpressive"]
  107. path = libs/xpressive
  108. url = ../xpressive.git
  109. fetchRecurseSubmodules = on-demand
  110. branch = .
  111. [submodule "integer"]
  112. path = libs/integer
  113. url = ../integer.git
  114. fetchRecurseSubmodules = on-demand
  115. branch = .
  116. [submodule "thread"]
  117. path = libs/thread
  118. url = ../thread.git
  119. fetchRecurseSubmodules = on-demand
  120. branch = .
  121. [submodule "tokenizer"]
  122. path = libs/tokenizer
  123. url = ../tokenizer.git
  124. fetchRecurseSubmodules = on-demand
  125. branch = .
  126. [submodule "timer"]
  127. path = libs/timer
  128. url = ../timer.git
  129. fetchRecurseSubmodules = on-demand
  130. branch = .
  131. [submodule "inspect"]
  132. path = tools/inspect
  133. url = ../inspect.git
  134. fetchRecurseSubmodules = on-demand
  135. branch = .
  136. [submodule "boostbook"]
  137. path = tools/boostbook
  138. url = ../boostbook.git
  139. fetchRecurseSubmodules = on-demand
  140. branch = .
  141. [submodule "regex"]
  142. path = libs/regex
  143. url = ../regex.git
  144. fetchRecurseSubmodules = on-demand
  145. branch = .
  146. [submodule "crc"]
  147. path = libs/crc
  148. url = ../crc.git
  149. fetchRecurseSubmodules = on-demand
  150. branch = .
  151. [submodule "random"]
  152. path = libs/random
  153. url = ../random.git
  154. fetchRecurseSubmodules = on-demand
  155. branch = .
  156. [submodule "serialization"]
  157. path = libs/serialization
  158. url = ../serialization.git
  159. fetchRecurseSubmodules = on-demand
  160. branch = .
  161. [submodule "test"]
  162. path = libs/test
  163. url = ../test.git
  164. fetchRecurseSubmodules = on-demand
  165. branch = .
  166. [submodule "date_time"]
  167. path = libs/date_time
  168. url = ../date_time.git
  169. fetchRecurseSubmodules = on-demand
  170. branch = .
  171. [submodule "logic"]
  172. path = libs/logic
  173. url = ../logic.git
  174. fetchRecurseSubmodules = on-demand
  175. branch = .
  176. [submodule "graph"]
  177. path = libs/graph
  178. url = ../graph.git
  179. fetchRecurseSubmodules = on-demand
  180. branch = .
  181. [submodule "numeric_conversion"]
  182. path = libs/numeric/conversion
  183. url = ../numeric_conversion.git
  184. fetchRecurseSubmodules = on-demand
  185. branch = .
  186. [submodule "lambda"]
  187. path = libs/lambda
  188. url = ../lambda.git
  189. fetchRecurseSubmodules = on-demand
  190. branch = .
  191. [submodule "mpl"]
  192. path = libs/mpl
  193. url = ../mpl.git
  194. fetchRecurseSubmodules = on-demand
  195. branch = .
  196. [submodule "typeof"]
  197. path = libs/typeof
  198. url = ../typeof.git
  199. fetchRecurseSubmodules = on-demand
  200. branch = .
  201. [submodule "tuple"]
  202. path = libs/tuple
  203. url = ../tuple.git
  204. fetchRecurseSubmodules = on-demand
  205. branch = .
  206. [submodule "utility"]
  207. path = libs/utility
  208. url = ../utility.git
  209. fetchRecurseSubmodules = on-demand
  210. branch = .
  211. [submodule "dynamic_bitset"]
  212. path = libs/dynamic_bitset
  213. url = ../dynamic_bitset.git
  214. fetchRecurseSubmodules = on-demand
  215. branch = .
  216. [submodule "assign"]
  217. path = libs/assign
  218. url = ../assign.git
  219. fetchRecurseSubmodules = on-demand
  220. branch = .
  221. [submodule "filesystem"]
  222. path = libs/filesystem
  223. url = ../filesystem.git
  224. fetchRecurseSubmodules = on-demand
  225. branch = .
  226. [submodule "function"]
  227. path = libs/function
  228. url = ../function.git
  229. fetchRecurseSubmodules = on-demand
  230. branch = .
  231. [submodule "conversion"]
  232. path = libs/conversion
  233. url = ../conversion.git
  234. fetchRecurseSubmodules = on-demand
  235. branch = .
  236. [submodule "optional"]
  237. path = libs/optional
  238. url = ../optional.git
  239. fetchRecurseSubmodules = on-demand
  240. branch = .
  241. [submodule "property_tree"]
  242. path = libs/property_tree
  243. url = ../property_tree.git
  244. fetchRecurseSubmodules = on-demand
  245. branch = .
  246. [submodule "bimap"]
  247. path = libs/bimap
  248. url = ../bimap.git
  249. fetchRecurseSubmodules = on-demand
  250. branch = .
  251. [submodule "variant"]
  252. path = libs/variant
  253. url = ../variant.git
  254. fetchRecurseSubmodules = on-demand
  255. branch = .
  256. [submodule "array"]
  257. path = libs/array
  258. url = ../array.git
  259. fetchRecurseSubmodules = on-demand
  260. branch = .
  261. [submodule "iostreams"]
  262. path = libs/iostreams
  263. url = ../iostreams.git
  264. fetchRecurseSubmodules = on-demand
  265. branch = .
  266. [submodule "multi_index"]
  267. path = libs/multi_index
  268. url = ../multi_index.git
  269. fetchRecurseSubmodules = on-demand
  270. branch = .
  271. [submodule "bcp"]
  272. path = tools/bcp
  273. url = ../bcp.git
  274. fetchRecurseSubmodules = on-demand
  275. branch = .
  276. [submodule "ptr_container"]
  277. path = libs/ptr_container
  278. url = ../ptr_container.git
  279. fetchRecurseSubmodules = on-demand
  280. branch = .
  281. [submodule "statechart"]
  282. path = libs/statechart
  283. url = ../statechart.git
  284. fetchRecurseSubmodules = on-demand
  285. branch = .
  286. [submodule "static_assert"]
  287. path = libs/static_assert
  288. url = ../static_assert.git
  289. fetchRecurseSubmodules = on-demand
  290. branch = .
  291. [submodule "range"]
  292. path = libs/range
  293. url = ../range.git
  294. fetchRecurseSubmodules = on-demand
  295. branch = .
  296. [submodule "rational"]
  297. path = libs/rational
  298. url = ../rational.git
  299. fetchRecurseSubmodules = on-demand
  300. branch = .
  301. [submodule "iterator"]
  302. path = libs/iterator
  303. url = ../iterator.git
  304. fetchRecurseSubmodules = on-demand
  305. branch = .
  306. [submodule "build"]
  307. path = tools/build
  308. url = ../build.git
  309. fetchRecurseSubmodules = on-demand
  310. branch = .
  311. [submodule "quickbook"]
  312. path = tools/quickbook
  313. url = ../quickbook.git
  314. fetchRecurseSubmodules = on-demand
  315. branch = .
  316. [submodule "graph_parallel"]
  317. path = libs/graph_parallel
  318. url = ../graph_parallel.git
  319. fetchRecurseSubmodules = on-demand
  320. branch = .
  321. [submodule "property_map"]
  322. path = libs/property_map
  323. url = ../property_map.git
  324. fetchRecurseSubmodules = on-demand
  325. branch = .
  326. [submodule "program_options"]
  327. path = libs/program_options
  328. url = ../program_options.git
  329. fetchRecurseSubmodules = on-demand
  330. branch = .
  331. [submodule "detail"]
  332. path = libs/detail
  333. url = ../detail.git
  334. fetchRecurseSubmodules = on-demand
  335. branch = .
  336. [submodule "interval"]
  337. path = libs/numeric/interval
  338. url = ../interval.git
  339. fetchRecurseSubmodules = on-demand
  340. branch = .
  341. [submodule "ublas"]
  342. path = libs/numeric/ublas
  343. url = ../ublas.git
  344. fetchRecurseSubmodules = on-demand
  345. branch = .
  346. [submodule "wave"]
  347. path = libs/wave
  348. url = ../wave.git
  349. fetchRecurseSubmodules = on-demand
  350. branch = .
  351. [submodule "type_traits"]
  352. path = libs/type_traits
  353. url = ../type_traits.git
  354. fetchRecurseSubmodules = on-demand
  355. branch = .
  356. [submodule "bind"]
  357. path = libs/bind
  358. url = ../bind.git
  359. fetchRecurseSubmodules = on-demand
  360. branch = .
  361. [submodule "pool"]
  362. path = libs/pool
  363. url = ../pool.git
  364. fetchRecurseSubmodules = on-demand
  365. branch = .
  366. [submodule "proto"]
  367. path = libs/proto
  368. url = ../proto.git
  369. fetchRecurseSubmodules = on-demand
  370. branch = .
  371. [submodule "fusion"]
  372. path = libs/fusion
  373. url = ../fusion.git
  374. fetchRecurseSubmodules = on-demand
  375. branch = .
  376. [submodule "function_types"]
  377. path = libs/function_types
  378. url = ../function_types.git
  379. fetchRecurseSubmodules = on-demand
  380. branch = .
  381. [submodule "gil"]
  382. path = libs/gil
  383. url = ../gil.git
  384. fetchRecurseSubmodules = on-demand
  385. branch = .
  386. [submodule "intrusive"]
  387. path = libs/intrusive
  388. url = ../intrusive.git
  389. fetchRecurseSubmodules = on-demand
  390. branch = .
  391. [submodule "asio"]
  392. path = libs/asio
  393. url = ../asio.git
  394. fetchRecurseSubmodules = on-demand
  395. branch = .
  396. [submodule "uuid"]
  397. path = libs/uuid
  398. url = ../uuid.git
  399. fetchRecurseSubmodules = on-demand
  400. branch = .
  401. [submodule "litre"]
  402. path = tools/litre
  403. url = ../litre.git
  404. fetchRecurseSubmodules = on-demand
  405. branch = .
  406. [submodule "circular_buffer"]
  407. path = libs/circular_buffer
  408. url = ../circular_buffer.git
  409. fetchRecurseSubmodules = on-demand
  410. branch = .
  411. [submodule "mpi"]
  412. path = libs/mpi
  413. url = ../mpi.git
  414. fetchRecurseSubmodules = on-demand
  415. branch = .
  416. [submodule "unordered"]
  417. path = libs/unordered
  418. url = ../unordered.git
  419. fetchRecurseSubmodules = on-demand
  420. branch = .
  421. [submodule "signals2"]
  422. path = libs/signals2
  423. url = ../signals2.git
  424. fetchRecurseSubmodules = on-demand
  425. branch = .
  426. [submodule "accumulators"]
  427. path = libs/accumulators
  428. url = ../accumulators.git
  429. fetchRecurseSubmodules = on-demand
  430. branch = .
  431. [submodule "atomic"]
  432. path = libs/atomic
  433. url = ../atomic.git
  434. fetchRecurseSubmodules = on-demand
  435. branch = .
  436. [submodule "scope_exit"]
  437. path = libs/scope_exit
  438. url = ../scope_exit.git
  439. fetchRecurseSubmodules = on-demand
  440. branch = .
  441. [submodule "flyweight"]
  442. path = libs/flyweight
  443. url = ../flyweight.git
  444. fetchRecurseSubmodules = on-demand
  445. branch = .
  446. [submodule "icl"]
  447. path = libs/icl
  448. url = ../icl.git
  449. fetchRecurseSubmodules = on-demand
  450. branch = .
  451. [submodule "predef"]
  452. path = libs/predef
  453. url = ../predef.git
  454. fetchRecurseSubmodules = on-demand
  455. branch = .
  456. [submodule "chrono"]
  457. path = libs/chrono
  458. url = ../chrono.git
  459. fetchRecurseSubmodules = on-demand
  460. branch = .
  461. [submodule "polygon"]
  462. path = libs/polygon
  463. url = ../polygon.git
  464. fetchRecurseSubmodules = on-demand
  465. branch = .
  466. [submodule "msm"]
  467. path = libs/msm
  468. url = ../msm.git
  469. fetchRecurseSubmodules = on-demand
  470. branch = .
  471. [submodule "heap"]
  472. path = libs/heap
  473. url = ../heap.git
  474. fetchRecurseSubmodules = on-demand
  475. branch = .
  476. [submodule "coroutine"]
  477. path = libs/coroutine
  478. url = ../coroutine.git
  479. fetchRecurseSubmodules = on-demand
  480. branch = .
  481. [submodule "coroutine2"]
  482. path = libs/coroutine2
  483. url = ../coroutine2.git
  484. fetchRecurseSubmodules = on-demand
  485. branch = .
  486. [submodule "ratio"]
  487. path = libs/ratio
  488. url = ../ratio.git
  489. fetchRecurseSubmodules = on-demand
  490. branch = .
  491. [submodule "odeint"]
  492. path = libs/numeric/odeint
  493. url = ../odeint.git
  494. fetchRecurseSubmodules = on-demand
  495. branch = .
  496. [submodule "geometry"]
  497. path = libs/geometry
  498. url = ../geometry.git
  499. fetchRecurseSubmodules = on-demand
  500. branch = .
  501. [submodule "phoenix"]
  502. path = libs/phoenix
  503. url = ../phoenix.git
  504. fetchRecurseSubmodules = on-demand
  505. branch = .
  506. [submodule "move"]
  507. path = libs/move
  508. url = ../move.git
  509. fetchRecurseSubmodules = on-demand
  510. branch = .
  511. [submodule "locale"]
  512. path = libs/locale
  513. url = ../locale.git
  514. fetchRecurseSubmodules = on-demand
  515. branch = .
  516. [submodule "auto_index"]
  517. path = tools/auto_index
  518. url = ../auto_index.git
  519. fetchRecurseSubmodules = on-demand
  520. branch = .
  521. [submodule "container"]
  522. path = libs/container
  523. url = ../container.git
  524. fetchRecurseSubmodules = on-demand
  525. branch = .
  526. [submodule "local_function"]
  527. path = libs/local_function
  528. url = ../local_function.git
  529. fetchRecurseSubmodules = on-demand
  530. branch = .
  531. [submodule "context"]
  532. path = libs/context
  533. url = ../context.git
  534. fetchRecurseSubmodules = on-demand
  535. branch = .
  536. [submodule "type_erasure"]
  537. path = libs/type_erasure
  538. url = ../type_erasure.git
  539. fetchRecurseSubmodules = on-demand
  540. branch = .
  541. [submodule "multiprecision"]
  542. path = libs/multiprecision
  543. url = ../multiprecision.git
  544. fetchRecurseSubmodules = on-demand
  545. branch = .
  546. [submodule "lockfree"]
  547. path = libs/lockfree
  548. url = ../lockfree.git
  549. fetchRecurseSubmodules = on-demand
  550. branch = .
  551. [submodule "assert"]
  552. path = libs/assert
  553. url = ../assert.git
  554. fetchRecurseSubmodules = on-demand
  555. branch = .
  556. [submodule "align"]
  557. path = libs/align
  558. url = ../align.git
  559. fetchRecurseSubmodules = on-demand
  560. branch = .
  561. [submodule "type_index"]
  562. path = libs/type_index
  563. url = ../type_index.git
  564. fetchRecurseSubmodules = on-demand
  565. branch = .
  566. [submodule "core"]
  567. path = libs/core
  568. url = ../core.git
  569. fetchRecurseSubmodules = on-demand
  570. branch = .
  571. [submodule "throw_exception"]
  572. path = libs/throw_exception
  573. url = ../throw_exception.git
  574. fetchRecurseSubmodules = on-demand
  575. branch = .
  576. [submodule "winapi"]
  577. path = libs/winapi
  578. url = ../winapi.git
  579. fetchRecurseSubmodules = on-demand
  580. branch = .
  581. [submodule "boostdep"]
  582. path = tools/boostdep
  583. url = ../boostdep.git
  584. fetchRecurseSubmodules = on-demand
  585. branch = .
  586. [submodule "lexical_cast"]
  587. path = libs/lexical_cast
  588. url = ../lexical_cast.git
  589. fetchRecurseSubmodules = on-demand
  590. branch = .
  591. [submodule "sort"]
  592. path = libs/sort
  593. url = ../sort.git
  594. fetchRecurseSubmodules = on-demand
  595. branch = .
  596. [submodule "convert"]
  597. path = libs/convert
  598. url = ../convert.git
  599. fetchRecurseSubmodules = on-demand
  600. branch = .
  601. [submodule "endian"]
  602. path = libs/endian
  603. url = ../endian.git
  604. fetchRecurseSubmodules = on-demand
  605. branch = .
  606. [submodule "vmd"]
  607. path = libs/vmd
  608. url = ../vmd.git
  609. fetchRecurseSubmodules = on-demand
  610. branch = .
  611. [submodule "dll"]
  612. path = libs/dll
  613. url = ../dll.git
  614. fetchRecurseSubmodules = on-demand
  615. branch = .
  616. [submodule "compute"]
  617. path = libs/compute
  618. url = ../compute.git
  619. fetchRecurseSubmodules = on-demand
  620. branch = .
  621. [submodule "hana"]
  622. path = libs/hana
  623. url = ../hana.git
  624. fetchRecurseSubmodules = on-demand
  625. branch = .
  626. [submodule "metaparse"]
  627. path = libs/metaparse
  628. url = ../metaparse.git
  629. fetchRecurseSubmodules = on-demand
  630. branch = .
  631. [submodule "qvm"]
  632. path = libs/qvm
  633. url = ../qvm.git
  634. fetchRecurseSubmodules = on-demand
  635. branch = .
  636. [submodule "fiber"]
  637. path = libs/fiber
  638. url = ../fiber.git
  639. fetchRecurseSubmodules = on-demand
  640. branch = .
  641. [submodule "process"]
  642. path = libs/process
  643. url = ../process.git
  644. fetchRecurseSubmodules = on-demand
  645. branch = .
  646. [submodule "stacktrace"]
  647. path = libs/stacktrace
  648. url = ../stacktrace.git
  649. fetchRecurseSubmodules = on-demand
  650. branch = .
  651. [submodule "poly_collection"]
  652. path = libs/poly_collection
  653. url = ../poly_collection.git
  654. fetchRecurseSubmodules = on-demand
  655. branch = .
  656. [submodule "beast"]
  657. path = libs/beast
  658. url = ../beast.git
  659. fetchRecurseSubmodules = on-demand
  660. branch = .
  661. [submodule "mp11"]
  662. path = libs/mp11
  663. url = ../mp11.git
  664. fetchRecurseSubmodules = on-demand
  665. branch = .
  666. [submodule "callable_traits"]
  667. path = libs/callable_traits
  668. url = ../callable_traits.git
  669. fetchRecurseSubmodules = on-demand
  670. branch = .
  671. [submodule "contract"]
  672. path = libs/contract
  673. url = ../contract.git
  674. fetchRecurseSubmodules = on-demand
  675. branch = .
  676. [submodule "check_build"]
  677. path = tools/check_build
  678. url = ../check_build.git
  679. fetchRecurseSubmodules = on-demand
  680. branch = .
  681. [submodule "container_hash"]
  682. path = libs/container_hash
  683. url = ../container_hash.git
  684. fetchRecurseSubmodules = on-demand
  685. branch = .
  686. [submodule "hof"]
  687. path = libs/hof
  688. url = ../hof.git
  689. fetchRecurseSubmodules = on-demand
  690. branch = .
  691. [submodule "yap"]
  692. path = libs/yap
  693. url = ../yap.git
  694. fetchRecurseSubmodules = on-demand
  695. branch = .
  696. [submodule "safe_numerics"]
  697. path = libs/safe_numerics
  698. url = ../safe_numerics.git
  699. fetchRecurseSubmodules = on-demand
  700. branch = .
  701. [submodule "parameter_python"]
  702. path = libs/parameter_python
  703. url = ../parameter_python.git
  704. fetchRecurseSubmodules = on-demand
  705. branch = .
  706. [submodule "headers"]
  707. path = libs/headers
  708. url = ../headers.git
  709. fetchRecurseSubmodules = on-demand
  710. branch = .
  711. [submodule "boost_install"]
  712. path = tools/boost_install
  713. url = ../boost_install.git
  714. fetchRecurseSubmodules = on-demand
  715. branch = .
  716. [submodule "outcome"]
  717. path = libs/outcome
  718. url = ../outcome.git
  719. fetchRecurseSubmodules = on-demand
  720. branch = .
  721. [submodule "histogram"]
  722. path = libs/histogram
  723. url = ../histogram.git
  724. fetchRecurseSubmodules = on-demand
  725. branch = .
  726. [submodule "variant2"]
  727. path = libs/variant2
  728. url = ../variant2.git
  729. fetchRecurseSubmodules = on-demand
  730. branch = .
  731. [submodule "nowide"]
  732. path = libs/nowide
  733. url = ../nowide.git
  734. fetchRecurseSubmodules = on-demand
  735. branch = .
  736. [submodule "docca"]
  737. path = tools/docca
  738. url = ../docca.git
  739. fetchRecurseSubmodules = on-demand
  740. branch = .
  741. [submodule "cmake"]
  742. path = tools/cmake
  743. url = ../cmake.git
  744. fetchRecurseSubmodules = on-demand
  745. branch = .
  746. [submodule "static_string"]
  747. path = libs/static_string
  748. url = ../static_string.git
  749. fetchRecurseSubmodules = on-demand
  750. branch = .
  751. [submodule "stl_interfaces"]
  752. path = libs/stl_interfaces
  753. url = ../stl_interfaces.git
  754. fetchRecurseSubmodules = on-demand
  755. branch = .
  756. [submodule "more"]
  757. path = more
  758. url = ../more.git
  759. fetchRecurseSubmodules = on-demand
  760. branch = .
  761. [submodule "leaf"]
  762. path = libs/leaf
  763. url = ../leaf.git
  764. fetchRecurseSubmodules = on-demand
  765. branch = .
  766. [submodule "json"]
  767. path = libs/json
  768. url = ../json.git
  769. fetchRecurseSubmodules = on-demand
  770. branch = .
  771. [submodule "pfr"]
  772. path = libs/pfr
  773. url = ../pfr.git
  774. fetchRecurseSubmodules = on-demand
  775. branch = .
  776. [submodule "describe"]
  777. path = libs/describe
  778. url = ../describe.git
  779. fetchRecurseSubmodules = on-demand
  780. branch = .
  781. [submodule "lambda2"]
  782. path = libs/lambda2
  783. url = ../lambda2.git
  784. fetchRecurseSubmodules = on-demand
  785. branch = .
  786. [submodule "property_map_parallel"]
  787. path = libs/property_map_parallel
  788. url = ../property_map_parallel.git
  789. fetchRecurseSubmodules = on-demand
  790. branch = .
  791. [submodule "url"]
  792. path = libs/url
  793. url = ../url.git
  794. fetchRecurseSubmodules = on-demand
  795. branch = .
  796. [submodule "mysql"]
  797. path = libs/mysql
  798. url = ../mysql.git
  799. fetchRecurseSubmodules = on-demand
  800. branch = .
  801. [submodule "compat"]
  802. path = libs/compat
  803. url = ../compat.git
  804. fetchRecurseSubmodules = on-demand
  805. branch = .
  806. [submodule "redis"]
  807. path = libs/redis
  808. url = ../redis.git
  809. fetchRecurseSubmodules = on-demand
  810. branch = .
  811. [submodule "cobalt"]
  812. path = libs/cobalt
  813. url = ../cobalt.git
  814. fetchRecurseSubmodules = on-demand
  815. branch = .
  816. [submodule "charconv"]
  817. path = libs/charconv
  818. url = ../charconv.git
  819. fetchRecurseSubmodules = on-demand
  820. branch = .
  821. [submodule "scope"]
  822. path = libs/scope
  823. url = ../scope.git
  824. fetchRecurseSubmodules = on-demand
  825. branch = .
  826. [submodule "boostlook"]
  827. path = tools/boostlook
  828. url = ../boostlook.git
  829. fetchRecurseSubmodules = on-demand
  830. branch = .
  831. [submodule "parser"]
  832. path = libs/parser
  833. url = ../parser.git
  834. fetchRecurseSubmodules = on-demand
  835. branch = .
  836. [submodule "mqtt5"]
  837. path = libs/mqtt5
  838. url = ../mqtt5.git
  839. fetchRecurseSubmodules = on-demand
  840. branch = .
  841. [submodule "hash2"]
  842. path = libs/hash2
  843. url = ../hash2.git
  844. fetchRecurseSubmodules = on-demand
  845. branch = .
  846. [submodule "bloom"]
  847. path = libs/bloom
  848. url = ../bloom.git
  849. fetchRecurseSubmodules = on-demand
  850. branch = .
  851. [submodule "openmethod"]
  852. path = libs/openmethod
  853. url = ../openmethod.git
  854. fetchRecurseSubmodules = on-demand
  855. branch = .
  856. [submodule "decimal"]
  857. path = libs/decimal
  858. url = ../decimal.git
  859. fetchRecurseSubmodules = on-demand
  860. branch = .
粤ICP备19079148号