2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-24 06:22:15 +00:00
Commit Graph

289 Commits

Author SHA1 Message Date
Rishabh Rawat
9f775309f1 Remove references to Boost Library Incubator website as it is defunct 2022-04-21 01:41:50 +08:00
Glen Fernandes
9d8efb0496 Add link to GitHub 2021-12-13 18:04:18 -05:00
Emil Dotchevski
9a8c609be3 Added Error-handling category for libraries (#649) 2021-11-07 11:19:55 -05:00
Ivan Matek
60d8967129 Modernize docs
revert wrong fix

minor English fix
2021-08-19 23:05:49 +02:00
Marshall Clow
b41d7b4d2a Replace a couple more BinTray links 2021-04-26 21:10:42 -07:00
Glen Fernandes
f71a485783 Merge pull request #591 from sdarwin/website_doc
website doc
2021-03-08 12:33:05 -05:00
Edward Diener
e0b12d51dd Added explanation for the JSON 'cxxstd' library metadata field. (#594) 2021-02-25 18:32:32 -05:00
Donovan
047a33cb22 Remove all std references
- Removed 'std', 'std-proposal', 'std-tr1' throughout the codes
- Titlize 'C++ standard minimum level' in the doc page
2021-01-11 10:19:38 +08:00
sdarwin
adcad49084 website doc 2020-11-03 17:43:42 +00:00
Andrey Semashev
e664cf7756 Add description of the config top level directory
The config top level directory in the library structure contains build-time configuration checks. This directory is already used in this way in a number of libraries, and more and more libraries wish to add new build-time checks. This commit provides a guideline where such check could be placed.
2020-09-24 15:52:06 +03:00
Jonathan Wakely
f54f710e6a Fix typo in running_regression_tests.html 2020-04-29 10:52:54 +01:00
Glen Fernandes
726203d919 Update charset to utf-8 2020-04-10 17:37:30 -04:00
Mateusz Łoskot
7391826c8b Update links to Wiki to point at boostorg/wiki/wiki 2020-02-12 09:28:33 +01:00
Glen Fernandes
cc13341750 Merge pull request #387 from tzlaine/master
Add note about WG21-friendly review manager list.
2018-12-11 14:42:14 -05:00
Zach Laine
24fd4eba4d Remove Jeff Garland from the rotating reviewers list. 2018-11-21 12:13:52 -06:00
Zach Laine
864e533fe6 Add Edward Diener to list of rotating review managers. 2018-11-20 14:12:59 -06:00
Zach Laine
ab6b286a8d Add note about WG21-friendly review manager list. 2018-11-19 11:22:30 -06:00
Mateusz Łoskot
8063d2c08a Allow LICENSE file per a library repository
The requirement was established in the pre-GitHub era when
Boost codebase was hosted in single the repository.

Besides, there are around thirty libraries
already 'breaking' the old guideline.
2018-11-12 21:42:27 +01:00
Mateusz Łoskot
f4aa58bee3 Update bug tracker links from Trac GitHub 2018-09-06 18:20:30 +02:00
Marshall Clow
c66aa63d7d Merge pull request #300 from ldionne/ldionne-backwards-compat
Add notes on backwards compatibility
2018-07-10 07:31:05 -07:00
Daniel James
40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00
Mateusz Loskot
9f1ef444a1 Add note on #include "furball.hpp" as discouraged
Spells out already established convention.
2018-04-12 14:22:01 +02:00
Rene Rivera
148d380990 Fix OpenHub info refs for https. 2018-04-04 14:27:16 -05:00
Daniel James
70ba47992c Use https to link to lists.boost.org 2018-03-25 10:31:46 +01:00
Daniel James
33553d7f18 Use https to embed calendar 2018-03-24 20:04:59 +00:00
Daniel James
3aa079f3fc Copy local changes from server
To have a record of what's actually in use, to make it easier to change them,
and to make updating the website simpler.
2018-02-12 11:06:04 +00:00
Louis Dionne
e5699a82a9 Add notes on backwards compatibility
This reflects the conclusion we seemed to have reached on the mailing list
in this discussion: https://lists.boost.org/Archives/boost/2017/12/240071.php
2018-02-09 13:24:01 -08:00
Daniel James
3265a0e823 Update link to getting started wiki page 2018-01-12 11:12:07 +00:00
Daniel James
cc72aac53c Add explicit-failures-markup.xml to library organization 2017-10-31 00:15:40 +00:00
Daniel James
5159e1bd83 Run tidy over requirements 2017-10-25 02:11:20 +01:00
Peter Dimov
c862971ef6 Update testing requirements 2017-10-25 02:32:39 +03:00
Daniel James
8bddb03a59 Update the table of contents
And add an anchor for the old link, to fix any other existing links to it.
2017-09-24 13:32:58 +01:00
Daniel James
191edfe497 Link to metadata documentation from requirements 2017-06-09 21:16:51 +01:00
Niall Douglas
816540e6c6 Undid some of David's more contentious edits 2017-03-27 00:23:45 +01:00
David Sankel
72e3e7ce43 Made several wording adjustments.
I tried to make the text flow a bit better and to soften some of the
rough edges.
2017-03-24 07:33:23 -04:00
Niall Douglas
1f9dd50834 Addressed some of David Sankel's concerns about tone. 2017-03-23 15:37:34 +00:00
Niall Douglas
50a9b67aa1 Updated new library submission workflow to reflect new consensus on policy. 2017-03-21 22:58:49 +00:00
Daniel James
fb5cf44007 Update the website updating instructions 2017-03-08 21:55:57 +00:00
Daniel James
768ceaa946 Fix case insensitive category names
Now they are indexed by lower case name, and library category is stored
in lower case.
2017-01-21 13:13:34 +00:00
Daniel James
af5bb69290 Rename/comment a few variables and functions 2016-12-11 14:56:42 +00:00
Daniel James
451e564c26 Use exceptions for http errors
Not how I'd normally do this, but seems cleaner than exiting the script
in the middle of a constructor.
2016-11-30 01:30:37 +00:00
Daniel James
b6ca3886f3 Clean up library list/pull request + better error pages 2016-11-14 22:53:35 +00:00
Daniel James
2ec09f6f47 Automatically update the documentation list 2016-10-16 19:51:49 +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
4bb82ad91c Move the snapshot links before the inspect reports.
Might just merge the two sections into one?
2016-09-01 09:36:06 +01:00
Daniel James
e2cb02810e Update development/testing.html for new snapshots. 2016-08-14 19:55:14 +01:00
Daniel James
0b204e427c Document the status field. 2016-07-04 23:19:41 +01:00
Daniel James
27004f183d Remove unused php files.
- The old mailing list feeds that used to be in the sidebars.
- The old snaphost from subversion mechanism.
- The old minimal release notes system, which was never really used.
2016-06-05 13:41:35 +01:00
Daniel James
ecb33fc721 Update the config setup to reflect current server. 2016-05-29 19:49:57 +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