├── generated ├── state │ └── version.txt └── download-items.html ├── common ├── code │ ├── info.php │ ├── test │ │ ├── template.php │ │ └── test_version.php │ ├── update-6x6.sh │ ├── boost_filter_simple.php │ ├── boost_filter_cpp.php │ ├── boost_filter_qbk.php │ ├── boost.php │ ├── update-5x15.sh │ ├── boost_download.php │ ├── boost_display_dir.php │ ├── boost_filter_boost_book_basic.php │ ├── boost_filter_basic.php │ ├── templates │ │ ├── history.php │ │ ├── download.php │ │ ├── news.php │ │ └── entry.php │ ├── update-daily.sh │ ├── template.php │ ├── boost_config.php │ ├── boost_utility.php │ └── url.php ├── sidebar-get-boost.html ├── sidebar-common.html ├── footer-license.html ├── heading-doc.html ├── sidebar-donate.html ├── footer-banners.html ├── sidebar-boost.html ├── sidebar-doc.html ├── sidebar-community.html ├── sidebar-development.html ├── sidebar-support.html ├── sidebar-welcome.html ├── menu-user-feed.php ├── menu-build-feed.php ├── menu-devel-feed.php ├── menu-testing-feed.php ├── menu-announce-feed.php ├── menu-interest-feed.php ├── menu-documentation-feed.php ├── heading.html ├── menu-welcome.html ├── sidebar-search.html └── menu-boost.html ├── site-tools ├── .htaccess ├── update-pages.php ├── refresh-pages.php ├── README.txt ├── update-repo.php ├── git-prep-beta.sh └── new-libraries.php ├── boost.png ├── favicon.ico ├── gfx ├── ms_logo.gif ├── space.png ├── kai_logo.gif ├── boost_1_33_0.jpg ├── borland_logo.gif ├── intel_logo.gif ├── boost-dark-trans.png └── google_logo_25wht.gif ├── users ├── proposal.pdf ├── people │ ├── ed_brey.jpg │ ├── anonymous.jpg │ ├── jan_gaspar.jpg │ ├── mat_marcus.jpg │ ├── paul_moore.jpg │ ├── andreas_huber.jpg │ ├── beman_dawes.jpg │ ├── darin_adler.jpg │ ├── daryle_walker.jpg │ ├── dave_abrahams.jpg │ ├── dietmar_kuehl.jpg │ ├── doug_gregor.jpg │ ├── ed_brey_small.jpg │ ├── eric_friedman.jpg │ ├── gary_powell.jpg │ ├── greg_colvin.jpg │ ├── hubert_holin.jpg │ ├── jaakko_jarvi.jpg │ ├── jeff_garland.jpg │ ├── jens_maurer.jpg │ ├── jeremy_siek.jpg │ ├── joaquin_lopez.jpg │ ├── john_maddock.jpg │ ├── kevlin_henney.jpg │ ├── liequan_lee.jpg │ ├── mac_murrett.jpg │ ├── mark_rodgers.jpg │ ├── pavol_droba.jpg │ ├── peter_dimov.jpg │ ├── rene_rivera.jpg │ ├── robert_ramey.jpg │ ├── ronald_garcia.jpg │ ├── samuel_krempp.jpg │ ├── thomas_witt.jpg │ ├── vesa_karvonen.jpg │ ├── vladimir_prus.jpg │ ├── william_kempf.jpg │ ├── anonymous_small.jpg │ ├── glen_fernandes.jpg │ ├── hartmut_kaiser.jpg │ ├── howard_hinnant.jpg │ ├── joel_de_guzman.jpg │ ├── paul_mensonides.jpg │ ├── peter_dimov_old.jpg │ ├── aleksey_gurtovoy.jpg │ ├── aleksey_gurtovoy2.jpg │ ├── anthony_williams.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 │ ├── herve_bronnimann.jpg │ ├── hubert_holin_small.jpg │ ├── jaakko_jarvi_small.jpg │ ├── jan_gaspar_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 │ ├── mat_marcus_small.jpg │ ├── nicolai_josuttis.jpg │ ├── paul_moore_small.jpg │ ├── pavol_droba_small.jpg │ ├── peter_dimov_small.jpg │ ├── robert_ramey_small.jpg │ ├── thomas_witt_small.jpg │ ├── thorsten_ottosen.jpg │ ├── andreas_huber_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 │ ├── joaquin_lopez_small.jpg │ ├── joel_de_guzman_small.jpg │ ├── kevlin_henney_small.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 │ ├── paul_mensonides_small.jpg │ ├── peter_dimov_small_old.jpg │ ├── ralf_w_grosse_kunstleve.jpg │ ├── thorsten_ottosen_small.jpg │ ├── ralf_w_grosse_kunstleve_sm.jpg │ ├── _template_.html │ ├── template.html │ └── daryle_walker.html ├── history │ ├── minimal.php │ └── index.html ├── news │ └── index.html └── _template_.html ├── style-v2 ├── css_0 │ ├── bkg.png │ ├── tip.png │ ├── up.png │ ├── blank.png │ ├── draft.png │ ├── home.png │ ├── next.png │ ├── note.png │ ├── prev.png │ ├── caution.png │ ├── toc-plus.png │ ├── warning.png │ ├── get-boost.png │ ├── important.png │ ├── panel_bkg.png │ ├── toc-blank.png │ ├── toc-minus.png │ ├── up_disabled.png │ ├── alpha_blue_50.png │ ├── boost_bullet.gif │ ├── next_disabled.png │ ├── prev_disabled.png │ ├── alpha_white_50.png │ ├── alpha_white_75.png │ ├── theme_grass │ │ ├── home.png │ │ ├── next.png │ │ ├── note.png │ │ ├── prev.png │ │ ├── tip.png │ │ ├── up.png │ │ ├── caution.png │ │ ├── footer-bg.png │ │ ├── header-bg.png │ │ ├── header-fg.png │ │ ├── important.png │ │ ├── warning.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 │ ├── section-welcome.css │ └── section-map.css ├── trac.css ├── section-doc.css ├── section-map.css ├── section-boost.css ├── section-support.css ├── section-welcome.css ├── section-community.css ├── section-development.css ├── section-basic.css ├── basic.css └── trac-boost1.css ├── doc ├── libs │ ├── common │ │ ├── boost.png │ │ └── doc │ │ │ └── src │ │ │ ├── minimal.css │ │ │ ├── images │ │ │ ├── up.png │ │ │ ├── alert.png │ │ │ ├── blank.png │ │ │ ├── draft.png │ │ │ ├── home.png │ │ │ ├── next.png │ │ │ ├── note.png │ │ │ ├── prev.png │ │ │ ├── tip.png │ │ │ ├── caution.png │ │ │ ├── smiley.png │ │ │ ├── warning.png │ │ │ ├── important.png │ │ │ ├── toc-blank.png │ │ │ ├── toc-minus.png │ │ │ ├── toc-plus.png │ │ │ ├── up_disabled.png │ │ │ ├── next_disabled.png │ │ │ ├── prev_disabled.png │ │ │ ├── stable_vector.png │ │ │ ├── up.svg │ │ │ ├── next.svg │ │ │ ├── prev.svg │ │ │ ├── warning.svg │ │ │ ├── important.svg │ │ │ ├── note.svg │ │ │ └── home.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_36_0 │ │ └── libs │ │ └── test │ │ └── docbook │ │ └── img │ │ └── boost.test.logo.png ├── fixes │ ├── boost_1_33_1 │ │ └── libs │ │ │ └── libraries.htm │ ├── boost_1_34_0 │ │ └── libs │ │ │ └── libraries.htm │ ├── boost_1_35_0 │ │ └── libs │ │ │ └── libraries.htm │ ├── boost_1_36_0 │ │ └── libs │ │ │ └── libraries.htm │ ├── boost_1_37_0 │ │ └── libs │ │ │ └── libraries.htm │ ├── boost_1_38_0 │ │ └── libs │ │ │ └── libraries.htm │ ├── boost_1_48_0 │ │ └── libs │ │ │ └── timer │ │ │ └── index.html │ └── boost_1_57_0 │ │ └── libs │ │ ├── numeric │ │ └── ublas │ │ │ └── doc │ │ │ └── index.htm │ │ └── bind │ │ └── ref.html ├── display_extra_docs.php ├── libraries.json.php └── _template_.html ├── 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 │ ├── boost_1_16_0.qbk │ ├── boost_1_21_2.qbk │ ├── boost_1_26_0.qbk │ ├── boost_1_30_2.qbk │ ├── boost_1_28_0.qbk │ ├── boost_1_20_2.qbk │ └── boost_1_25_0.qbk ├── news │ ├── website_launch.qbk │ ├── review_asio_begins.qbk │ ├── locale_1_53_0.qbk │ └── result_of_1_52_0.qbk └── ext.qbk ├── .gitignore ├── development ├── report-nov-2007.rst ├── report-sep-2007.rst ├── snapshot_debug.php ├── testing_results.php ├── snapshot.php ├── .htaccess ├── webcheck_results.php ├── template │ └── template.html └── _template_.html ├── robots.txt ├── support ├── .htaccess └── _template_.html ├── boost-build2 └── .htaccess ├── patches ├── 1_54_0 │ ├── 001-coroutine.patch │ ├── 003-log.patch │ ├── 004-thread.patch │ └── 002-date-time.patch ├── 1_55_0 │ └── 001-log_fix_dump_avx2.patch └── 1_58_0 │ └── 0001-Fix-exec_file-for-Python-3-3.4.patch ├── donate └── donatebutton.inc ├── sitemap.xml.php ├── LICENSE_1_0.txt └── community └── _template_.html /generated/state/version.txt: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /common/code/info.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /site-tools/.htaccess: -------------------------------------------------------------------------------- 1 | order allow,deny 2 | deny from all 3 | -------------------------------------------------------------------------------- /boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/boost.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/favicon.ico -------------------------------------------------------------------------------- /gfx/ms_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/gfx/ms_logo.gif -------------------------------------------------------------------------------- /gfx/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/gfx/space.png -------------------------------------------------------------------------------- /gfx/kai_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/gfx/kai_logo.gif -------------------------------------------------------------------------------- /gfx/boost_1_33_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/gfx/boost_1_33_0.jpg -------------------------------------------------------------------------------- /gfx/borland_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/gfx/borland_logo.gif -------------------------------------------------------------------------------- /gfx/intel_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/gfx/intel_logo.gif -------------------------------------------------------------------------------- /users/proposal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/proposal.pdf -------------------------------------------------------------------------------- /style-v2/css_0/bkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/bkg.png -------------------------------------------------------------------------------- /style-v2/css_0/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/tip.png -------------------------------------------------------------------------------- /style-v2/css_0/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/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/sabel83/website/master/doc/libs/common/boost.png -------------------------------------------------------------------------------- /gfx/boost-dark-trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/gfx/boost-dark-trans.png -------------------------------------------------------------------------------- /gfx/google_logo_25wht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/gfx/google_logo_25wht.gif -------------------------------------------------------------------------------- /style-v2/css_0/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/blank.png -------------------------------------------------------------------------------- /style-v2/css_0/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/draft.png -------------------------------------------------------------------------------- /style-v2/css_0/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/home.png -------------------------------------------------------------------------------- /style-v2/css_0/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/next.png -------------------------------------------------------------------------------- /style-v2/css_0/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/note.png -------------------------------------------------------------------------------- /style-v2/css_0/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/prev.png -------------------------------------------------------------------------------- /users/people/ed_brey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/ed_brey.jpg -------------------------------------------------------------------------------- /style-v2/css_0/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/caution.png -------------------------------------------------------------------------------- /style-v2/css_0/toc-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/toc-plus.png -------------------------------------------------------------------------------- /style-v2/css_0/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/warning.png -------------------------------------------------------------------------------- /users/people/anonymous.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/anonymous.jpg -------------------------------------------------------------------------------- /users/people/jan_gaspar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jan_gaspar.jpg -------------------------------------------------------------------------------- /users/people/mat_marcus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/mat_marcus.jpg -------------------------------------------------------------------------------- /users/people/paul_moore.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/paul_moore.jpg -------------------------------------------------------------------------------- /feed/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine On 2 | 3 | RewriteRule ^(dev|downloads|history|news)\.rss$ /generated/$1.rss 4 | -------------------------------------------------------------------------------- /style-v2/css_0/get-boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/get-boost.png -------------------------------------------------------------------------------- /style-v2/css_0/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/important.png -------------------------------------------------------------------------------- /style-v2/css_0/panel_bkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/panel_bkg.png -------------------------------------------------------------------------------- /style-v2/css_0/toc-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/toc-blank.png -------------------------------------------------------------------------------- /style-v2/css_0/toc-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/toc-minus.png -------------------------------------------------------------------------------- /style-v2/css_0/up_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/up_disabled.png -------------------------------------------------------------------------------- /users/people/andreas_huber.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/andreas_huber.jpg -------------------------------------------------------------------------------- /users/people/beman_dawes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/beman_dawes.jpg -------------------------------------------------------------------------------- /users/people/darin_adler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/darin_adler.jpg -------------------------------------------------------------------------------- /users/people/daryle_walker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/daryle_walker.jpg -------------------------------------------------------------------------------- /users/people/dave_abrahams.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/dave_abrahams.jpg -------------------------------------------------------------------------------- /users/people/dietmar_kuehl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/dietmar_kuehl.jpg -------------------------------------------------------------------------------- /users/people/doug_gregor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/doug_gregor.jpg -------------------------------------------------------------------------------- /users/people/ed_brey_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/ed_brey_small.jpg -------------------------------------------------------------------------------- /users/people/eric_friedman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/eric_friedman.jpg -------------------------------------------------------------------------------- /users/people/gary_powell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/gary_powell.jpg -------------------------------------------------------------------------------- /users/people/greg_colvin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/greg_colvin.jpg -------------------------------------------------------------------------------- /users/people/hubert_holin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/hubert_holin.jpg -------------------------------------------------------------------------------- /users/people/jaakko_jarvi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jaakko_jarvi.jpg -------------------------------------------------------------------------------- /users/people/jeff_garland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jeff_garland.jpg -------------------------------------------------------------------------------- /users/people/jens_maurer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jens_maurer.jpg -------------------------------------------------------------------------------- /users/people/jeremy_siek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jeremy_siek.jpg -------------------------------------------------------------------------------- /users/people/joaquin_lopez.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/joaquin_lopez.jpg -------------------------------------------------------------------------------- /users/people/john_maddock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/john_maddock.jpg -------------------------------------------------------------------------------- /users/people/kevlin_henney.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/kevlin_henney.jpg -------------------------------------------------------------------------------- /users/people/liequan_lee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/liequan_lee.jpg -------------------------------------------------------------------------------- /users/people/mac_murrett.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/mac_murrett.jpg -------------------------------------------------------------------------------- /users/people/mark_rodgers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/mark_rodgers.jpg -------------------------------------------------------------------------------- /users/people/pavol_droba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/pavol_droba.jpg -------------------------------------------------------------------------------- /users/people/peter_dimov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/peter_dimov.jpg -------------------------------------------------------------------------------- /users/people/rene_rivera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/rene_rivera.jpg -------------------------------------------------------------------------------- /users/people/robert_ramey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/robert_ramey.jpg -------------------------------------------------------------------------------- /users/people/ronald_garcia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/ronald_garcia.jpg -------------------------------------------------------------------------------- /users/people/samuel_krempp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/samuel_krempp.jpg -------------------------------------------------------------------------------- /users/people/thomas_witt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/thomas_witt.jpg -------------------------------------------------------------------------------- /users/people/vesa_karvonen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/vesa_karvonen.jpg -------------------------------------------------------------------------------- /users/people/vladimir_prus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/vladimir_prus.jpg -------------------------------------------------------------------------------- /users/people/william_kempf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/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/sabel83/website/master/development/report-nov-2007.rst -------------------------------------------------------------------------------- /development/report-sep-2007.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/development/report-sep-2007.rst -------------------------------------------------------------------------------- /style-v2/css_0/alpha_blue_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/alpha_blue_50.png -------------------------------------------------------------------------------- /style-v2/css_0/boost_bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/boost_bullet.gif -------------------------------------------------------------------------------- /style-v2/css_0/next_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/next_disabled.png -------------------------------------------------------------------------------- /style-v2/css_0/prev_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/prev_disabled.png -------------------------------------------------------------------------------- /users/people/anonymous_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/anonymous_small.jpg -------------------------------------------------------------------------------- /users/people/glen_fernandes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/glen_fernandes.jpg -------------------------------------------------------------------------------- /users/people/hartmut_kaiser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/hartmut_kaiser.jpg -------------------------------------------------------------------------------- /users/people/howard_hinnant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/howard_hinnant.jpg -------------------------------------------------------------------------------- /users/people/joel_de_guzman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/joel_de_guzman.jpg -------------------------------------------------------------------------------- /users/people/paul_mensonides.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/paul_mensonides.jpg -------------------------------------------------------------------------------- /users/people/peter_dimov_old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/peter_dimov_old.jpg -------------------------------------------------------------------------------- /doc/libs/common/doc/src/minimal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/minimal.css -------------------------------------------------------------------------------- /style-v2/css_0/alpha_white_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/alpha_white_50.png -------------------------------------------------------------------------------- /style-v2/css_0/alpha_white_75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/alpha_white_75.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/home.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/next.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/note.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/prev.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/tip.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/up.png -------------------------------------------------------------------------------- /users/people/aleksey_gurtovoy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/aleksey_gurtovoy.jpg -------------------------------------------------------------------------------- /users/people/aleksey_gurtovoy2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/aleksey_gurtovoy2.jpg -------------------------------------------------------------------------------- /users/people/anthony_williams.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/anthony_williams.jpg -------------------------------------------------------------------------------- /users/people/beman_dawes_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/beman_dawes_small.jpg -------------------------------------------------------------------------------- /users/people/darin_adler_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/darin_adler_small.jpg -------------------------------------------------------------------------------- /users/people/doug_gregor_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/doug_gregor_small.jpg -------------------------------------------------------------------------------- /users/people/fernando_cacciola.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/fernando_cacciola.jpg -------------------------------------------------------------------------------- /users/people/gary_powell_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/gary_powell_small.jpg -------------------------------------------------------------------------------- /users/people/gennadiy_rozental.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/gennadiy_rozental.jpg -------------------------------------------------------------------------------- /users/people/greg_colvin_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/greg_colvin_small.jpg -------------------------------------------------------------------------------- /users/people/herve_bronnimann.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/herve_bronnimann.jpg -------------------------------------------------------------------------------- /users/people/hubert_holin_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/hubert_holin_small.jpg -------------------------------------------------------------------------------- /users/people/jaakko_jarvi_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jaakko_jarvi_small.jpg -------------------------------------------------------------------------------- /users/people/jan_gaspar_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jan_gaspar_small.jpg -------------------------------------------------------------------------------- /users/people/jeff_garland_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jeff_garland_small.jpg -------------------------------------------------------------------------------- /users/people/jens_maurer_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jens_maurer_small.jpg -------------------------------------------------------------------------------- /users/people/jeremy_siek_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jeremy_siek_small.jpg -------------------------------------------------------------------------------- /users/people/john_maddock_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/john_maddock_small.jpg -------------------------------------------------------------------------------- /users/people/jonathan_turkanis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jonathan_turkanis.jpg -------------------------------------------------------------------------------- /users/people/liequan_lee_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/liequan_lee_small.jpg -------------------------------------------------------------------------------- /users/people/mac_murrett_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/mac_murrett_small.jpg -------------------------------------------------------------------------------- /users/people/mark_rodgers_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/mark_rodgers_small.jpg -------------------------------------------------------------------------------- /users/people/mat_marcus_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/mat_marcus_small.jpg -------------------------------------------------------------------------------- /users/people/nicolai_josuttis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/nicolai_josuttis.jpg -------------------------------------------------------------------------------- /users/people/paul_moore_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/paul_moore_small.jpg -------------------------------------------------------------------------------- /users/people/pavol_droba_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/pavol_droba_small.jpg -------------------------------------------------------------------------------- /users/people/peter_dimov_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/peter_dimov_small.jpg -------------------------------------------------------------------------------- /users/people/robert_ramey_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/robert_ramey_small.jpg -------------------------------------------------------------------------------- /users/people/thomas_witt_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/thomas_witt_small.jpg -------------------------------------------------------------------------------- /users/people/thorsten_ottosen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/thorsten_ottosen.jpg -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/up.png -------------------------------------------------------------------------------- /users/people/andreas_huber_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/andreas_huber_small.jpg -------------------------------------------------------------------------------- /users/people/daryle_walker_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/daryle_walker_small.jpg -------------------------------------------------------------------------------- /users/people/dave_abrahams_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/dave_abrahams_small.jpg -------------------------------------------------------------------------------- /users/people/dietmar_kuehl_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/dietmar_kuehl_small.jpg -------------------------------------------------------------------------------- /users/people/eric_friedman_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/eric_friedman_small.jpg -------------------------------------------------------------------------------- /users/people/glen_fernandes_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/glen_fernandes_small.jpg -------------------------------------------------------------------------------- /users/people/hartmut_kaiser_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/hartmut_kaiser_small.jpg -------------------------------------------------------------------------------- /users/people/howard_hinnant_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/howard_hinnant_small.jpg -------------------------------------------------------------------------------- /users/people/joaquin_lopez_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/joaquin_lopez_small.jpg -------------------------------------------------------------------------------- /users/people/joel_de_guzman_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/joel_de_guzman_small.jpg -------------------------------------------------------------------------------- /users/people/kevlin_henney_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/kevlin_henney_small.jpg -------------------------------------------------------------------------------- /users/people/ronald_garcia_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/ronald_garcia_small.jpg -------------------------------------------------------------------------------- /users/people/samuel_krempp_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/samuel_krempp_small.jpg -------------------------------------------------------------------------------- /users/people/vesa_karvonen_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/vesa_karvonen_small.jpg -------------------------------------------------------------------------------- /users/people/vladimir_prus_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/vladimir_prus_small.jpg -------------------------------------------------------------------------------- /users/people/william_kempf_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/william_kempf_small.jpg -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/alert.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/blank.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/draft.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/home.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/next.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/note.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/prev.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/tip.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grape/header-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grape/header-bg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grape/header-fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grape/header-fg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/caution.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/footer-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/footer-bg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/header-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/header-bg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/header-fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/header-fg.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/important.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/warning.png -------------------------------------------------------------------------------- /users/people/aleksey_gurtovoy_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/aleksey_gurtovoy_small.jpg -------------------------------------------------------------------------------- /users/people/anthony_williams_large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/anthony_williams_large.jpg -------------------------------------------------------------------------------- /users/people/fernando_cacciola_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/fernando_cacciola_small.jpg -------------------------------------------------------------------------------- /users/people/gennadiy_rozental_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/gennadiy_rozental_small.jpg -------------------------------------------------------------------------------- /users/people/herve_bronnimann_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/herve_bronnimann_small.jpg -------------------------------------------------------------------------------- /users/people/jonathan_turkanis_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/jonathan_turkanis_small.jpg -------------------------------------------------------------------------------- /users/people/nicolai_josuttis_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/nicolai_josuttis_small.jpg -------------------------------------------------------------------------------- /users/people/paul_mensonides_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/paul_mensonides_small.jpg -------------------------------------------------------------------------------- /users/people/peter_dimov_small_old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/peter_dimov_small_old.jpg -------------------------------------------------------------------------------- /users/people/ralf_w_grosse_kunstleve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/ralf_w_grosse_kunstleve.jpg -------------------------------------------------------------------------------- /users/people/thorsten_ottosen_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/thorsten_ottosen_small.jpg -------------------------------------------------------------------------------- /doc/fixes/boost_1_33_1/libs/libraries.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/fixes/boost_1_33_1/libs/libraries.htm -------------------------------------------------------------------------------- /doc/fixes/boost_1_34_0/libs/libraries.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/fixes/boost_1_34_0/libs/libraries.htm -------------------------------------------------------------------------------- /doc/fixes/boost_1_35_0/libs/libraries.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/fixes/boost_1_35_0/libs/libraries.htm -------------------------------------------------------------------------------- /doc/fixes/boost_1_36_0/libs/libraries.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/fixes/boost_1_36_0/libs/libraries.htm -------------------------------------------------------------------------------- /doc/fixes/boost_1_37_0/libs/libraries.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/fixes/boost_1_37_0/libs/libraries.htm -------------------------------------------------------------------------------- /doc/fixes/boost_1_38_0/libs/libraries.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/fixes/boost_1_38_0/libs/libraries.htm -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/caution.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/smiley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/smiley.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/warning.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/up_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/up_disabled.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/mb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/mb1.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/mb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/mb2.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/mb3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/mb3.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/mb4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/mb4.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/pc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/pc1.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/pc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/pc2.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/pc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/pc3.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/pc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/pc4.png -------------------------------------------------------------------------------- /doc/libs/1_53_0/libs/pool/doc/images/pc5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_53_0/libs/pool/doc/images/pc5.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/important.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/toc-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/toc-blank.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/toc-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/toc-minus.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/toc-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/toc-plus.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/footer-bg-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/footer-bg-left.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/next_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/next_disabled.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/prev_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/prev_disabled.png -------------------------------------------------------------------------------- /users/people/ralf_w_grosse_kunstleve_sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/users/people/ralf_w_grosse_kunstleve_sm.jpg -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/up_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/up_disabled.png -------------------------------------------------------------------------------- /style-v2/css_0/theme_grass/footer-bg-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/style-v2/css_0/theme_grass/footer-bg-right.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/next_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/next_disabled.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/prev_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/prev_disabled.png -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/stable_vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/common/doc/src/images/stable_vector.png -------------------------------------------------------------------------------- /doc/libs/1_36_0/libs/test/docbook/img/boost.test.logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabel83/website/master/doc/libs/1_36_0/libs/test/docbook/img/boost.test.logo.png -------------------------------------------------------------------------------- /common/sidebar-get-boost.html: -------------------------------------------------------------------------------- 1 |
2 |

