Daniel James
bfd4f9ed8f
Support for generating root index file
2016-10-06 22:42:03 +01:00
Daniel James
ed92fc5013
Missing ASIO docs
2016-10-03 19:17:11 +01:00
Automated Commit
c81ff87a76
Update documentation list
2016-09-29 01:22:22 -04:00
Daniel James
4dd37ac5f4
Sort display of sort links
2016-09-28 22:51:27 +01:00
Daniel James
45f3957e93
Fix the sort option
2016-09-28 22:47:53 +01:00
Daniel James
8d03a339c0
Update various places where release is set.
2016-09-28 13:07:03 +01:00
Daniel James
f2765bf6b3
Update library list from release candidate.
2016-09-28 13:06:23 +01:00
Daniel James
3bd06c1594
Cleaner code to decide whether to show documentation list.
2016-09-21 09:14:21 +01:00
Daniel James
59f40e8bdd
Update doc for beta2.
2016-09-15 05:31:19 -04:00
Daniel James
fb97f4e4e1
Update doc list for 1.62.0 b2
2016-09-14 13:46:43 +01:00
Automated Commit
92e0597e9c
Update documentation list
2016-09-07 01:22:17 -04:00
Daniel James
9ba3d280ad
Quick hack to 404 documentation list for missing documentation.
2016-09-06 08:17:24 +01:00
Daniel James
902962bb24
Update documentation list for beta.
2016-09-01 05:32:27 -04:00
Daniel James
9058ddc243
Prep to release 1.62.0 beta1 ( #178 )
2016-08-31 11:00:59 -05:00
Daniel James
9a7a44e073
Work when latest_version isn't set.
2016-08-24 17:26:27 +01:00
Daniel James
c6b6d62373
Always show developement branches.
2016-08-24 17:26:27 +01:00
Daniel James
7398e7e545
404 when requesting future documentation list.
...
Could also check for non-existant older versions, perhaps? Probably not
worth trying.
2016-08-24 17:16:20 +01:00
Daniel James
ac9efd7b59
Store the latest library version.
...
Will need to automatically update when updating doc list.
2016-08-24 17:16:19 +01:00
Automated Commit
3c728b299a
Update documentation list
2016-07-13 08:15:15 -04:00
Daniel James
676974a570
Redirect boost build installation instructions.
2016-07-09 09:26:15 +01:00
Automated Commit
e69ba04b6f
Update documentation list
2016-07-07 01:22:06 -04:00
Automated Commit
cf993525b0
Update documentation list
2016-07-05 04:17:52 -04:00
Daniel James
d404463956
TODO notes where might want to use hidden libraries.
...
Currently just pretend they don't exist.
2016-07-04 23:31:35 +01:00
Daniel James
0fc496c96f
Merge branch 'develop'
2016-07-04 22:54:22 +01:00
Daniel James
24cbf9ee35
Run backdate script.
...
There are some removed entries. This is because there used to be a
difference between develop and master, as the module names are
different. Now there's no difference, so the develop entry is
automatically removed.
2016-07-04 22:45:50 +01:00
Automated Commit
5dc42c121d
Update documentation list
2016-07-04 04:36:16 -04:00
Automated Commit
1003a8f018
Update documentation list
2016-07-04 01:21:24 -04:00
Automated Commit
1e3d3b9385
Update documentation list
2016-06-23 01:21:30 -04:00
Automated Commit
03d12ba2e4
Update documentation list
2016-06-20 01:21:19 -04:00
Automated Commit
71158276d8
Update documentation list
2016-06-08 01:20:52 -04:00
Daniel James
ddf45e503e
Tighten up the library display code a little.
...
Be a little more thorough about validating input. Main benefit is
cleaning up the links displayed on the page, which could contain
arbitray user supplied values.
2016-06-05 13:41:35 +01:00
Daniel James
4f28b5bfdd
Read libraries.htm template from repo.
2016-05-29 19:49:58 +01:00
Daniel James
6156e13636
Merge remote-tracking branch 'origin/feature/more-mustache-support'
2016-05-22 23:25:19 +01:00
Daniel James
58729dccbc
Oops, copied wrong documentation for spirit/repository.
...
I need a better way to do this....
2016-05-22 11:03:18 +01:00
Daniel James
caa97256d1
Missing 1.61.0 documentation.
2016-05-22 10:57:39 +01:00
Automated Commit
cd762d193b
Update documentation list
2016-05-20 01:20:59 -04:00
Daniel James
32c9ac5114
Make 'render' return a string.
2016-05-19 23:18:34 +01:00
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
fe7b6e1d34
Move template code into its own file.
2016-05-11 09:13:01 +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