Просмотр исходного кода

Full merge from trunk at revision 41356 of entire boost-root tree.

[SVN r41369]
Beman Dawes 18 лет назад
Родитель
Сommit
ac3aa82980
67 измененных файлов с 106 добавлено и 56 удалено
  1. 40 0
      .gitmodules
  2. 1 1
      libs/algorithm
  3. 1 1
      libs/any
  4. 1 1
      libs/array
  5. 1 0
      libs/asio
  6. 1 1
      libs/assign
  7. 1 0
      libs/bimap
  8. 1 1
      libs/bind
  9. 1 0
      libs/circular_buffer
  10. 1 1
      libs/concept_check
  11. 1 1
      libs/config
  12. 1 1
      libs/conversion
  13. 1 1
      libs/date_time
  14. 1 1
      libs/detail
  15. 1 1
      libs/dynamic_bitset
  16. 1 1
      libs/foreach
  17. 1 1
      libs/format
  18. 1 1
      libs/function
  19. 1 0
      libs/function_types
  20. 1 1
      libs/functional
  21. 1 0
      libs/fusion
  22. 1 0
      libs/gil
  23. 1 1
      libs/graph
  24. 1 1
      libs/integer
  25. 1 0
      libs/interprocess
  26. 1 0
      libs/intrusive
  27. 1 1
      libs/io
  28. 1 1
      libs/iostreams
  29. 1 1
      libs/iterator
  30. 1 1
      libs/lambda
  31. 1 1
      libs/logic
  32. 1 1
      libs/math
  33. 1 0
      libs/mpi
  34. 1 1
      libs/mpl
  35. 1 1
      libs/multi_array
  36. 1 1
      libs/multi_index
  37. 1 1
      libs/numeric/interval
  38. 1 1
      libs/numeric/ublas
  39. 1 1
      libs/optional
  40. 1 1
      libs/parameter
  41. 1 1
      libs/pool
  42. 1 1
      libs/preprocessor
  43. 1 1
      libs/program_options
  44. 1 1
      libs/property_map
  45. 1 0
      libs/property_tree
  46. 1 1
      libs/ptr_container
  47. 1 1
      libs/python
  48. 1 1
      libs/random
  49. 1 1
      libs/range
  50. 1 1
      libs/rational
  51. 1 1
      libs/regex
  52. 1 1
      libs/serialization
  53. 1 1
      libs/signals
  54. 1 1
      libs/smart_ptr
  55. 1 1
      libs/spirit
  56. 1 1
      libs/statechart
  57. 1 1
      libs/static_assert
  58. 1 1
      libs/test
  59. 1 1
      libs/thread
  60. 1 1
      libs/tokenizer
  61. 1 1
      libs/tr1
  62. 1 1
      libs/type_traits
  63. 1 1
      libs/typeof
  64. 1 1
      libs/utility
  65. 1 1
      libs/variant
  66. 1 1
      libs/wave
  67. 1 1
      libs/xpressive

+ 40 - 0
.gitmodules

@@ -42,6 +42,10 @@
 	path = libs/config
 	url = ../config.git
 	fetchRecurseSubmodules = on-demand
+[submodule "interprocess"]
+	path = libs/interprocess
+	url = ../interprocess.git
+	fetchRecurseSubmodules = on-demand
 [submodule "exception"]
 	path = libs/exception
 	url = ../exception.git
@@ -182,6 +186,14 @@
 	path = libs/optional
 	url = ../optional.git
 	fetchRecurseSubmodules = on-demand
+[submodule "property_tree"]
+	path = libs/property_tree
+	url = ../property_tree.git
+	fetchRecurseSubmodules = on-demand
+[submodule "bimap"]
+	path = libs/bimap
+	url = ../bimap.git
+	fetchRecurseSubmodules = on-demand
 [submodule "variant"]
 	path = libs/variant
 	url = ../variant.git
@@ -286,7 +298,35 @@
 	path = libs/pool
 	url = ../pool.git
 	fetchRecurseSubmodules = on-demand
