Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68552 - in branches/release/libs/icl/test: . fix_icl_after_thread_ fix_include_after_thread_ test_doc_code_
From: afojgo_at_[hidden]
Date: 2011-01-29 17:07:59


Author: jofaber
Date: 2011-01-29 17:07:59 EST (Sat, 29 Jan 2011)
New Revision: 68552
URL: http://svn.boost.org/trac/boost/changeset/68552

Log:
Last minute bug fix (ticket #5135) for boost 1.46.0 authorized by Rene Rivera.
Added:
   branches/release/libs/icl/test/fix_icl_after_thread_/
      - copied from r68493, /trunk/libs/icl/test/fix_icl_after_thread_/
   branches/release/libs/icl/test/fix_icl_after_thread_/fix_icl_after_thread.cpp
      - copied unchanged from r68493, /trunk/libs/icl/test/fix_icl_after_thread_/fix_icl_after_thread.cpp
   branches/release/libs/icl/test/fix_icl_after_thread_/vc9_fix_icl_after_thread.vcproj
      - copied unchanged from r68493, /trunk/libs/icl/test/fix_icl_after_thread_/vc9_fix_icl_after_thread.vcproj
   branches/release/libs/icl/test/fix_include_after_thread_/
      - copied from r68493, /trunk/libs/icl/test/fix_include_after_thread_/
   branches/release/libs/icl/test/fix_include_after_thread_/fix_include_after_thread.cpp
      - copied unchanged from r68493, /trunk/libs/icl/test/fix_include_after_thread_/fix_include_after_thread.cpp
   branches/release/libs/icl/test/fix_include_after_thread_/vc9_fix_include_after_thread.vcproj
      - copied unchanged from r68493, /trunk/libs/icl/test/fix_include_after_thread_/vc9_fix_include_after_thread.vcproj
Properties modified:
   branches/release/libs/icl/test/ (props changed)
   branches/release/libs/icl/test/test_doc_code_/ (props changed)
Text files modified:
   branches/release/libs/icl/test/Jamfile.v2 | 7 ++++++-
   branches/release/libs/icl/test/vc9_icl_fast_tests.sln | 12 ++++++++++++
   2 files changed, 18 insertions(+), 1 deletions(-)

Modified: branches/release/libs/icl/test/Jamfile.v2
==============================================================================
--- branches/release/libs/icl/test/Jamfile.v2 (original)
+++ branches/release/libs/icl/test/Jamfile.v2 2011-01-29 17:07:59 EST (Sat, 29 Jan 2011)
@@ -1,4 +1,4 @@
-# (C) Copyright 2008-2009: Joachim Faulhaber
+# (C) Copyright 2008-2011: Joachim Faulhaber
 # 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)
 
@@ -10,6 +10,7 @@
     : requirements
       <library>/boost/test//boost_unit_test_framework
       <library>/boost/date_time//boost_date_time
+ <library>/boost/thread//boost_thread
       <link>static
       <include>../../..
     ;
@@ -59,4 +60,8 @@
       # test_combinable is too slow or too large for some compilers
       #[ run test_combinable_/test_combinable.cpp ]
       [ run test_changing_interval_defaults_/test_changing_interval_defaults.cpp ]
+
+ # Bug fixes --------------------------------------------------------------
+ [ run fix_include_after_thread_/fix_include_after_thread.cpp ]
+ [ run fix_icl_after_thread_/fix_icl_after_thread.cpp ]
     ;

Modified: branches/release/libs/icl/test/vc9_icl_fast_tests.sln
==============================================================================
--- branches/release/libs/icl/test/vc9_icl_fast_tests.sln (original)
+++ branches/release/libs/icl/test/vc9_icl_fast_tests.sln 2011-01-29 17:07:59 EST (Sat, 29 Jan 2011)
@@ -53,6 +53,10 @@
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_test_changing_interval_defaults", "test_changing_interval_defaults_\vc9_test_changing_interval_defalts.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B8D8A9FA0}"
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_fix_include_after_thread", "fix_include_after_thread_\vc9_fix_include_after_thread.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA0}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_fix_icl_after_thread", "fix_icl_after_thread_\vc9_fix_icl_after_thread.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}"
+EndProject
 Global
         GlobalSection(SolutionConfigurationPlatforms) = preSolution
                 Debug|Win32 = Debug|Win32
@@ -163,6 +167,14 @@
                 {EE61B7EF-EC45-4165-8B49-FD5B8D8A9FA0}.Debug|Win32.Build.0 = Debug|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B8D8A9FA0}.Release|Win32.ActiveCfg = Release|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B8D8A9FA0}.Release|Win32.Build.0 = Release|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA0}.Debug|Win32.ActiveCfg = Debug|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA0}.Debug|Win32.Build.0 = Debug|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA0}.Release|Win32.ActiveCfg = Release|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA0}.Release|Win32.Build.0 = Release|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}.Debug|Win32.ActiveCfg = Debug|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}.Debug|Win32.Build.0 = Debug|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}.Release|Win32.ActiveCfg = Release|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}.Release|Win32.Build.0 = Release|Win32
         EndGlobalSection
         GlobalSection(SolutionProperties) = preSolution
                 HideSolutionNode = FALSE


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk