Compare commits

...

18 Commits

Author SHA1 Message Date
Peter Dimov 7be386ad98 Merge pull request #7 from sdarwin/docs5
Docs fix typo
2024-10-07 22:17:14 +03:00
sdarwin d47c3c463e Docs fix typo 2024-10-07 13:02:03 -06:00
Peter Dimov d0caac5c34 Merge pull request #3 from sdarwin/meta
Update metadata
2023-09-25 10:22:30 +03:00
sdarwin d8baf73b2b Update metadata 2021-11-05 13:26:18 -05:00
Peter Dimov 47ce71af6b Add CMakeLists.txt 2021-05-28 00:06:10 +03:00
Peter Dimov 445fbc1633 Merge branch 'develop' 2015-01-25 21:39:15 +02:00
Peter Dimov 96e31d3764 Merge pull request #2 from danieljames/metadata
Create metadata file.
2015-01-25 20:35:28 +02:00
Daniel James 131927a364 Add metadata file. 2014-08-18 14:57:47 +01:00
Daniel James c26ab9dad2 Create merge base for git. 2014-04-06 14:01:13 +01:00
Troy D. Straszheim 1f87ecee01 rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
Troy D. Straszheim aba743e062 Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Daniel James 0ffcf6bd5c Use local copy of the valid HTML 4.01 icon, and make sure all the pages
that use it are valid.

Merged revisions 53047-53048 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r53047 | danieljames | 2009-05-16 15:17:20 +0100 (Sat, 16 May 2009) | 1 line
  
  Fix some validation errors.
........
  r53048 | danieljames | 2009-05-16 15:23:59 +0100 (Sat, 16 May 2009) | 1 line
  
  Use a local copy of the valid HTML 4.01 icon.
........


[SVN r53258]
2009-05-25 20:06:26 +00:00
Troy D. Straszheim c40f64cadb merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Beman Dawes 0cbae63142 Starting point for releases
[SVN r39706]
2007-10-05 14:25:06 +00:00
nobody 74153bccdd This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
2007-07-24 19:28:14 +00:00
Daniel James ce4e81128f Change STLport links to point to the sourceforge page.
[SVN r37108]
2007-02-27 23:59:40 +00:00
Andreas Huber 8c1d80216e Merged L & C issue fixes from trunk to branch.
[SVN r36225]
2006-12-01 11:34:43 +00:00
nobody d4aa879539 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
3 changed files with 34 additions and 2 deletions
+20
View File
@@ -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()
+2 -2
View File
@@ -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
+12
View File
@@ -0,0 +1,12 @@
{
"key": "compatibility",
"name": "Compatibility",
"authors": [
"Ralf Grosse-Kunstleve",
"Jens Maurer"
],
"description": "Help for non-conforming standard libraries.",
"category": [
"Workarounds"
]
}