Skip to content

A project intended to test a Boost.Build toolsets against language standard support.

License

Notifications You must be signed in to change notification settings

tee3/boost-build-toolset-tester-std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boost.Build Toolset Language Standard Support Tester

The project contains a Boost.Build project intended to test language standard support of any Boost.Build toolset. To do this, it attempts to build components of generated C, C++, Objective-C, and Objective-C++ programs for all possible language standard values.

Overview

Running the following command will run all tests against the default compiler.

$ b2

To see a printout of the standard predefined preprocessor macros, add --verbose-test to the command line:

$ b2 --verbose-test

To build against the gcc and clang toolsets, run the following command.

$ b2 --verbose-test \
    toolset=gcc
    toolset=clang

Requirements

  • Boost.Build
  • All desired compilers

About

A project intended to test a Boost.Build toolsets against language standard support.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published