summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove B2 docs ref.Rene Rivera2018-06-221-1/+0
|
* Use generate.consitent.idsDaniel James2017-11-041-0/+1
|
* Give concept check chapter an idDaniel James2017-11-041-1/+1
|
* Support blurb class on divsDaniel James2017-10-221-0/+3
|
* Fix bash path in a shebang (#153)Alan Somers2017-10-091-1/+1
| | | "/bin/bash" is a Linuxism. "/usr/bin/env bash" is portable.
* Fix syntax highlight CSS selectors (#159)Daniel James2017-09-281-27/+27
|
* Use pixels for the body size (#159)Daniel James2017-09-191-3/+2
| | | | This is should match the existing style more closely.
* Make boostbook.css work well with Sphinx (#159)Tom Westerhout2017-09-191-0/+71
|
* Fix b2 doc integration. (#152)Rene Rivera2017-07-171-1/+1
|
* Update links to std.dkuug.dk to www.open-std.orgJonathan Wakely2017-06-242-2/+2
|
* Delete boost_tr1.html forwarding html fileDaniel James2017-06-071-17/+0
| | | The module has been deleted so the documentation is no longer generated.
* Redirect old ref location to correct placeDaniel James2016-10-161-2/+2
|
* Fix dependency on generated xinclude files.Rene Rivera2016-10-101-2/+2
|
* FUlly automate documentation building. This makes it so that all the library ↵Rene Rivera2016-10-101-109/+93
| | | | | | | docs are generated in modular form. As in each library is auto discovered and built according to what the library says. This is for both the integrated docs and the per library standalone docs. This change accompanies the addition of "boostdoc" and "boostreleas" targets to all buildable library docs. Conflicts: doc/Jamfile.v2
* Restore concept check reference documentation.Daniel James2016-10-031-0/+14
|
* Prevent building independent docs for Boost doc included projects.Rene Rivera2016-07-211-48/+57
|
* Restructure how library & tools docs are included.Rene Rivera2016-07-212-137/+139
| | | | | | | | | | This is the first step in redesigning the doc building into something that is automatic and doesn't require constant editing to add new libraries and possibly other features (like building a smaller doc subset). This change adds generated xml documents that contain the include references to the library documentation.
* Fix redirect for bb2 installation instructions.Daniel James2016-07-091-3/+3
|
* Don't reference CRC docs on master.Rene Rivera2016-02-241-3/+3
| | | Seems the quickbook docs for CRC only exist on develop. not master. So we can't reference them here.
* Merge building of docs for release from develop. This adds an option forRene Rivera2016-02-241-0/+19
| | | | building all found project docs used by CI to build regular release archives.
* Add Metaparse to the list of libraries documented using BoostBookAbel Sinkovics2016-01-151-0/+1
|
* Fix paths and unintended additionsAntony Polukhin2015-12-301-3/+2
|
* Boost.DLL library integrationAntony Polukhin2015-12-293-1/+6
| | | | | Conflicts merged: doc/Jamfile.v2
* Merge outstanding develop changes (as appropriate).Rene Rivera2015-08-051-0/+1
|
* Try using standards mode html.Daniel James2015-05-102-0/+18
| | | | | A while ago I started working on a more gradual transition, but never finished it. So instead just try it out and see if anything breaks.
* Update doc/test from develop.Daniel James2015-01-154-0/+52
|
* Add body max-width, add several colorsBeman Dawes2015-01-151-8/+9
| | | | [SVN r77355]
*-. Merge remote-tracking branches 'origin/pr/26' and 'origin/pr/28'Daniel James2015-01-052-39/+129
|\ \
| | * Update buildjzmaddock2014-08-131-16/+12
| | | | | | | | | Update for 1.56
| * | Update Jamfile.v2jzmaddock2014-08-141-4/+97
| | | | | | | | | Previous version lacked a few libraries.
| * | Update Jamfile.v2jzmaddock2014-08-131-23/+24
| |/ | | | | Update for 1.56
* | Remove unused library tags from boost.xml.Daniel James2014-09-091-664/+0
| | | | | | | | | | | | | | They haven't been kept up to date, so they're not worth much anyway. Conflicts: doc/src/boost.xml
* | Remove ref from combined documentation - it's now part of core.Daniel James2014-09-091-2/+0
| |
* | Remove align's Doxygen reference.xmlGlen Fernandes2014-09-081-1/+0
|/
* Update documentation redirects to website.Daniel James2014-06-3048-96/+96
|
* Remove core from combined documentation.Daniel James2014-06-162-5/+0
| | | | They want it to be standalone.
* Update lexical_cast in documentation build.Daniel James2014-06-101-2/+2
|
* Add core reference documentation to doc build.Daniel James2014-06-101-0/+1
| | | | | Conflicts: doc/Jamfile.v2
* Add 'core' to documentation.Daniel James2014-06-082-0/+4
|
* Fix typos of TypeIndex libraryAntony Polukhin2014-05-191-2/+2
|
* Added Boost.TypeIndex libraryAntony Polukhin2014-05-182-0/+3
|
* Add align to releaseGlen Fernandes2014-04-282-0/+5
|
* Fix build paths.Daniel James2013-12-253-5/+5
|
* Merge Boostbook.Daniel James2013-11-161-44/+98
| | | | | | | | | | | | | | | - Support some colour roles (thanks to Paul Bristow). - Support assignment return types in doxygen2boostbook. Fixes #9241. - Fix virtual methods in doxygen2boostbook. - Add newlines to doxygen2boostbook to make the output a tad more readable. - Improved last-revision handling. - Support noexcept and constexpr in doxygen2boostbook. - Improved boostbook for virtual and explicit methods from doxygen2boostbook. - Support `language="c++"` attribute for `code` and `programlisting` elements. - Use that to do syntax highlighting for doxygen2boostbook. [SVN r86725]
* Merge circular buffer documentation fixes.Daniel James2013-10-083-11/+23
| | | | [SVN r86209]
* Merge index note and redirect for type erasure.Daniel James2013-05-221-0/+16
| | | | [SVN r84438]
* Add type_erasure to releaseSteven Watanabe2013-05-212-0/+4
| | | | [SVN r84399]
* Merge boostbook css update to release.Daniel James2013-05-161-3/+3
| | | | [SVN r84307]
* Merge auto-index fixes. Fixes #7899.Daniel James2013-02-242-12/+33
| | | | [SVN r83132]
* Fixes for PDF documentation build.John Maddock2013-02-132-0/+12
| | | | [SVN r82852]