Compare commits

...

21 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 3e0da6395d rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00: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 4c74586365 Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +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
Daniel James 2c3978f4fa Use a local copy of the valid HTML 4.01 icon.
[SVN r53048]
2009-05-16 14:23:59 +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
4 changed files with 32 additions and 23 deletions
+17 -18
View File
@@ -1,21 +1,20 @@
#----------------------------------------------------------------------------
# This file was automatically generated from the original CMakeLists.txt file
# Add a variable to hold the headers for the library
set (lib_headers
compatibility
)
# 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
# Add a library target to the build system
boost_library_project(
compatibility
# SRCDIRS
# TESTDIRS
HEADERS ${lib_headers}
# DOCDIRS
# DESCRIPTION
MODULARIZED
# AUTHORS
# MAINTAINERS
)
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
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
@@ -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
+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"
]
}
-2
View File
@@ -1,2 +0,0 @@
boost_module(compatibility)