3

4 |
5 | -------------------------------------------------------------------------------- /common/sidebar-common.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /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: http://www.boost.org/sitemap.xml.php 6 | -------------------------------------------------------------------------------- /common/code/test/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 http://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 http://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 http://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-boost.css); 8 | -------------------------------------------------------------------------------- /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 http://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 http://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 http://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 http://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | @import url(basic.css); 7 | @import url(css_0/section-development.css); 8 | -------------------------------------------------------------------------------- /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 http://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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /boost-build2/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine On 2 | RewriteBase /boost-build2 3 | 4 | RewriteRule ^doc/html/bbv2/advanced/(.*)$ /build/doc/html/bbv2/overview/$1 [R=301,L] 5 | RewriteRule ^(boost-build[.]tar[.]bz2)$ /common/code/boost_download.php/$1 [G] 6 | RewriteRule ^(boost-build[.]zip)$ /common/code/boost_download.php/$1 [G] 7 | RewriteRule ^(.*) /build/$1 [R=301,L] 8 | -------------------------------------------------------------------------------- /feed/history/boost_1_10_4.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.10.4 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Smart Pointer, Cast. 6 | ] 7 | [last-revision Fri, 31 Dec 1999 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | Minor fixes to [@/boost/smart_ptr.hpp smart_ptr.hpp] and 13 | [@/libs/conversion/cast.htm cast documentation]. 14 | -------------------------------------------------------------------------------- /feed/history/boost_1_12_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.12.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Library: Integer. 6 | ] 7 | [last-revision Wed, 23 Feb 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | Adds a [@/libs/integer/integer_traits.html integer_traits] header from Jens 13 | Maurer to the [@/libs/integer/index.html Integer Library]. 14 | -------------------------------------------------------------------------------- /feed/history/boost_1_14_2.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.14.2 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Documentation updates. 6 | ] 7 | [last-revision Tue, 9 May 2000 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | No libraries updated. [@/more/lib_guide.htm Library Requirements and Guidelines] 13 | expanded, [@/more/submission_process.htm Library Submission Process] added. 14 | -------------------------------------------------------------------------------- /common/code/boost_filter_simple.php: -------------------------------------------------------------------------------- 1 | prepare_html($this->params['content']); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/fixes/boost_1_48_0/libs/timer/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Automatic redirection failed, please go to doc/index.html. 7 |
8 |

