Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66612 - in sandbox/regex-allocator: boost/regex/v4 libs/regex/example
From: john_at_[hidden]
Date: 2010-11-16 08:10:28


Author: johnmaddock
Date: 2010-11-16 08:10:24 EST (Tue, 16 Nov 2010)
New Revision: 66612
URL: http://svn.boost.org/trac/boost/changeset/66612

Log:
Fix build script.
Don't try and export header-only class.
Text files modified:
   sandbox/regex-allocator/boost/regex/v4/regex_raw_buffer.hpp | 2
   sandbox/regex-allocator/libs/regex/example/Jamfile.v2 | 41 +++++++++++++--------------------------
   2 files changed, 15 insertions(+), 28 deletions(-)

Modified: sandbox/regex-allocator/boost/regex/v4/regex_raw_buffer.hpp
==============================================================================
--- sandbox/regex-allocator/boost/regex/v4/regex_raw_buffer.hpp (original)
+++ sandbox/regex-allocator/boost/regex/v4/regex_raw_buffer.hpp 2010-11-16 08:10:24 EST (Tue, 16 Nov 2010)
@@ -106,7 +106,7 @@
 // this is used by basic_regex for expression storage
 //
 template <class Allocator>
-class BOOST_REGEX_DECL raw_storage : public Allocator
+class raw_storage : public Allocator
 {
 public:
    typedef std::size_t size_type;

Modified: sandbox/regex-allocator/libs/regex/example/Jamfile.v2
==============================================================================
--- sandbox/regex-allocator/libs/regex/example/Jamfile.v2 (original)
+++ sandbox/regex-allocator/libs/regex/example/Jamfile.v2 2010-11-16 08:10:24 EST (Tue, 16 Nov 2010)
@@ -47,43 +47,30 @@
 
 test-suite regex-examples :
 
-[ regex-test-run timer/regex_timer.cpp : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ]
-[ regex-test-run grep/grep.cpp $(boost)/libs/program_options/build//boost_program_options/<link>static : -n -b $(BOOST_ROOT)/boost/regex.hpp $(BOOST_ROOT)/boost/type_traits.hpp : test_grep ]
+[ regex-test-run timer/regex_timer.cpp : $(boost)/libs/regex/example/timer/input_script.txt ]
+[ regex-test-run grep/grep.cpp $(boost)/libs/program_options/build//boost_program_options/<link>static : -n -b $(boost)/boost/regex.hpp $(boost)/boost/type_traits.hpp : test_grep ]
 [ regex-test-run snippets/credit_card_example.cpp ]
 [ regex-test-run snippets/mfc_example.cpp ]
 [ regex-test-run snippets/icu_example.cpp ]
-[ regex-test-run snippets/partial_regex_grep.cpp : $(BOOST_ROOT)/libs/regex/index.htm ]
-[ regex-test-run snippets/partial_regex_iterate.cpp : $(BOOST_ROOT)/libs/regex/index.htm ]
+[ regex-test-run snippets/partial_regex_grep.cpp : $(boost)/libs/regex/index.htm ]
+[ regex-test-run snippets/partial_regex_iterate.cpp : $(boost)/libs/regex/index.htm ]
 [ regex-test-run snippets/partial_regex_match.cpp : 1234-5678-8765-4 ]
-[ regex-test-run snippets/regex_grep_example_1.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
-[ regex-test-run snippets/regex_grep_example_2.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
-[ regex-test-run snippets/regex_grep_example_3.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
-[ regex-test-run snippets/regex_grep_example_4.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
+[ regex-test-run snippets/regex_grep_example_1.cpp : $(boost)/boost/rational.hpp ]
+[ regex-test-run snippets/regex_grep_example_2.cpp : $(boost)/boost/rational.hpp ]
+[ regex-test-run snippets/regex_grep_example_3.cpp : $(boost)/boost/rational.hpp ]
+[ regex-test-run snippets/regex_grep_example_4.cpp : $(boost)/boost/rational.hpp ]
 [ regex-test-run snippets/regex_match_example.cpp : -auto ]
-[ regex-test-run snippets/regex_merge_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
-[ regex-test-run snippets/regex_replace_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
-[ regex-test-run snippets/regex_search_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
+[ regex-test-run snippets/regex_merge_example.cpp : $(boost)/boost/rational.hpp ]
+[ regex-test-run snippets/regex_replace_example.cpp : $(boost)/boost/rational.hpp ]
+[ regex-test-run snippets/regex_search_example.cpp : $(boost)/boost/rational.hpp ]
 [ regex-test-run snippets/regex_split_example_1.cpp : -auto ]
-[ regex-test-run snippets/regex_split_example_2.cpp : $(BOOST_ROOT)/libs/regex/doc/html/index.html ]
+[ regex-test-run snippets/regex_split_example_2.cpp : $(boost)/libs/regex/doc/html/index.html ]
 [ regex-test-run snippets/regex_token_iterator_eg_1.cpp : -auto ]
-[ regex-test-run snippets/regex_token_iterator_eg_2.cpp : $(BOOST_ROOT)/libs/regex/doc/html/index.html ]
-[ regex-test-run snippets/regex_iterator_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
+[ regex-test-run snippets/regex_token_iterator_eg_2.cpp : $(boost)/libs/regex/doc/html/index.html ]
+[ regex-test-run snippets/regex_iterator_example.cpp : $(boost)/boost/rational.hpp ]
 [ run snippets/captures_example.cpp
   ../test/captures//boost_regex_extra
   : : : <threading>multi <define>BOOST_REGEX_MATCH_EXTRA=1 ]
 
 ;
 
-
-
-
-
-
-
-
-
-
-
-
-
-


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