Daniel James
c6b6d62373
Always show developement branches.
2016-08-24 17:26:27 +01:00
Daniel James
43339dda58
Update latest version on release.
2016-08-24 17:16:20 +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
Daniel James
0eb7661466
Make the note on release notes a bit clearer.
2016-08-24 17:16:18 +01:00
Daniel James
c22d8c28ba
Fix documentation link rewriting.
2016-08-24 16:25:49 +01:00
Ronald Garcia
25441c03e0
Added CallableTraits
2016-08-22 17:17:26 -07:00
Daniel James
7347b658f3
Rebuild
2016-08-22 13:33:35 +01:00
jzmaddock
d1a6f212f9
Regex release notes. ( #173 )
2016-08-22 07:09:12 -05:00
Daniel James
e924b64359
Remove a comment
2016-08-21 21:59:57 +01:00
Daniel James
35e057f5aa
Unordered changes.
2016-08-21 21:59:03 +01:00
Daniel James
c9c9c9e03b
Rebuild
2016-08-21 21:53:08 +01:00
Daniel James
dd4313fe49
Add test compilers to release notes.
2016-08-21 21:52:56 +01:00
Daniel James
504bfe1ac8
Rebuild
2016-08-20 22:31:47 +01:00
Daniel James
4a9f09c4fb
Merge pull request #172 from raffienficiaud/master
...
1.62 Boost.Test change log
2016-08-20 22:30:47 +01:00
Raffi Enficiaud
00f904d48d
1.62 Boost.Test change log
2016-08-20 23:03:52 +02:00
Kohei Takahashi
e1846538d2
Added release notes for Phoenix. ( #171 )
2016-08-20 12:08:42 -05:00
Vicente J. Botet Escriba
b70c0fdef5
Update boost_1_62_0.qbk ( #170 )
...
Update release notes for Thread 1.62
2016-08-19 13:36:04 -05:00
Vicente J. Botet Escriba
0bf0f370ea
Update boost_1_62_0.qbk ( #169 )
...
Update history fo Chrono 1.62
2016-08-19 13:35:39 -05:00
Daniel James
67f3a1f62f
Rebuild
2016-08-19 16:30:41 +01:00
Andrey Semashev
4fdb558507
Added release notes for Boost.CircularBuffer ( #168 )
2016-08-19 07:21:55 -05:00
Andrey Semashev
12068c0216
Added release notes for Boost.Log ( #167 )
2016-08-19 07:21:24 -05:00
Daniel James
e2cb02810e
Update development/testing.html for new snapshots.
2016-08-14 19:55:14 +01:00
Daniel James
c927a1e22f
Link to snapshot download page from dev release notes.
2016-08-08 13:08:02 +01:00
Daniel James
da1f70371e
Merge branch 'develop'
2016-08-07 10:16:32 +01:00
Daniel James
2a9de1a31b
Fix quickbook filter.
2016-08-07 10:04:09 +01:00
Daniel James
5adddc256b
Cope with missing modules.
...
This can happen when a module is deleted but the entry is left in
.gitmodules.
2016-08-07 09:57:22 +01:00
Daniel James
28cf2392e4
In quiet mode, don't warn about remote doc modules.
2016-08-07 09:53:46 +01:00
Daniel James
23ba0c1b3f
Rebuild
2016-08-02 15:54:18 +01:00
Daniel James
35572934df
Merge pull request #166 from olk/patch-37
...
note for fix in boost.context
2016-08-02 15:52:43 +01:00
Oliver Kowalke
28faa11ed7
note for fix in boost.context
2016-08-02 15:17:44 +02:00
Daniel James
61bc6afe84
Optimize some regular expressions.
...
Prompted by:
http://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016
Not really an issue here, as mostly processing our own files, so they
should be less problematic. The version number parsing code might have
an issue with really long URLs, but I don't think that's possible. But
fix it anyway.
2016-07-30 11:59:45 +01:00
Daniel James
f7821755f7
Cleaner text filter implementation.
2016-07-30 11:58:25 +01:00
Daniel James
0d0006cce7
Fix title on quickbook source.
2016-07-30 11:43:03 +01:00
Daniel James
be3fc4e515
Merge branch 'feature/webhook'
2016-07-30 10:56:17 +01:00
Daniel James
4ac954c3c6
Merge branch 'feature/better-rss-dates'
2016-07-29 13:31:35 +01:00
Ronald Garcia
f04c350439
PFR Added
2016-07-26 09:13:28 -07:00
Ronald Garcia
4e8bd0ed09
Process has switched authors (Klemens Morgenstern takes over
...
with Boris Schaeling's blessing). Review dates set.
2016-07-25 09:09:00 -07:00
Daniel James
9b1f368020
Remove unused feed parsing class.
2016-07-21 16:05:37 +01:00
Daniel James
607173fae6
Use DateTime for RSS last_modified.
2016-07-21 16:05:37 +01:00
Daniel James
1cee6728cc
Support dates in state files.
2016-07-21 16:05:36 +01:00
Daniel James
1d3968a616
Use DateTime for timestamps.
...
Preserves timezone.
2016-07-21 16:05:35 +01:00
Daniel James
dce6c5ef72
More descriptive function name.
2016-07-21 16:05:35 +01:00
Daniel James
24d2df3697
Only set last_modified when really modified.
...
Was setting it in the parser, so it would be set on refereshes as well
as when the file was modified.
2016-07-21 16:05:34 +01:00
Daniel James
6892abb9fd
Rework last_modified and pub_date.
...
- Both are now stored as strings.
- Unpublished articles have a null pub_date.
- last_modified is now always the last modified date,
before it was the pub_date once published.
2016-07-21 16:05:34 +01:00
Ronald Garcia
519556fa27
Added Double-ended
2016-07-21 14:40:41 +02:00
Automated Commit
3c728b299a
Update documentation list
2016-07-13 08:15:15 -04:00
Daniel James
afa29b05fe
Rebuild
2016-07-11 09:10:04 +01:00
Daniel James
8f09e9a2ec
Merge pull request #165 from olk/patch-36
...
note for fixing coroutine2
2016-07-11 09:09:33 +01:00
Oliver Kowalke
b075f9cc15
note for fixing coroutine2
2016-07-11 08:57:53 +02:00