© Copyright Beman Dawes, 2003, 2011

9 |

Distributed under the Boost Software 10 | License, Version 1.0.

11 |

See 12 | www.boost.org/LICENSE_1_0.txt

13 | 14 | 15 | -------------------------------------------------------------------------------- /doc/fixes/boost_1_57_0/libs/numeric/ublas/doc/index.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Automatic redirection failed, please go to index.html. 7 |
8 |

© Copyright Beman Dawes, 2003, 2011

9 |

Distributed under the Boost Software 10 | License, Version 1.0.

11 |

See 12 | www.boost.org/LICENSE_1_0.txt

13 | 14 | 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 http://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 | } -------------------------------------------------------------------------------- /development/snapshot_debug.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/display_extra_docs.php: -------------------------------------------------------------------------------- 1 | false, 15 | )); 16 | 17 | $archive->display_from_archive( 18 | array( 19 | array('', '@[.](html|htm)$@i','basic','text/html') 20 | ) 21 | ); 22 | -------------------------------------------------------------------------------- /doc/fixes/boost_1_57_0/libs/bind/ref.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Automatic redirection failed, please go to ../core/doc/html/core/ref.html. 7 |
8 |

© Copyright Beman Dawes, 2003, 2011

9 |

Distributed under the Boost Software 10 | License, Version 1.0.