+[submodule "fusion"]
+	path = libs/fusion
+	url = ../fusion.git
+	fetchRecurseSubmodules = on-demand
+[submodule "function_types"]
+	path = libs/function_types
+	url = ../function_types.git
+	fetchRecurseSubmodules = on-demand
+[submodule "gil"]
+	path = libs/gil
+	url = ../gil.git
+	fetchRecurseSubmodules = on-demand
+[submodule "intrusive"]
+	path = libs/intrusive
+	url = ../intrusive.git
+	fetchRecurseSubmodules = on-demand
+[submodule "asio"]
+	path = libs/asio
+	url = ../asio.git
+	fetchRecurseSubmodules = on-demand
 [submodule "litre"]
 	path = tools/litre
 	url = ../litre.git
 	fetchRecurseSubmodules = on-demand
+[submodule "circular_buffer"]
+	path = libs/circular_buffer
+	url = ../circular_buffer.git
+	fetchRecurseSubmodules = on-demand
+[submodule "mpi"]
+	path = libs/mpi
+	url = ../mpi.git
+	fetchRecurseSubmodules = on-demand

+ 1 - 1
libs/algorithm

@@ -1 +1 @@
-Subproject commit d4b95734dd3dd9827c4d65d4a8d69fe965d454b9
+Subproject commit 50b5726a6f38b345f403b187441eb9b66c4796de

+ 1 - 1
libs/any

@@ -1 +1 @@
-Subproject commit c2aa7a895d95047f1e9e38e41a894c645bcf8303
+Subproject commit d76c997c7fd31754f77de7a9b4bdbdd61dcb58c4

+ 1 - 1
libs/array

@@ -1 +1 @@
-Subproject commit 0a4d7e81efdf55af47dc77c0157bdfa32137e3be
+Subproject commit 2e88dc228d17a9c04ef0dae0bb5dcf236d0f754c

+ 1 - 0
libs/asio

@@ -0,0 +1 @@
+Subproject commit 2f3a9792f8601e73f4696bd4cb4ecb8d3a27a7b9

+ 1 - 1
libs/assign

@@ -1 +1 @@
-Subproject commit 22b6f7eed11505ea0eb3e6d90e168d088f74574a
+Subproject commit d4a0421dd8b7da6e3b20c138a40d2a2c86acd538

+ 1 - 0
libs/bimap

@@ -0,0 +1 @@
+Subproject commit 062d66c1ab4fd333b77b034682947ad0dae4c6d4

+ 1 - 1
libs/bind

@@ -1 +1 @@
-Subproject commit 77d2c4bab1e19889ba96e796296c058191402682
+Subproject commit 1943ac521be5db9ac5db1998e8f927fa10edfe49

+ 1 - 0
libs/circular_buffer

@@ -0,0 +1 @@
+Subproject commit ee98eb933aea21879fa1bdff361a726deba39b89

+ 1 - 1
libs/concept_check

@@ -1 +1 @@
-Subproject commit 96d6053a524c60ea8a909293c7a26ded0a3f21bd
+Subproject commit 92ae569516dfa564433f995e6b4c9ceae62fc86b

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit 81a1bb0395e2615ea4f53b168212451f8553a94c
+Subproject commit 36f2f4977369f8a84ecf5524fa8c682003fecc3b

+ 1 - 1
libs/conversion

@@ -1 +1 @@
-Subproject commit ac6e41d676328940dbe656cc47f8b6affd8b95f4
+Subproject commit d44a6fcf8bace4216b57ddf61951952a44268c3f

+ 1 - 1
libs/date_time

@@ -1 +1 @@
-Subproject commit f79faf89f8cc18003be683ce10f9374fba27c187
+Subproject commit 00782e4d6a6392a52ac31786bba000c658246341

+ 1 - 1
libs/detail

@@ -1 +1 @@
-Subproject commit 9469ab6c882fecf68477a4bf1bc152f9c940ca27
+Subproject commit 22520394e429179c92f1e7d1dcb4cdf40c8e632f

