├── generated ├── state │ └── version.txt └── current_version.txt ├── site-tools ├── .gitignore ├── .htaccess ├── releases │ ├── boost_1_64_0.txt │ ├── boost_1_63_0.txt │ ├── boost_1_64_0_b1.txt │ ├── boost_1_64_0_b2.txt │ ├── boost_1_63_0_rc1.txt │ ├── boost_1_63_0_rc2.txt │ └── boost_1_63_0_b1.txt ├── refresh-pages.php ├── update-pages.php └── update-repo.php ├── common ├── code │ ├── info.php │ ├── .htaccess │ ├── test │ │ ├── .gitignore │ │ ├── config │ │ │ ├── php.ini │ │ │ └── bootstrap.php │ │ ├── tests │ │ │ ├── bootstrap │ │ │ │ ├── syntax-error.php │ │ │ │ ├── error-fail1.phpt │ │ │ │ ├── error-fail3.phpt │ │ │ │ ├── suppress-errors.phpt │ │ │ │ └── error-fail2.phpt │ │ │ ├── template.php │ │ │ └── html_encode.phpt │ │ ├── README.txt │ │ └── composer.json │ ├── update-6x6.sh │ ├── boost_filter_simple.php │ ├── boost_filter_cpp.php │ ├── boost_filter_qbk.php │ ├── update-5x15.sh │ ├── boost_display_dir.php │ ├── templates │ │ └── history.php │ ├── boost_filter_develop_box.php │ ├── boost.php │ └── update-daily.sh ├── sidebar-common.html ├── sidebar-get-boost.html ├── footer-license.html ├── heading-doc.html ├── sidebar-donate.html ├── footer-banners.html ├── sidebar-search.html ├── sidebar-doc.html ├── sidebar-boost.html ├── sidebar-support.html ├── sidebar-welcome.html ├── sidebar-community.html ├── sidebar-development.html └── menu-welcome.html ├── boost.png ├── favicon.ico ├── gfx ├── imc.jpg ├── imc.png ├── space.png ├── ms_logo.gif ├── intel_logo.gif ├── kai_logo.gif ├── boost_1_33_0.jpg ├── borland_logo.gif ├── boost-dark-trans.png └── google_logo_25wht.gif ├── boost-card.jpg ├── boost-logo.png ├── users ├── proposal.pdf ├── people │ ├── ed_brey.jpg │ ├── anonymous.jpg │ ├── beman_dawes.jpg │ ├── darin_adler.jpg │ ├── doug_gregor.jpg │ ├── gary_powell.jpg │ ├── greg_colvin.jpg │ ├── jan_gaspar.jpg │ ├── jens_maurer.jpg │ ├── jeremy_siek.jpg │ ├── liequan_lee.jpg │ ├── mac_murrett.jpg │ ├── mat_marcus.jpg │ ├── paul_moore.jpg │ ├── pavol_droba.jpg │ ├── peter_dimov.jpg │ ├── rene_rivera.jpg │ ├── thomas_witt.jpg │ ├── andreas_huber.jpg │ ├── daryle_walker.jpg │ ├── dave_abrahams.jpg │ ├── dietmar_kuehl.jpg │ ├── ed_brey_small.jpg │ ├── eric_friedman.jpg │ ├── hubert_holin.jpg │ ├── ion_gaztanaga.jpg │ ├── jaakko_jarvi.jpg │ ├── jeff_garland.jpg │ ├── joaquin_lopez.jpg │ ├── john_maddock.jpg │ ├── kevlin_henney.jpg │ ├── mark_rodgers.jpg │ ├── robert_ramey.jpg │ ├── ronald_garcia.jpg │ ├── samuel_krempp.jpg │ ├── vesa_karvonen.jpg │ ├── vladimir_prus.jpg │ ├── william_kempf.jpg │ ├── aleksey_gurtovoy.jpg │ ├── anonymous_small.jpg │ ├── anthony_williams.jpg │ ├── antony_polukhin.jpg │ ├── glen_fernandes.jpg │ ├── hartmut_kaiser.jpg │ ├── herve_bronnimann.jpg │ ├── howard_hinnant.jpg │ ├── jan_gaspar_small.jpg │ ├── joel_de_guzman.jpg │ ├── mat_marcus_small.jpg │ ├── nicolai_josuttis.jpg │ ├── paul_mensonides.jpg │ ├── paul_moore_small.jpg │ ├── peter_dimov_old.jpg │ ├── thorsten_ottosen.jpg │ ├── aleksey_gurtovoy2.jpg │ ├── beman_dawes_small.jpg │ ├── darin_adler_small.jpg │ ├── doug_gregor_small.jpg │ ├── fernando_cacciola.jpg │ ├── gary_powell_small.jpg │ ├── gennadiy_rozental.jpg │ ├── greg_colvin_small.jpg │ ├── hubert_holin_small.jpg │ ├── jaakko_jarvi_small.jpg │ ├── jeff_garland_small.jpg │ ├── jens_maurer_small.jpg │ ├── jeremy_siek_small.jpg │ ├── john_maddock_small.jpg │ ├── jonathan_turkanis.jpg │ ├── liequan_lee_small.jpg │ ├── mac_murrett_small.jpg │ ├── mark_rodgers_small.jpg │ ├── pavol_droba_small.jpg │ ├── peter_dimov_small.jpg │ ├── robert_ramey_small.jpg │ ├── thomas_witt_small.jpg │ ├── andreas_huber_small.jpg │ ├── antony_polukhin_small.jpg │ ├── daryle_walker_small.jpg │ ├── dave_abrahams_small.jpg │ ├── dietmar_kuehl_small.jpg │ ├── eric_friedman_small.jpg │ ├── glen_fernandes_small.jpg │ ├── hartmut_kaiser_small.jpg │ ├── howard_hinnant_small.jpg │ ├── ion_gaztanaga_small.jpg │ ├── joaquin_lopez_small.jpg │ ├── joel_de_guzman_small.jpg │ ├── kevlin_henney_small.jpg │ ├── paul_mensonides_small.jpg │ ├── peter_dimov_small_old.jpg │ ├── ronald_garcia_small.jpg │ ├── samuel_krempp_small.jpg │ ├── vesa_karvonen_small.jpg │ ├── vladimir_prus_small.jpg │ ├── william_kempf_small.jpg │ ├── aleksey_gurtovoy_small.jpg │ ├── anthony_williams_large.jpg │ ├── fernando_cacciola_small.jpg │ ├── gennadiy_rozental_small.jpg │ ├── herve_bronnimann_small.jpg │ ├── jonathan_turkanis_small.jpg │ ├── nicolai_josuttis_small.jpg │ ├── ralf_w_grosse_kunstleve.jpg │ ├── thorsten_ottosen_small.jpg │ └── ralf_w_grosse_kunstleve_sm.jpg ├── memoriam │ └── beman_dawes.jpg └── download │ └── signatures │ ├── boost_1_61_0.sums.asc │ └── boost_1_61_0_b1.sums.asc ├── style-v2 ├── css_0 │ ├── bkg.png │ ├── home.png │ ├── next.png │ ├── note.png │ ├── prev.png │ ├── tip.png │ ├── up.png │ ├── blank.png │ ├── draft.png │ ├── caution.png │ ├── get-boost.png │ ├── important.png │ ├── panel_bkg.png │ ├── toc-blank.png │ ├── toc-minus.png │ ├── toc-plus.png │ ├── warning.png │ ├── up_disabled.png │ ├── alpha_blue_50.png │ ├── alpha_white_50.png │ ├── alpha_white_75.png │ ├── boost_bullet.gif │ ├── next_disabled.png │ ├── prev_disabled.png │ ├── theme_grass │ │ ├── up.png │ │ ├── home.png │ │ ├── next.png │ │ ├── note.png │ │ ├── prev.png │ │ ├── tip.png │ │ ├── caution.png │ │ ├── warning.png │ │ ├── footer-bg.png │ │ ├── header-bg.png │ │ ├── header-fg.png │ │ ├── important.png │ │ ├── up_disabled.png │ │ ├── footer-bg-left.png │ │ ├── next_disabled.png │ │ ├── prev_disabled.png │ │ ├── footer-bg-right.png │ │ └── header.css │ ├── theme_grape │ │ ├── header-bg.png │ │ ├── header-fg.png │ │ ├── theme.css │ │ └── header.css │ ├── utility.css │ ├── section-boost.css │ ├── section-support.css │ ├── global.css │ ├── section-development.css │ └── footer.css ├── trac.css ├── section-doc.css ├── section-map.css ├── section-boost.css ├── section-support.css ├── section-welcome.css ├── section-community.css ├── section-development.css ├── basic.css └── section-basic.css ├── doc ├── libs │ ├── common │ │ ├── boost.png │ │ └── doc │ │ │ └── src │ │ │ ├── minimal.css │ │ │ ├── images │ │ │ ├── tip.png │ │ │ ├── up.png │ │ │ ├── alert.png │ │ │ ├── blank.png │ │ │ ├── draft.png │ │ │ ├── home.png │ │ │ ├── next.png │ │ │ ├── note.png │ │ │ ├── prev.png │ │ │ ├── caution.png │ │ │ ├── smiley.png │ │ │ ├── toc-plus.png │ │ │ ├── warning.png │ │ │ ├── important.png │ │ │ ├── toc-blank.png │ │ │ ├── toc-minus.png │ │ │ ├── next_disabled.png │ │ │ ├── prev_disabled.png │ │ │ ├── stable_vector.png │ │ │ ├── up_disabled.png │ │ │ ├── up.svg │ │ │ ├── next.svg │ │ │ ├── prev.svg │ │ │ ├── warning.svg │ │ │ └── important.svg │ │ │ └── reference.css │ ├── 1_53_0 │ │ └── libs │ │ │ └── pool │ │ │ └── doc │ │ │ └── images │ │ │ ├── mb1.png │ │ │ ├── mb2.png │ │ │ ├── mb3.png │ │ │ ├── mb4.png │ │ │ ├── pc1.png │ │ │ ├── pc2.png │ │ │ ├── pc3.png │ │ │ ├── pc4.png │ │ │ └── pc5.png │ ├── 1_61_0 │ │ ├── doc │ │ │ └── html │ │ │ │ └── boost_asio │ │ │ │ ├── proactor.png │ │ │ │ ├── sync_op.png │ │ │ │ ├── async_op1.png │ │ │ │ └── async_op2.png │ │ └── libs │ │ │ ├── numeric │ │ │ └── odeint │ │ │ │ └── doc │ │ │ │ └── html │ │ │ │ ├── logo.jpg │ │ │ │ ├── images │ │ │ │ ├── up.png │ │ │ │ ├── home.png │ │ │ │ ├── next.png │ │ │ │ ├── note.png │ │ │ │ ├── prev.png │ │ │ │ ├── tip.png │ │ │ │ ├── alert.png │ │ │ │ ├── blank.png │ │ │ │ ├── caution.png │ │ │ │ ├── draft.png │ │ │ │ ├── smiley.png │ │ │ │ ├── warning.png │ │ │ │ ├── important.png │ │ │ │ ├── toc-blank.png │ │ │ │ ├── toc-minus.png │ │ │ │ ├── toc-plus.png │ │ │ │ ├── callouts │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── 10.png │ │ │ │ │ ├── 11.png │ │ │ │ │ ├── 12.png │ │ │ │ │ ├── 13.png │ │ │ │ │ ├── 14.png │ │ │ │ │ ├── 15.png │ │ │ │ │ ├── 2.png │ │ │ │ │ ├── 3.png │ │ │ │ │ ├── 4.png │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 6.png │ │ │ │ │ ├── 7.png │ │ │ │ │ ├── 8.png │ │ │ │ │ ├── 9.png │ │ │ │ │ ├── 1.svg │ │ │ │ │ ├── 7.svg │ │ │ │ │ ├── 4.svg │ │ │ │ │ ├── 11.svg │ │ │ │ │ ├── 17.svg │ │ │ │ │ ├── 14.svg │ │ │ │ │ ├── 2.svg │ │ │ │ │ ├── 5.svg │ │ │ │ │ ├── 10.svg │ │ │ │ │ ├── 12.svg │ │ │ │ │ ├── 21.svg │ │ │ │ │ ├── 3.svg │ │ │ │ │ ├── 9.svg │ │ │ │ │ ├── 27.svg │ │ │ │ │ ├── 15.svg │ │ │ │ │ ├── 6.svg │ │ │ │ │ ├── 24.svg │ │ │ │ │ ├── 13.svg │ │ │ │ │ ├── 19.svg │ │ │ │ │ ├── 8.svg │ │ │ │ │ ├── 16.svg │ │ │ │ │ ├── 20.svg │ │ │ │ │ ├── 22.svg │ │ │ │ │ └── 25.svg │ │ │ │ ├── up_disabled.png │ │ │ │ ├── next_disabled.png │ │ │ │ ├── prev_disabled.png │ │ │ │ ├── next.svg │ │ │ │ ├── prev.svg │ │ │ │ ├── up.svg │ │ │ │ ├── warning.svg │ │ │ │ └── important.svg │ │ │ │ ├── solar_system.jpg │ │ │ │ ├── phase_lattice_2d_0000.jpg │ │ │ │ ├── phase_lattice_2d_0100.jpg │ │ │ │ └── phase_lattice_2d_1000.jpg │ │ │ └── spirit │ │ │ └── repository │ │ │ └── doc │ │ │ └── html │ │ │ └── images │ │ │ ├── note.png │ │ │ ├── tip.png │ │ │ ├── alert.png │ │ │ ├── caution.png │ │ │ ├── important.png │ │ │ └── callouts │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ ├── 1_62_0 │ │ └── doc │ │ │ └── html │ │ │ └── boost_asio │ │ │ ├── proactor.png │ │ │ ├── sync_op.png │ │ │ ├── async_op1.png │ │ │ └── async_op2.png │ ├── 1_36_0 │ │ └── libs │ │ │ └── test │ │ │ └── docbook │ │ │ └── img │ │ │ └── boost.test.logo.png │ └── 1_79_0 │ │ └── libs │ │ └── atomic │ │ └── index.html ├── display_extra_docs.php ├── downloads.csv.php └── libraries.json.php ├── feed ├── .htaccess ├── history │ ├── boost_1_11_1.qbk │ ├── boost_1_10_4.qbk │ ├── boost_1_12_0.qbk │ ├── boost_1_14_2.qbk │ ├── boost_1_11_2.qbk │ ├── boost_1_14_3.qbk │ ├── boost_1_13_0.qbk │ ├── boost_1_14_0.qbk │ ├── boost_1_15_0.qbk │ ├── boost_1_15_1.qbk │ ├── boost_1_11_0.qbk │ ├── boost_1_14_1.qbk │ ├── boost_1_20_1.qbk │ ├── boost_1_21_1.qbk │ ├── boost_1_18_1.qbk │ ├── boost_1_18_3.qbk │ ├── boost_1_10_3.qbk │ ├── boost_1_24_0.qbk │ ├── boost_1_18_2.qbk │ ├── boost_1_16_1.qbk │ ├── boost_1_20_0.qbk │ ├── boost_1_22_0.qbk │ ├── boost_1_17_0.qbk │ ├── boost_1_18_0.qbk │ ├── boost_1_19_0.qbk │ ├── boost_1_23_0.qbk │ └── boost_1_25_1.qbk └── news │ ├── website_launch.qbk │ ├── review_asio_begins.qbk │ ├── locale_1_53_0.qbk │ └── moving_to_jfrog.qbk ├── .gitignore ├── development ├── report-nov-2007.rst ├── report-sep-2007.rst ├── testing_results.php ├── .htaccess └── webcheck_results.php ├── robots.txt ├── support └── .htaccess ├── webhook └── github-webhook.php ├── patches ├── 1_80_0 │ ├── 0005-config-libcpp15.patch │ ├── 0004-filesystem-posix-fix-no-at-apis-missing-include.patch │ └── 0006-unordered-msvc-rtcc.patch ├── 1_54_0 │ ├── 001-coroutine.patch │ ├── 003-log.patch │ ├── 004-thread.patch │ └── 002-date-time.patch ├── 1_83_0 │ └── 0001-unordered-fix-copy-assign.patch ├── 1_73_0 │ └── 0001-outcome-assert.patch ├── 1_55_0 │ └── 001-log_fix_dump_avx2.patch ├── 1_65_0 │ ├── 0004-thread-130-Bug-in-boost-condition_variable-on-Window.patch │ └── 0003-thread-130-Bug-in-boost-condition_variable-on-Window.patch ├── 1_58_0 │ └── 0001-Fix-exec_file-for-Python-3-3.4.patch └── 1_82_0 │ └── 0001-filesystem-fix-openbsd-build.patch ├── README.md ├── donate └── donatebutton.inc ├── sitemap.xml.php ├── .travis.yml └── LICENSE_1_0.txt /generated/state/version.txt: -------------------------------------------------------------------------------- 1 | 6 -------------------------------------------------------------------------------- /site-tools/.gitignore: -------------------------------------------------------------------------------- 1 | /cache/ 2 | -------------------------------------------------------------------------------- /generated/current_version.txt: -------------------------------------------------------------------------------- 1 | 1.89.0 -------------------------------------------------------------------------------- /common/code/info.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /common/code/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteRule ^(?!info.php$) "-" [F,L] 2 | -------------------------------------------------------------------------------- /common/code/test/.gitignore: -------------------------------------------------------------------------------- 1 | /vendor/ 2 | /tests/**/output/ 3 | -------------------------------------------------------------------------------- /site-tools/.htaccess: -------------------------------------------------------------------------------- 1 | order allow,deny 2 | deny from all 3 | -------------------------------------------------------------------------------- /boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/boost.png -------------------------------------------------------------------------------- /common/code/test/config/php.ini: -------------------------------------------------------------------------------- 1 | extension=json.so 2 | extension=xml.so 3 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/favicon.ico -------------------------------------------------------------------------------- /gfx/imc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/imc.jpg -------------------------------------------------------------------------------- /gfx/imc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/imc.png -------------------------------------------------------------------------------- /gfx/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/space.png -------------------------------------------------------------------------------- /boost-card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/boost-card.jpg -------------------------------------------------------------------------------- /boost-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/boost-logo.png -------------------------------------------------------------------------------- /gfx/ms_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/ms_logo.gif -------------------------------------------------------------------------------- /gfx/intel_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/intel_logo.gif -------------------------------------------------------------------------------- /gfx/kai_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/kai_logo.gif -------------------------------------------------------------------------------- /users/proposal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/proposal.pdf -------------------------------------------------------------------------------- /gfx/boost_1_33_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/boost_1_33_0.jpg -------------------------------------------------------------------------------- /gfx/borland_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/borland_logo.gif -------------------------------------------------------------------------------- /style-v2/css_0/bkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/bkg.png -------------------------------------------------------------------------------- /style-v2/css_0/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/home.png -------------------------------------------------------------------------------- /style-v2/css_0/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/next.png -------------------------------------------------------------------------------- /style-v2/css_0/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/note.png -------------------------------------------------------------------------------- /style-v2/css_0/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/prev.png -------------------------------------------------------------------------------- /style-v2/css_0/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/tip.png -------------------------------------------------------------------------------- /style-v2/css_0/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/up.png -------------------------------------------------------------------------------- /style-v2/trac.css: -------------------------------------------------------------------------------- 1 | /* 2 | Style sheet for customizing the Boost Trac at svn.boost.org 3 | */ -------------------------------------------------------------------------------- /doc/libs/common/boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/boost.png -------------------------------------------------------------------------------- /gfx/boost-dark-trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/boost-dark-trans.png -------------------------------------------------------------------------------- /gfx/google_logo_25wht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/gfx/google_logo_25wht.gif -------------------------------------------------------------------------------- /style-v2/css_0/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/blank.png -------------------------------------------------------------------------------- /style-v2/css_0/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/draft.png -------------------------------------------------------------------------------- /users/people/ed_brey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/ed_brey.jpg -------------------------------------------------------------------------------- /style-v2/css_0/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/caution.png -------------------------------------------------------------------------------- /style-v2/css_0/get-boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/get-boost.png -------------------------------------------------------------------------------- /style-v2/css_0/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/important.png -------------------------------------------------------------------------------- /style-v2/css_0/panel_bkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/panel_bkg.png -------------------------------------------------------------------------------- /style-v2/css_0/toc-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/toc-blank.png -------------------------------------------------------------------------------- /style-v2/css_0/toc-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/toc-minus.png -------------------------------------------------------------------------------- /style-v2/css_0/toc-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/toc-plus.png -------------------------------------------------------------------------------- /style-v2/css_0/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/warning.png -------------------------------------------------------------------------------- /users/people/anonymous.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/anonymous.jpg -------------------------------------------------------------------------------- /users/people/beman_dawes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/beman_dawes.jpg -------------------------------------------------------------------------------- /users/people/darin_adler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/darin_adler.jpg -------------------------------------------------------------------------------- /users/people/doug_gregor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/doug_gregor.jpg -------------------------------------------------------------------------------- /users/people/gary_powell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/gary_powell.jpg -------------------------------------------------------------------------------- /users/people/greg_colvin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/greg_colvin.jpg -------------------------------------------------------------------------------- /users/people/jan_gaspar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jan_gaspar.jpg -------------------------------------------------------------------------------- /users/people/jens_maurer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jens_maurer.jpg -------------------------------------------------------------------------------- /users/people/jeremy_siek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jeremy_siek.jpg -------------------------------------------------------------------------------- /users/people/liequan_lee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/liequan_lee.jpg -------------------------------------------------------------------------------- /users/people/mac_murrett.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/mac_murrett.jpg -------------------------------------------------------------------------------- /users/people/mat_marcus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/mat_marcus.jpg -------------------------------------------------------------------------------- /users/people/paul_moore.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/paul_moore.jpg -------------------------------------------------------------------------------- /users/people/pavol_droba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/pavol_droba.jpg -------------------------------------------------------------------------------- /users/people/peter_dimov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/peter_dimov.jpg -------------------------------------------------------------------------------- /users/people/rene_rivera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/rene_rivera.jpg -------------------------------------------------------------------------------- /users/people/thomas_witt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/thomas_witt.jpg -------------------------------------------------------------------------------- /feed/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine On 2 | 3 | RewriteRule ^(dev|downloads|history|news)\.rss$ /generated/$1.rss 4 | -------------------------------------------------------------------------------- /style-v2/css_0/up_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/up_disabled.png -------------------------------------------------------------------------------- /users/memoriam/beman_dawes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/memoriam/beman_dawes.jpg -------------------------------------------------------------------------------- /users/people/andreas_huber.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/andreas_huber.jpg -------------------------------------------------------------------------------- /users/people/daryle_walker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/daryle_walker.jpg -------------------------------------------------------------------------------- /users/people/dave_abrahams.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/dave_abrahams.jpg -------------------------------------------------------------------------------- /users/people/dietmar_kuehl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/dietmar_kuehl.jpg -------------------------------------------------------------------------------- /users/people/ed_brey_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/ed_brey_small.jpg -------------------------------------------------------------------------------- /users/people/eric_friedman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/eric_friedman.jpg -------------------------------------------------------------------------------- /users/people/hubert_holin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/hubert_holin.jpg -------------------------------------------------------------------------------- /users/people/ion_gaztanaga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/ion_gaztanaga.jpg -------------------------------------------------------------------------------- /users/people/jaakko_jarvi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jaakko_jarvi.jpg -------------------------------------------------------------------------------- /users/people/jeff_garland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jeff_garland.jpg -------------------------------------------------------------------------------- /users/people/joaquin_lopez.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/joaquin_lopez.jpg -------------------------------------------------------------------------------- /users/people/john_maddock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/john_maddock.jpg -------------------------------------------------------------------------------- /users/people/kevlin_henney.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/kevlin_henney.jpg -------------------------------------------------------------------------------- /users/people/mark_rodgers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/mark_rodgers.jpg -------------------------------------------------------------------------------- /users/people/robert_ramey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/robert_ramey.jpg -------------------------------------------------------------------------------- /users/people/ronald_garcia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/ronald_garcia.jpg -------------------------------------------------------------------------------- /users/people/samuel_krempp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/samuel_krempp.jpg -------------------------------------------------------------------------------- /users/people/vesa_karvonen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/vesa_karvonen.jpg -------------------------------------------------------------------------------- /users/people/vladimir_prus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/vladimir_prus.jpg -------------------------------------------------------------------------------- /users/people/william_kempf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/william_kempf.jpg -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | /common/code/boost_config_local.php 3 | /doc/archives 4 | /build 5 | /data/ 6 | /nbproject/ 7 | -------------------------------------------------------------------------------- /development/report-nov-2007.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/development/report-nov-2007.rst -------------------------------------------------------------------------------- /development/report-sep-2007.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/development/report-sep-2007.rst -------------------------------------------------------------------------------- /style-v2/css_0/alpha_blue_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/alpha_blue_50.png -------------------------------------------------------------------------------- /style-v2/css_0/alpha_white_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/alpha_white_50.png -------------------------------------------------------------------------------- /style-v2/css_0/alpha_white_75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/alpha_white_75.png -------------------------------------------------------------------------------- /style-v2/css_0/boost_bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/boost_bullet.gif -------------------------------------------------------------------------------- /style-v2/css_0/next_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/next_disabled.png -------------------------------------------------------------------------------- /style-v2/css_0/prev_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/prev_disabled.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/up.png -------------------------------------------------------------------------------- /users/people/aleksey_gurtovoy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/aleksey_gurtovoy.jpg -------------------------------------------------------------------------------- /users/people/anonymous_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/anonymous_small.jpg -------------------------------------------------------------------------------- /users/people/anthony_williams.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/anthony_williams.jpg -------------------------------------------------------------------------------- /users/people/antony_polukhin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/antony_polukhin.jpg -------------------------------------------------------------------------------- /users/people/glen_fernandes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/glen_fernandes.jpg -------------------------------------------------------------------------------- /users/people/hartmut_kaiser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/hartmut_kaiser.jpg -------------------------------------------------------------------------------- /users/people/herve_bronnimann.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/herve_bronnimann.jpg -------------------------------------------------------------------------------- /users/people/howard_hinnant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/howard_hinnant.jpg -------------------------------------------------------------------------------- /users/people/jan_gaspar_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jan_gaspar_small.jpg -------------------------------------------------------------------------------- /users/people/joel_de_guzman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/joel_de_guzman.jpg -------------------------------------------------------------------------------- /users/people/mat_marcus_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/mat_marcus_small.jpg -------------------------------------------------------------------------------- /users/people/nicolai_josuttis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/nicolai_josuttis.jpg -------------------------------------------------------------------------------- /users/people/paul_mensonides.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/paul_mensonides.jpg -------------------------------------------------------------------------------- /users/people/paul_moore_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/paul_moore_small.jpg -------------------------------------------------------------------------------- /users/people/peter_dimov_old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/peter_dimov_old.jpg -------------------------------------------------------------------------------- /users/people/thorsten_ottosen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/thorsten_ottosen.jpg -------------------------------------------------------------------------------- /doc/libs/common/doc/src/minimal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/minimal.css -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/home.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/next.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/note.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/prev.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/tip.png -------------------------------------------------------------------------------- /users/people/aleksey_gurtovoy2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/aleksey_gurtovoy2.jpg -------------------------------------------------------------------------------- /users/people/beman_dawes_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/beman_dawes_small.jpg -------------------------------------------------------------------------------- /users/people/darin_adler_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/darin_adler_small.jpg -------------------------------------------------------------------------------- /users/people/doug_gregor_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/doug_gregor_small.jpg -------------------------------------------------------------------------------- /users/people/fernando_cacciola.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/fernando_cacciola.jpg -------------------------------------------------------------------------------- /users/people/gary_powell_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/gary_powell_small.jpg -------------------------------------------------------------------------------- /users/people/gennadiy_rozental.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/gennadiy_rozental.jpg -------------------------------------------------------------------------------- /users/people/greg_colvin_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/greg_colvin_small.jpg -------------------------------------------------------------------------------- /users/people/hubert_holin_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/hubert_holin_small.jpg -------------------------------------------------------------------------------- /users/people/jaakko_jarvi_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jaakko_jarvi_small.jpg -------------------------------------------------------------------------------- /users/people/jeff_garland_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jeff_garland_small.jpg -------------------------------------------------------------------------------- /users/people/jens_maurer_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jens_maurer_small.jpg -------------------------------------------------------------------------------- /users/people/jeremy_siek_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jeremy_siek_small.jpg -------------------------------------------------------------------------------- /users/people/john_maddock_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/john_maddock_small.jpg -------------------------------------------------------------------------------- /users/people/jonathan_turkanis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jonathan_turkanis.jpg -------------------------------------------------------------------------------- /users/people/liequan_lee_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/liequan_lee_small.jpg -------------------------------------------------------------------------------- /users/people/mac_murrett_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/mac_murrett_small.jpg -------------------------------------------------------------------------------- /users/people/mark_rodgers_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/mark_rodgers_small.jpg -------------------------------------------------------------------------------- /users/people/pavol_droba_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/pavol_droba_small.jpg -------------------------------------------------------------------------------- /users/people/peter_dimov_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/peter_dimov_small.jpg -------------------------------------------------------------------------------- /users/people/robert_ramey_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/robert_ramey_small.jpg -------------------------------------------------------------------------------- /users/people/thomas_witt_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/thomas_witt_small.jpg -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/tip.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/up.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/caution.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/warning.png -------------------------------------------------------------------------------- /users/people/andreas_huber_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/andreas_huber_small.jpg -------------------------------------------------------------------------------- /users/people/antony_polukhin_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/antony_polukhin_small.jpg -------------------------------------------------------------------------------- /users/people/daryle_walker_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/daryle_walker_small.jpg -------------------------------------------------------------------------------- /users/people/dave_abrahams_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/dave_abrahams_small.jpg -------------------------------------------------------------------------------- /users/people/dietmar_kuehl_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/dietmar_kuehl_small.jpg -------------------------------------------------------------------------------- /users/people/eric_friedman_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/eric_friedman_small.jpg -------------------------------------------------------------------------------- /users/people/glen_fernandes_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/glen_fernandes_small.jpg -------------------------------------------------------------------------------- /users/people/hartmut_kaiser_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/hartmut_kaiser_small.jpg -------------------------------------------------------------------------------- /users/people/howard_hinnant_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/howard_hinnant_small.jpg -------------------------------------------------------------------------------- /users/people/ion_gaztanaga_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/ion_gaztanaga_small.jpg -------------------------------------------------------------------------------- /users/people/joaquin_lopez_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/joaquin_lopez_small.jpg -------------------------------------------------------------------------------- /users/people/joel_de_guzman_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/joel_de_guzman_small.jpg -------------------------------------------------------------------------------- /users/people/kevlin_henney_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/kevlin_henney_small.jpg -------------------------------------------------------------------------------- /users/people/paul_mensonides_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/paul_mensonides_small.jpg -------------------------------------------------------------------------------- /users/people/peter_dimov_small_old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/peter_dimov_small_old.jpg -------------------------------------------------------------------------------- /users/people/ronald_garcia_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/ronald_garcia_small.jpg -------------------------------------------------------------------------------- /users/people/samuel_krempp_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/samuel_krempp_small.jpg -------------------------------------------------------------------------------- /users/people/vesa_karvonen_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/vesa_karvonen_small.jpg -------------------------------------------------------------------------------- /users/people/vladimir_prus_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/vladimir_prus_small.jpg -------------------------------------------------------------------------------- /users/people/william_kempf_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/william_kempf_small.jpg -------------------------------------------------------------------------------- /common/sidebar-common.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/alert.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/blank.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/draft.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/home.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/next.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/note.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/common/doc/src/images/prev.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grape/header-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grape/header-bg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grape/header-fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grape/header-fg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/footer-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/footer-bg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/header-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/header-bg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/header-fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/header-fg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/style-v2/css_0/theme_grass/important.png -------------------------------------------------------------------------------- /users/people/aleksey_gurtovoy_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/aleksey_gurtovoy_small.jpg -------------------------------------------------------------------------------- /users/people/anthony_williams_large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/anthony_williams_large.jpg -------------------------------------------------------------------------------- /users/people/fernando_cacciola_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/fernando_cacciola_small.jpg -------------------------------------------------------------------------------- /users/people/gennadiy_rozental_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/gennadiy_rozental_small.jpg -------------------------------------------------------------------------------- /users/people/herve_bronnimann_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/herve_bronnimann_small.jpg -------------------------------------------------------------------------------- /users/people/jonathan_turkanis_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/jonathan_turkanis_small.jpg -------------------------------------------------------------------------------- /users/people/nicolai_josuttis_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/nicolai_josuttis_small.jpg -------------------------------------------------------------------------------- /users/people/ralf_w_grosse_kunstleve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/ralf_w_grosse_kunstleve.jpg -------------------------------------------------------------------------------- /users/people/thorsten_ottosen_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/users/people/thorsten_ottosen_small.jpg -------------------------------------------------------------------------------- /common/code/test/config/bootstrap.php: -------------------------------------------------------------------------------- 1 | 2 |

