2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-20 15:22:08 +00:00
Commit Graph

449 Commits

Author SHA1 Message Date
Daniel James
80997ac223 Another attempt at asio documentation. 2016-05-15 12:59:15 +01:00
Daniel James
e6afbc0b9f Hopefully fixes missing asio documentation. 2016-05-15 12:01:22 +01:00
Automated Commit
0c4b22d71f Update documentation list 2016-05-14 01:21:15 -04:00
Daniel James
37c0005294 Update doc list 2016-05-13 09:37:41 +01:00
Daniel James
51cee3fe7e Release 1.61.0 2016-05-13 09:33:54 +01:00
Daniel James
2700d89858 Quick comment describing SimpleTemplate. 2016-05-08 14:40:52 +01:00
Daniel James
862fecc89a Implement inverted sections.
Untested...
2016-05-08 14:40:41 +01:00
Daniel James
72eed824d8 Quick and dirty mustache style template engine.
I didn't want to use the existing mustache, as I want to keep the site
dependency free for now, and not have to deal with caching compiled
templates. Might switch to using composer on the site in the future.

This isn't full mustache syntax, and might behave slightly differently?
2016-05-08 14:08:44 +01:00
Daniel James
f461216118 Quick API for generating files. 2016-05-08 14:06:32 +01:00
Daniel James
0fab99b918 Merge branch 'feature/separate-docs-and-test-results'
The documentation pages and the test results were handled by the same
code. That made sense originally when they were served in a very similar
manner, but over time their requirements got increasingly different and
it was getting overcomplicated to serve both in one place. So replace
the generic implementation with two more specific implementations.
2016-04-10 09:57:27 +01:00
Automated Commit
7431ec4601 Update documentation list 2016-04-09 01:21:07 -04:00
Automated Commit
961ee8982d Documentation list for 1.61.0 beta1 2016-04-08 07:29:50 -04:00
Automated Commit
54fc961c64 Update documentation list 2016-04-06 01:21:24 -04:00
Daniel James
60ea43d74b Remove the 'zipfile' parameter, and supporting code.
Now BoostDocumentation is always from the file system. BoostArchive
always from a zipfile.
2016-03-06 22:23:05 +00:00
Daniel James
1c4b3b1dda Separate classes for serving documentation + test results.
Obviously a lot of code duplication, that will be removed soon.
2016-03-06 22:23:05 +00:00
Daniel James
f5d5df49ea Disable theme for hana docs.
It was messing them up a bit.
2016-03-01 20:31:44 +00:00
Daniel James
94fc1afd9d Remove the restriction on miscellaneous libraries. 2016-02-28 23:44:27 +00:00
Automated Commit
7871b5073f Update documentation list 2016-02-23 01:21:20 -05:00
Automated Commit
17c2417f75 Update documentation list 2016-02-15 01:20:48 -05:00
Automated Commit
17d4617799 Update documentation list 2016-01-20 01:20:52 -05:00
Daniel James
d6f44f46c3 Update small_vector_base from latest doc build. 2016-01-16 01:00:47 +00:00
Daniel James
ac2feba40d Fixed small_vector_base.html doc. 2016-01-13 18:01:29 +00:00
Automated Commit
24c0020172 Update documentation list 2016-01-12 01:21:16 -05:00
Automated Commit
a2f4f5e7d4 Update documentation list 2016-01-09 01:21:00 -05:00
Automated Commit
ca0fe3e984 Update documentation list 2016-01-08 01:21:21 -05:00
Automated Commit
6753300521 Update documentation list 2016-01-07 01:21:16 -05:00
Automated Commit
559f94fab3 Update documentation list 2015-12-30 01:21:10 -05:00
Automated Commit
3b3ab2667b Update documentation list 2015-12-18 01:20:44 -05:00
Daniel
dd8be1786c Release 1.60.0 2015-12-17 18:54:07 +00:00
Daniel James
80c11140c8 Add special versions 'hidden' and 'unreleased'.
So that 'boost-version' is never null.
2015-11-15 15:08:32 +00:00
Daniel James
f3402a42f2 Mark beta releases + overwrite for final release.
Still have to remove libraries manually, so if a library isn't in a
release will need to do that.
2015-11-15 15:08:32 +00:00
Daniel James
aa5e40ffff Update documentation list from 1.60.0 beta rc3. 2015-11-14 20:50:44 +00:00
Daniel James
7c34d9b9d4 Normalize categories propely when loading from metadata.
This was causing superfluous entries in the library history.
2015-11-14 20:50:44 +00:00
Automated Commit
a384fa620d Update documentation list 2015-10-21 03:41:53 -04:00
Automated Commit
8ba6a91240 Update documentation list 2015-10-07 23:47:10 +01:00
Automated Commit
1de87d7136 Update documentation list 2015-08-30 22:17:48 +01:00
Daniel James
d75d834e83 Use new style for 1.59.0 beta
Not really necessary, but it's good that it works.
2015-08-23 18:01:27 +01:00
Daniel James
7d07c2ee18 Use 'basic' for new versions of test documentation. 2015-08-23 17:26:09 +01:00
Daniel James
3abfe38677 Add a 'min version' parameter to the matcher list.
Will match for any versions later than the given version. Note that the
first match is the successful one, so will need to put versions in
reverse order, as will be seen in next commit.
2015-08-23 17:25:23 +01:00
Automated Commit
d551e129b4 Update documentation list 2015-08-23 14:47:35 +01:00
Daniel James
e843fb1798 Update library list for release.
Had to deal with problems in update script:
 - No way to add new libraries until release is tagged.
 - Release overwrites some changes in master/develop for some reason.
 - Incomplete beta details are left over.
2015-08-13 20:31:58 +01:00
Daniel James
65e910553b Release 1.59.0 2015-08-13 16:52:07 +01:00
Automated Commit
d97412e9b5 Update documentation list 2015-08-13 09:27:05 +01:00
Daniel James
3b271d45be Set Boost release for coroutine2.
Need to do it manually as it wasn't in the beta, and we don't have a
release tag yet.
2015-08-12 23:15:43 +01:00
Automated Commit
43a382530b Update documentation list 2015-08-12 23:07:38 +01:00
Daniel James
ee66d9f1dc Update documentation list for beta.
Actually the current master, but should be close enough.
2015-08-04 08:59:47 +01:00
Automated Commit
e11a6b3c00 Update documentation list 2015-08-04 08:52:32 +01:00
Automated Commit
1d547183d2 Update documentation list 2015-07-16 01:44:02 +01:00
Daniel James
fc8591714b Missing bind documentation files. 2015-06-04 19:48:55 +01:00
Automated Commit
4dbfc68e46 Update documentation list 2015-06-04 00:01:36 +01:00