From c3949bf5a1b04c07524730b23d8e247823095ffc Mon Sep 17 00:00:00 2001
From: Vladimir Prus
Date: Fri, 17 Apr 2009 07:42:34 +0000
Subject: [PATCH 001/198] Make toolchain check work if version is provided.
[SVN r52437]
---
v2/test/prebuilt/ext/jamfile2.jam | 4 ++--
v2/test/prebuilt/ext/jamfile3.jam | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/v2/test/prebuilt/ext/jamfile2.jam b/v2/test/prebuilt/ext/jamfile2.jam
index 2030b6465..dd79f4ea2 100644
--- a/v2/test/prebuilt/ext/jamfile2.jam
+++ b/v2/test/prebuilt/ext/jamfile2.jam
@@ -5,7 +5,7 @@ local dll-suffix = so ;
local prefix = "" ;
if [ modules.peek : OS ] in CYGWIN NT
{
- if $toolset = gcc
+ if [ MATCH ^(gcc) : $toolset ]
{
dll-suffix = dll ;
}
@@ -18,7 +18,7 @@ else
{
prefix = "lib" ;
}
-if $toolset = darwin
+if [ MATCH ^(darwin) : $toolset ]
{
dll-suffix = dylib ;
}
diff --git a/v2/test/prebuilt/ext/jamfile3.jam b/v2/test/prebuilt/ext/jamfile3.jam
index 868761cb5..f172a89d0 100644
--- a/v2/test/prebuilt/ext/jamfile3.jam
+++ b/v2/test/prebuilt/ext/jamfile3.jam
@@ -9,7 +9,7 @@ local dll-suffix = so ;
local prefix = "" ;
if [ modules.peek : OS ] in CYGWIN NT
{
- if $toolset = gcc
+ if [ MATCH ^(gcc) : $toolset ]
{
dll-suffix = dll ;
}
@@ -22,7 +22,7 @@ else
{
prefix = "lib" ;
}
-if $toolset = darwin
+if [ MATCH ^(darwin) : $toolset ]
{
dll-suffix = dylib ;
}
From 1ee245715a741e26bcfba1f3e430ff7786acadd2 Mon Sep 17 00:00:00 2001
From: Vladimir Prus
Date: Wed, 22 Apr 2009 15:22:55 +0000
Subject: [PATCH 002/198] Don't crash when the absolute path to compiler cannot
be found.
[SVN r52541]
---
v2/tools/msvc.jam | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/v2/tools/msvc.jam b/v2/tools/msvc.jam
index 372757e8e..52af14d62 100644
--- a/v2/tools/msvc.jam
+++ b/v2/tools/msvc.jam
@@ -729,7 +729,10 @@ local rule configure-really ( version ? : options * )
# MSVC 7.1 compiler even though it thinks it is using the msvc-9.0
# toolset version.
command = [ common.get-absolute-tool-path $(command[-1]) ] ;
-
+ }
+
+ if $(command)
+ {
local parent = [ path.make $(command) ] ;
parent = [ path.parent $(parent) ] ;
parent = [ path.native $(parent) ] ;
From 1c702bfab997d38839219086f374877fee2ef757 Mon Sep 17 00:00:00 2001
From: "Troy D. Straszheim"
Date: Thu, 23 Apr 2009 20:18:23 +0000
Subject: [PATCH 003/198] Yet another test commit, sorry about the noise,
testing git mirror.
[SVN r52575]
---
CMake/doc/cmake.qbk | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMake/doc/cmake.qbk b/CMake/doc/cmake.qbk
index 49230981d..c2205441a 100644
--- a/CMake/doc/cmake.qbk
+++ b/CMake/doc/cmake.qbk
@@ -686,4 +686,5 @@ boost_add_library(boost_libname
]
[endsect]
+
[endsect]
From d61f063e74c7390b7d7e5db3cbf9d9077b13a020 Mon Sep 17 00:00:00 2001
From: "Troy D. Straszheim"
Date: Thu, 23 Apr 2009 20:49:50 +0000
Subject: [PATCH 004/198] Last test commit.
[SVN r52576]
---
CMake/doc/cmake.qbk | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMake/doc/cmake.qbk b/CMake/doc/cmake.qbk
index c2205441a..01cc35bc9 100644
--- a/CMake/doc/cmake.qbk
+++ b/CMake/doc/cmake.qbk
@@ -687,4 +687,5 @@ boost_add_library(boost_libname
[endsect]
+
[endsect]
From 25e9baf862cd71032940c3a3216c42d0311480ad Mon Sep 17 00:00:00 2001
From: Vladimir Prus
Date: Mon, 27 Apr 2009 10:45:26 +0000
Subject: [PATCH 005/198] Drop Google.Analytics setup from offline copy.
[SVN r52621]
---
v2/index.html | 6 ------
1 file changed, 6 deletions(-)
diff --git a/v2/index.html b/v2/index.html
index 160949ce2..e505175a2 100644
--- a/v2/index.html
+++ b/v2/index.html
@@ -160,12 +160,6 @@ div.sidebar p.rubric {
-->
-
-