mirror of
https://github.com/boostorg/compatibility.git
synced 2026-07-21 13:13:31 +00:00
Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7be386ad98 | |||
| d47c3c463e | |||
| d0caac5c34 | |||
| d8baf73b2b | |||
| 47ce71af6b | |||
| 445fbc1633 | |||
| 96e31d3764 | |||
| 131927a364 | |||
| c26ab9dad2 | |||
| 3e0da6395d | |||
| 1f87ecee01 | |||
| 4c74586365 | |||
| aba743e062 | |||
| 0ffcf6bd5c | |||
| 2c3978f4fa | |||
| c40f64cadb | |||
| 49cd137691 | |||
| 2253a5ec30 | |||
| 0cbae63142 | |||
| 74153bccdd | |||
| ce4e81128f | |||
| 8c1d80216e | |||
| d4aa879539 |
@@ -0,0 +1,20 @@
|
||||
# Generated by `boostdep --cmake compatibility`
|
||||
# Copyright 2020 Peter Dimov
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# https://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
cmake_minimum_required(VERSION 3.5...3.16)
|
||||
|
||||
project(boost_compatibility VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
|
||||
|
||||
add_library(boost_compatibility INTERFACE)
|
||||
add_library(Boost::compatibility ALIAS boost_compatibility)
|
||||
|
||||
target_include_directories(boost_compatibility INTERFACE include)
|
||||
|
||||
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
|
||||
|
||||
add_subdirectory(test)
|
||||
|
||||
endif()
|
||||
|
||||
+3
-3
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
|
||||
<title>Boost.Compatibilty library</title>
|
||||
<title>Boost.Compatibility library</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -15,7 +15,7 @@
|
||||
width="277" height="86">
|
||||
<hr>
|
||||
|
||||
<h1>Boost.Compatibilty library</h1>
|
||||
<h1>Boost.Compatibility library</h1>
|
||||
|
||||
<p>This library provides workarounds which allow the other Boost
|
||||
libraries to be used on otherwise non-conforming platforms. We hope that
|
||||
@@ -82,7 +82,7 @@ cxx -I/usr/local/boost/boost/compatibility/cpp_c_headers ...
|
||||
<hr>
|
||||
|
||||
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0"
|
||||
src="http://www.w3.org/Icons/valid-html401" alt=
|
||||
src="../../doc/images/valid-html401.png" alt=
|
||||
"Valid HTML 4.01 Transitional" height="31" width="88"></a></p>
|
||||
|
||||
<p>Revised
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "compatibility",
|
||||
"name": "Compatibility",
|
||||
"authors": [
|
||||
"Ralf Grosse-Kunstleve",
|
||||
"Jens Maurer"
|
||||
],
|
||||
"description": "Help for non-conforming standard libraries.",
|
||||
"category": [
|
||||
"Workarounds"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user