Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.

Boost 1.66.0 Library Documentation - System

Sort by:

System

Chrono

Useful time utilities. C++11.

Author(s)
Howard Hinnant, Beman Dawes and Vicente J. Botet Escriba
First Release
1.47.0
Categories
Domain Specific, System
Context

(C++11) Context switching library.

Author(s)
Oliver Kowalke
First Release
1.51.0
Categories
Concurrent Programming, System
Date Time

A set of date-time libraries based on generic programming concepts.

Author(s)
Jeff Garland
First Release
1.29.0
Categories
Domain Specific, System
DLL

Library for comfortable work with DLL and DSO.

Author(s)
Antony Polukhin and Renato Tegon Forti
First Release
1.61.0
Categories
System
Fiber

(C++11) Userland threads library.

Author(s)
Oliver Kowalke
First Release
1.62.0
Categories
Concurrent Programming, System
Filesystem

The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories.

Author(s)
Beman Dawes
First Release
1.30.0
Categories
System
Process

Library to create processes in a portable way.

Author(s)
Merino Vidal, Ilya Sokolov, Felipe Tanus, Jeff Flinn, Thomas Jarosch, Boris Schaeling and Klemens D. Morgenstern
First Release
1.64.0
Categories
System
Stacktrace

Gather, store, copy and print backtraces.

Author(s)
Antony Polukhin
First Release
1.65.0
Categories
Correctness and testing, System
System

Operating system support, including the diagnostics support that will be part of the C++0x standard library.

Author(s)
Beman Dawes
First Release
1.35.0
Categories
System
Thread

Portable C++ multi-threading. C++11, C++14.

Author(s)
Anthony Williams and Vicente J. Botet Escriba
First Release
1.25.0
Categories
Concurrent Programming, System