3

4 | 5 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/home.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/next.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/note.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/prev.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/tip.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/alert.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/blank.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/caution.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/draft.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/smiley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/smiley.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/warning.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/solar_system.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/solar_system.jpg -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/note.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/tip.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/important.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/toc-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/toc-blank.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/toc-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/toc-minus.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/toc-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/toc-plus.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/alert.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/1.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/10.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/11.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/12.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/13.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/14.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/15.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/2.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/3.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/4.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/5.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/6.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/7.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/8.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/9.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/up_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/up_disabled.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/caution.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/important.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/next_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/next_disabled.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/prev_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/prev_disabled.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/phase_lattice_2d_0000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/phase_lattice_2d_0000.jpg -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/phase_lattice_2d_0100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/phase_lattice_2d_0100.jpg -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/phase_lattice_2d_1000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/numeric/odeint/doc/html/phase_lattice_2d_1000.jpg -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/1.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/10.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/11.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/12.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/13.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/14.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/15.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/2.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/3.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/4.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/5.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/6.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/7.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/8.png -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boostorg/website/HEAD/doc/libs/1_61_0/libs/spirit/repository/doc/html/images/callouts/9.png -------------------------------------------------------------------------------- /common/footer-license.html: -------------------------------------------------------------------------------- 1 |
2 |

