From 614546d6fac1e68cd3511d3289736f31d5aed1eb Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 31 Oct 2023 20:20:43 -0500 Subject: [PATCH] Update from hash_predef, version 1.15. --- CMakeLists.txt | 16 ++--- doc/history.adoc | 4 ++ doc/index.html | 120 +++++++++++++++++++++++---------- include/boost/predef/version.h | 2 +- 4 files changed, 97 insertions(+), 45 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a3d6c4..379b0ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,13 +1,9 @@ # Copyright Mike Dev 2018 -# Copyright René Ferdinand Rivera Morell 2018-2021 +# Copyright René Ferdinand Rivera Morell 2018-2023 # Distributed under the Boost Software License, Version 1.0. # See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt -# NOTE: -# CMake support for Boost.Predef is currently experimental at best and the -# interface is likely to change in the future -# # This file provides minimal cmake support (no unit-tests, # no installation) for integration into a "host" cmake project # via the "add_subdirectory( )" command. @@ -20,12 +16,12 @@ # Only need the basic minimum of project, add_library, and # target_include_directories commands. -cmake_minimum_required( VERSION 3.0 ) +cmake_minimum_required( VERSION 3.5...3.999 ) -# Don't set VERSION, as that's a pita to keep up to date with the version -# header. And don't set LANGUAGES as we are multi-language and header -# only, so it's irrelevant. -project( BoostPredef LANGUAGES NONE ) +# Don't set LANGUAGES as we are multi-language and header only, so it's +# irrelevant. +set( BOOST_PREDEF_VERSION "1.15" ) +project( boost_predef VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES NONE ) # Simple INTERFACE, and header only, library target. add_library( boost_predef INTERFACE ) diff --git a/doc/history.adoc b/doc/history.adoc index 07176dc..608487f 100644 --- a/doc/history.adoc +++ b/doc/history.adoc @@ -7,6 +7,10 @@ http://www.boost.org/LICENSE_1_0.txt) = History +== 1.15.0 + +* Add detection of Microsoft STL (from Henrik Gaßmann). + == 1.14.0 * Add detection of LoongArch (from Zhang Na). diff --git a/doc/index.html b/doc/index.html index 8487804..109695b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -4,7 +4,7 @@ - + Boost.Predef