+ 1 - 1
libs/dynamic_bitset

@@ -1 +1 @@
-Subproject commit c9dcc1de6489bf3d96f74106d3a9457362d21bc2
+Subproject commit 4ae778ba4a9cd129a87cfb85703724c8e477649a

+ 1 - 1
libs/foreach

@@ -1 +1 @@
-Subproject commit 8ebefa801f81620c67f4212e4ae65f3e2a413ead
+Subproject commit 2939f6f447baf276484a480cc42220d0b1243feb

+ 1 - 1
libs/format

@@ -1 +1 @@
-Subproject commit a624f813aaa9834abed998b7fe821a33162d0ee7
+Subproject commit 8d64ee98c2906c588b1275551662f5a9f3699efe

+ 1 - 1
libs/function

@@ -1 +1 @@
-Subproject commit 6147e7ddcc76164a2295a56c05614800aeed1c49
+Subproject commit c4539395febcea4d528a00874ef89687119452fd

+ 1 - 0
libs/function_types

@@ -0,0 +1 @@
+Subproject commit e04f655cc72a11584f0350e94f5d302bc104bc72

+ 1 - 1
libs/functional

@@ -1 +1 @@
-Subproject commit d7980a58f611a9f22408e016fc30acdafee1075f
+Subproject commit 0f24897958736c83b75b3c28078660582bb13be3

+ 1 - 0
libs/fusion

@@ -0,0 +1 @@
+Subproject commit ed9cb87ac31dc25a65a148860fc18bdd508dd3ea

+ 1 - 0
libs/gil

@@ -0,0 +1 @@
+Subproject commit 6e2ae344893721df288a73cc25bfa1dee38bce48

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit 52558351262f122bc6bf60f6b832b9daace07349
+Subproject commit 73f24694dd01c8c5c2cbb3a8ff62df927196ff32

+ 1 - 1
libs/integer

@@ -1 +1 @@
-Subproject commit b162db6b72f3f8c5a95ad00efce682f1ee0bafed
+Subproject commit 559b44c259917399670ba872c04744384627a8f6

+ 1 - 0
libs/interprocess

@@ -0,0 +1 @@
+Subproject commit 28bf848aaacd4889eb5108ca6d0a7a07dfb3b6ee

+ 1 - 0
libs/intrusive

@@ -0,0 +1 @@
+Subproject commit ccbfcebe9f96d828d72b2912236406735785a36d

+ 1 - 1
libs/io

@@ -1 +1 @@
-Subproject commit d9ae85cc234c3fce47f62eb08ae30017d1e704ac
+Subproject commit 57aec158b09f8e1803b3dfb0c28e4492c01ecd21

+ 1 - 1
libs/iostreams

@@ -1 +1 @@
-Subproject commit 9733948782be517c4226356e2e3d64eba7d95994
+Subproject commit de7e62274c031e2881175311243eae0c42088fb9

+ 1 - 1
libs/iterator

@@ -1 +1 @@
-Subproject commit ff73538b5bcc4744eb1291b64c9971363e658c93
+Subproject commit 23d53055f9c52dc6b260e9002d69362364674b98

+ 1 - 1
libs/lambda

@@ -1 +1 @@
-Subproject commit 672c8e10d4cb64bc6eea7ba868157667197bc2b7
+Subproject commit a0cd34c9388616fc5a54a6c099c42e7ffb2683bb

+ 1 - 1
libs/logic

@@ -1 +1 @@
-Subproject commit 5749fb9ef1e4b24079e8709d02159c6897d35ffe
+Subproject commit 02caed268b62fd832dbe08158816ff9fd5d2c1ef

+ 1 - 1
libs/math

@@ -1 +1 @@
-Subproject commit 141dc671b6af12b92d85522c485a3c2e93936902
+Subproject commit 9b73bf2d7cc2b814eb5539724570e7140eece70d

+ 1 - 0
libs/mpi