Distributed under the Boost Software License, Version 1.0.

4 |
5 | -------------------------------------------------------------------------------- /common/heading-doc.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 | -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /development/ # Hide huge zip files 3 | Disallow: /doc/libs/1_49_0_beta1/ 4 | Crawl-delay: 10 5 | Sitemap: https://www.boost.org/sitemap.xml.php 6 | -------------------------------------------------------------------------------- /common/code/test/tests/template.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /common/sidebar-donate.html: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /support/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine On 2 | RewriteBase /support 3 | 4 | RewriteRule ^($|index.html) http://www.boost.org/community/ [R=301] 5 | RewriteRule ^bugs.html http://www.boost.org/development/bugs.html [R=301] 6 | -------------------------------------------------------------------------------- /common/code/update-6x6.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cd ${HOME}/www.boost.org/testing 4 | for result in `find incoming -mmin +5 -name '*.zip'` ; do 5 | f=`basename ${result}` 6 | mv -f live/${f} old 7 | mv -f ${result} live 8 | rm -f old/${f} 9 | done 10 | -------------------------------------------------------------------------------- /style-v2/section-doc.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-doc.css); 8 | -------------------------------------------------------------------------------- /style-v2/section-map.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-map.css); 8 | -------------------------------------------------------------------------------- /style-v2/section-boost.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-boost.css); 8 | -------------------------------------------------------------------------------- /common/code/test/tests/html_encode.phpt: -------------------------------------------------------------------------------- 1 | ')); 9 | Assert::same('��', html_encode(urldecode('%A0%A0'))); 10 | -------------------------------------------------------------------------------- /development/testing_results.php: -------------------------------------------------------------------------------- 1 | '/^[\/]([^\/]+)[\/](.*)$/', 7 | 'archive_dir' => RESULTS_DIR, 8 | )); 9 | 10 | $archive->display_from_archive(); 11 | -------------------------------------------------------------------------------- /style-v2/section-support.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-support.css); 8 | -------------------------------------------------------------------------------- /style-v2/section-welcome.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-welcome.css); 8 | -------------------------------------------------------------------------------- /style-v2/section-community.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-community.css); 8 | -------------------------------------------------------------------------------- /style-v2/section-development.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-development.css); 8 | -------------------------------------------------------------------------------- /feed/history/boost_1_11_1.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.11.1 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Minor fix for cast.hpp. 6 | ] 7 | [last-revision Wed, 2 Feb 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | Minor fix to [@/boost/cast.hpp cast.hpp] (thanks to Doncho Angelov). 13 | -------------------------------------------------------------------------------- /common/code/test/tests/bootstrap/error-fail1.phpt: -------------------------------------------------------------------------------- 1 | prepare_html($this->content); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /site-tools/releases/boost_1_64_0.txt: -------------------------------------------------------------------------------- 1 | https://dl.bintray.com/boostorg/release/1.64.0/source/ 2 | 3 | 49c6abfeb5b480f6a86119c0d57235966b4690ee6ff9e6401ee868244808d155 boost_1_64_0.7z 4 | 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 boost_1_64_0.tar.bz2 5 | 0445c22a5ef3bd69f5dfb48354978421a85ab395254a26b1ffb0aa1bfd63a108 boost_1_64_0.tar.gz 6 | b99973c805f38b549dbeaf88701c0abeff8b0e8eaa4066df47cac10a32097523 boost_1_64_0.zip 7 | -------------------------------------------------------------------------------- /site-tools/releases/boost_1_63_0.txt: -------------------------------------------------------------------------------- 1 | https://sourceforge.net/projects/boost/files/boost/1.63.0/ 2 | 3 | 25db3956a8d58187ac7a0702cc917e9bab47ff90baafc35e4e789dca1ce5f423 boost_1_63_0.7z 4 | beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 boost_1_63_0.tar.bz2 5 | fe34a4e119798e10b8cc9e565b3b0284e9fd3977ec8a1b19586ad1dec397088b boost_1_63_0.tar.gz 6 | 97ce6635df1f44653a597343cd5757bb8b6b992beb3720f5fc761e3644bcbe7b boost_1_63_0.zip 7 | -------------------------------------------------------------------------------- /site-tools/releases/boost_1_64_0_b1.txt: -------------------------------------------------------------------------------- 1 | https://dl.bintray.com/boostorg/beta/1.64.0.beta.1/source/ 2 | 3 | 8f0ba6b73fad15115049f9b3e7e27eae43be10a94b51a57142f3a27e55ef4beb boost_1_64_0_b1.7z 4 | b5c5abf127a3f723dafcc7cf55876c1bda9f014fb1b117f6a7f769e3cc407c4f boost_1_64_0_b1.tar.bz2 5 | a7fe98a9a9f615f6fa68d8ea09ce725d19e3a4fe4719c21c9db29dff88b3b6e3 boost_1_64_0_b1.tar.gz 6 | 593005661af8dfe132b2b16bc2cd41339e6acd58456913f353d765090d7868f7 boost_1_64_0_b1.zip 7 | -------------------------------------------------------------------------------- /site-tools/releases/boost_1_64_0_b2.txt: -------------------------------------------------------------------------------- 1 | https://dl.bintray.com/boostorg/beta/1.64.0.beta.2/source/ 2 | 3 | 49c9339b9d8e7b2610ef84c80cd10b2252c119ebcc3222450beb0e94c1da1522 boost_1_64_0_b2.7z 4 | 92ec7cbf1e77c5979e381dd8104f9e96c0471c276e566272751a981d806db94b boost_1_64_0_b2.tar.bz2 5 | da5670892b7b572808491b13a7b9421c3c18e6f395d6a5ec822466db466eda01 boost_1_64_0_b2.tar.gz 6 | 61d6e29e8a1d7503fe13a9d916842f0ec2e625f733b98b29ce563f8cbdb482bf boost_1_64_0_b2.zip 7 | -------------------------------------------------------------------------------- /site-tools/releases/boost_1_63_0_rc1.txt: -------------------------------------------------------------------------------- 1 | https://sourceforge.net/projects/boost/files/boost/1.63.0/ 2 | 3 | 010699561c6011e6d97dc453d55bc5e54cdc192622434eff7b8ac559efac846c boost_1_63_0_rc1.7z 4 | d8ebf8d90b2f823f04119445ac339d704395d655907333ec0fab863040119d24 boost_1_63_0_rc1.tar.bz2 5 | dabe29b8a60369ae7c15c20681a32717f3c37d97e5dc6d39c5b2fd0494b8e995 boost_1_63_0_rc1.tar.gz 6 | 1683942022fd63c205c48fb2155af6094c67ef67aa13ffb3e1db78fecf817efe boost_1_63_0_rc1.zip 7 | -------------------------------------------------------------------------------- /site-tools/releases/boost_1_63_0_rc2.txt: -------------------------------------------------------------------------------- 1 | https://sourceforge.net/projects/boost/files/boost/1.63.0/ 2 | 3 | 25db3956a8d58187ac7a0702cc917e9bab47ff90baafc35e4e789dca1ce5f423 boost_1_63_0_rc2.7z 4 | beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 boost_1_63_0_rc2.tar.bz2 5 | fe34a4e119798e10b8cc9e565b3b0284e9fd3977ec8a1b19586ad1dec397088b boost_1_63_0_rc2.tar.gz 6 | 97ce6635df1f44653a597343cd5757bb8b6b992beb3720f5fc761e3644bcbe7b boost_1_63_0_rc2.zip 7 | -------------------------------------------------------------------------------- /common/footer-banners.html: -------------------------------------------------------------------------------- 1 |
2 | 4 | 5 | 8 | 9 | 12 |
13 | -------------------------------------------------------------------------------- /feed/history/boost_1_11_2.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.11.2 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Smart Pointer. 6 | ] 7 | [last-revision Mon, 21 Feb 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | [@/libs/smart_ptr/smarttests.htm Smart pointer timings] added (thanks to 13 | Gavin Collings). Minor fix to the `min_rand` sample program. Minor fixes to 14 | [@/boost/config.hpp config.hpp]. 15 | -------------------------------------------------------------------------------- /site-tools/releases/boost_1_63_0_b1.txt: -------------------------------------------------------------------------------- 1 | https://sourceforge.net/projects/boost/files/boost/1.63.0.beta.1/ 2 | 3 | 3dbc1bca10941710755c13a00b1ae56d2d37fe90bbadcf9746203194f9d33e3a boost_1_63_0_b1.7z 4 | c8b986fd57e436fd88dbc70e51d3e21efa2be3bdf835fa499b2cf6c0a8cc2985 boost_1_63_0_b1.tar.bz2 5 | 745d99e4be9c0f324ec7ba15b7d228fd780067f2e8aeae2f16660a4cf6e6a051 boost_1_63_0_b1.tar.gz 6 | e66bd6e2f637148c314398b92bc1f3cbdc777ee282f9de7885697afad3d9c202 boost_1_63_0_b1.zip 7 | -------------------------------------------------------------------------------- /common/code/test/tests/bootstrap/suppress-errors.phpt: -------------------------------------------------------------------------------- 1 | display_from_archive( 14 | array( 15 | array('', '@[.](html|htm)$@i','basic','text/html') 16 | ) 17 | ); 18 | -------------------------------------------------------------------------------- /feed/history/boost_1_14_3.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.14.3 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Config, Type Traits. 6 | ] 7 | [last-revision Mon, 29 May 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | Minor additions to [@/boost/config.hpp config.hpp] for Borland compilers. 13 | Minor fix to `type_traits` example. Minor web site fixes. 14 | [@/more/formal_review_process.htm Library Formal Review Process] page added. 15 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/reference.css: -------------------------------------------------------------------------------- 1 | /*============================================================================ 2 | Copyright 2003-2004 Douglas Gregor 3 | Distributed under the Boost Software License, Version 1.0. (See accompany- 4 | ing file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) 5 | ============================================================================*/ 6 | 7 | PRE.synopsis { 8 | background-color: #e0ffff; 9 | border: thin solid blue; 10 | padding: 1em 11 | } -------------------------------------------------------------------------------- /webhook/github-webhook.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /common/code/boost_filter_cpp.php: -------------------------------------------------------------------------------- 1 | ".html_encode($this->data->path)."\n". 14 | "
\n".
15 |             $this->encoded_text('cpp').
16 |             "
\n"; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /feed/history/boost_1_13_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.13.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Added Libraries: Utility, Type Traits, Call Traits, Compressed Pair. 6 | ] 7 | [last-revision Tue, 29 Feb 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | Adds [@/libs/utility/index.html Utility Library] 13 | [@/libs/type_traits/index.html type_traits], 14 | [@/libs/utility/call_traits.htm call_traits], and 15 | [@/libs/utility/compressed_pair.htm compressed_pair] headers from John 16 | Maddock, Steve Cleary and Howard Hinnant. 17 | -------------------------------------------------------------------------------- /feed/history/boost_1_14_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.14.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Integer. 6 | 7 | Experimental libraries moved to vault. 8 | ] 9 | [last-revision Sun, 5 Mar 2000 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | [@/libs/integer/index.html Integer Library] status upgraded after removing 15 | bin_bun.hpp. The "Experimental" library category has been removed; the boost 16 | files/vault now serves the purpose. Minor fix to [@/boost/smart_ptr.hpp 17 | smart_ptr.hpp] line endings. 18 | -------------------------------------------------------------------------------- /feed/history/boost_1_15_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.15.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Added Library: Random Number. 6 | 7 | Updated Libraries: Utility, Config, Cast. 8 | ] 9 | [last-revision Sat, 17 Jun 2000 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | [@/libs/random/index.html Random Number Library] from Jens Maurer added. 15 | Updated utility library [@/libs/utility/operators.htm operators] eliminates 16 | code bloat. Minor additions to [@/boost/config.hpp config.hpp] and 17 | [@/boost/cast.hpp cast.hpp] for Microsoft compilers. 18 | -------------------------------------------------------------------------------- /style-v2/basic.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005-2006 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(css_0/utility.css); 7 | @import url(css_0/global.css); 8 | @import url(css_0/header.css); 9 | @import url(css_0/content.css); 10 | @import url(css_0/sidebar.css); 11 | @import url(css_0/footer.css); 12 | 13 | /* Theme for colors and backgrounds. */ 14 | /* * 15 | @import url(css_0/theme_grape/theme.css); 16 | /*/ 17 | @import url(css_0/theme_grass/theme.css); 18 | /* */ 19 | -------------------------------------------------------------------------------- /style-v2/css_0/utility.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | /* A generic class to clear an element. */ 7 | .clear { 8 | clear: both; 9 | width: 100%; 10 | height: 1px; 11 | overflow: hidden; 12 | } 13 | /* Removes as much decoration as possible. */ 14 | .nothing { 15 | border: 0 none; 16 | border-spacing: 0; 17 | background: transparent; 18 | padding: 0; 19 | margin: 0; 20 | text-decoration: none; 21 | text-indent: 0; 22 | } 23 | -------------------------------------------------------------------------------- /common/code/test/tests/bootstrap/error-fail2.phpt: -------------------------------------------------------------------------------- 1 | = 5.4 12 | */ 13 | 14 | // Note: Turn off all error reporting as it is printed before the error code 15 | // when run as CGI. 16 | error_reporting(0); 17 | 18 | require_once(__DIR__.'/../../../bootstrap.php'); 19 | require_once(__DIR__.'/syntax-error.php'); 20 | -------------------------------------------------------------------------------- /style-v2/css_0/section-boost.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | /* Heading, title and logo. */ 7 | li#boost-section-tab { 8 | background: #FFFFFF !important; 9 | border-bottom: #FFFFFF 1px solid !important; 10 | } 11 | #boost-section-menu ul { 12 | display: block !important; 13 | } 14 | #boost-section-menu h4 a { 15 | border-left: 4px solid; 16 | border-right: 4px solid; 17 | margin-left: 0px !important; 18 | margin-right: 0px !important; 19 | } 20 | -------------------------------------------------------------------------------- /patches/1_80_0/0005-config-libcpp15.patch: -------------------------------------------------------------------------------- 1 | diff -urN boost_1_80_0/boost/config/stdlib/libcpp.hpp boost_1_80_1/boost/config/stdlib/libcpp.hpp 2 | --- boost_1_80_0/boost/config/stdlib/libcpp.hpp 2022-08-03 22:47:07.000000000 -0400 3 | +++ boost_1_80_1/boost/config/stdlib/libcpp.hpp 2022-09-16 22:16:17.044119011 -0400 4 | @@ -168,4 +168,13 @@ 5 | # define BOOST_NO_CXX14_HDR_SHARED_MUTEX 6 | #endif 7 | 8 | +#if _LIBCPP_VERSION >= 15000 9 | +// 10 | +// Unary function is now deprecated in C++11 and later: 11 | +// 12 | +#if __cplusplus >= 201103L 13 | +#define BOOST_NO_CXX98_FUNCTION_BASE 14 | +#endif 15 | +#endif 16 | + 17 | // --- end --- 18 | -------------------------------------------------------------------------------- /development/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine On 2 | RewriteBase /development 3 | 4 | # Redirect to the canonical URL. 5 | 6 | RewriteCond %{HTTP_HOST} ^boost\.org [NC] 7 | RewriteRule ^.*$ http://www\.boost\.org%{REQUEST_URI} [R=301] 8 | 9 | #~ Locally available regression result archives. 10 | RewriteRule ^tests$ tests/ [R] 11 | RewriteRule ^tests/([^/]+)/([^/]+)/$ tests/$1/$2/index.html [R] 12 | RewriteRule ^tests/(.*)$ testing_results.php/$1 [L] 13 | 14 | #~ Web site self checks. 15 | RewriteRule ^webcheck$ webcheck/index.html [R] 16 | RewriteRule ^webcheck/$ webcheck/index.html [R] 17 | RewriteRule ^webcheck/(.*)$ webcheck_results.php/$1 [L] 18 | -------------------------------------------------------------------------------- /feed/history/boost_1_15_1.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.15.1 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Cast, Operators, Config. 6 | ] 7 | [last-revision Wed, 21 Jun 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | Fixes to [@/boost/cast.hpp cast.hpp] and [@/libs/utility/operators.htm 13 | operators] fix. Minor additions to [@/boost/config.hpp config.hpp] for 14 | Microsoft compilers. The 1.15.0 operators changes seem to have introduced 15 | incompatibilities. We are working on fixing them, and have started to build a 16 | regression test to prevent similar future problems. 17 | -------------------------------------------------------------------------------- /style-v2/css_0/section-support.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | /* Heading, title and logo. */ 7 | li#support-section-tab { 8 | background: #FFFFFF !important; 9 | border-bottom: #FFFFFF 1px solid !important; 10 | } 11 | #support-section-menu ul { 12 | display: block !important; 13 | } 14 | #support-section-menu h4 a { 15 | border-left: 4px solid; 16 | border-right: 4px solid; 17 | margin-left: 0px !important; 18 | margin-right: 0px !important; 19 | } 20 | -------------------------------------------------------------------------------- /feed/history/boost_1_11_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.11.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Library: Rational Number. 6 | 7 | Updated Libraries: Case, Config, Smart Pointer, Utility. 8 | ] 9 | [last-revision Tue, 1 Feb 2000 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | Added [@/libs/rational/index.html Rational Number Library]. Minor fixes to 15 | [@/boost/cast.hpp cast.hpp], [@/boost/config.hpp config.hpp], 16 | [@/boost/smart_ptr.hpp smart_ptr.hpp], [@/boost/utility.hpp utility.hpp], 17 | and to the `min_rand` sample programs. Minor site cleanup (thanks to Paul 18 | Baxter). 19 | -------------------------------------------------------------------------------- /feed/news/website_launch.qbk: -------------------------------------------------------------------------------- 1 | [article Website 1.0 Launch 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose Welcome to the new Boost website.] 5 | [authors [Rivera, Rene]] 6 | [last-revision Fri, 28 Mar 2008 16:00:00 GMT] 7 | ] 8 | 9 | [include ext.qbk] 10 | 11 | After much work the new Boost web site is here. Like all software 12 | the site has bugs, so be gentle and reports problems in the bug 13 | tracker. Much thanks to the Boost community for the help in testing, 14 | criticizing, and writing. But I especially appreciate all the work 15 | Daniel James to translate content without which the web site would 16 | be a much emptier place. 17 | -------------------------------------------------------------------------------- /development/webcheck_results.php: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /doc/libs/1_79_0/libs/atomic/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Automatic redirection failed, please go to 7 | doc/html/index.html  
8 |

© Copyright Beman Dawes, 2001

9 |

Distributed under the Boost Software License, Version 1.0. (See accompanying 10 | file LICENSE_1_0.txt or copy 11 | at www.boost.org/LICENSE_1_0.txt)

12 | 13 | 14 | -------------------------------------------------------------------------------- /common/code/test/README.txt: -------------------------------------------------------------------------------- 1 | Most of the website is completely self-contained, but the tests use composer 2 | to pull in some dependencies. You'll need to install composer from 3 | https://getcomposer.org/ 4 | 5 | Then in this directory run: 6 | 7 | composer install 8 | 9 | And that should install all the dependencies into the `vendor` directory. 10 | 11 | You should now be able to run individual tests directly: 12 | 13 | php filters.phpt 14 | 15 | Or run all the tests using something like: 16 | 17 | ./vendor/bin/tester -p php -c config/php.ini tests 18 | 19 | Although for a full test including things like http headers, should try to use 20 | a `php-cgi` executable. 21 | -------------------------------------------------------------------------------- /patches/1_54_0/001-coroutine.patch: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------------------ 2 | r84947 | danieljames | 2013-07-03 22:57:56 +0100 (Wed, 03 Jul 2013) | 4 lines 3 | 4 | coroutine: fix typo in Jamfile 5 | 6 | From [84622], by olli 7 | 8 | ------------------------------------------------------------------------ 9 | --- 1_54_0/libs/coroutine/build/Jamfile.v2 (revision 84946) 10 | +++ 1_54_0/libs/coroutine/build/Jamfile.v2 (revision 84947) 11 | @@ -40,7 +40,7 @@ 12 | : detail/standard_stack_allocator_posix.cpp 13 | ; 14 | 15 | -explicit yield_sources ; 16 | +explicit allocator_sources ; 17 | 18 | lib boost_coroutine 19 | : allocator_sources 20 | -------------------------------------------------------------------------------- /style-v2/section-basic.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005-2008 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(css_0/header.css); 7 | @import url(css_0/theme_grass/header.css); 8 | 9 | pre, div.toc 10 | { 11 | overflow: auto; 12 | } 13 | 14 | div.note table, 15 | div.tip table, 16 | div.important table, 17 | div.caution table, 18 | div.warning table, 19 | div.blurb table 20 | { 21 | table-layout: fixed; 22 | width: 100%; 23 | overflow-wrap: break-word; 24 | } 25 | 26 | span.inlinemediaobject img 27 | { 28 | max-width: 100%; 29 | } -------------------------------------------------------------------------------- /feed/history/boost_1_14_1.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.14.1 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Rational, Smart Pointer, Call Traits, Compressed Pair, Type Traits. 6 | ] 7 | [last-revision Fri, 17 Mar 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | Minor fix to [@/boost/rational.hpp rational.hpp]. Minor documentation changes 13 | to the [@/libs/smart_ptr/index.html Smart Pointer] Library and 14 | [@/libs/utility/call_traits.htm call_traits], 15 | [@/libs/utility/compressed_pair.htm compressed_pair], and type_traits. 16 | Updated [@/more/lib_guide.htm Library Guidelines] and [@/users/people.html People] 17 | page. 18 | -------------------------------------------------------------------------------- /patches/1_83_0/0001-unordered-fix-copy-assign.patch: -------------------------------------------------------------------------------- 1 | diff --git a/include/boost/unordered/detail/foa/core.hpp b/include/boost/unordered/detail/foa/core.hpp 2 | index 239d05d3..7ae9f2c8 100644 3 | --- a/include/boost/unordered/detail/foa/core.hpp 4 | +++ b/include/boost/unordered/detail/foa/core.hpp 5 | @@ -1870,9 +1870,10 @@ private: 6 | 7 | void fast_copy_elements_from(const table_core& x) 8 | { 9 | - if(arrays.elements){ 10 | + if(arrays.elements&&x.arrays.elements){ 11 | copy_elements_array_from(x); 12 | copy_groups_array_from(x); 13 | + size_ctrl.ml=std::size_t(x.size_ctrl.ml); 14 | size_ctrl.size=std::size_t(x.size_ctrl.size); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /feed/history/boost_1_20_1.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.20.1 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Compressed Pair, Graph Library, Regular Expression. 6 | ] 7 | [last-revision Wed, 10 Jan 2001 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | * [@/boost/compressed_pair.hpp compressed_pair.hpp] minor update fixes test 13 | failures of other libraries under VC++. 14 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]] 15 | minor updates. 16 | * [phrase library..[@/libs/regex/index.html Regular Expression Library]] minor 17 | updates. 18 | * Minor website fixes including missing files in boost_all.zip. 19 | -------------------------------------------------------------------------------- /common/sidebar-doc.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/code/boost_filter_qbk.php: -------------------------------------------------------------------------------- 1 | noindex = true; 13 | } 14 | 15 | function filter_content() 16 | { 17 | return 18 | "

".html_encode($this->data->path)."

\n". 19 | "
\n".
20 |             $this->encoded_text('cpp').
21 |             "
\n"; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /common/sidebar-boost.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-support.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-welcome.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-community.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-development.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /patches/1_73_0/0001-outcome-assert.patch: -------------------------------------------------------------------------------- 1 | --- a/boost/outcome/experimental/status-code/status_code_ptr.hpp 2020-04-28 09:23:14.792565200 +0100 2 | +++ b/boost/outcome/experimental/status-code/status_code_ptr.hpp 2020-04-28 09:24:34.311741000 +0100 3 | @@ -103,7 +103,7 @@ 4 | #endif 5 | virtual void _do_erased_copy(status_code &dst, const status_code &src, size_t /*unused*/) const override // NOLINT 6 | { 7 | - assert(dst.domain() == *this); 8 | + // Note that dst will not have its domain set 9 | assert(src.domain() == *this); 10 | auto &d = static_cast<_mycode &>(dst); // NOLINT 11 | const auto &_s = static_cast(src); // NOLINT 12 | -------------------------------------------------------------------------------- /feed/history/boost_1_21_1.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.21.1 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Graph, Python, Regex. 6 | ] 7 | [last-revision Wed, 14 Mar 2001 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | [download http://sourceforge.net/projects/boost/files/boost/1.21.1/] 13 | 14 | * New download page. The .zip and .tar.gz files now live on the SourceForge ftp 15 | site. 16 | * [phrase library..[@/libs/graph/doc/index.html Graph Library]:] Minor docs 17 | fixes. 18 | * [phrase library..[@/libs/python/doc/index.html Python Library]:] Minor docs 19 | fixes. 20 | * [phrase library..[@/libs/regex/index.html Regex Library]:] Minor portability 21 | fixes. 22 | -------------------------------------------------------------------------------- /site-tools/refresh-pages.php: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | update_quickbook(true); 22 | -------------------------------------------------------------------------------- /patches/1_54_0/003-log.patch: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------------------ 2 | r84966 | andysem | 2013-07-07 11:43:20 +0100 (Sun, 07 Jul 2013) | 1 line 3 | 4 | Backported fix for BOOST_LOG_ONCE_BLOCK_FLAG macro definition. 5 | ------------------------------------------------------------------------ 6 | --- 1_54_0/boost/log/utility/once_block.hpp (revision 84965) 7 | +++ 1_54_0/boost/log/utility/once_block.hpp (revision 84966) 8 | @@ -176,7 +176,7 @@ 9 | * been executed. 10 | */ 11 | #define BOOST_LOG_ONCE_BLOCK_FLAG(flag_var)\ 12 | - BOOST_LOG_ONCE_BLOCK_INTERNAL(\ 13 | + BOOST_LOG_ONCE_BLOCK_FLAG_INTERNAL(\ 14 | flag_var,\ 15 | BOOST_LOG_UNIQUE_IDENTIFIER_NAME(_boost_log_once_block_sentry_)) 16 | 17 | -------------------------------------------------------------------------------- /feed/news/review_asio_begins.qbk: -------------------------------------------------------------------------------- 1 | [article asio Formal Review Begins 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose The review will run until Friday December 23rd. The [@http://asio.sourceforge.net/ Boost.Asio] library is intended for programmers using C++ for systems programming, where access to operating system functionality such as networking is often required.] 5 | [authors [Gregor, Douglas]] 6 | [last-revision Sun, 10 Dec 2006 12:00:00 GMT] 7 | ] 8 | 9 | [include ext.qbk] 10 | 11 | The review will run until Friday December 23rd. The 12 | [@http://asio.sourceforge.net/ Boost.Asio] library is intended for programmers 13 | using C++ for systems programming, where access to operating system 14 | functionality such as networking is often required. 15 | -------------------------------------------------------------------------------- /style-v2/css_0/theme_grape/theme.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005-2006 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | 7 | /* Bright sky-blue/orange links. */ 8 | @import url(links.css); 9 | @import url(header.css); 10 | 11 | body { 12 | background: #FFFFFF; 13 | color: #000000; 14 | } 15 | 16 | /* Search box */ 17 | #sidebar #search #search-text #q { 18 | background-color: #75689D; 19 | color: #FFFFFF; 20 | font-weight: bold; 21 | padding: 1px; 22 | } 23 | 24 | /* Markers on sidebar menus. */ 25 | #sidebar #menu ul li h4 a { 26 | border-left-color: #75689D; 27 | border-right-color: #75689D; 28 | font-weight: bold; 29 | } 30 | -------------------------------------------------------------------------------- /common/code/test/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "boost/website-tests", 3 | "description": "Some very basic tests of the website code.", 4 | "repositories": [ 5 | { 6 | "type": "package", 7 | "package": { 8 | "name": "mustache/spec", 9 | "version": "master", 10 | "source": { 11 | "url": "https://github.com/mustache/spec.git", 12 | "type": "git", 13 | "reference": "41d1eb385676cf6a673b8d612b6ab5cdfd5a660c" 14 | } 15 | } 16 | } 17 | ], 18 | "require": { 19 | "nette/tester": "*", 20 | "mustache/spec": "master" 21 | }, 22 | "minimum-stability": "dev", 23 | "prefer-stable": true 24 | } 25 | -------------------------------------------------------------------------------- /patches/1_54_0/004-thread.patch: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------------------ 2 | r84968 | danieljames | 2013-07-07 12:46:48 +0100 (Sun, 07 Jul 2013) | 5 lines 3 | 4 | Thread: rollback change in #8070 as this includes a regression on windows XP. 5 | 6 | From [84946], by viboes. 7 | 8 | 9 | ------------------------------------------------------------------------ 10 | --- 1_54_0/boost/thread/win32/thread_primitives.hpp (revision 84967) 11 | +++ 1_54_0/boost/thread/win32/thread_primitives.hpp (revision 84968) 12 | @@ -19,7 +19,7 @@ 13 | 14 | #ifndef BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64 15 | #if _WIN32_WINNT >= 0x0600 16 | -#define BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64 17 | +//#define BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64 18 | #endif 19 | #endif 20 | 21 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /patches/1_80_0/0004-filesystem-posix-fix-no-at-apis-missing-include.patch: -------------------------------------------------------------------------------- 1 | commit 5864f397ccad30f6e73221b90bdac57a303b9752 2 | Author: Andrey Semashev 3 | Date: Fri Aug 12 12:59:56 2022 +0300 4 | 5 | Fixed a missing include on POSIX systems that don't support *at APIs. 6 | 7 | Fixes https://github.com/boostorg/filesystem/issues/250. 8 | 9 | diff --git a/libs/filesystem/src/operations.cpp b/libs/filesystem/src/operations.cpp 10 | index ca2fff3..e22967e 100644 11 | --- a/libs/filesystem/src/operations.cpp 12 | +++ b/libs/filesystem/src/operations.cpp 13 | @@ -70,7 +70,7 @@ 14 | 15 | #include 16 | #include 17 | -#if _POSIX_C_SOURCE < 200809L 18 | +#if !defined(BOOST_FILESYSTEM_HAS_POSIX_AT_APIS) 19 | #include 20 | #endif 21 | #include 22 | -------------------------------------------------------------------------------- /style-v2/css_0/global.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | /* The base font size. The first one is for IE, the second for everyone else. */ 7 | body { 8 | font-size: smaller; 9 | min-width: 43em; 10 | } 11 | * > body { 12 | font-size: 9.5pt; 13 | } 14 | /* Global defaults. */ 15 | * { 16 | margin: 0; 17 | padding: 0; 18 | font-weight: normal; 19 | font-size: 100%; 20 | text-decoration: none; 21 | } 22 | body { 23 | font-family: sans-serif; 24 | color: #000000; 25 | background: #FFFFFF; 26 | } 27 | #body { 28 | clear: both; 29 | border: none; 30 | width: 100%; 31 | background: #FFFFFF; 32 | } 33 | #body-inner { 34 | } 35 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # The boost website. 2 | 3 | This is the source code for the [boost website](http://www.boost.org). 4 | It's automatically updated from the master branch. 5 | The [beta website](https://beta.boost.org) is available for 6 | testing and experiments, and is automatically updated from the beta branch. 7 | 8 | If you want to edit the website, or run it locally, see the 9 | [guide to updating the website](https://www.boost.org/development/website_updating.html). 10 | 11 | To add to the release notes, create a pull request for the appropriate file in 12 | [the history directory](https://github.com/boostorg/website/tree/master/feed/history). 13 | You can preview the release notes for upcoming releases at the 14 | [in progress release page](https://www.boost.org/users/history/in_progress.html). 15 | This is updated once an hour. 16 | -------------------------------------------------------------------------------- /style-v2/css_0/section-development.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | /* Heading, title and logo. */ 7 | li#development-section-tab { 8 | background: #FFFFFF !important; 9 | border-bottom: #FFFFFF 1px solid !important; 10 | } 11 | #development-section-menu ul { 12 | display: block !important; 13 | } 14 | #development-section-menu h4 a { 15 | border-left: 4px solid; 16 | border-right: 4px solid; 17 | margin-left: 0px !important; 18 | margin-right: 0px !important; 19 | } 20 | /* Don't centre the tables in the review wizard reports */ 21 | #content .section table.docutils.field-list { 22 | margin-left: 0; 23 | margin-right: 0; 24 | } 25 | -------------------------------------------------------------------------------- /donate/donatebutton.inc: -------------------------------------------------------------------------------- 1 |
2 |
5 | 11 | 12 |

15 |
16 |
17 | -------------------------------------------------------------------------------- /feed/history/boost_1_18_1.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.18.1 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Graph, Random, Regular Expression, Configuration. 6 | ] 7 | [last-revision Sun, 15 Oct 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]], 13 | [@/libs/random/index.html Random Number Library], and 14 | [@/libs/regex/index.html Regular Expression Library]: Minor fixes. 15 | * [phrase library..[@/libs/config/index.html Configuration Header]] additions 16 | for various compiler foibles. 17 | * Portability Hints: Borland C++ 5.5.1 from Jens Maurer 18 | added. 19 | * [phrase library..[@/status/compiler_status.html Compiler Status]] updated for 20 | latest versions of several compilers. 21 | -------------------------------------------------------------------------------- /feed/history/boost_1_18_3.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.18.3 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Graph, Regular Expression, Cast. 6 | ] 7 | [last-revision Sat, 18 Nov 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]] 13 | minor fixes and additions. 14 | * [phrase library..[@/libs/regex/index.html Regular Expression Library]] minor 15 | fixes. 16 | * [@/boost/cast.hpp cast.hpp] Borland compiler fixes. 17 | * [@/boost/cstdint.hpp cstdint.hpp] changed to no longer expose names to the 18 | global namespace. 19 | * BeOS5/Intel compiler status contributed by John Maddock. 20 | * [phrase library..[@/status/compiler_status.html Compiler Status]] added two 21 | additional test programs. 22 | -------------------------------------------------------------------------------- /patches/1_55_0/001-log_fix_dump_avx2.patch: -------------------------------------------------------------------------------- 1 | Index: libs/log/src/dump_avx2.cpp 2 | =================================================================== 3 | --- libs/log/src/dump_avx2.cpp (revision 86614) 4 | +++ libs/log/src/dump_avx2.cpp (working copy) 5 | @@ -205,7 +205,7 @@ 6 | __m256i mm_input = _mm256_load_si256(reinterpret_cast< const __m256i* >(p)); 7 | __m256i mm_output1, mm_output2, mm_output3; 8 | dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, mm_output3); 9 | - store_characters_x3(mm_output1, mm_output2, mm_output3, buf); 10 | + store_characters_x3(mm_output1, mm_output2, mm_output3, b); 11 | } 12 | 13 | _mm256_zeroall(); // need to zero all ymm registers to avoid register spills/restores the compler generates around the function call 14 | -------------------------------------------------------------------------------- /doc/downloads.csv.php: -------------------------------------------------------------------------------- 1 | release_data as $release => $data) { 10 | $parts = explode('-', $release, 2); 11 | $release_data = $releases->get_latest_release_data($parts[0], $parts[1]); 12 | $version = (string) $release_data['release']['version']; 13 | 14 | foreach(BoostWebsite::array_get($release_data['release'], 'downloads', array()) as $download) { 15 | $url = BoostWebsite::array_get($download, 'url'); 16 | $hash = BoostWebsite::array_get($download, 'sha256'); 17 | if ($hash) { 18 | echo "{$version},{$url},{$hash}\n"; 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /common/code/update-5x15.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cd ${HOME}/www.boost.org 4 | 5 | wget -q -O gmane.comp.lib.boost.announce.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.announce 6 | wget -q -O gmane.comp.lib.boost.build.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.build 7 | wget -q -O gmane.comp.lib.boost.devel.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.devel 8 | wget -q -O gmane.comp.lib.boost.documentation.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.documentation 9 | wget -q -O gmane.comp.lib.boost.interest.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.interest 10 | wget -q -O gmane.comp.lib.boost.testing.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.testing 11 | wget -q -O gmane.comp.lib.boost.user.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.user 12 | -------------------------------------------------------------------------------- /feed/history/boost_1_10_3.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.10.3 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Compse, Operators, Cast, Config, Smart Pointer 6 | 7 | First release with a version number. 8 | ] 9 | [last-revision Thu, 30 Dec 1999 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | Minor fixes to the compose library examples, [@/libs/utility/operators.htm 15 | operators documentation], [@/boost/operators.hpp operators.hpp], 16 | [@/libs/conversion/cast.htm cast documentation], [@/boost/cast.hpp cast.hpp], 17 | [@/boost/config.hpp config.hpp], and [@/boost/smart_ptr.hpp smart_ptr.hpp]. 18 | 19 | This is the first release with a version number. The version numbering scheme 20 | is xxx.yyy.zzz. 21 | 22 | * xxx = Major version 23 | * yyy = New library or feature added 24 | * zzz = Bug fixes only 25 | -------------------------------------------------------------------------------- /feed/history/boost_1_24_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.24.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Library: Tuple. 6 | ] 7 | [last-revision Sun, 19 Aug 2001 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | [download http://sourceforge.net/projects/boost/files/boost/1.24.0/] 13 | 14 | * [phrase library..[@/libs/tuple/doc/tuple_users_guide.html Tuple Library]] 15 | added. Tuples ease definition of functions returning multiple values, and 16 | more, from Jaakko Jarvi. 17 | * Minor fixes to some other libraries. 18 | * [phrase library..[@/tools/build/index.html Boost Build System]] added. 19 | Preliminary release of an innovative build system for Boost libraries, from 20 | Dave Abrahams and others. 21 | * [@/more/formal_review_schedule.html Formal Review Schedule] added. Shows current, 22 | future, and recent past review dates. 23 | -------------------------------------------------------------------------------- /feed/news/locale_1_53_0.qbk: -------------------------------------------------------------------------------- 1 | [article Boost.Locale security notice 2 | [quickbook 1.5] 3 | [purpose Fix in 1.53, patches for older versions.] 4 | [authors [Beilis, Artyom]] 5 | [last-revision Fri, 1 Feb 2013 02:08:31 -0800] 6 | ] 7 | 8 | [include ext.qbk] 9 | 10 | Boost.Locale library in Boost 1.48 to 1.52 including has a security flaw. 11 | 12 | `boost::locale::utf::utf_traits` accepted some invalid UTF-8 sequences. 13 | 14 | Applications that used these functions for UTF-8 input validation could 15 | expose themselves to security threats as invalid UTF-8 sequece would be 16 | considered as valid. 17 | 18 | This bug is fixed in upcoming Boost 1.53. 19 | 20 | For more details see: [ticket 7743] 21 | 22 | Users who can't upgrade to the latest versions may apply the following 23 | patch to fix the problem. 24 | 25 | [@http://cppcms.com/files/locale/boost_locale_utf.patch] 26 | -------------------------------------------------------------------------------- /common/menu-welcome.html: -------------------------------------------------------------------------------- 1 |

