? libs/filesystem/test/boo ? libs/filesystem/test/foo ? libs/filesystem/test/fsream_test_lpath ? libs/filesystem/test/fstream_test_foo ? libs/filesystem/test/fstream_test_➀ ? libs/filesystem/test/xx ? libs/filesystem/test/➀ ? libs/graph/build/compile.txt ? libs/graph/build/compile.txt.gz Index: libs/filesystem/test/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/filesystem/test/Jamfile.v2,v retrieving revision 1.2 diff -u -3 -p -r1.2 Jamfile.v2 --- libs/filesystem/test/Jamfile.v2 14 Apr 2005 13:10:56 -0000 1.2 +++ libs/filesystem/test/Jamfile.v2 19 Dec 2005 08:19:30 -0000 @@ -11,9 +11,13 @@ project test-suite "filesystem" : [ run path_test.cpp ] - [ run default_name_check_test.cpp ] [ run operations_test.cpp ] [ run fstream_test.cpp ] [ run convenience_test.cpp ] [ run large_file_support_test.cpp ] + [ run wide_test.cpp ] + + [ compile ../example/mbcopy.cpp ] + [ compile ../example/mbpath.cpp ] + [ compile ../example/simple_ls.cpp ] ; Index: libs/multi_index/test/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/multi_index/test/Jamfile.v2,v retrieving revision 1.2 diff -u -3 -p -r1.2 Jamfile.v2 --- libs/multi_index/test/Jamfile.v2 14 Apr 2005 11:51:29 -0000 1.2 +++ libs/multi_index/test/Jamfile.v2 19 Dec 2005 08:19:35 -0000 @@ -7,6 +7,11 @@ # # See http://www.boost.org/libs/multi_index for library home page. +project + : requirements + /boost/serialization//boost_serialization + ; + test-suite "multi_index" : [ run test_basic.cpp test_basic_main.cpp ] [ run test_capacity.cpp test_capacity_main.cpp ] Index: libs/regex/build/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/regex/build/Jamfile.v2,v retrieving revision 1.7 diff -u -3 -p -r1.7 Jamfile.v2 --- libs/regex/build/Jamfile.v2 17 Jun 2005 16:37:29 -0000 1.7 +++ libs/regex/build/Jamfile.v2 19 Dec 2005 08:19:35 -0000 @@ -32,6 +32,10 @@ rule check-icu-config ( ) { gICU_CORE_LIB = icuuc ; } + else if [ GLOB $(dir)/lib64 : libicuuc.* ] + { + gICU_CORE_LIB = icuuc ; + } else if [ GLOB $(ICU_PATH)/lib : cygicuuc.dll ] { gICU_CORE_LIB = cygicuuc.dll ; @@ -49,6 +53,10 @@ rule check-icu-config ( ) { gICU_IN_LIB = icui18n ; } + else if [ GLOB $(dir)/lib64 : libicui18n.* ] + { + gICU_IN_LIB = icui18n ; + } else if [ GLOB $(ICU_PATH)/lib : cygicuin.dll ] { gICU_IN_LIB = cygicuin.dll ; Index: libs/test/test/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/test/test/Jamfile.v2,v retrieving revision 1.6 diff -u -3 -p -r1.6 Jamfile.v2 --- libs/test/test/Jamfile.v2 11 May 2005 05:07:56 -0000 1.6 +++ libs/test/test/Jamfile.v2 19 Dec 2005 08:19:36 -0000 @@ -54,8 +54,6 @@ test-suite "unit_test_framework_test" [ test-btl-lib run : parameterized_test_test : boost_unit_test_framework ] [ test-btl-lib run : test_fp_comparisons : boost_unit_test_framework ] [ test-btl-lib run : test_tools_test : boost_unit_test_framework : test_files/test_tools_test.pattern ] - [ test-btl-lib run : auto_unit_test_test : boost_unit_test_framework ] - [ test-btl-lib run : auto_unit_test_test_mult : boost_unit_test_framework : : auto_unit_test_test_mult1.cpp auto_unit_test_test_mult2.cpp ] [ test-btl-lib run : test_case_template_test : boost_unit_test_framework ] [ test-btl-lib run : custom_exception_test : boost_unit_test_framework ] [ test-btl-lib run : fixed_mapping_test : boost_unit_test_framework ]