2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-25 16:52:13 +00:00
Commit Graph

3797 Commits

Author SHA1 Message Date
Antony Polukhin
85c4c0bd8a TypeIndex changes added 2016-11-03 21:00:28 +03:00
Daniel James
fc16a77074 Link by default to master in dev release notes 2016-11-02 21:01:29 +00:00
Daniel James
64a30e4706 Python release notes 2016-11-02 20:49:27 +00:00
Daniel James
82abb7b055 Rebuild with new scripts 2016-11-02 20:48:20 +00:00
Automated Commit
ced91fddbf Update documentation list 2016-11-01 01:21:51 -04:00
Daniel James
c635caebfe Missing factory/forward documentation 2016-10-30 23:44:48 +00:00
Daniel James
c8f365bd26 Merge branch 'develop'
Pretty large development merge. Including:

- More robust PHP error handling.
- Automatically update release data from various sources. Manually
  updating a json file was too error prone.
- Normalize hashes of release notes, so that they won't need to be
  manually updated so often.
- Small improvements to quickbook page data.
- Cache html generated from quickbook - so no need to reparse when
  changing release data. Much of the site can now be rebuilt without
  installing quickbook, although changes in quickbook won't be included.
- Scripts in site-tools have are more consistent at the command line,
  and all support '--help' (although some have very little information).
- Automatically update more of the site for new releases.
2016-10-30 19:57:32 +00:00
Daniel James
281e09d317 Fix some links 2016-10-30 19:46:15 +00:00
Daniel James
34ce8f168e Only include visible libraries in library list 2016-10-27 20:09:13 +01:00
Daniel James
a64572a217 Check fix_dir as well as archive_dir in latest_link 2016-10-27 19:40:01 +01:00
Daniel James
3e7ff0555c Fix default sort for library list 2016-10-27 19:23:18 +01:00
Daniel James
796d1e636d Fix documentation list 2016-10-27 19:20:59 +01:00
Daniel James
66ef2f80ec Rebuild 2016-10-27 19:14:23 +01:00
Daniel James
38fce7d665 Fix redirect at libs/numeric 2016-10-27 19:14:15 +01:00
Daniel James
8b9397691f Missing odeint documentation 2016-10-27 19:14:15 +01:00
Daniel James
557f08a1d6 Merge pull request #187 from olk/patch-40
remove changelog for boost.fiber
2016-10-27 18:49:24 +01:00
Ronald Garcia
423789a142 Process Review Began 2016-10-27 10:02:22 -07:00
Automated Commit
19f9eb29dd Update documentation list 2016-10-27 01:22:23 -04:00
Oliver Kowalke
229832ce2b remove changelog for boost.fiber 2016-10-26 22:47:16 +02:00
Daniel James
ca4016c3bf Rebuild 2016-10-26 20:08:41 +01:00
Daniel James
b3c56fac49 Merge pull request #186 from Lastique/patch-11
Added release notes for Boost.Atomic and Boost.Log
2016-10-26 20:08:03 +01:00
Andrey Semashev
ab14f922f6 Added release notes for Boost.Atomic and Boost.Log 2016-10-26 22:43:28 +04:00
Daniel James
d2ea07cee1 Fix documentation list when no PATH_INFO 2016-10-26 19:38:13 +01:00
Daniel James
350982b033 Fix web_date. 2016-10-26 19:06:04 +01:00
Daniel James
5f61c6ec92 Remove new library section from 1.63.0 2016-10-26 18:58:16 +01:00
Ronald Garcia
b82e4fdbe3 Synapse dates set. 2016-10-21 21:36:07 -07:00
Ronald Garcia
0f0a266814 Niall Douglas will manage Stacktrace review 2016-10-19 22:32:47 -07:00
Ronald Garcia
46ba2e6da1 Boost 1.62.0 released. 2016-10-19 12:50:14 -07:00
Ronald Garcia
3c82fad5d1 Fixed entry for CallableTraits 2016-10-19 12:47:48 -07:00
Ronald Garcia
2ce8f3cd20 Added PFR 2016-10-19 10:58:42 -07:00
Ronald Garcia
bb5a42757e Added Stacktrace 2016-10-19 10:56:08 -07:00
Ronald Garcia
fcabf2410c Added Synapse to the review schedule 2016-10-19 10:44:12 -07:00
Daniel James
aad8876a69 Fix documentation list 2016-10-16 19:51:49 +01:00
Daniel James
995ebd4df9 Save the current version to a file
Code is very messy, but now there's nothing that needs to be manually
updated for a new version.
2016-10-16 19:51:49 +01:00
Daniel James
2ec09f6f47 Automatically update the documentation list 2016-10-16 19:51:49 +01:00
Daniel James
76e5d9c6a0 Automatically update htaccess file for releases. 2016-10-16 19:51:49 +01:00
Daniel James
666f757a06 Add a base_version method to BoostVersion 2016-10-16 19:51:49 +01:00
Daniel James
ebb3c47c2b Store release date
Previously was using the quickbook file's pub_date, By using the date
the release script was run on, can release without updating the
quickbook file. So the release manger won't need to have quickbook
installed. At least in theory!
2016-10-16 14:10:42 +01:00
Daniel James
699d3cd115 Add note about converting dates
This code was added for transitioning from the old data format, now that
it is no longer in use, probably isn't needed any more. At some point
older version will stop working anyway as I'm not testing for full
backwards compatability. But I'll leave it in for a little while longer.
2016-10-16 14:01:40 +01:00
Daniel James
3c89a0384e Add script to mark a version as released 2016-10-16 13:17:20 +01:00
Daniel James
8979179697 Improve user info in site-tools
Still not great. I also want to make things more automatic in the
future, so hopefully there will be less to document.
2016-10-16 12:52:01 +01:00
Daniel James
8080d5112a Make scan-documentation.php executable 2016-10-16 12:52:01 +01:00
Daniel James
b858635e19 Simple command line parser
A very simple command line parser to make the command line scripts a bit
more consistent and a tad more user friendly.
2016-10-16 12:52:01 +01:00
Daniel James
d5ad167d00 Support namespaces in autoloading 2016-10-16 12:23:47 +01:00
Daniel James
6876756499 Bootstrap is also appropriate for command line tools. 2016-10-16 11:29:39 +01:00
Daniel James
eecdeb6241 Cache html generated from quickbook files
So that when changes to the release status are made, the site can be
rebuilt without using quickbook. Pretty messy.
2016-10-16 11:29:38 +01:00
Daniel James
1e629fb2cb Rebuild 2016-10-16 11:23:04 +01:00
Daniel James
f0a3a66f85 Merge pull request #185 from olk/patch-39
changes for boost.fiber
2016-10-16 11:22:21 +01:00
Oliver Kowalke
87a7c2b6c1 changes for boost.fiber 2016-10-16 10:15:39 +02:00
Daniel James
0365d81d62 Add array_get utility function 2016-10-13 09:46:50 +01:00