Welcome >

3 | 4 | 23 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /site-tools/update-pages.php: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | false)); 22 | 23 | $site_tools = new BoostSiteTools(); 24 | 25 | if ($options->flags['in-progress-only']) { 26 | $site_tools->update_in_progress_pages(); 27 | } else { 28 | $site_tools->update_quickbook(); 29 | } 30 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /style-v2/css_0/footer.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | /* Footer with copyright, license, banners. */ 7 | #footer { 8 | color: #666666; 9 | margin: 1.5em; 10 | padding: 0em; 11 | clear: both; 12 | background: #EEEEEE; 13 | border-top: #000000 solid 1px; 14 | } 15 | #footer-left { 16 | float: left; 17 | padding: 0.75em; 18 | } 19 | #footer-right { 20 | float: right; 21 | padding: 0.75em; 22 | } 23 | #footer p { 24 | margin: 0em; 25 | padding: 0em; 26 | font-size: 75%; 27 | text-align: left; 28 | } 29 | #footer #banners p { 30 | float: left; 31 | margin: 0em 0em 0em 1em; 32 | } 33 | #footer #banners a { 34 | display: block; 35 | } 36 | #footer #banner-sourceforge { 37 | background: url(http://sourceforge.net/sflogo.php?group_id=7586&type=1) no-repeat fixed 0px 5em; 38 | } 39 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/17.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /common/code/boost_display_dir.php: -------------------------------------------------------------------------------- 1 | path}"); 10 | 11 | $content = "

