~roguescholar/boost/+git/flyweight:feature/drone

Last commit made on 2023-02-21
Get this branch:
git clone -b feature/drone https://git.launchpad.net/~roguescholar/boost/+git/flyweight

Branch merges

Branch information

Name:
feature/drone
Repository:
lp:~roguescholar/boost/+git/flyweight

Recent commits

dc842eb... by Peter Dimov <email address hidden>

Add Drone support

11028b6... by joaquintides <email address hidden>

updated copyright dates and release notes

c8b94e7... by joaquintides <email address hidden>

Merge pull request #10 from fanquake/use_core_swap

use core/*.hpp over utility/*.hpp

837ec8a... by fanquake <email address hidden>

refactor use core/enable_if.hpp over enable_if.hpp

03cc00c... by fanquake <email address hidden>

refactor use core/swap.hpp over swap.hpp

af4fd3e... by Peter Dimov <email address hidden>

Add CMakeLists.txt

47fd705... by joaquintides <email address hidden>

Merge branch 'develop'

9836aa3... by joaquintides <email address hidden>

Merge pull request #7 from eldiener/develop

[skip ci] Add "cxxstd" json field

61e9b90... by Edward Diener

[skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.

9b123a8... by joaquintides <email address hidden>

Merge branch 'develop'