2
0
mirror of https://github.com/boostorg/io.git synced 2026-01-24 05:52:16 +00:00

10 Commits

Author SHA1 Message Date
René Ferdinand Rivera Morell
2d9a2419f9 Add support for modular build structure. (#16)
* Make the library modular usable.

* Switch to library requirements instead of source. As source puts extra source in install targets.

* Add requires-b2 check to top-level build file.

* Bump B2 require to 5.2

* Change all <source> references to <library>.

* Update copyright dates.

* Move inter-lib dependencies to a project variable and into the build targets.

* Replace GHA CI with simpler working one based on alandefreitas/cpp-actions utilities.

* Move project global include to target local include.

* Only msvc gets minor version tests.

* Redo GHA CI to undo move to cpp-actions.

* Add missing deps.

* Add missing deps.

* Explicit g++-* compiler to avoid mismatch errors, and for consistency.

* Fix gcc availability on some OS versions.

* Undo explicit g++ compiler specification.

* Switch to cxxstd.

* Add missing fetch of deps.
2025-06-26 19:42:29 +03:00
Glen Fernandes
0a0241dc9d Add nullstream 2022-01-06 22:42:21 -05:00
Glen Fernandes
c8ce84089b Support stream width and fill and write directly to stream buffer 2020-04-10 16:11:48 -04:00
Glen Fernandes
aa70414fde Add pedantic and warnings-as-errors to tests 2019-12-23 22:09:45 -05:00
Glen Fernandes
daf69d8864 Rename Jamfile.v2 to Jamfile 2019-12-17 09:26:01 -05:00
Vladimir Prus
e0ba7aaea6 Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
Dave Abrahams
9f164153eb Modernize
[SVN r32421]
2006-01-26 17:03:53 +00:00
Daryle Walker
30431241e2 Moved some of my stuff to the Boost Software License, Version 1.0
[SVN r20681]
2003-11-05 07:04:53 +00:00
Samuel Krempp
4e999873c5 new test was linking to boost_test_exec_monitor instead of boost_unit_test_framework
[SVN r20033]
2003-09-12 06:02:07 +00:00
Daryle Walker
174a9d724e Moved Boost.I/O tests to separate file
[SVN r20032]
2003-09-12 04:57:05 +00:00