summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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]
* Merge bug fixes from Trunk:John Maddock2012-12-201-1/+2
| | | | | | | | Mostly correct typos as per https://svn.boost.org/trac/boost/ticket/7806 Also fix cpp_dec_float docs and add some static asserts to catch misuse. Fix performance bottleneck in cpp_int's gcd implementation. [SVN r82122]
* Boost.Atomic and Boost.Lockfree merged from trunk.Andrey Semashev2012-12-154-0/+41
| | | | [SVN r81976]
* Merge accumulated changes from Trunk for Boost.Math - see documentation for ↵John Maddock2012-09-071-0/+2
| | | | | | a full lost of changes. [SVN r80432]
* Merge changes from trunk:John Maddock2012-07-143-14/+14
| | | | | | | | | Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line. So "bjam pdfinstall" will now build and install the PDF to the current directory. This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit). [SVN r79500]
* Update Jamfiles and build scripts for PDF generation.John Maddock2012-06-072-28/+26
| | | | | | Set local_function image DPI's for better PDF builds. [SVN r78849]
* Merge the heap redirects to release.Daniel James2012-02-021-0/+16
| | | | | | | | Not merging the addition to `libs/libraries.htm` just yet, as there are some other changes to be merged first. [SVN r76844]
* Merge doc directory.Daniel James2011-12-244-7/+67
| | | | [SVN r76141]
* merge boost.heapTim Blechmann2011-12-172-0/+5
| | | | [SVN r76023]
* Added move+container librariesIon Gaztañaga2011-09-081-0/+4
| | | | [SVN r74303]
* Added Boost.ContainerIon Gaztañaga2011-08-311-0/+3
| | | | [SVN r74177]
* Merge from trunk r73850Antony Polukhin2011-08-172-0/+4
| | | | | | * Documentation commited [SVN r73853]