11 |

See 12 | www.boost.org/LICENSE_1_0.txt

13 | 14 | 15 | -------------------------------------------------------------------------------- /site-tools/update-pages.php: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | update_quickbook(); 17 | -------------------------------------------------------------------------------- /development/testing_results.php: -------------------------------------------------------------------------------- 1 | '/^[\/]([^\/]+)[\/](.*)$/', 7 | 'archive_subdir' => false, // the result zips don't have the tag subdir 8 | 'zipfile' => true, // stored as a zipfile 9 | 'archive_dir' => RESULTS_DIR, 10 | 'override_extractor' => 'raw' // we always want raw output 11 | )); 12 | 13 | $archive->display_from_archive( 14 | array( 15 | //~ array(path-regex,raw|simple|text|cpp,mime-type), 16 | ) 17 | ); 18 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /development/snapshot.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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/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 http://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 | -------------------------------------------------------------------------------- /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 http://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 | -------------------------------------------------------------------------------- /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 http://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 | -------------------------------------------------------------------------------- /development/webcheck_results.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /site-tools/refresh-pages.php: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | update_quickbook(true); 19 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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-boost.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-doc.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-community.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-development.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-support.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /common/sidebar-welcome.html: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /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 http://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 | 20 | /* For google search box */ 21 | @import url(http://www.google.com/cse/style/look/default.css) -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 http://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 | } 29 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /common/menu-user-feed.php: -------------------------------------------------------------------------------- 1 | sort_by('pubdate'); 7 | ?> 8 |

Recent 9 | User Topics >

10 | 11 | 19 | -------------------------------------------------------------------------------- /common/menu-build-feed.php: -------------------------------------------------------------------------------- 1 | sort_by('pubdate'); 7 | ?> 8 |

Recent 9 | Build Topics >

10 | 11 | 19 | -------------------------------------------------------------------------------- /common/code/boost_filter_cpp.php: -------------------------------------------------------------------------------- 1 | title = html_encode($this->params['key']); 12 | 13 | $this->display_template( 14 | $this->template_params($this->cpp_filter_content())); 15 | } 16 | 17 | function cpp_filter_content() 18 | { 19 | return 20 | "

".html_encode($this->params['key'])."

\n". 21 | "
\n".
22 |             $this->encoded_text('cpp').
23 |             "
\n"; 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /common/menu-devel-feed.php: -------------------------------------------------------------------------------- 1 | sort_by('pubdate'); 7 | ?> 8 |

Recent 9 | Developer Topics >

10 | 11 | 19 | -------------------------------------------------------------------------------- /common/menu-testing-feed.php: -------------------------------------------------------------------------------- 1 | sort_by('pubdate'); 7 | ?> 8 |

Recent 9 | Testing Topics >

10 | 11 | 19 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /common/menu-announce-feed.php: -------------------------------------------------------------------------------- 1 | sort_by('pubdate'); 7 | ?> 8 |

Recent 9 | Announcements >

10 | 11 | 19 | -------------------------------------------------------------------------------- /common/menu-interest-feed.php: -------------------------------------------------------------------------------- 1 | sort_by('pubdate'); 7 | ?> 8 |

Recent 9 | Interest Topics >

10 | 11 | 19 | -------------------------------------------------------------------------------- /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 http://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 | -------------------------------------------------------------------------------- /common/menu-documentation-feed.php: -------------------------------------------------------------------------------- 1 | sort_by('pubdate'); 7 | ?> 8 |

Recent 9 | Documentation Topics >

10 | 11 | 19 | -------------------------------------------------------------------------------- /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 http://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 | -------------------------------------------------------------------------------- /common/code/boost_filter_qbk.php: -------------------------------------------------------------------------------- 1 | title = html_encode($this->params['key']); 12 | $this->params['noindex'] = true; 13 | 14 | $this->display_template( 15 | $this->template_params($this->qbk_filter_content())); 16 | } 17 | 18 | function qbk_filter_content() 19 | { 20 | return 21 | "

".html_encode($this->params['key'])."

\n". 22 | "
\n".
23 |             $this->encoded_text('cpp').
24 |             "
\n"; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /common/code/boost.php: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |

5 | 6 | 7 | Boost 8 | C++ Libraries 9 |

10 | 11 |

12 | ...one of the most highly 13 | regarded and expertly designed C++ library projects in the 14 | world. Herb Sutter and Andrei 17 | Alexandrescu, C++ 19 | Coding Standards

20 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /common/code/boost_download.php: -------------------------------------------------------------------------------- 1 | 24 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /common/menu-welcome.html: -------------------------------------------------------------------------------- 1 |

Welcome >

3 | 4 | 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 | -------------------------------------------------------------------------------- /doc/libraries.json.php: -------------------------------------------------------------------------------- 1 | $e->getMessage(), 12 | )); 13 | exit(0); 14 | } 15 | } else { 16 | $version = BoostVersion::current(); 17 | } 18 | 19 | // TODO: This is a bit awkard, should probably have an alternative 20 | // to 'get_for_version' which returns a BoostLibraries instance 21 | // rather than an array. 22 | $version_libs = array_map(function($lib) { return new BoostLibrary($lib); }, 23 | BoostLibraries::load()->get_for_version($version)); 24 | 25 | header('Content-type: application/json'); 26 | echo BoostLibrary::get_libraries_json($version_libs); 27 | echo $version_libs->to_json(); 28 | -------------------------------------------------------------------------------- /common/sidebar-search.html: -------------------------------------------------------------------------------- 1 | 17 | -------------------------------------------------------------------------------- /common/code/boost_display_dir.php: -------------------------------------------------------------------------------- 1 | params['key']}"); 10 | 11 | $this->title = $title; 12 | $this->params['noindex'] = true; 13 | 14 | $content = "

$title

\n\n"; 25 | 26 | $this->params['content'] = $content; 27 | 28 | $this->display_template($this->template_params($content)); 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /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 http://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 | -------------------------------------------------------------------------------- /site-tools/README.txt: -------------------------------------------------------------------------------- 1 | Boost website generator 2 | ======================= 3 | 4 | This site contains several scripts for maintaining the Boost website. 5 | Most users will just call `update.php` after updating any quickbook files. 6 | 7 | update-pages.php 8 | ---------- 9 | 10 | Update the html pages and rss feeds for new or updated quickbook files. 11 | 12 | refresh-pages.php 13 | ----------- 14 | 15 | Reconvert all the quickbook files and regenerate the html pages. Does 16 | not update the rss feeds or add new pages. Useful for when quickbook, 17 | the scripts or the templates have been updated. 18 | 19 | update-doc-list.php 20 | ------------------- 21 | 22 | Updates the documentation list from `doc/libraries.xml`. 23 | Requires php the site to be configured. 24 | 25 | ---------------------------------------------------------------------- 26 | 27 | Copyright 2011 Daniel James 28 | 29 | Distributed under the Boost Software License, Version 1.0. 30 | See accompanying file LICENSE_1_0.txt or 31 | http://www.boost.org/LICENSE_1_0.txt 32 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /generated/download-items.html: -------------------------------------------------------------------------------- 1 | 6 |

Current Release

7 |

Version 1.60.0

9 | 10 |

December 17th, 2015 15:52 GMT

11 | 12 |

13 | 14 | New Libraries: VMD Updated Libraries: Atomic, Chrono, Container, Context, Core, 15 | Filesystem, Flyweight, Fusion, Interprocess, Intrusive, Lexical Cast, Locale, 16 | Log, Move, Multi-index Containers, odeint, Optional, Predef, Test, Thread, 17 | UUID. 18 |

19 | 20 | 25 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /site-tools/update-repo.php: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | get_for_version($version, null); 26 | 27 | $libs_index = array(); 28 | foreach ($library_details as $index => $details) { 29 | if (isset($details['maintainers'])) { 30 | $maintainers->update_maintainer($details['key'], 31 | $details['maintainers']); 32 | } 33 | } 34 | 35 | file_put_contents($location.'/libs/maintainers.txt', 36 | $maintainers->write_to_text()); 37 | } 38 | 39 | 40 | main(); 41 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /users/history/minimal.php: -------------------------------------------------------------------------------- 1 | db); 7 | $_guid = $keys[0]; 8 | } 9 | if(!isset($_history->db[$_guid])) { 10 | header('HTTP/1.0 404 Not Found'); 11 | } 12 | ?> 13 | 15 | 16 | 17 | 18 | <?php print $_history->db[$_guid]['title']; ?> 19 | 20 | 21 | 22 | 23 | 24 | db[$_guid])) : ?> 25 |

404 Not Found

26 | 27 |

The entry you requested could not be found.

28 | 29 |

db[$_guid]['title']; ?>