$title

\n
    \n"; 12 | 13 | while (($file = readdir($handle)) !== false) 14 | { 15 | if (substr($file, 0, 1) == '.') continue; 16 | if (is_dir("$dir$file")) $file .= '/'; 17 | $file = html_encode($file); 18 | $content .= "
  • $file
  • \n"; 19 | } 20 | 21 | $content .= "
\n"; 22 | 23 | parent::__construct($data, $content); 24 | $this->title = $title; 25 | $this->noindex = true; 26 | } 27 | 28 | function display() { 29 | $this->display_template($this->template_params($this->content)); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/14.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /feed/news/moving_to_jfrog.qbk: -------------------------------------------------------------------------------- 1 | [article Boost has moved downloads to JFrog Artifactory 2 | [quickbook 1.6] 3 | [source-mode c++] 4 | [purpose New Location for downloads] 5 | [authors [Clow, Marshall]] 6 | [last-revision Thu, 29 Apr 2021 11:00:00 PDT] 7 | ] 8 | 9 | [import ext.qbk] 10 | 11 | The service that Boost uses to serve up its releases, Bintray.com is being retired by JFrog on the 1st of May. Fortunately for Boost, they have a new service, called JFrog.Arifactory, which we have transitioned to. 12 | 13 | For the users of Boost, the only difference is that there is a new URL to download releases and snapshots. 14 | 15 | Instead of: [@https://dl.bintray.com/boostorg/release/ https://dl.bintray.com/boostorg/release/] you should use [@https://boostorg.jfrog.io/artifactory/main/release/ https://boostorg.jfrog.io/artifactory/main/release/] to retrieve boost releases. 16 | 17 | Note: The pre-1.64 Boost releases are still available via Sourceforge. 18 | 19 | Thank you to JFrog for all your past and current support. 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /patches/1_65_0/0004-thread-130-Bug-in-boost-condition_variable-on-Window.patch: -------------------------------------------------------------------------------- 1 | From c3c8b31c6d76d2c4ffa76fad06a66fcf4766d8fb Mon Sep 17 00:00:00 2001 2 | From: "Vicente J. Botet Escriba" 3 | Date: Thu, 24 Aug 2017 09:04:26 +0200 4 | Subject: [PATCH 4/4] [thread] #130 - Bug in boost::condition_variable on 5 | Windows. 6 | 7 | --- 8 | boost/thread/win32/condition_variable.hpp | 2 +- 9 | 1 file changed, 1 insertion(+), 1 deletion(-) 10 | 11 | diff --git a/boost/thread/win32/condition_variable.hpp b/boost/thread/win32/condition_variable.hpp 12 | index 9c2bf83..7f670bb 100644 13 | --- a/boost/thread/win32/condition_variable.hpp 14 | +++ b/boost/thread/win32/condition_variable.hpp 15 | @@ -221,7 +221,7 @@ namespace boost 16 | } 17 | ~entry_manager() BOOST_NOEXCEPT_IF(false) 18 | { 19 | - remove_waiter(); 20 | + remove_waiter_and_reset(); 21 | } 22 | 23 | list_entry* operator->() 24 | -- 25 | 2.11.0 26 | 27 | -------------------------------------------------------------------------------- /patches/1_54_0/002-date-time.patch: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------------------ 2 | r84948 | danieljames | 2013-07-03 23:02:30 +0100 (Wed, 03 Jul 2013) | 4 lines 3 | 4 | In C++11 the shared_ptr -> bool conversion is explicit. In custom time zone code, make the cast explicit. Fixes compilation failure in C++11 5 | 6 | From [84626], by marshall. 7 | 8 | ------------------------------------------------------------------------ 9 | --- 1_54_0/boost/date_time/local_time/custom_time_zone.hpp (revision 84947) 10 | +++ 1_54_0/boost/date_time/local_time/custom_time_zone.hpp (revision 84948) 11 | @@ -64,7 +64,7 @@ 12 | //! True if zone uses daylight savings adjustments 13 | virtual bool has_dst() const 14 | { 15 | - return (dst_calc_rules_); //if calc_rule is set the tz has dst 16 | + return (bool) dst_calc_rules_; //if calc_rule is set the tz has dst 17 | } 18 | //! Local time that DST starts -- NADT if has_dst is false 19 | virtual posix_time::ptime dst_local_start_time(gregorian::greg_year y) const 20 | -------------------------------------------------------------------------------- /feed/history/boost_1_18_2.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.18.2 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Case, Graph, Regular Expression, Configuration. 6 | 7 | Utility library split into separate libraries. 8 | ] 9 | [last-revision Fri, 3 Nov 2000 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | * [phrase library..[@/libs/conversion/cast.htm Cast Library]] Fix 15 | numeric_cast<> bugs with floating types. 16 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]] 17 | minor fixes. 18 | * [phrase library..[@/libs/regex/index.html Regular Expression Library]] minor 19 | fixes. 20 | * [phrase library..[@/libs/config/index.html Configuration Header]] more fixes 21 | for broken compilers. 22 | * Boost Header Dependencies page added. 23 | * Terminology change: Several headers previously lumped together as a "utility" 24 | library are now considered separate libraries. For historical reasons, their 25 | non-header files still live in the "utility" sub-directory. 26 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /feed/history/boost_1_16_1.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.16.1 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Integer, Random Number, Cast, Call Traits, Operators. 6 | ] 7 | [last-revision Wed, 5 Jul 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | * [phrase library..[@/libs/integer/index.html Integer]] library: fixed 13 | [@/boost/cstdint.hpp cstdint.hpp] bug, added 14 | [@/libs/integer/cstdint_test.cpp cstdint_test.cpp], updated 15 | [@/libs/integer/cstdint.htm docs]. 16 | * [phrase library..[@/libs/random/index.html Random Number Library]:] minor 17 | fixes to [@/boost/random.hpp random.hpp] and 18 | [@/libs/random/random_test.cpp random_test.cpp] to support more compilers. 19 | * Updated [@/boost/cast.hpp cast.hpp] with more Microsoft compiler 20 | workarounds. 21 | * Updated [@/libs/utility/call_traits.htm call_traits docs], added 22 | [@/libs/utility/call_traits_test.cpp call_traits_test.cpp]. 23 | * Cleanup and bug fixes for [@/boost/operators.hpp operators.hpp] and 24 | [@/libs/utility/operators_test.cpp operators_test.cpp]. 25 | -------------------------------------------------------------------------------- /feed/history/boost_1_20_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.20.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Library: Conversion. 6 | 7 | Updated Libraries: Array, Graph, Regular Expression. 8 | ] 9 | [last-revision Sat, 6 Jan 2001 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | * [phrase library..[@/libs/conversion/index.html Conversion Library]] added - 15 | [@/libs/conversion/cast.htm cast] and [@/libs/conversion/lexical_cast.htm 16 | lexical_cast] headers from Dave Abrahams and Kevlin Henney. 17 | * Web site moved to a larger host after the old ISP collapsed unexpectedly. 18 | * Regression tests now include execution testing. See 19 | [@/status/compiler_status.html Compiler Status]. 20 | * [@/more/discussion_policy.htm Discussion Policy] page added. 21 | * [phrase library..[@/libs/array/index.html Array Library]] minor documentation 22 | improvements. 23 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]] 24 | minor updates. 25 | * [phrase library..[@/libs/regex/index.html Regular Expression Library]] minor 26 | updates. 27 | -------------------------------------------------------------------------------- /patches/1_80_0/0006-unordered-msvc-rtcc.patch: -------------------------------------------------------------------------------- 1 | diff -ur boost_1_80_0/boost/unordered/detail/prime_fmod.hpp boost_1_80_1/boost/unordered/detail/prime_fmod.hpp 2 | --- boost_1_80_0/boost/unordered/detail/prime_fmod.hpp 2022-08-03 22:47:16.000000000 -0400 3 | +++ boost_1_80_1/boost/unordered/detail/prime_fmod.hpp 2022-12-14 01:45:27.368620146 -0500 4 | @@ -117,9 +117,15 @@ 5 | #if defined(BOOST_UNORDERED_FCA_HAS_64B_SIZE_T) 6 | std::size_t sizes_under_32bit = inv_sizes32_len; 7 | if (BOOST_LIKELY(size_index < sizes_under_32bit)) { 8 | +#if defined(__MSVC_RUNTIME_CHECKS) 9 | + return fast_modulo( 10 | + boost::uint32_t(hash & 0xffffffffu) + boost::uint32_t(hash >> 32), 11 | + inv_sizes32[size_index], boost::uint32_t(sizes[size_index])); 12 | +#else 13 | return fast_modulo( 14 | boost::uint32_t(hash) + boost::uint32_t(hash >> 32), 15 | inv_sizes32[size_index], boost::uint32_t(sizes[size_index])); 16 | +#endif 17 | } else { 18 | return positions[size_index - sizes_under_32bit](hash); 19 | } 20 | -------------------------------------------------------------------------------- /feed/history/boost_1_22_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.22.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libary: CRC. 6 | 7 | Updated Libraries: Graph, Integer, Regex, Smart Pointer, Utility. 8 | ] 9 | [last-revision Fri, 25 May 2001 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | [download http://sourceforge.net/projects/boost/files/boost/1.22.0/] 15 | 16 | * [phrase library..[@/libs/crc/index.html CRC Library]] added. Compute cyclic 17 | redundancy codes from Daryle Walker. 18 | * [phrase library..[@/libs/graph/doc/index.html Graph Library]:] Minor fixes. 19 | * [phrase library..[@/libs/integer/integer_traits.html Integer Traits]:] added 20 | wchar_t specialization, minor portability fixes. 21 | * [phrase library..[@/libs/regex/index.html Regex Library]:] Minor portability 22 | fixes. 23 | * [phrase library..[@/libs/smart_ptr/smart_ptr.htm Smart Pointer Library]:] 24 | fixed bugs, tightened requirements, added examples. 25 | * [phrase library..[@/libs/utility/utility.htm Utility Library]:] added 26 | checked_delete() and checked_array_delete() functions. 27 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | ]> 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/next.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | ]> 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/prev.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | ]> 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/next.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | ]> 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/prev.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | ]> 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | ]> 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/12.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/21.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /feed/history/boost_1_17_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.17.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Added Library: Array. 6 | 7 | Updated Libraries: Array Traits, Random Number, Smart Pointer. 8 | ] 9 | [last-revision Thu, 3 Aug 2000 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | * [phrase library..[@/libs/array/index.html Array Library]] added - An STL 15 | compliant container wrapper for arrays of constant size from Nicolai 16 | Josuttis. 17 | * array traits header renamed array_traits.hpp (was array.hpp). 18 | * [phrase library..[@/libs/random/index.html Random Number Library]:] more 19 | minor changes to support more compilers. 20 | * [phrase library..[@/libs/smart_ptr/index.html Smart Pointer Library]:] 21 | performance reducing exception-specifications removed. 22 | * Compiler and test program fixes for call_traits, compressed_pair, and 23 | type_traits. 24 | * Updated [@/boost/cast.hpp cast.hpp] to clear compiler warning messages. 25 | * Linux [@/status/compiler_status.html Compiler Status] added. 26 | * Boost source code now lives in a publicly accessible Concurrent Versions 27 | System (CVS) repository. 28 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/9.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/27.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 15 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/15.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /feed/history/boost_1_18_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.18.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libraries: Graph, Regular Expression. 6 | 7 | Updated Libraries: Array, Functional, Utility, Integer. 8 | ] 9 | [last-revision Thu, 28 Sep 2000 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | * Preliminary release of two important new libraries: 15 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]] - 16 | Generic graph components and algorithms from Jeremy Siek and a University of 17 | Notre Dame team. 18 | * [phrase library..[@/libs/regex/index.html Regular Expression Library]] - Text 19 | pattern matching in all its glory from John Maddock. 20 | * Other changes: 21 | * [phrase library..[@/libs/array/index.html Array Library]] improvements 22 | reflecting formal review comments. 23 | * [@/boost/functional.hpp functional.hpp] compiler workarounds added. 24 | * `tie() function template` added to utility.hpp for easier handling of 25 | std::pair<> return values. 26 | * [phrase library..[@/libs/integer/index.html Integer Library]] improved 27 | handling of 64-bit integers. 28 | * Minor web site page updates. 29 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/24.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 15 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | ]> 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /common/code/templates/history.php: -------------------------------------------------------------------------------- 1 | \n"); 8 | echo(" id}\" id=\"i{$entry->id}\">location). 10 | "\">{$entry->title_xml}\n\n"); 11 | echo("

".$entry->web_date."

\n\n"); 12 | echo("
\n"); 13 | echo(" {$entry->purpose_xml}\n"); 14 | echo("
\n\n"); 15 | echo("\n"); 30 | } 31 | -------------------------------------------------------------------------------- /site-tools/update-repo.php: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | positional) != 2) { 11 | echo $options->usage_message(); 12 | exit(1); 13 | } 14 | 15 | $location = $options->positional[0]; 16 | $version = $options->positional[1]; 17 | 18 | $libraries = 19 | BoostLibraries::from_xml_file(__DIR__ . '/../doc/libraries.xml'); 20 | 21 | $unknown_libs = array(); 22 | 23 | $maintainers = BoostMaintainers::read_from_text( 24 | file($location.'/libs/maintainers.txt')); 25 | 26 | $library_details = $libraries->get_for_version($version, null, 27 | 'BoostLibraries::filter_all'); 28 | 29 | $libs_index = array(); 30 | foreach ($library_details as $index => $details) { 31 | if (isset($details['maintainers'])) { 32 | $maintainers->update_maintainer($details['key'], 33 | $details['maintainers']); 34 | } 35 | } 36 | 37 | file_put_contents($location.'/libs/maintainers.txt', 38 | $maintainers->write_to_text()); 39 | } 40 | 41 | 42 | main(); 43 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | ]> 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /patches/1_58_0/0001-Fix-exec_file-for-Python-3-3.4.patch: -------------------------------------------------------------------------------- 1 | From 3e405b6fd5db5615bbef241763de070118222ca7 Mon Sep 17 00:00:00 2001 2 | From: Stefan Seefeld 3 | Date: Thu, 9 Apr 2015 08:57:08 -0400 4 | Subject: [PATCH] Fix exec_file for Python 3 < 3.4. 5 | 6 | --- 7 | src/exec.cpp | 7 +++++-- 8 | 1 file changed, 5 insertions(+), 2 deletions(-) 9 | 10 | diff --git a/src/exec.cpp b/src/exec.cpp 11 | index 2910db7..12cdabc 100644 12 | --- a/src/exec.cpp 13 | +++ b/src/exec.cpp 14 | @@ -86,9 +86,12 @@ object BOOST_PYTHON_DECL exec_file(str filename, object global, object local) 15 | char *f = python::extract(filename); 16 | 17 | // Let python open the file to avoid potential binary incompatibilities. 18 | -#if PY_VERSION_HEX >= 0x03000000 19 | - // See http://www.codeproject.com/Articles/820116/Embedding-Python-program-in-a-C-Cplusplus-code 20 | +#if PY_VERSION_HEX >= 0x03400000 21 | FILE *fs = _Py_fopen(f, "r"); 22 | +#elif PY_VERSION_HEX >= 0x03000000 23 | + PyObject *fo = Py_BuildValue("s", f); 24 | + FILE *fs = _Py_fopen(fo, "r"); 25 | + Py_DECREF(fo); 26 | #else 27 | PyObject *pyfile = PyFile_FromString(f, const_cast("r")); 28 | if (!pyfile) throw std::invalid_argument(std::string(f) + " : no such file"); 29 | -- 30 | 2.1.0 31 | 32 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/13.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /feed/history/boost_1_19_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.19.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libraries: Concept Check, Python, Static Assert, Property Map Concepts. 6 | 7 | Updated Libraries: Graph, Regular Expression. 8 | ] 9 | [last-revision Sun, 10 Dec 2000 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | * [phrase library..[@/libs/concept_check/concept_check.htm Concept Check 15 | Library]] added - tools for generic programming from Jeremy Siek. 16 | * [phrase library..[@/libs/python/doc/index.html Python Library]] added - 17 | reflects C++ classes and functions into Python, from Dave Abrahams. 18 | * [phrase library..[@/libs/static_assert/static_assert.htm Static Assert 19 | Library]] added - compile time assertions from John Maddock 20 | * [phrase library..[@/libs/property_map/property_map.html Property Map 21 | Concepts]] added - interfaces which map key objects to value objects from 22 | Jeremy Siek. 23 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]] 24 | minor updates. 25 | * [phrase library..[@/libs/regex/index.html Regular Expression Library]] minor 26 | updates. 27 | * [@/more/lib_guide.htm Library Requirements and Guidelines] - directory name policy 28 | added. 29 | * [@/more/faq.htm FAQ] updated. 30 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /users/download/signatures/boost_1_61_0.sums.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNED MESSAGE----- 2 | Hash: SHA256 3 | 4 | a547bd06c2fd9a71ba1d169d9cf0339da7ebf4753849a8f7d6fdb8feee99b640 boost_1_61_0.tar.bz2 5 | a77c7cc660ec02704c6884fbb20c552d52d60a18f26573c9cee0788bf00ed7e6 boost_1_61_0.tar.gz 6 | fa1c34862b7ba8674ed6e064a14667a11830c6252f702d9458451834b74f7815 boost_1_61_0.7z 7 | 02d420e6908016d4ac74dfc712eec7d9616a7fc0da78b0a1b5b937536b2e01e8 boost_1_61_0.zip 8 | -----BEGIN PGP SIGNATURE----- 9 | Version: GnuPG v2 10 | 11 | iQIcBAEBCAAGBQJXPBG3AAoJEA8aPs1OrCMWL1QQAJCsQbr4rxpQMDssW5O0Fupg 12 | aw8Us0CnfPLSPW5gMdQoIQxu/n1SNobn4Vg1/hyTfweufqFwHFRxJnHiWtlbI/GB 13 | q1TueLPCxcJUi6lT7ZOVcpKb6AS6vOnSJRODQ0zk62phKBmLDUxiBI46FlCkzHbz 14 | uWVG+wttzk2Skeb3400xWEMtM0fgX3oJenh5Ye//oD7biJC0aIVPrnkauQ2Nze0l 15 | 2nG8e7w7ZzlXEx0Ei8KHiyBsFMj0/O5JIJKbxWorBAeELSgWun0YqB9EnrbADGDp 16 | XCEUUg1FB2llTmpG3a/dyv8fMlAS/ENka7e4aGuIHAlyfmTKGx+9Zd813XLiSjvw 17 | CHCyp+b7v0dGn2RFrVhgl9qRyFKgcvYjhhsA42iO0eFt7rgkoXV72qQzjSClzjkS 18 | jJrcj8dxJkZVMJ9tWKCmzGoPYRj4z8Nt8dw7HDqFGb7/2Rw6FZ18N9SsqHD+y9G3 19 | TZhPPYQJVqckM9qo0CFzYwZpjiBgLhhQI6iEUh8UB8xXB09cJfgHGvyszXsvR+3l 20 | xQvKq19BYWHlPoi4Ie+YUzxF81Pgj98mbnwXLcgUoLBZWueXGfFdf+nBvyDoQyli 21 | LbHEpt0cGwWyfk+HXt+Qa5dmSRMr7zZpmWseBr9/6J1gCoNxAEOqHZ1hCrpFIHWt 22 | pM+LHXktogy3CpBV2IXH 23 | =6T/2 24 | -----END PGP SIGNATURE----- 25 | -------------------------------------------------------------------------------- /common/code/boost_filter_develop_box.php: -------------------------------------------------------------------------------- 1 | content; 13 | $box = latest_link($this->data); 14 | if ($box && preg_match('@(?:\s*)?]*>@is', $text, $match, PREG_OFFSET_CAPTURE)) { 15 | $is_xhtml = preg_match('@]*xhtml@i', $match[0][0]); 16 | $tag_end = $is_xhtml ? '/>' : '>'; 17 | $head = substr($text, 0, $match[0][1]); 18 | echo $this->alter_title($head); 19 | echo ''; 22 | echo $match[0][0]; 23 | echo $box; 24 | echo $this->prepare_html(substr($text, $match[0][1] + strlen($match[0][0]))); 25 | } else { 26 | echo $text; 27 | } 28 | } 29 | } 30 | 31 | -------------------------------------------------------------------------------- /doc/libraries.json.php: -------------------------------------------------------------------------------- 1 | is_hidden() && 17 | empty($lib['status']) 18 | ) { 19 | $lib['status'] = 'hidden'; 20 | unset($lib['boost-version']); 21 | } 22 | 23 | $r = new BoostLibrary($lib); 24 | return $r; 25 | }, 26 | BoostLibraries::load()->get_for_version($version, null, 27 | 'BoostLibraries::filter_all')); 28 | 29 | return BoostLibrary::get_libraries_json($version_libs); 30 | } 31 | 32 | header('Content-type: application/json'); 33 | try { 34 | echo libraries_json($_GET); 35 | } 36 | catch (BoostVersion_Exception $e) { 37 | header($_SERVER['SERVER_PROTOCOL'] . ' 400 Malformed request', true, 400); 38 | echo json_encode(Array( 39 | 'error' => $e->getMessage(), 40 | )); 41 | } 42 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/16.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/20.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 15 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/important.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | ]> 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /sitemap.xml.php: -------------------------------------------------------------------------------- 1 | ', "\n"; 5 | ?> 6 | 7 | 8 | ', '"', "'"), 15 | array('&', '<', '>', '"', '''), 16 | $text); 17 | } 18 | 19 | function echo_sitemap_url($loc, $priority, $freq) { 20 | $loc_xml = isset($_SERVER['HTTP_HOST']) ? 21 | xmlentities("http://{$_SERVER['HTTP_HOST']}/{$loc}") : 22 | xmlentities("https://www.boost.org/{$loc}"); 23 | 24 | echo << 26 | $loc_xml 27 | $priority 28 | $freq 29 | 30 | 31 | EOL; 32 | } 33 | 34 | // Library list 35 | 36 | echo_sitemap_url("doc/libs/", '1.0', 'daily'); 37 | 38 | // Library 'home pages' 39 | 40 | $libs = BoostLibraries::load(); 41 | // TODO: Include hidden libraries? Or not? 42 | foreach ($libs->get_for_version(BoostVersion::current()) as $lib) { 43 | echo_sitemap_url("doc/libs/release/$lib[documentation]", '1.0', 'daily'); 44 | } 45 | 46 | ?> 47 | 48 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2016 Daniel James. 2 | # Distributed under the Boost Software License, Version 1.0. (See accompanying 3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 | 5 | dist: precise 6 | language: php 7 | php: 8 | '5.3' 9 | addons: 10 | apt: 11 | packages: 12 | - php5-cgi 13 | install: 14 | # Install quickbook 15 | - mkdir $HOME/bin 16 | - wget -O $HOME/bin/quickbook https://github.com/boostorg/quickbook/releases/download/linux-binary/quickbook 17 | - chmod a+x $HOME/bin/quickbook 18 | - export PATH=$PATH:$HOME/bin 19 | 20 | # Install php dependencies 21 | - cd ${TRAVIS_BUILD_DIR}/common/code/test 22 | - composer install --no-interaction --prefer-source 23 | script: 24 | # Run the tests 25 | - cd ${TRAVIS_BUILD_DIR}/common/code/test 26 | - ./vendor/bin/tester -p php tests 27 | - ./vendor/bin/tester -p php5-cgi tests 28 | 29 | # Check php files are valid php 5.3 30 | - cd ${TRAVIS_BUILD_DIR}/ 31 | - 'find * -name "vendor" -prune -o -name "*.php" -print | xargs grep -L "CONTAINS_SYNTAX_ERROR" | xargs -n 1 php -l' 32 | 33 | # Try running the site tools to check if the change has introduced any errors 34 | # into their source and data files 35 | - ./site-tools/update-doc-list.php 36 | - ./site-tools/update-pages.php 37 | - git status 38 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/important.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | ]> 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /feed/history/boost_1_23_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.23.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libraries: Any, Function, Tokenizer, Special functions, Octonions, Quaternions. 6 | 7 | Updated Library: Smart Pointer. 8 | ] 9 | [last-revision Fri, 6 Jul 2001 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | [download http://sourceforge.net/projects/boost/files/boost/1.23.0/] 15 | 16 | * [phrase library..[@/libs/any/index.html Any Library]] added. Safe, generic 17 | container for single values of different value types, from Kevlin Henney. 18 | * [phrase library..[@/libs/function/index.html Function Library]] added. 19 | Function object wrappers for deferred calls or callbacks, from Doug Gregor. 20 | * [phrase library..[@/libs/tokenizer/index.html Tokenizer Library]] added. 21 | Break a string into a series of tokens, from John Bandela. 22 | * [@/doc/html/boost_math/math_special_functions.html Special functions], 23 | [@/doc/html/boost_math/octonions.html octonions], 24 | [@/doc/html/boost_math/quaternions.html quaternions] added, from Hubert 25 | Holin. 26 | * [phrase library..[@/libs/smart_ptr/smart_ptr.htm Smart Pointer Library]:] 27 | shared_ptr polymorphic pointers now work on more broken compilers. 28 | * IBM/Aix Compiler status table contributed by Toon Knapen. 29 | * Minor fixes to a number of other libraries. 30 | -------------------------------------------------------------------------------- /doc/libs/1_61_0/libs/numeric/odeint/doc/html/images/callouts/22.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 15 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /patches/1_65_0/0003-thread-130-Bug-in-boost-condition_variable-on-Window.patch: -------------------------------------------------------------------------------- 1 | From 0784374dbb383de25ccef75ddb6435405f11236b Mon Sep 17 00:00:00 2001 2 | From: "Vicente J. Botet Escriba" 3 | Date: Thu, 24 Aug 2017 08:45:36 +0200 4 | Subject: [PATCH 3/4] [thread] #130 - Bug in boost::condition_variable on 5 | Windows. 6 | 7 | --- 8 | boost/thread/win32/condition_variable.hpp | 4 ++-- 9 | 1 file changed, 2 insertions(+), 2 deletions(-) 10 | 11 | diff --git a/boost/thread/win32/condition_variable.hpp b/boost/thread/win32/condition_variable.hpp 12 | index f4b535f..9c2bf83 100644 13 | --- a/boost/thread/win32/condition_variable.hpp 14 | +++ b/boost/thread/win32/condition_variable.hpp 15 | @@ -211,7 +211,7 @@ namespace boost 16 | {} 17 | #endif 18 | 19 | - void remove_waiter() 20 | + void remove_waiter_and_reset() 21 | { 22 | if (entry) { 23 | boost::lock_guard internal_lock(internal_mutex); 24 | @@ -250,7 +250,7 @@ namespace boost 25 | woken=entry->woken(); 26 | } 27 | // do it here to avoid throwing on the destructor 28 | - entry->remove_waiter(); 29 | + entry.remove_waiter_and_reset(); 30 | locker.lock(); 31 | return woken; 32 | } 33 | -- 34 | 2.11.0 35 | 36 | -------------------------------------------------------------------------------- /patches/1_82_0/0001-filesystem-fix-openbsd-build.patch: -------------------------------------------------------------------------------- 1 | commit 176fce8e4d2016e864a0b9193cc4e9440354d2db 2 | Author: Andrey Semashev 3 | Date: Wed Apr 12 00:10:43 2023 +0300 4 | 5 | Disable -Wl,--no-undefined on OpenBSD. 6 | 7 | This flag is broken for shared libraries on OpenBSD as it leaves all libc 8 | symbols unresolved. 9 | 10 | Fixes https://github.com/boostorg/filesystem/issues/283. 11 | 12 | diff --git a/libs/filesystem/config/has_linkflag_no_undefined.cpp b/libs/filesystem/config/has_linkflag_no_undefined.cpp 13 | index 94960fc..ae8f940 100644 14 | --- a/libs/filesystem/config/has_linkflag_no_undefined.cpp 15 | +++ b/libs/filesystem/config/has_linkflag_no_undefined.cpp 16 | @@ -12,6 +12,15 @@ 17 | #error "MSVC and compatible compilers don't support -Wl,... flags" 18 | #endif 19 | 20 | +#if defined(__OpenBSD__) 21 | +// On OpenBSD, shared libraries are not linked to libc, as there are multiple 22 | +// libc versions installed, and loading multiple different versions into the 23 | +// process is considered dangerous. Only the main executable is linked against 24 | +// one of them, which will be used by all shared libraries loaded into the 25 | +// process. This renders -Wl,--no-undefined unusable for shared libraries. 26 | +#error "-Wl,--no-undefined is broken for shared libraries on OpenBSD" 27 | +#endif 28 | + 29 | int main() 30 | { 31 | return 0; 32 | -------------------------------------------------------------------------------- /LICENSE_1_0.txt: -------------------------------------------------------------------------------- 1 | Boost Software License - Version 1.0 - August 17th, 2003 2 | 3 | Permission is hereby granted, free of charge, to any person or organization 4 | obtaining a copy of the software and accompanying documentation covered by 5 | this license (the "Software") to use, reproduce, display, distribute, 6 | execute, and transmit the Software, and to prepare derivative works of the 7 | Software, and to permit third-parties to whom the Software is furnished to 8 | do so, all subject to the following: 9 | 10 | The copyright notices in the Software and this entire statement, including 11 | the above license grant, this restriction and the following disclaimer, 12 | must be included in all copies of the Software, in whole or in part, and 13 | all derivative works of the Software, unless such copies or derivative 14 | works are solely in the form of machine-executable object code generated by 15 | a source language processor. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 20 | SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE 21 | FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, 22 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 23 | DEALINGS IN THE SOFTWARE. 24 | -------------------------------------------------------------------------------- /common/code/boost.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 15 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /feed/history/boost_1_25_1.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.25.1 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Graph, Thread, Function. 6 | ] 7 | [last-revision Mon, 5 Nov 2001 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | [download http://sourceforge.net/projects/boost/files/boost/1.25.1/] 13 | 14 | * [phrase library..[@/tools/build/index.html Boost Build System]:] Continued improvements. 15 | * [phrase library..[@/libs/config/config.htm Config Library]:] Continued refinements. 16 | * [phrase library..[@/libs/graph/doc/index.html Graph Library]:] Final cleanup 17 | for upcoming the Boost Graph Library book. 18 | * [phrase library..[@/libs/thread/doc/index.html Thread Library]:] Minor fixes 19 | - tests now pass on most Win32 and POSIX systems including Linux and Solaris. 20 | Semaphore removed as too error prone. 21 | * [phrase library..[@/libs/function/index.html Function Library]:] direct 22 | support for member function pointers and documentation updates. 23 | * [@http://groups.yahoo.com/group/Boost-Users Boost-Users] mailing list has 24 | been created to address topics of interest to users of Boost libraries. 25 | * [@http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Boost Wiki 26 | web] added. Provides a place for Boost users to openly discuss and document 27 | the use of Boost libraries. It is not officially maintained by Boost 28 | developers. 29 | -------------------------------------------------------------------------------- /style-v2/css_0/theme_grape/header.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005-2006 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | 7 | /* Heading, title and logo. */ 8 | #heading, 9 | #boost-common-heading-doc { 10 | background: #574D74 url(header-bg.png) repeat-x top left; 11 | } 12 | #heading *, 13 | #boost-common-heading-doc * { 14 | color: #FFFFFF; 15 | } 16 | #heading .heading-inner, 17 | #boost-common-heading-doc .heading-inner { 18 | background: url(header-fg.png) no-repeat top left; 19 | border: none; 20 | border-bottom: #000000 solid 1px; 21 | } 22 | #boost-common-heading-doc .heading-logo, 23 | #heading .heading-logo { 24 | width: 236px; 25 | height: 55px; 26 | margin: 18px 0px 0px 24px; 27 | } 28 | 29 | /* Links in the header. */ 30 | #boost-common-heading-doc .heading-quote a, 31 | #heading .heading-quote a { 32 | border-bottom: 1px solid #BBBBBB; 33 | } 34 | #boost-common-heading-doc .heading-quote a:hover, 35 | #heading .heading-quote a:hover { 36 | border-bottom: 1px solid #FFFFFF; 37 | } 38 | #boost-common-heading-doc .heading-quote a:visited, 39 | #heading .heading-quote a:visited { 40 | border-bottom: 1px dotted #BBBBBB; 41 | } 42 | #boost-common-heading-doc .heading-quote a:visited:hover, 43 | #heading .heading-quote a:visited:hover { 44 | border-bottom: 1px dotted #FFFFFF; 45 | } 46 | -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/header.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2005-2006 Redshift Software, Inc. 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | 7 | /* Heading, title and logo. */ 8 | #heading, 9 | #boost-common-heading-doc { 10 | background: #4F744D url(header-bg.png) repeat-x top left; 11 | } 12 | #heading *, 13 | #boost-common-heading-doc * { 14 | color: #FFFFFF; 15 | } 16 | #heading .heading-inner, 17 | #boost-common-heading-doc .heading-inner { 18 | background: url(header-fg.png) no-repeat top left; 19 | border: none; 20 | border-bottom: #000000 solid 1px; 21 | } 22 | #boost-common-heading-doc .heading-logo, 23 | #heading .heading-logo { 24 | width: 236px; 25 | height: 55px; 26 | margin: 18px 0px 0px 24px; 27 | } 28 | 29 | /* Links in the header. */ 30 | #boost-common-heading-doc .heading-quote a, 31 | #heading .heading-quote a { 32 | border-bottom: 1px solid #BBBBBB; 33 | } 34 | #boost-common-heading-doc .heading-quote a:hover, 35 | #heading .heading-quote a:hover { 36 | border-bottom: 1px solid #FFFFFF; 37 | } 38 | #boost-common-heading-doc .heading-quote a:visited, 39 | #heading .heading-quote a:visited { 40 | border-bottom: 1px dotted #BBBBBB; 41 | } 42 | #boost-common-heading-doc .heading-quote a:visited:hover, 43 | #heading .heading-quote a:visited:hover { 44 | border-bottom: 1px dotted #FFFFFF; 45 | } 46 | -------------------------------------------------------------------------------- /users/download/signatures/boost_1_61_0_b1.sums.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNED MESSAGE----- 2 | Hash: SHA1 3 | 4 | 3f8888099ee6f62b412a13be916dead2bacbdd6d69e5afd5b6fea4bb738e5df4 boost_1_61_0_b1.7z 5 | dc206518024ff95758832a846c3bcb5565e98a21cd8db97334a53348a0e26239 boost_1_61_0_b1.sums 6 | 866941f0038b27fcc69ced1490b2dc5fa8d20f505d66b939a92a68ef194d1a6c boost_1_61_0_b1.tar.bz2 7 | 0b92c5fb5b91641409b9675b2fd11d3b3fa5f71dd986d3b5fb03da201bf55474 boost_1_61_0_b1.tar.gz 8 | 9dffe5ee7f5f7bf7695f5738c686e44bd266933e3ca68732b0de5520c3c82615 boost_1_61_0_b1.zip 9 | -----BEGIN PGP SIGNATURE----- 10 | Version: GnuPG v1 11 | 12 | iQIcBAEBAgAGBQJW/Y96AAoJEA8aPs1OrCMWetUP/2TeeN2jHX+EPUQk1cqWKiEJ 13 | sYFZ5YozHMCDL3dsAOFYPdceWHTtbxWYJzNdgIuBm6VvYa1JKqze7OC7bTzFLoHI 14 | 0T3RBOk17HQoUMRakRseMZ91HoHc+jGQGsbMMIGj/MYjcGKTrOgSrp4B0TX4U6PZ 15 | htNXGoTtV5ZjrRAKY6BQgDAdV8JUmS4hfjXeBsLpk3hW/DDoI8+yPmnm6uwgh/Xz 16 | n2wS3hzia7GrGtUTAS4JAivlcGo4wLm0ubUKARrpXUcAvyaFpBGG7CoZHnUJGWFS 17 | IYUdqB65183idO0ysSCn2uRc0wLxX26ZSY0ns+uB4xKw+v+Ol2Ng2fdI00U9D0M9 18 | jH+2uws4s7nGIANGA72N9bvDcwVeVBnTeq0ga1R7syW2exO2mu0CwltgHSZpuujm 19 | 2GVqHjp0sFqhBC+Ww11CupAw2H/LvZ92wX85RW6jpFpTvQi7Bj7GQDjlIKMbF5yW 20 | weUzf6kQkpXcjJPWBlczIPYD5kn9ybOyrXsARq2fsyWPny8XH6d9NJVx/RLdLgIl 21 | 0S9XXn1Sj0dspjYno2p5JLXZRIC9FU/BeIFhF5y0RfFAVwmYM11koQReotFX/Hn5 22 | eHO4hSgAaagr4upoC29AVbuVmmJvBj6jaU2gWJC9kw+8bUwawwbWu0DnRav3UNrY 23 | If822FaulZn8H5tz6jV7 24 | =mgIn 25 | -----END PGP SIGNATURE----- 26 | -------------------------------------------------------------------------------- /common/code/update-daily.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cd ${HOME}/www.boost.org/archives/incoming 4 | 5 | wget -q -O boost-build.zip http://lvk.cs.msu.su/~ghost/boost_build_nightly/boost-build.zip 6 | wget -q -O boost-build.tar.bz2 http://lvk.cs.msu.su/~ghost/boost_build_nightly/boost-build.tar.bz2 7 | 8 | cd ${HOME}/www.boost.org/archives 9 | 10 | for result in `find incoming -name '*.zip'` ; do 11 | f=`basename ${result}` 12 | mv -f live/${f} old 13 | mv -f ${result} live 14 | rm -f old/${f} 15 | done 16 | for result in `find incoming -name '*.tar.bz2'` ; do 17 | f=`basename ${result}` 18 | mv -f live/${f} old 19 | mv -f ${result} live 20 | rm -f old/${f} 21 | done 22 | 23 | /usr/bin/python24 /home/grafik/www.boost.org/testing/webcheck.py \ 24 | "--yank=http://beta.boost.org/doc/libs" \ 25 | "--yank=http://beta.boost.org/development/tests" \ 26 | "--yank=http://beta.boost.org/development/webcheck" \ 27 | "--yank=http://validator.w3.org/check" \ 28 | "--yank=http://jigsaw.w3.org/css-validator/check/referer" \ 29 | "--yank=http://tinyurl.com/" \ 30 | "--yank=http://www.open-std.org/jtc1/sc22/wg21/docs/mailings/" \ 31 | "--base-only" \ 32 | "--quiet" \ 33 | "--output=/home/grafik/www.boost.org/testing/webcheck" \ 34 | "--force" \ 35 | "http://beta.boost.org/" 2>&1 36 | 37 | day=`date "+%w"` 38 | case "$day" in 39 | [123456]) 40 | # All but Sunday... 41 | ;; 42 | 43 | [0]) 44 | # Sunday only... 45 | ;; 46 | esac 47 | --------------------------------------------------------------------------------