@@ -0,0 +1 @@
+Subproject commit 2fb89dd7c2a915a5cc1c610badeace270dca2e6f

+ 1 - 1
libs/mpl

@@ -1 +1 @@
-Subproject commit d71c2898795e12ec7cdcfdccd4a25664611f7da6
+Subproject commit 7ec3e698d691d904874e9f996286753774b13a33

+ 1 - 1
libs/multi_array

@@ -1 +1 @@
-Subproject commit d8bf15754e0fc3cbe913f370d6214615297ea561
+Subproject commit de0307c34473e0fe20d0d96996706f388ce7dd79

+ 1 - 1
libs/multi_index

@@ -1 +1 @@
-Subproject commit 1434c7d7271b76c644b938aa4f3743017b0b72bf
+Subproject commit 9b4c07478cb51aa9288d713d36fdf562d1a1d4b9

+ 1 - 1
libs/numeric/interval

@@ -1 +1 @@
-Subproject commit 9951d9a5f26aac7eb8bb62bd64248c7f34684cca
+Subproject commit 13887d1924a1f2cf6a3af4e0315a97dc3564a8ce

+ 1 - 1
libs/numeric/ublas

@@ -1 +1 @@
-Subproject commit 124a75fbfbef452048cab37a2b67e437190cf9c7
+Subproject commit c9593f62fe94b463fe22c6889b26bfd224900eb7

+ 1 - 1
libs/optional

@@ -1 +1 @@
-Subproject commit 4ba562871e01d654d1d2ddee91a70b959ecfe239
+Subproject commit 5956702c32931ae493d1f751be235bc764ee4db7

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit 56ddeddfaf8418fe63dd1eb400ed428738be43bc
+Subproject commit 31f9f620fef1a87c4bbe622a9f1a240a40c5e6df

+ 1 - 1
libs/pool

@@ -1 +1 @@
-Subproject commit db37ad756dc30936ff98d07aba9c0cf1491ba4b1
+Subproject commit 58b1519651af275604f061ba96039c9ba7304d3c

+ 1 - 1
libs/preprocessor

@@ -1 +1 @@
-Subproject commit 6a5b3283fc49b35aa63cdeceee7ab21119cf3911
+Subproject commit 80f57a0284570a22685e61568fc3730edb04c380

+ 1 - 1
libs/program_options

@@ -1 +1 @@
-Subproject commit 2cc29f6dfa914d000b4193b0a0dfec206e4a95b4
+Subproject commit 2d0c627d34ea79d3839149dfdde94510abd493c6

+ 1 - 1
libs/property_map

@@ -1 +1 @@
-Subproject commit b485d6c83dca29828f685e6dcc6fb623a2498dcd
+Subproject commit 52002391c4d7b2f98a1a3989a5ed38610370033e

+ 1 - 0
libs/property_tree

@@ -0,0 +1 @@
+Subproject commit 7adb2428e915e99470e5b86090bfe57988297f1b

+ 1 - 1
libs/ptr_container

@@ -1 +1 @@
-Subproject commit 9ab52925ea6acf5bce68959892d049517b33c59a
+Subproject commit 4eb81f38672155704deca4682e40a6b98238d609

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit bf33b546384c6703cc2718952002cf8e70c3e46e
+Subproject commit f5df3933605070af73e6701366b447c9add9994f

+ 1 - 1
libs/random

@@ -1 +1 @@
-Subproject commit 63e54d3d7936ae2a22b32c5fac904ff8d8ec3d82
+Subproject commit cf95897a2e181aaadf4a70162ee255d19366732a

+ 1 - 1
libs/range

@@ -1 +1 @@
-Subproject commit 25e932149c792b3a95991f7b8f442108c8d162b8
+Subproject commit 901266b76a05b0afd8e2bd461febbac797a7d1d9

+ 1 - 1
libs/rational

@@ -1 +1 @@
-Subproject commit a0041906374b1b45c3e3dd7565163b9612fe8f9c
+Subproject commit cc8833391d62a2af78d4c01bf9fa1cb02f2cf9b4

