2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 07:02:23 +00:00

7 Commits

Author SHA1 Message Date
Daniel James
7739a08fe8 Include beta documentation in scan-documentation.php 2016-11-30 05:29:47 +00:00
Daniel James
8d54f400e4 Fix documentation directory in scan-documentation.php 2016-11-30 05:29:47 +00:00
Daniel James
be4fd29599 Strict version parsing in BoostVersion::from
It used to just grab anything that looked like a version number from a
string. Now the whole string must be a version number. Left the library
list in a little bit of a mess, but will clean that up next.
2016-11-30 01:29:27 +00:00
Daniel James
ace57b73a7 Distinguish between boost/bjam releases
I was thinking about resolving this by removing the release data for
bjam, but instead support different release names. Even though this is
currently just for one special case, might be useful in the future.
2016-11-14 22:53:35 +00: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
685750fc7e Script to automatically add documentation to release data.
This could do a lot more, but just something very basic to get going for
the next release.
2016-10-07 18:57:04 +01:00