Marshall Clow

Results 41 comments of Marshall Clow

I am seeing a similar problem when attempting http://maps.library.utoronto.ca/hgis/countymaps/haldimand/index.html in Chrome on Mac OS. It gets to "Converting image", and then says: Uncaught TypeError: Failed to execute 'createObjectURL' on 'URL':...

Yes, you can. You just need C++11 support to build b2. Once that is done, you can build all the rest of boost with C++03. (Ok, most of boost; some...

BinTray is closing soon; we're in the process of moving to JFrog Artifactory. For 1.74.0 releases, you can use https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.gz

That should be the stable home; but we're still working on it.

Yes; because we get *a lot* of downloads. Our bandwidth quota on BinTray kept getting raised until we no longer ran out every month, and it's such a large number...

If we had to pay for the bandwidth used for boost downloads, it would be several thousand $$/month. We appreciate that JFrog is willing to provide this to us for...

We moved off of binary nine months ago. Please use jFrog instead. The links are on the boost website.

> Please either update it to be accurate, or consider testing on more modern systems, e.g. RHEL 8 uses GCC 8.4, Ubuntu 20.04 uses GCC 9.2 I will look into...

I think we need a bit more information here ....

A nit: We don't take PRs against the `master` branch. We take them against `develop`, then let the tests run, and merge to `master`.