+ 1 - 1
libs/regex

@@ -1 +1 @@
-Subproject commit c48d7bb4785e226cd51fc45044608354cd714a43
+Subproject commit ff95eb8d984e2eaee61dc0ad4ad7287fc316cd00

+ 1 - 1
libs/serialization

@@ -1 +1 @@
-Subproject commit 36694aec8f0d34c73890de971356285960b4e80e
+Subproject commit 4e29437a19cd9a863e6562fb24ee7bb7eb254a71

+ 1 - 1
libs/signals

@@ -1 +1 @@
-Subproject commit 16663e99e1cb4b083d27be05e726010c67a816bf
+Subproject commit 11fe6f6212b5a51e3aca7ad73f0ee49a85d2fe09

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit 5ab6b2485639fdabbd230cd93c3cbd648d32f061
+Subproject commit d2194e3b243c73bd4bcfcc2d1a2e742387a1fd3c

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit 555b348d5ad3b0f1736b1ba6a7603cfb6f3e5c88
+Subproject commit c0fa3527097026fd1a9a43607cec51016b5566a9

+ 1 - 1
libs/statechart

@@ -1 +1 @@
-Subproject commit 8915ba42f5fcac51900237082097248cbb33b7e4
+Subproject commit 043b3c910c409455f8987ad8386574233a24cd46

+ 1 - 1
libs/static_assert

@@ -1 +1 @@
-Subproject commit 851fd2622e4c885946fd83ce4d3250972be0018a
+Subproject commit f298ed51a9378187ea6d49a6ef77cfd475681fee

+ 1 - 1
libs/test

@@ -1 +1 @@
-Subproject commit 6d1e9c19d9e9b5d9ceb994aa868f3df3eb2fac03
+Subproject commit 991e2a0b587e57443f5fa312f3c4fd412a08b901

+ 1 - 1
libs/thread

@@ -1 +1 @@
-Subproject commit 1c0f47003239db48c8b13a1b3a26532ffe6bf6d9
+Subproject commit b4d12e08dd78648e06626fd605e61907980d7bfc

+ 1 - 1
libs/tokenizer

@@ -1 +1 @@
-Subproject commit e223113f8ba344c511d66160ae4d8e24cc62bcce
+Subproject commit 3103422b66f7a946193423352645121fd3ee24db

+ 1 - 1
libs/tr1

@@ -1 +1 @@
-Subproject commit 8c5552376c9add6675769da414a052d076615688
+Subproject commit b8e2c9d082007d7a1a1cd28132d68a48a096e98a

+ 1 - 1
libs/type_traits

@@ -1 +1 @@
-Subproject commit ed23fafc80de35522e675b5ad67477820caa9648
+Subproject commit 7c73784313362474e2782e540ef144a26955c951

+ 1 - 1
libs/typeof

@@ -1 +1 @@
-Subproject commit 8d8d35c1ae55e98e7f90955c5850fac1919ef8a4
+Subproject commit 1c1ab4c883808d9b8b5e7fd957a8e4b3d3f22a2f

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit 6aa648d3157c6d274509ea90a4562d72fa4e81e8
+Subproject commit 74462349c284e9a5785c3594f6509ada480e3b5b

+ 1 - 1
libs/variant

@@ -1 +1 @@
-Subproject commit d465155ccc05bfb6a28711bf71497e28ffb3d77a
+Subproject commit 5edc8631742b00be18db94ef605bc269da91119d

+ 1 - 1
libs/wave

@@ -1 +1 @@
-Subproject commit 31e219acfc8382338dd0075f470b82b99d16b31d
+Subproject commit e0f8d759891b01a2e884a0e0d816718f2ddc4905

+ 1 - 1
libs/xpressive

@@ -1 +1 @@
-Subproject commit 0b5eca58d5e7860ba8deb081b3993ce5453239b5
+Subproject commit 7782d4a6ccfa7c0c83e9aab7e4ee34dc0b051bcb

粤ICP备19079148号