2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-26 17:12:13 +00:00
Commit Graph

3720 Commits

Author SHA1 Message Date
Daniel James
8ed3fde9d5 Add release notes for 1.63.0 2016-09-29 10:54:08 +01:00
Daniel James
a0258c921c Update the quickbook hashes.
Bit messy, do I need to support this better? Or should I just refresh
everything?
2016-09-29 10:54:08 +01:00
Daniel James
5033b2943b Remove metadata from release notes template 2016-09-29 10:54:08 +01:00
Daniel James
3e7cf770c8 Remove empty data 2016-09-29 10:54:08 +01:00
Daniel James
19ffa52457 Get release data for notes based on parsing filename. 2016-09-29 10:54:08 +01:00
Daniel James
65a8d87fe7 Replace release_status with version. 2016-09-29 10:54:08 +01:00
Daniel James
136f1c8f33 Allow separator between beta and number. 2016-09-29 10:54:08 +01:00
Daniel James
dee3c0206f Store the version as a version object. 2016-09-29 10:54:08 +01:00
Daniel James
c648f992db Infer release_status from the version.
Apart from 'unversioned' which needs a special case. Might be better to
store the version object and use that.
2016-09-29 10:54:08 +01:00
Daniel James
8cdac6a4bb Update version comments
Seems at some point I implemented beta numbers, but the comments claim
they're not supported.
2016-09-29 10:54:08 +01:00
Daniel James
ce0e6d38af Use the most recent release data in get_release_data. 2016-09-29 10:54:08 +01:00
Daniel James
51b4e0e00f Restore beta info for latest release.
Not support yet, but that's the plan.
2016-09-29 10:54:08 +01:00
Daniel James
b1e65390bd Remove superfluous version field 2016-09-29 10:54:08 +01:00
Daniel James
7ca520e013 Get the tests working again. 2016-09-29 02:08:52 +01:00
Daniel James
b8120cc53c Adjust a lot of the error handling.
Use exceptions for most internal errors. Return error codes for most errors.
2016-09-29 02:08:52 +01:00
Daniel James
f4472fc751 Website bootstrap file.
Sets up error handling and timezone, maybe other things in the future.
2016-09-29 02:08:52 +01: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
58543a3ae5 Fix the unversioned library page. 2016-09-28 22:42:30 +01:00
Daniel James
8f5366b7aa Add link to windows binaries. 2016-09-28 16:38:41 +01:00
Daniel James
944ac6d1b2 Revert "Delete hashes for now"
This reverts commit f4d6d438f0.
2016-09-28 16:33:20 +01:00
Daniel James
f4d6d438f0 Delete hashes for now 2016-09-28 16:26:01 +01:00
Daniel James
89d2020d34 Fix download links 2016-09-28 16:24:22 +01:00
Daniel James
13cc5c20fd Add date to release notes 2016-09-28 16:21:03 +01:00
Daniel James
8d03a339c0 Update various places where release is set. 2016-09-28 13:07:03 +01:00
Daniel James
eea63d06c7 Rebuild site.
Still need to update date in release notes.
2016-09-28 13:07:01 +01:00
Daniel James
614908c86e Update release info 2016-09-28 13:06:23 +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
c7369480c7 Extract the documentaion path logic.
I normally try to avoid using compact/extract, but that seems the
simplest way to do this here.
2016-09-21 09:14:21 +01:00
Daniel James
2ed20754b2 Rebuild 2016-09-21 02:35:02 +01:00
Daniel James
37ae23b949 Merge PR #184. 2016-09-21 02:34:25 +01:00
Daniel James
26c98f2f8a Better encoding of image.
For some reason gimp made the image look really dull in my last commit,
so I redid it.
2016-09-21 02:31:51 +01:00
Daniel James
68d3725911 Replace odd anchor with better markup. 2016-09-21 02:25:10 +01:00
Daniel James
11472baebd Use a smaller icecube image file 2016-09-21 02:24:40 +01:00
Michael Caisse
83e6bdd076 Merge pull request #183 from olivas/master
The BLOM program.
2016-09-20 17:08:28 -07:00
Andrey Semashev
8a747b298f Added release notes for Boost.Atomic. 2016-09-17 14:51:11 +04:00
Alex Olivas
63065634f4 the blom program docs all in one commit. 2016-09-16 12:26:10 -06:00
Automated Commit
16b470c7c3 Update documentation list 2016-09-16 01:22:02 -04:00
Daniel James
59f40e8bdd Update doc for beta2. 2016-09-15 05:31:19 -04:00
Daniel James
862024b0af Don't update new library versions in every beta. 2016-09-15 10:28:31 +01:00
Automated Commit
584443001a Update documentation list 2016-09-15 01:21:30 -04:00
Daniel James
d26306f49f Another link 2016-09-14 15:18:35 +01:00
Daniel James
f8bf901166 Fix quickbook markup for some links 2016-09-14 15:15:27 +01:00
Daniel James
3cbaf21141 Add checksums 2016-09-14 15:12:06 +01:00
Daniel James
1aa941be1e Fix 7z download link 2016-09-14 15:08:59 +01:00
Daniel James
fb97f4e4e1 Update doc list for 1.62.0 b2 2016-09-14 13:46:43 +01:00
Daniel James
f822909cd0 Rebuild 2016-09-14 13:45:17 +01:00
Daniel James
010ea37ebb Try updating metadata for beta 2. 2016-09-14 13:44:31 +01:00
Daniel James
3f0b8b1717 Restore support for numbered beta releases.
This is roughly how it used to work. It's a bit shoddy though, probably
need to support storing details for all beta releases and release candidates.
2016-09-14 13:42:38 +01:00