├── 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 |
5 | -------------------------------------------------------------------------------- /common/sidebar-common.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /common/footer-license.html: -------------------------------------------------------------------------------- 1 |Distributed under the Boost Software License, Version 1.0.
4 |© 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 |© 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 |© 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 |\n".
22 | $this->encoded_text('cpp').
23 | "\n";
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/common/menu-devel-feed.php:
--------------------------------------------------------------------------------
1 | sort_by('pubdate');
7 | ?>
8 | \n".
23 | $this->encoded_text('cpp').
24 | "\n";
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/donate/donatebutton.inc:
--------------------------------------------------------------------------------
1 |
7 | Boost
8 | C++ Libraries
9 |
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
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 | 20 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/next.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | ]> 9 | 20 | -------------------------------------------------------------------------------- /doc/libs/common/doc/src/images/prev.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | ]> 9 | 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 |The entry you requested could not be found.
28 | 29 |".$entry->web_date()."
\n\n"); 13 | 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("{$entry->web_date()}
\n\n"); 19 | 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 |{stuff}
32 |{stuff}
32 |{stuff}
32 |{stuff}
29 |{stuff}
33 |{stuff}
33 |
32 | John Doe is
33 | ...
First
32 | Last
32 | Daryle Walker, born and raised in the United States since 1973,
33 | needs to write a fuller biography.
34 | 35 | 36 | 37 | 38 |