~roguescholar/boost/+git/utility:ostream_write

Last commit made on 2019-04-19
Get this branch:
git clone -b ostream_write https://git.launchpad.net/~roguescholar/boost/+git/utility

Branch merges

Branch information

Name:
ostream_write
Repository:
lp:~roguescholar/boost/+git/utility

Recent commits

dabf53a... by Glen Fernandes <email address hidden>

Refactor stream write functionality into a standalone utility

ff56b36... by Marshall Clow <email address hidden>

Merge pull request #57 from glenfe/develop

Make string_view operator<< use rdbuf directly

31e0ae4... by Peter Dimov <email address hidden>

Switch Appveyor to 2015 image

5fe9df9... by Glen Fernandes <email address hidden>

Make string_view operator<< use rdbuf directly

f03b681... by Andrey Semashev <email address hidden>

Increased the number of git fetch jobs to 8 in CI.

e120a83... by Andrey Semashev <email address hidden>

Revert "Use depinst to install dependencies in CI. Increase the number of git fetch jobs to 8."

This reverts commit 424fea5881af84bc6fffed97065c8df2e4f50bc5.

By request from Peter Dimov in https://github.com/boostorg/utility/commit/424fea5881af84bc6fffed97065c8df2e4f50bc5#commitcomment-31945411.

The manual enumeration of Boost.Utility dependencies server as a detection
mechanism for unwanted dependencies creep in.

424fea5... by Andrey Semashev <email address hidden>

Use depinst to install dependencies in CI. Increase the number of git fetch jobs to 8.

53d9aa9... by Andrey Semashev <email address hidden>

Use the actual number of logical CPUs for the number of CI build/test jobs.

ce64b13... by Andrey Semashev <email address hidden>

Added tools/boost_install and libs/headers manual checkout to CI jobs.

32c50e0... by Andrey Semashev <email address hidden>

Added an experimental partial CMakeLists.txt for dependency tracking in CMake projects.