Louis Dionne
9895803ede
Bump copyright year to 2017
2017-01-07 14:14:18 -08:00
Louis Dionne
870281f601
Exclude some files from the Boost-inspect report
...
- chart.html contains a link to external content, but that's OK.
- doc/header.html and doc/footer.html contain "invalid links" and
"invalid characters" because of $relpath^, which is understood by
Doxygen.
2016-01-28 12:28:50 -05:00
Louis Dionne
4f6db9132e
[doc] Make sure charts are available offline
2016-01-15 16:50:12 -05:00
Louis Dionne
c29c04c0a7
[doc] Improve the organization of the doc/ folder
2016-01-04 15:02:01 -05:00
Louis Dionne
c41a5cb6be
Update copyright notices for 2016
2016-01-01 14:54:06 -05:00
Louis Dionne
feeea67453
[Doc] Add missing copyright notices in doc/
...
Fixes #228
2015-12-23 17:56:28 -05:00
Louis Dionne
0a69c7ae61
[Doc] Store the benchmarks per-commit on the gh-pages branch
...
Fixes #225
2015-12-22 18:55:54 -05:00
Louis Dionne
48da4cf5c4
[Doc] Always use https for external scripts
...
As explained in [1], it seems that protocol-relative URLs are now an
anti-pattern. Hence, f750a7a
was the wrong fix.
[1]: https://www.paulirish.com/2010/the-protocol-relative-url/
2015-11-27 17:35:10 -05:00
Louis Dionne
f750a7afde
[Doc] Use protocol-relative URLs to load external scripts
...
Otherwise, the external scripts would sometimes be blocked by browsers
because the protocol used to connect to the documentation wouldn't match
the protocol used to fetch external scripts.
2015-11-27 09:28:49 -05:00
Louis Dionne
dbd0fb9246
Change links from ldionne/hana to boostorg/hana
2015-10-19 09:41:47 -04:00
Louis Dionne
0e8913fa3c
[Doc] Use implementation-defined instead of unspecified-type
...
Also, update the tutorial to reflect the fact that container types
are now sometimes specified.
2015-08-31 13:42:15 -04:00
Louis Dionne
54171139bc
[Benchmarks, Doc] Update version of the Github.js lib and improve chart.html
2015-08-24 11:47:40 -04:00
Louis Dionne
d8f3b8775e
[Doc] Transition to benchmarks on Clang 3.6.2 from 3.6.1
2015-08-08 16:56:35 +02:00
Louis Dionne
f3cff75480
[Benchmarks] Disable std::tuple benchmarks on Clang 3.5.0 due to ICE
2015-06-05 10:17:30 -04:00
Louis Dionne
ac04435b60
[Doc] Daily improvement of the tutorial
...
- Merge section on Amphibian Algorithms with section on Algorithms
- Replace the `decayed` pseudo-code by `std::decay_t`.
- Rewrite and move section on type computations
- Add Appendix on the MPL implementation
2015-05-31 18:57:05 -04:00
Louis Dionne
cd38e0238a
[Doc] Italicize words from the pseudo-code glossary.
...
Fixes #74 , thanks @alexk7 for the initial suggestion at C++Now.
2015-05-28 19:26:00 -04:00
Louis Dionne
434fe06298
[Doc] Fix broken include of GitHub.js
2015-04-29 17:03:59 -04:00
Louis Dionne
a32ea99003
[Tutorial] Charts were pointing to the wrong datasets
2015-04-29 12:08:02 -04:00
Louis Dionne
a85be42014
[Doc] Get JSON data for the charts with the proper headers
2015-04-26 09:03:10 -04:00
Louis Dionne
ca37fdfa4c
[Doc] Add a section on performance in the tutorial
...
Also:
- Introduce the .js charts we have in the reference
- Remove the ugly "Generated by Doxygen" footer
- Refactor the benchmarks
2015-04-25 16:31:56 -04:00