30 | 31 | db[$_guid]['description']; ?> 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /common/code/boost_filter_boost_book_basic.php: -------------------------------------------------------------------------------- 1 | params['content']; 13 | 14 | $match = null; 15 | 16 | $pos1 = strpos($text, ''); 17 | $pos2 = strpos($text, '', $pos2) + 1; 19 | $pos4 = strpos($text, '
', $pos3); 20 | echo $this->alter_title(substr($text, 0, $pos1)); 21 | echo ''; 22 | echo ''; 23 | echo substr($text, $pos1, $pos3 - $pos1); 24 | virtual("/common/heading-doc.html"); 25 | echo latest_link($this->params); 26 | 27 | $text = preg_replace('@(]* )title="[^"]*"([^>]*>)@', '$1$2', substr($text, $pos4)); 28 | echo $this->prepare_html($text); 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /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/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/boost_filter_basic.php: -------------------------------------------------------------------------------- 1 | params['content']; 13 | 14 | $match = null; 15 | 16 | if(preg_match('@(?:\s*)?]*>@is', $text, $match, PREG_OFFSET_CAPTURE)) { 17 | $is_xhtml = preg_match('@]*xhtml@i', $match[0][0]); 18 | $tag_end = $is_xhtml ? '/>' : '>'; 19 | 20 | echo $this->alter_title(substr($text, 0, $match[0][1])); 21 | echo 'params); 26 | echo $this->prepare_html($this->remove_html_banner(substr($text, $match[0][1] + strlen($match[0][0])))); 27 | } 28 | else { 29 | echo $text; 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /sitemap.xml.php: -------------------------------------------------------------------------------- 1 | ', "\n"; 4 | require_once(dirname(__FILE__) . '/common/code/boost.php'); 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("http://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 | foreach ($libs->get_for_version(BoostVersion::current()) as $lib) { 42 | echo_sitemap_url("doc/libs/release/$lib[documentation]", '1.0', 'daily'); 43 | } 44 | 45 | ?> 46 | 47 | -------------------------------------------------------------------------------- /common/code/templates/history.php: -------------------------------------------------------------------------------- 1 | match_pages(["feed/history/*.qbk|released"]); 5 | 6 | foreach ($entries as $entry) { 7 | echo("\n"); 8 | echo("

\n"); 9 | echo(" id}\" id=\"i{$entry->id}\">location). 11 | "\">{$entry->title_xml}

\n\n"); 12 | echo("

".$entry->web_date()."

\n\n"); 13 | echo("
\n"); 14 | echo(" {$entry->purpose_xml}\n"); 15 | echo("
\n\n"); 16 | echo("\n"); 31 | } 32 | -------------------------------------------------------------------------------- /common/menu-boost.html: -------------------------------------------------------------------------------- 1 |

Introduction >

