Commit graph

61214 commits

Author SHA1 Message Date
Automated Commit
c81363e6fd Update boost_install from develop 2018-12-19 16:00:41 +00:00
Automated Commit
139dc16ac5 Update poly_collection from develop 2018-12-19 15:30:08 +00:00
Automated Commit
bfa0f030e0 Update headers from develop 2018-12-19 06:45:29 +00:00
Automated Commit
1902f35e7f Update build from develop 2018-12-19 03:45:05 +00:00
Automated Commit
da76c444b1 Update bind from develop 2018-12-19 03:15:05 +00:00
Automated Commit
5a960c7be4 Update gil from develop 2018-12-19 00:15:05 +00:00
Automated Commit
6abf421e5b Update gil from develop 2018-12-19 00:00:38 +00:00
Peter Dimov
f6c6d308b3 Merge branch 'patch-1' of https://github.com/Kojoley/boost into develop 2018-12-19 01:16:14 +02:00
Automated Commit
e4f920cdae Update maintainer list
[skip ci]
2018-12-18 23:10:28 +00:00
Automated Commit
c33a5086a1 Update boostdep from develop 2018-12-18 22:45:05 +00:00
Automated Commit
628c0ce082 Update gil from develop 2018-12-18 22:15:14 +00:00
Automated Commit
bc2960dd3b Update gil from develop 2018-12-18 22:15:07 +00:00
Automated Commit
8564a74a56 Update gil from develop 2018-12-18 22:00:07 +00:00
Automated Commit
49f70c9515 Update spirit from develop 2018-12-18 21:15:07 +00:00
Automated Commit
befa8bb3f2 Update spirit from develop 2018-12-18 21:00:06 +00:00
Automated Commit
f7604c4a54 Update sync from develop 2018-12-18 20:45:07 +00:00
Automated Commit
5db26556f9 Update atomic from develop 2018-12-18 20:15:19 +00:00
Automated Commit
7f3a6c66ae Update log from develop 2018-12-18 20:15:15 +00:00
Automated Commit
0bb23bd24d Update filesystem from develop 2018-12-18 20:15:12 +00:00
Automated Commit
974c466923 Update timer from develop 2018-12-18 20:15:06 +00:00
Automated Commit
fcf4a237fe Update throw_exception from develop 2018-12-18 20:00:45 +00:00
Automated Commit
879621c1ff Update system from develop 2018-12-18 20:00:43 +00:00
Automated Commit
7d4dcc9fa1 Update smart_ptr from develop 2018-12-18 20:00:40 +00:00
Automated Commit
80502649bf Update mp11 from develop 2018-12-18 20:00:37 +00:00
Automated Commit
394dc57f23 Update function from develop 2018-12-18 20:00:35 +00:00
Automated Commit
91f126dfa5 Update endian from develop 2018-12-18 20:00:32 +00:00
Automated Commit
56c0abeb13 Update bind from develop 2018-12-18 19:45:28 +00:00
Automated Commit
2e267a18b5 Update build from develop 2018-12-18 19:45:26 +00:00
Automated Commit
8b9eac086e Update sync from develop 2018-12-18 19:45:20 +00:00
Automated Commit
5e97670538 Update iterator from develop 2018-12-18 19:45:16 +00:00
Automated Commit
1ea67f0612 Update integer from develop 2018-12-18 19:45:12 +00:00
Automated Commit
06830dfd06 Update filesystem from develop 2018-12-18 19:45:05 +00:00
Automated Commit
baf1967684 Update detail from develop 2018-12-18 19:30:23 +00:00
Automated Commit
9f6a1e6738 Update core from develop 2018-12-18 19:30:19 +00:00
Automated Commit
0aa944c5ad Update atomic from develop 2018-12-18 19:30:14 +00:00
Automated Commit
0fea1deec4 Update winapi from develop 2018-12-18 19:30:07 +00:00
Automated Commit
3b763f256f Update utility from develop 2018-12-18 19:15:15 +00:00
Automated Commit
1e0efb078e Update sync from develop 2018-12-18 19:15:11 +00:00
Automated Commit
b78992568f Update iterator from develop 2018-12-18 19:15:04 +00:00
Automated Commit
9563adf173 Update integer from develop 2018-12-18 19:00:27 +00:00
Automated Commit
16fa4dcc62 Update filesystem from develop 2018-12-18 19:00:23 +00:00
Automated Commit
2a76aa80d5 Update detail from develop 2018-12-18 19:00:19 +00:00
Automated Commit
a1962fd85a Update core from develop 2018-12-18 19:00:14 +00:00
Automated Commit
cbe72a191e Update atomic from develop 2018-12-18 19:00:07 +00:00
Automated Commit
906be1cf71 Update assert from develop 2018-12-18 18:30:08 +00:00
Automated Commit
ef9b4453b3 Update core from develop 2018-12-18 18:00:16 +00:00
Automated Commit
b4d29f4a01 Update gil from develop 2018-12-18 18:00:08 +00:00
Peter Dimov
be202aaa4d
Feature/cmake config (#229)
* Fix boost-install; call cmake-config from it

* Install BoostDetectToolset.cmake

* Do not declare `headers` an alias to `libs/headers/build/boost_headers`

* Rename cmake-config to boost-install; move the boost-install rule there

* Add <threading>multi to default-build

* Add submodules headers, boost_install

* Update boost_install

* Enable feature branches in .travis.yml

* Simplify boostcpp.jam install/stage, delegate to library install/stage targets

* Update libs/headers

* Update boostcpp.python-tag to add the Python version suffix

* Update boost_install

* Update boost_install

* Make stage-locate (and BOOST_STAGE_LOCATE) in boostcpp.jam absolute paths

* Remove $(ROOT) parameter of boost-install.boost-install

* Update boost_install

* Update boost_install

* Remove the boost-install generating rules from Jamroot

* Update boost_install

* Update boost_install

* Update boost_install

* Update libs/headers, tools/boost_install

* Update libs/headers, tools/boost_install

* Remove version parameter from boost-install; update headers and boost-install

* Update boost_install

* Update boost_install

* Add --cmakedir, --no-cmake-config to Jamroot help

* Update boost_install
2018-12-18 19:06:52 +02:00
Automated Commit
acc4f7529f Update detail from develop 2018-12-18 17:00:43 +00:00
Automated Commit
cb0b9015a9 Update utility from develop 2018-12-18 17:00:40 +00:00