2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 08:02:20 +00:00
Commit Graph

4080 Commits

Author SHA1 Message Date
Daniel James
dee65979ee Remove 'new libraries' from release notes 2017-03-09 11:25:45 +00:00
Daniel James
fb5cf44007 Update the website updating instructions 2017-03-08 21:55:57 +00:00
Automated Commit
8419c434c2 Rebuild in progress release notes 2017-03-05 12:10:24 +00:00
Daniel James
d833e5b58b Merge pull request #222 from jzmaddock/patch-20
1.64: Release notes for Multiprecision
2017-03-05 11:32:13 +00:00
jzmaddock
7770de1ef1 1.64: Release notes for Multiprecision 2017-03-04 18:28:30 +00:00
Automated Commit
b58594cba2 Rebuild in progress release notes 2017-03-04 06:10:45 +00:00
Daniel James
59b651e124 Merge pull request #221 from glenfe/master
Add release notes for Smart Pointers
2017-03-04 06:01:01 +00:00
Glen Fernandes
8cee5b9122 Add release notes for Smart Pointers 2017-03-03 23:57:46 -05:00
Automated Commit
49f2c4d408 Rebuild in progress release notes 2017-03-03 20:10:18 +00:00
Daniel James
827964727d Merge pull request #220 from jzmaddock/patch-19
Release notes for type_traits 1.64
2017-03-03 20:03:16 +00:00
jzmaddock
8df74302ab Release notes for type_traits 1.64 2017-03-03 18:19:39 +00:00
Automated Commit
09d37b4014 Rebuild in progress release notes 2017-03-02 23:26:16 +00:00
Daniel James
805c816b04 Merge pull request #219 from jzmaddock/patch-18
1.64 release notes for Math
2017-03-02 23:18:00 +00:00
Daniel James
2ae1f2b6e9 Merge pull request #218 from jzmaddock/patch-17
release notes for regex in 1.64
2017-03-02 19:12:24 +00:00
jzmaddock
3949ae44ab 1.64 release notes for Math 2017-03-02 18:59:31 +00:00
jzmaddock
62ce6f44fb release notes for regex in 1.64 2017-03-02 18:39:31 +00:00
Automated Commit
d36c18686c Rebuild in progress release notes 2017-03-02 17:13:16 +00:00
Ronald Garcia
d9965fc947 PolyCollection has a reviewer. 2017-03-02 07:37:02 -08:00
Daniel James
e98d1b52bc Merge pull request #217 from olk/patch-49
changelog for boost.fiber
2017-03-02 12:00:47 +00:00
Daniel James
cbba5d936c Link to directory for Program Options
Really just making a change to test how it rebuilds.
2017-03-02 10:48:33 +00:00
Daniel James
0f3ebbdf09 When checking release data, convert DateTime objects to strings
This will trigger a rebuild of the 1.63.0 release notes, but that should
be tolerable. Without this change, different versions of php will encode
the DateTime differently in json, resulting in unnecessary rebuilds.
2017-03-02 10:27:26 +00:00
Daniel James
40126d7210 Add configuration option for quickbook executable 2017-03-02 10:27:26 +00:00
Daniel James
5e03142069 Remove unnecessary 'clear' tag
It's already in $BOOST_ROOT/index.php, so isn't needed in the template
file.
2017-03-02 10:27:26 +00:00
Oliver Kowalke
5dd2755960 changelog for boost.fiber 2017-03-02 07:50:03 +01:00
Ronald Garcia
71fe52c8d1 PolyCollection added to schedule. 2017-03-01 22:41:33 -08:00
Ronald Garcia
b9a98e86fa safe_numerics review begins 2017-03-01 20:56:19 -08:00
Ronald Garcia
b3f38bcc4c Louis Dionne will manage CallableTraits review 2017-02-28 07:56:04 -08:00
Daniel James
b49535215e Rebuild 2017-02-25 14:22:27 +00:00
Daniel James
477248cd0c Merge pull request #216 from olk/patch-48
changelog for boost.fiber
2017-02-25 14:21:35 +00:00
Oliver Kowalke
acd97a84e4 changelog for boost.fiber 2017-02-25 10:34:24 +01:00
Daniel James
b9e1324509 Rebuild 2017-02-25 00:44:31 +00:00
Daniel James
408883ff42 Merge pull request #215 from Lastique/patch-13
Added release notes for Atomic and Core
2017-02-25 00:43:22 +00:00
Ronald Garcia
7e2c7ff78b Stacktrace re-review set. 2017-02-24 08:27:53 -08:00
Andrey Semashev
de1a11be1e Added release notes for Atomic and Core 2017-02-24 16:10:44 +04:00
Automated Commit
cc74bf1f3e Update documentation list 2017-02-24 01:22:28 +00:00
Ronald Garcia
ac25255149 SIMD added. 2017-02-23 16:18:07 -08:00
Daniel James
3ed360b577 Merge branch 'develop' 2017-02-23 20:49:31 +00:00
Automated Commit
171f5fed4a Update documentation list 2017-02-22 01:21:37 +00:00
Daniel James
52761eb196 Disable one of the tests for PHP 5.3 2017-02-19 13:39:06 +00:00
Daniel James
4760d6eaf1 Test with both cli and cgi php 2017-02-19 13:30:54 +00:00
Daniel James
f5540f032c Fix the error_handler test cases
The problem is that when nette tester runs the tests using a CGI
executable it expects HTTP error statuses, but because it's not a real
HTTP request, SERVER_PROTOCOL isn't set. I tried to fix this before
using `http_repsonse_code` which does the right thing, but it's not
always available, so I had to revert that. So instead I've changed it so
that it assumes that it's an HTTP request unless it knows for sure that
it's a command line run.
2017-02-19 13:20:40 +00:00
Daniel James
a8d10c4211 Remove special case for HEAD requests
It's not really any more efficient than GET, so it's mostly pointless.
I still want to go through the motions of the unzip for a HEAD request,
as I want it to fail when a GET request would fail. They're almost never
used to efficiency isn't much of a concern.
2017-02-19 01:09:02 +00:00
Daniel James
485f3e2633 Remove old .htaccess rules that no longer do anything
Haven't had the necessary softlink for a while.
2017-02-19 00:34:19 +00:00
Daniel James
5034261b57 Revert http_repsonse_code Changes
It isn't available on the server.
2017-02-17 21:46:53 +00:00
Daniel James
9d8e03cb39 Quick download information script 2017-02-09 13:28:48 +00:00
Daniel James
889bdc314f Allow syntax error in travis test 2017-02-09 13:28:48 +00:00
Daniel James
9489e3b0b7 Use exit(255) to match php 2017-02-09 13:28:46 +00:00
Daniel James
a604fa9df3 Convert a couple more places to use http_response_code 2017-02-09 13:28:46 +00:00
Daniel James
5dfc5183e0 Fix a couple of error handling issues
- Use `http_response_code` as it's a bit more robust than using `header`.
- Check errors against `error_reporting()`, so that error checks can be
  ignored when appropriate.
2017-02-09 13:28:45 +00:00
Daniel James
e02f26deaa Fix filter test for php 5.4+ 2017-02-09 13:28:44 +00:00