3 | 4 | 35 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 http://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 http://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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /feed/history/boost_1_16_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.16.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libraries: Functional, iterator header, 6 | 7 | Updated Libraries: Random Number, Rational, Cast, Smart Pointer, Config. 8 | ] 9 | [last-revision Wed, 28 Jun 2000 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | * Added [@/libs/functional/index.html Functional Library] - Enhanced function 15 | object adaptors from Mark Rodgers. 16 | * Added missing [@/libs/random/index.html Random Number Library] files. 17 | * Updated [@/libs/utility/operators.htm operators docs] and 18 | [@/boost/operators.hpp operators.hpp]. 19 | * New [@/boost/iterator.hpp iterator.hpp] header. 20 | * Minor [@/boost/rational.hpp rational.hpp], 21 | [@/libs/rational/rational_example.cpp rational_example.cpp], and 22 | [@/libs/integer/integer_traits_test.cpp integer_traits_test.cpp] changes to 23 | support more compilers. 24 | * Revised [@/boost/cast.hpp cast.hpp]: removed implicit_cast, plus fixes for 25 | broken compilers. 26 | * Minor [@/boost/smart_ptr.hpp smart_ptr.hpp] workaround for some GCC builds. 27 | * Several [@/boost/config.hpp config.hpp] changes for Microsoft, Intel, and 28 | other compilers. 29 | * Added [@/libs/config/index.html Configuration Header] page and test 30 | program. 31 | * Added Experimental [@/status/compiler_status.html Compiler Status] page 32 | showing what library works with which compilers. 33 | -------------------------------------------------------------------------------- /feed/history/boost_1_21_2.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.21.2 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libraries: Compatibility. 6 | 7 | Updated Libraries: Random Number, Integer, Graph. 8 | ] 9 | [last-revision Tue, 24 Apr 2001 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | [download http://sourceforge.net/projects/boost/files/boost/1.21.2/] 15 | 16 | * [phrase library..[@/libs/compatibility/index.html Compatibility Library]] 17 | added: Help for non-conforming standard libraries missing CXX headers from 18 | Ralf Grosse-Kunstleve, and help for missing standard library header 19 | from Jens Maurer. (These are unreviewed implementation libraries, treated as 20 | maintenance steps only.) 21 | * [phrase library..[@/libs/random/index.html Random Number Library]:] Split 22 | into separate headers, updated documentation, added lagged_fibonacci 23 | generator. 24 | * [phrase library..[@/libs/integer/index.html Integer Library]:] Minor 25 | portability update. 26 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]:] 27 | Changed algorithm interfaces to use named parameters technique. Added graph 28 | isomorphism algorithm. 29 | * Download refinements - files now available from either FTP or web server. 30 | * [@http://sourceforge.net/tracker/?group_id=7586 Tracker] Added: View and 31 | submit bug, support, and feature requests. 32 | * Minor portability fixes in several other libraries. 33 | -------------------------------------------------------------------------------- /feed/history/boost_1_26_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.26.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libraries: Common Factor, Preprocessor. 6 | 7 | Updated Libraries: Iterator Adaptor, Random Number, Operators. 8 | ] 9 | [last-revision Fri, 30 Nov 2001 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | [download http://sourceforge.net/projects/boost/files/boost/1.26.0/] 15 | 16 | * [phrase library..[@/libs/math/doc/common_factor.html Common Factor Library]] 17 | added. Greatest common divisor and least common multiple, from Daryle Walker. 18 | * [phrase library..[@/libs/preprocessor/doc/index.html Preprocessor Library]] 19 | added. Preprocessor metaprogramming tools including repetition and recursion, 20 | from Vesa Karvonen. 21 | * [phrase library..[@/libs/utility/iterator_adaptors.htm Iterator Adaptor 22 | Library]:] Added [@/libs/utility/generator_iterator.htm generator iterator] 23 | adaptor, from Jens Maurer. 24 | * [phrase library..[@/libs/random/index.html Random Number Library]:] Removed 25 | iterator interface. Fixed overflows in uniform_int<>. Both changes cause 26 | random number sequences to differ compared to previous boost releases. 27 | * [phase library..[@/libs/utility/operators.htm operators.hpp]:] Improvements 28 | from Daryle and Helmut Ziesel 29 | * [phrase library..[@/tools/build/index.html Boost.Build]:] Continuing 30 | improvements, including pre-built [@/tools/build/index.html Boost.Jam 31 | executables]. 32 | * Minor fixes to a number of other libraries. 33 | -------------------------------------------------------------------------------- /common/code/templates/download.php: -------------------------------------------------------------------------------- 1 | \n"); 4 | 5 | foreach ($downloads as $x) { 6 | echo "
  • {$x["label"]}
  • \n"; 7 | } 8 | 9 | echo("
  • Old Boost Releases
  • \n"); 10 | echo("
  • Git Repositories
  • \n"); 11 | echo("\n"); 12 | 13 | foreach ($downloads as $x) { 14 | echo("

    {$x["label"]}

    "); 15 | foreach ($x["entries"] as $entry) { 16 | echo("\n"); 17 | echo("

    {$entry->full_title_xml}

    \n\n"); 18 | echo("

    {$entry->web_date()}

    \n\n"); 19 | echo("

    \n"); 20 | echo(" {$entry->purpose_xml}

    \n\n"); 21 | echo("\n"); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /site-tools/git-prep-beta.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash -e 2 | 3 | # Do a fast forward merge without checking out the destination branch. 4 | git_ff_merge() { 5 | from=$1 6 | to=$2 7 | 8 | if [[ $(git symbolic-ref --short -q HEAD) == $to ]] 9 | then 10 | git merge -q --ff-only $from 11 | else 12 | git fetch -q . $from:$to 13 | fi 14 | } 15 | 16 | # Goto the root of the website 17 | cd $(dirname $0)/.. 18 | 19 | # Check if tree is clean 20 | if ! git diff-index --quiet HEAD -- 21 | then 22 | echo "Tree is dirty." 23 | exit 1 24 | fi 25 | 26 | echo "- Fetching from origin" 27 | 28 | git fetch -q origin 29 | 30 | echo "- Update local beta from origin" 31 | 32 | if ! git_ff_merge origin/beta beta 33 | then 34 | echo "Unable to fast forward merge from origin/beta." 35 | echo 36 | echo "Changes on origin/beta:" 37 | echo 38 | 39 | git log --reverse --pretty=oneline beta..origin/beta 40 | 41 | echo 42 | echo "Changes on beta:" 43 | echo 44 | 45 | git log --reverse --pretty=oneline origin/beta..beta 46 | 47 | exit 1 48 | fi 49 | 50 | echo "- Check for unmerged changes in beta" 51 | 52 | if [ $(git rev-parse beta) != $(git merge-base origin/master beta) ] 53 | then 54 | echo "Unmerged changes on beta:" 55 | echo 56 | 57 | git log --reverse --pretty=oneline origin/master..beta 58 | 59 | exit 1 60 | fi 61 | 62 | echo "- Update beta from origin/master" 63 | 64 | #TODO: Should I also merge changes from local master? 65 | git_ff_merge origin/master beta 66 | git push origin beta 67 | git checkout beta 68 | 69 | echo "- Beta is now up to date." 70 | -------------------------------------------------------------------------------- /common/code/templates/news.php: -------------------------------------------------------------------------------- 1 | match_pages(["feed/news/*.qbk", "feed/history/*.qbk|released"], 5); 4 | 5 | echo("
      \n"); 6 | echo(" "); 7 | foreach ($entries as $entry) { 8 | echo("\n"); 9 | echo("
    • id)."\">{$entry->title_xml}
    • \n"); 11 | } 12 | echo("
    "); 13 | foreach ($entries as $entry) { 14 | echo("\n"); 15 | echo("

    \n"); 16 | echo(" id}\" id=\"i{$entry->id}\">location)."\">{$entry->title_xml}"); 17 | echo("

    \n\n"); 18 | echo("

    {$entry->web_date()}

    \n\n"); 19 | echo("
    \n"); 20 | echo(" {$entry->purpose_xml}\n"); 21 | echo("
    \n\n"); 22 | echo(""); 37 | } 38 | -------------------------------------------------------------------------------- /site-tools/new-libraries.php: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | get_for_version('master'); 9 | 10 | $unreleased_libs = []; 11 | foreach($master as $lib) { 12 | if ($lib['boost-version']->is_unreleased()) { 13 | $unreleased_libs[$lib['name']] = $lib; 14 | } 15 | } 16 | 17 | if ($unreleased_libs) { 18 | ksort($unreleased_libs, SORT_NATURAL | SORT_FLAG_CASE); 19 | $count = count($unreleased_libs); 20 | 21 | echo "For release notes:\n\n"; 22 | 23 | echo "[section New Libraries]\n\n"; 24 | foreach($unreleased_libs as $lib) { 25 | echo "* [phrase library..[@/{$lib['documentation']} {$lib['name']}]:]\n"; 26 | echo " {$lib['description']}\n\n"; 27 | } 28 | echo "[endsection]\n\n"; 29 | 30 | echo "For root index file:\n\n"; 31 | 32 | $library_links = []; 33 | foreach ($unreleased_libs as $lib) { 34 | $library_links[] = "{$lib['name']}"; 37 | } 38 | 39 | echo "

    The release includes {$count} new ". 40 | ($count === 1 ? "library" : "libraries"). 41 | "\n"; 42 | echo " (".implode(",\n ", $library_links)."),\n"; 43 | } 44 | } 45 | 46 | function filesystem_doc_link($lib) { 47 | $link = $lib['documentation']; 48 | if (preg_match('@/$@', $link)) { 49 | $link .= 'index.html'; 50 | } 51 | return $link; 52 | } 53 | 54 | main(); 55 | -------------------------------------------------------------------------------- /common/code/template.php: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |

    15 | 16 |
    17 | 18 | 19 |
    20 |
    21 |
    22 |
    23 |
    24 |
    25 | 26 |
    27 |
    28 |
    29 |
    30 | 31 |
    32 |
    33 |
    34 | 35 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /style-v2/trac-boost1.css: -------------------------------------------------------------------------------- 1 | /* 2 | Style sheet for customizing the Boost Trac at svn.boost.org 3 | */ 4 | 5 | 6 | /*---------------------------------------------------------------------------- 7 | Table 8 | -----------------------------------------------------------------------------*/ 9 | 10 | 11 | .wikipage table 12 | { 13 | width: 92%; 14 | margin-left: 4%; 15 | margin-right: 4%; 16 | border: 0px; 17 | } 18 | 19 | .wikipage table tr th 20 | { 21 | margin: 2px; 22 | margin-bottom: 8px; 23 | padding: 0.5em; 24 | padding-top: 10px; 25 | padding-bottom: 0px; 26 | background-color: #F8F8F8; 27 | border: 1px solid #ECECEC; 28 | } 29 | 30 | .wikipage table tr th p 31 | { 32 | font-size: 10pt; 33 | text-align: center; 34 | line-height: 1.2; 35 | margin: 0; 36 | padding: 0; 37 | padding-bottom: 10px; 38 | } 39 | 40 | .wikipage table tr td 41 | { 42 | margin: 2px; 43 | padding: 0.5em; 44 | padding-top: 10px; 45 | padding-bottom: 0px; 46 | background-color: white; 47 | border: 1px solid #ECECEC; 48 | } 49 | 50 | .wikipage table tr td p 51 | { 52 | text-align: left; 53 | font-size: 10pt; 54 | line-height: 1.2; 55 | margin: 0; 56 | padding: 0; 57 | padding-bottom: 10px; 58 | } 59 | 60 | .wikipage table:hover tr th 61 | { 62 | background-color: #E3F9E4; 63 | } 64 | 65 | .wikipage table:hover tr td 66 | { 67 | background-color: #FAFFFB; 68 | } 69 | 70 | -------------------------------------------------------------------------------- /users/news/index.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Boost News 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
    15 |
    16 | 17 |
    18 |
    19 |
    20 |
    21 |
    22 |
    23 |

    Boost News

    24 |
    25 | 26 |
    27 |
    28 |
    29 | 30 | 32 | 33 |
    34 |
    35 |
    36 | 37 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /style-v2/css_0/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 http://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | /* Heading, title and logo. */ 7 | li#welcome-section-tab { 8 | background: #FFFFFF !important; 9 | border-bottom: #FFFFFF 1px solid !important; 10 | } 11 | #welcome-section-menu ul { 12 | display: block !important; 13 | } 14 | #welcome-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 | #welcome { 21 | min-width: 22em !important; 22 | max-width: 40em !important; 23 | margin-bottom: 1.5em !important; 24 | padding-right: 1.25em !important; 25 | } 26 | #welcome h2 { 27 | padding-top: 0em !important; 28 | } 29 | .directory > #welcome { 30 | width: auto !important; 31 | } 32 | #important-news, 33 | #important-downloads { 34 | width: 22em !important; 35 | padding-right: 1.25em !important; 36 | } 37 | #news .news-title { 38 | display: block; 39 | margin-bottom: 0.2em; 40 | } 41 | #news .news-description { 42 | display: block; 43 | padding: 0.25em 0em 0.25em 0em; 44 | } 45 | #news.news-links, #news .news-date { 46 | display: block; 47 | padding: 0em 0em 0.5em 0em; 48 | color: #777; 49 | font-size: 90%; 50 | } 51 | #downloads .news-title { 52 | display: block; 53 | } 54 | #downloads .news-description { 55 | display: none; 56 | padding: 0.25em 0em 0.25em 0em; 57 | } 58 | #downloads .news-date { 59 | color: #777; 60 | font-size: 90%; 61 | } 62 | #downloads .news-notice 63 | { 64 | color: #c00; 65 | font-size: 90%; 66 | } 67 | #downloads a.news-notice-link 68 | { 69 | color: #c00; 70 | } 71 | -------------------------------------------------------------------------------- /feed/history/boost_1_30_2.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.30.2 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose Bugfix release] 5 | [authors [Abrahams, David]] 6 | [last-revision Tue, 19 Aug 2003 12:00:00 GMT] 7 | ] 8 | 9 | [include ext.qbk] 10 | 11 | [download http://sourceforge.net/projects/boost/files/boost/1.30.2/] 12 | 13 | * [@http://www.boost-consulting.com Boost Consulting] is now hosting Boost CVS 14 | mirrors - see our [@/more/getting_started.html#CVS download page]. 15 | * Backported changes to the [@/libs/config/config.htm config system], to 16 | better handle new compiler releases. 17 | * Bugs in regression reporting in subproject tests were fixed. 18 | * Tests are now run in the context of the user's PATH environment settings 19 | * msvc-stlport and intel-win32-stlport toolsets now build static libraries with 20 | multithreading enabled, to be compatible with the STLPort builds. 21 | * intel-win32 toolset now handles `wchar_t` correctly when intel is installed 22 | over msvc6. 23 | * Backported fixes from the main trunk which prevent errors building the 24 | [@/libs/test/doc/index.html Boost.Test] library in its default 25 | configuration. 26 | * Backported portability improvements for [@/libs/utility/checked_delete.html 27 | checked_delete]. 28 | * Locale support for metrowerks (requiring a statically-linked runtime) is more 29 | uniformly handled. 30 | * Backported [@/libs/conversion/lexical_cast.htm conversion/lexical_cast]'s 31 | `wchar_t` fixes from the main trunk. 32 | * intel-linux-tools: added [^rt] to FINDLIBS in order to make the 33 | `clock_gettime()` function available (backport of a patch in CVS HEAD). 34 | * [@/tools/regression/index.htm regression/compiler_status.cpp]: backported 35 | fixes in error log links generation. 36 | -------------------------------------------------------------------------------- /common/code/boost_config.php: -------------------------------------------------------------------------------- 1 | '; 56 | } 57 | } 58 | 59 | if (!defined('STATIC_DIR')) { 60 | define('STATIC_DIR', dirname(__FILE__).'/../../doc/archives'); 61 | } 62 | 63 | if (!defined('BOOST_DATA_DIR')) { 64 | define('BOOST_DATA_DIR', dirname(__FILE__).'/../../data'); 65 | } 66 | 67 | ?> 68 | -------------------------------------------------------------------------------- /users/history/index.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Boost Version History 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
    15 |
    16 | 17 |
    18 |
    19 |
    20 |
    21 |
    22 |
    23 |

    Boost Version History

    24 |
    25 | 26 |
    27 |
    28 |
    29 | 30 | 32 | 33 |
    34 |
    35 |
    36 | 37 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /feed/history/boost_1_28_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.28.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libraries: Lambda, I/O State Saver. 6 | 7 | Updated Libraries: Configuration, Random Number, Smart Pointers, Function Utility. 8 | ] 9 | [last-revision Wed, 15 May 2002 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | [download http://sourceforge.net/projects/boost/files/boost/1.28.0/] 15 | 16 | * The Boost mailing lists are now also accessible as 17 | [@/more/mailing_lists.htm#newsgroup newsgroups]. 18 | * A powerful [@http://aspn.activestate.com/ASPN/Mail/Archives/boost/ mailing 19 | list archive] has been contributed by the [@http://aspn.activestate.com/ASPN 20 | ActiveState Programmer Network]. 21 | * [phrase library..[@/libs/lambda/doc/index.html Lambda Library]] added, from 22 | Jaakko Jarvi and Gary Powell. Define small unnamed function objects at the 23 | actual call site: 24 | for_each( a.begin(), a.end(), std::cout << _1 << ' ' ); 25 | * [phrase library..[@/libs/io/doc/ios_state.html I/O State Saver Library 26 | added]] - Save I/O state to prevent jumbled data, from Daryle Walker. 27 | * [phrase library..[@/libs/config/config.htm Configuration Library]:] User code 28 | should not use BOOST_NO_LIMITS. 29 | * [phrase library..[@/libs/random/index.html Random Number Library]:] Avoid 30 | compiler warnings. 31 | * [phrase library..[@/libs/smart_ptr/index.html Smart Pointers Library]:] Added 32 | shared_polymorphic_cast and shared_polymorphic_downcast. 33 | * [phrase library..[@/libs/function/index.html Function Library]:] Now supports 34 | function objects with the unary `&` operator overloaded. 35 | * [phrase library..[@/libs/utility/utility.htm Utility Library]:] Added 36 | `addressof()` function. 37 | * The usual small fixes and tweaks. 38 | -------------------------------------------------------------------------------- /feed/history/boost_1_20_2.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.20.2 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | Updated Libraries: Array traits, Graph, Integer, Random Number, Rational Number, Regular Expression, Smart Pointer, Timer. 6 | ] 7 | [last-revision Sat, 10 Feb 2001 12:00:00 GMT] 8 | ] 9 | 10 | [include ext.qbk] 11 | 12 | [download http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138112] 13 | 14 | * Array traits: minor portability fix. 15 | * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]] - 16 | Changes to [@/libs/graph/doc/breadth_first_search.html 17 | `breadth_first_search()`] re: [@/libs/graph/doc/BFSVisitor.html 18 | BFSVisitor], added max flow algorithms 19 | [@/libs/graph/doc/edmunds_karp_max_flow.html `edmunds_karp_max_flow()`] 20 | and [@/libs/graph/doc/push_relabel_max_flow.html 21 | `push_relabel_max_flow()`], added [@/libs/graph/doc/adjacency_matrix.html 22 | `adjacency_matrix`] graph class, added 23 | [@/libs/graph/doc/filtered_graph.html `filtered_graph`] adaptor 24 | * [phrase library..[@/libs/integer/index.html Integer Library]:] minor fixes to 25 | integer.hpp and integer_test.cpp 26 | * [@microsoft_vcpp.html Portability Hints: Microsoft Visual C++] added. 27 | * [phrase library..[@/libs/random/index.html Random Number Library]:] Minor 28 | portability fixes 29 | * [phrase library..[@/libs/rational/index.html Rational Number Library]:] 30 | documentation updates, efficiency improvements, co-operates with user-defined 31 | types, regression tests 32 | * [phrase library..[@/libs/regex/index.html Regular Expression Library]:] minor 33 | updates. 34 | * [phrase library..[@/libs/smart_ptr/index.html Smart Pointer Library]:] 35 | shared_ptr example added. 36 | * [phrase library..[@/libs/timer/index.html Timer Library]:] changed to an all 37 | inline implementation. 38 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/note.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 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /style-v2/css_0/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 http://www.boost.org/LICENSE_1_0.txt) 5 | */ 6 | /* Heading, title and logo. */ 7 | li#map-section-tab { 8 | background: #FFFFFF !important; 9 | border-bottom: #FFFFFF 1px solid !important; 10 | } 11 | #map-section-menu ul { 12 | display: block !important; 13 | } 14 | #boost-section-menu ul { 15 | display: block !important; 16 | } 17 | #boost-section-menu h4 a { 18 | border-left: 4px solid; 19 | border-right: 4px solid; 20 | margin-left: 0px !important; 21 | margin-right: 0px !important; 22 | } 23 | /* Site map index. */ 24 | #site-map-section-boost, 25 | #site-map-section-community, 26 | #site-map-section-development, 27 | #site-map-section-support 28 | { 29 | width: 50%; 30 | float: left; 31 | } 32 | #site-map-section-boost, 33 | #site-map-section-development, 34 | #site-map-section-doc 35 | { 36 | clear: left; 37 | } 38 | #content #site-map * { 39 | margin: 0em; 40 | padding: 0em; 41 | text-indent: 0em; 42 | background: none; 43 | } 44 | #content #site-map .link { 45 | display: none; 46 | } 47 | #content #site-map ul { 48 | } 49 | #content #site-map ul li { 50 | list-style: none; 51 | } 52 | #content #site-map ul li h4 { 53 | float: none; 54 | font-weight: bold; 55 | font-style: normal; 56 | font-variant: small-caps; 57 | font-size: 120%; 58 | } 59 | #content #site-map ul li h4 * { 60 | /* font-weight: bold; */ 61 | float: none; 62 | } 63 | #content #site-map ul li h3, 64 | #content #site-map ul li h5, 65 | #content #site-map ul li h6 66 | { 67 | font-weight: normal; 68 | font-size: 100%; 69 | } 70 | #content #site-map ul li ul { 71 | margin: 0em 1em 1em 0em; 72 | } 73 | #content #site-map ul li ul li ul { 74 | margin: 0em 0em 0em 0em; 75 | } 76 | #content #site-map ul li ul li ul li { 77 | margin: 0em 0em 0em 1em; 78 | } 79 | -------------------------------------------------------------------------------- /feed/history/boost_1_25_0.qbk: -------------------------------------------------------------------------------- 1 | [article Version 1.25.0 2 | [quickbook 1.4] 3 | [source-mode c++] 4 | [purpose 5 | New Libraries: Thread, Bind. 6 | 7 | Updated Libraries: Utility, Array, Config, Random Number, Math, Tokenizer. 8 | ] 9 | [last-revision Mon, 1 Oct 2001 12:00:00 GMT] 10 | ] 11 | 12 | [include ext.qbk] 13 | 14 | [download http://sourceforge.net/projects/boost/files/boost/1.25.0/] 15 | 16 | * [phrase library..[@/libs/thread/doc/index.html Thread Library]] added. 17 | Portable C++ multi-programming at last, from William Kempf. 18 | * [@/libs/utility/base_from_member.html Base From Member] added to 19 | [@/libs/utility/utility.htm Utility Library]. Support for the base from 20 | member idiom, from Daryle Walker. 21 | * [@/libs/bind/bind.html Bind] and [@/libs/bind/mem_fn.html mem_fn] added - 22 | Generalized binders for function/object/pointers and member functions, from 23 | Peter Dimov. 24 | * [phrase library..[@/libs/array/index.html Array Library]:] Minor updates, 25 | from Nico Josuttis. 26 | * [phrase library..[@/libs/config/config.htm Config Library]:] major redesign 27 | with much improved and automated configuration of Boost libraries for 28 | specific compilers, from John Maddock. 29 | * [phrase library..[@/libs/random/index.html Random Number Library]:] Fixed bug 30 | when copying normal_distribution and improved the documentation, from Michael 31 | Stevens and Jens Maurer. 32 | * [@/doc/html/boost_math/math_special_functions.html Special functions], 33 | [@/doc/html/boost_math/octonions.html octonions], 34 | [@/doc/html/boost_math/quaternions.html quaternions] updated, now useable 35 | with many more compilers, plus three new special functions, from Hubert 36 | Holin, Eric Ford, and others. 37 | * [phrase library..[@/libs/tokenizer/index.html Tokenizer Library]:] 38 | fixes/enhancements to escaped_list_separator based on empty fields and tokens 39 | comments from Johan Nillson and Jens Maurer. 40 | * Coming Soon - A mailing list for Boost users! 41 | -------------------------------------------------------------------------------- /doc/_template_.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Boost C++ Libraries 7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 |
    18 | 19 |
    20 | 21 |
    22 |
    23 |
    24 |
    25 |
    26 |
    27 |

    Boost C++ Libraries

    28 |
    29 | 30 |
    31 |

    {stuff}

    32 |
    33 |
    34 |
    35 |
    36 | 37 | 41 | 42 |
    43 |
    44 |
    45 | 46 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /users/_template_.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Boost C++ Libraries 7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 |
    18 | 19 |
    20 | 21 |
    22 |
    23 |
    24 |
    25 |
    26 |
    27 |

    Boost C++ Libraries

    28 |
    29 | 30 |
    31 |

    {stuff}

    32 |
    33 |
    34 |
    35 |
    36 | 37 | 41 | 42 |
    43 |
    44 |
    45 | 46 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /support/_template_.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Boost C++ Libraries 7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 |
    18 | 19 |
    20 | 21 |
    22 |
    23 |
    24 |
    25 |
    26 |
    27 |

    Boost C++ Libraries

    28 |
    29 | 30 |
    31 |

    {stuff}

    32 |
    33 |
    34 |
    35 |
    36 | 37 | 41 | 42 |
    43 |
    44 |
    45 | 46 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /development/template/template.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Boost C++ Libraries 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
    15 | 16 |
    17 | 18 |
    19 |
    20 |
    21 |
    22 |
    23 |
    24 |

    Boost C++ Libraries

    25 |
    26 | 27 |
    28 |

    {stuff}

    29 |
    30 |
    31 |
    32 |
    33 | 34 | 38 | 39 |
    40 |
    41 |
    42 | 43 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /community/_template_.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Boost C++ Libraries 7 | 8 | 9 | 11 | 12 | 16 | 17 | 18 |
    19 | 20 |
    21 | 22 |
    23 |
    24 |
    25 |
    26 |
    27 |
    28 |

    Boost C++ Libraries

    29 |
    30 | 31 |
    32 |

    {stuff}

    33 |
    34 |
    35 |
    36 |
    37 | 38 | 42 | 43 |
    44 |
    45 |
    46 | 47 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /development/_template_.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Boost C++ Libraries 7 | 8 | 9 | 11 | 12 | 16 | 17 | 18 |
    19 | 20 |
    21 | 22 |
    23 |
    24 |
    25 |
    26 |
    27 |
    28 |

    Boost C++ Libraries

    29 |
    30 | 31 |
    32 |

    {stuff}

    33 |
    34 |
    35 |
    36 |
    37 | 38 | 42 | 43 |
    44 |
    45 |
    46 | 47 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | ]> 11 | 12 | 13 | 14 | 16 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /common/code/boost_utility.php: -------------------------------------------------------------------------------- 1 | compare($b['boost-version']); 34 | } 35 | 36 | static function cmp_description($a,$b) 37 | { return strcmp($a['description'],$b['description']); } 38 | 39 | static function cmp_documentation($a,$b) 40 | { return strcmp($a['documentation'],$b['documentation']); } 41 | 42 | static function cmp_guid($a,$b) 43 | { return strcmp($a['guid'],$b['guid']); } 44 | 45 | static function cmp_key($a,$b) 46 | { return strcmp($a['key'],$b['key']); } 47 | 48 | static function cmp_less($i,$j) 49 | { 50 | return ($i == $j) ? 0 : ($i !== FALSE && ($j === FALSE || $i < $j) ? -1 : 1); 51 | } 52 | 53 | static function cmp_name($a,$b) 54 | { return strcasecmp($a['name'],$b['name']); } 55 | 56 | static function cmp_pubdate($a,$b) 57 | { return cmp_less($b['pubdate'],$a['pubdate']); } 58 | 59 | static function cmp_std_proposal($a,$b) 60 | { return self::cmp(cmp_less($a['std-proposal'],$b['std-proposal']),$a,$b); } 61 | 62 | static function cmp_std_tr1($a,$b) 63 | { return self::cmp(cmp_less($a['std-tr1'],$b['std-tr1']),$a,$b); } 64 | 65 | static function cmp_title($a,$b) 66 | { return strcmp($a['title'],$b['title']); } 67 | } 68 | -------------------------------------------------------------------------------- /feed/ext.qbk: -------------------------------------------------------------------------------- 1 | [/ 2 | Copyright 2006 Rene Rivera 3 | Distributed under the Boost Software License, Version 1.0. 4 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 5 | ] 6 | 7 | [/ i[ref alt] 8 | Image element with alternate text. 9 | 10 | ref := Reference to image. 11 | alt := Alternate text data. 12 | ] 13 | [template i[ref alt]''''''[alt]''''''] 14 | 15 | [/ phrase[role text] 16 | Demarcate a section of text with a given role. 17 | 18 | role := The role for the text, this is added as the role property. 19 | text := The text to mark. 20 | ] 21 | [template phrase[role text]''''''[text]''''''] 22 | 23 | [/ download[link] 24 | Indicate the download link of a download or news item. 25 | ] 26 | [template download[link]''''''] 27 | 28 | [/ download_basename[basename] 29 | ] 30 | [template download_basename[basename]''''''] 31 | 32 | [/ documentation[link] 33 | Indicate the documentation link of a download or news item. 34 | ] 35 | [template documentation[link]''''''] 36 | 37 | [/ final_documentation[link] 38 | Where the documentation will eventually end up. 39 | Used for rewriting version links that don't exist yet. 40 | ] 41 | [template final_documentation[link]''''''] 42 | 43 | [/ status[value] 44 | The release status, currently beta or release 45 | ] 46 | [template status[value]''''''[value]''''''] 47 | 48 | [/ ticket[number] 49 | Link to the ticket number 50 | ] 51 | [template ticket[number]''''''#[number]''''''] 52 | 53 | [/ notice[link..text] 54 | Prominent link to a special notice. 55 | ] 56 | [template notice[href text]''''''[text]''''''] 57 | -------------------------------------------------------------------------------- /users/people/_template_.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | John Doe 7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 |
    18 | 19 |
    20 | 21 |
    22 |
    23 |
    24 |
    25 |
    26 |
    27 |

    John Doe

    28 |
    29 | 30 |
    31 |

    - 32 | John Doe is 33 | ...

    34 |
    35 |
    36 |
    37 |
    38 | 39 | 43 | 44 |
    45 |
    46 |
    47 | 48 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /users/people/template.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | First Last 7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 |
    18 | 19 |
    20 | 21 |
    22 |
    23 |
    24 |
    25 |
    26 |
    27 |

    First Last

    28 |
    29 | 30 |
    31 |

    - First 32 | Last

    33 |
    34 |
    35 |
    36 |
    37 | 38 | 42 | 43 |
    44 |
    45 |
    46 | 47 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /common/code/test/test_version.php: -------------------------------------------------------------------------------- 1 | compare($master) > 0); 14 | assert($master->compare($develop) < 0); 15 | assert($develop->compare($boost_1_55_0) > 0); 16 | assert($boost_1_55_0->compare($develop) < 0); 17 | assert($boost_1_55_0->compare($boost_1_54_0) > 0); 18 | assert($boost_1_54_0->compare($boost_1_55_0) < 0); 19 | 20 | assert($boost_1_55_0->compare('boost_1_55_0') == 0); 21 | assert($boost_1_55_0->compare('boost_1_54_0') > 0); 22 | assert($boost_1_55_0->compare('boost_1_56_0') < 0); 23 | 24 | assert($develop->dir() == 'develop'); 25 | assert($master->dir() == 'master'); 26 | assert($boost_1_55_0->dir() == 'boost_1_55_0'); 27 | assert((string) $boost_1_55_0 == '1.55.0'); 28 | 29 | assert($boost_1_56_0_b1->compare($boost_1_56_0_b1) == 0); 30 | assert($boost_1_56_0_b1->compare($boost_1_56_0_b2) < 0); 31 | assert($boost_1_56_0_b1->compare($boost_1_56_0) < 0); 32 | 33 | assert($boost_1_56_0_b2->compare($boost_1_56_0_b1) > 0); 34 | assert($boost_1_56_0_b2->compare($boost_1_56_0_b2) == 0); 35 | assert($boost_1_56_0_b2->compare($boost_1_56_0) < 0); 36 | 37 | assert($boost_1_56_0->compare($boost_1_56_0_b1) > 0); 38 | assert($boost_1_56_0->compare($boost_1_56_0_b2) > 0); 39 | assert($boost_1_56_0->compare($boost_1_56_0) == 0); 40 | 41 | assert($boost_1_56_0_b1->compare('boost_1_56_0beta') == 0); 42 | assert($boost_1_56_0_b1->compare('boost_1_56_0b1') == 0); 43 | assert($boost_1_56_0_b1->compare('boost_1_56_0_b1') == 0); 44 | assert($boost_1_56_0_b1->compare('boost_1_56_0_beta1') == 0); 45 | assert($boost_1_56_0_b1->compare('boost_1_56_0_beta') == 0); 46 | 47 | assert($boost_1_56_0_b2->compare('boost_1_56_0b2') == 0); 48 | assert($boost_1_56_0_b2->compare('boost_1_56_0_b2') == 0); 49 | assert($boost_1_56_0_b2->compare('boost_1_56_0_beta2') == 0); 50 | 51 | assert($boost_1_55_0->git_ref() == 'boost-1.55.0'); 52 | assert($boost_1_56_0_b1->git_ref() == 'boost-1.56.0-beta1'); 53 | -------------------------------------------------------------------------------- /users/people/daryle_walker.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | Daryle Walker 7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 |
    18 | 19 |
    20 | 21 |
    22 |
    23 |
    24 |
    25 |
    26 |
    27 |

    Daryle Walker

    28 |
    29 | 30 |
    31 |

    - 32 | Daryle Walker, born and raised in the United States since 1973, 33 | needs to write a fuller biography.

    34 |
    35 |
    36 |
    37 |
    38 | 39 | 43 | 44 |
    45 |
    46 |
    47 | 48 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /feed/news/result_of_1_52_0.qbk: -------------------------------------------------------------------------------- 1 | [article A Special Note for Boost 1.52.0 and Higher 2 | [quickbook 1.5] 3 | [purpose Important information for users of boost::result_of.] 4 | [authors [Niebler, Eric]] 5 | [last-revision Tue 6 Nov 2012 09:27:25 GMT] 6 | ] 7 | 8 | Starting with Boost 1.52.0, the `boost::result_of` component defaults to an 9 | implementation that uses the C++11 `decltype` keyword to deduce the return 10 | type of callables on compilers with strong `decltype` support. As 11 | `boost::result_of` is a key piece of library infrastructure, we at Boost 12 | have found this change to be moderately disruptive. You should be aware 13 | of the issue when making the decision to upgrade from an older version 14 | of Boost. 15 | 16 | [section Why the Change Was Made] 17 | 18 | `boost::result_of` has been changed to use `decltype` to make it more 19 | consistent with `std::result_of` (when sufficient compiler support is 20 | available). Also, the use of `decltype` should help to improve compile times and 21 | increase the accuracy of the type computation. 22 | 23 | [endsect] 24 | 25 | [section Who is Affected] 26 | 27 | If you use a compiler with sufficiently bug-free `decltype` support 28 | (including 29 | [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf N3276]), 30 | then you will get the new behavior. At the time of writing (Nov 4, 31 | 2012), the only compiler in that category is Clang 3.1, but 32 | as other compilers improve, this will change. 33 | 34 | [endsect] 35 | 36 | [section What Problems Can the Change Cause?] 37 | 38 | The use of `decltype` in `result_of` can result in a different type being 39 | computed than with the now-obsolete TR1 `result_of` protocol. This will 40 | often be the case for incorrectly written TR1-style function objects 41 | that misreport their result types. This is unfortunately too common. But 42 | it can even happen for some correctly written function objects. 43 | 44 | [endsect] 45 | 46 | [section Where Can I Learn More?] 47 | 48 | Please see the documentation for 49 | [@http://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of `boost::result_of`] 50 | to understand the differences between TR1 `result_of` and `decltype` 51 | `result_of`, and to find out how you can write your code to accommodate 52 | both. 53 | 54 | [endsect] 55 | -------------------------------------------------------------------------------- /common/code/url.php: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | <?php echo $full_title_xml ?> 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
    17 |
    18 | 19 |
    20 |
    21 |
    22 |
    23 |
    24 |
    25 |

    26 |
    27 | 28 | 29 |
    30 |

    32 | 33 |

    34 | 35 | 36 | 37 | 38 |
    39 |
    40 |
    41 |
    42 |
    43 |
    44 |
    45 | 46 | 48 | 49 |
    50 |
    51 |
    52 | 53 | 64 | 65 | 66 | --------------------------------------------------------------------------------