mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Moved some key template instances into the lib and out of user code.
Updated makefiles: renamed lib files with new more systematic naming convention. Added bcb6 support. Rewritten automatic lib selection. Updated copyright declarations. [SVN r13557]
This commit is contained in:
@ -69,7 +69,7 @@ unit-test regex_grep_example_1 : snippets/regex_grep_example_1.cpp
|
||||
:
|
||||
debug
|
||||
:
|
||||
../../../boost/smart_ptr.hpp
|
||||
../../../boost/rational.hpp
|
||||
;
|
||||
|
||||
unit-test regex_grep_example_2 : snippets/regex_grep_example_2.cpp
|
||||
@ -81,7 +81,7 @@ unit-test regex_grep_example_2 : snippets/regex_grep_example_2.cpp
|
||||
:
|
||||
debug
|
||||
:
|
||||
../../../boost/smart_ptr.hpp
|
||||
../../../boost/rational.hpp
|
||||
;
|
||||
|
||||
unit-test regex_grep_example_3 : snippets/regex_grep_example_3.cpp
|
||||
@ -93,7 +93,7 @@ unit-test regex_grep_example_3 : snippets/regex_grep_example_3.cpp
|
||||
:
|
||||
debug
|
||||
:
|
||||
../../../boost/smart_ptr.hpp
|
||||
../../../boost/rational.hpp
|
||||
;
|
||||
|
||||
unit-test regex_grep_example_4 : snippets/regex_grep_example_4.cpp
|
||||
@ -105,7 +105,7 @@ unit-test regex_grep_example_4 : snippets/regex_grep_example_4.cpp
|
||||
:
|
||||
debug
|
||||
:
|
||||
../../../boost/smart_ptr.hpp
|
||||
../../../boost/rational.hpp
|
||||
;
|
||||
|
||||
unit-test regex_match_example : snippets/regex_match_example.cpp
|
||||
@ -129,7 +129,7 @@ unit-test regex_merge_example : snippets/regex_merge_example.cpp
|
||||
:
|
||||
debug
|
||||
:
|
||||
../../../boost/smart_ptr.hpp
|
||||
../../../boost/rational.hpp
|
||||
;
|
||||
|
||||
unit-test regex_search_example : snippets/regex_search_example.cpp
|
||||
@ -141,7 +141,7 @@ unit-test regex_search_example : snippets/regex_search_example.cpp
|
||||
:
|
||||
debug
|
||||
:
|
||||
../../../boost/smart_ptr.hpp
|
||||
../../../boost/rational.hpp
|
||||
;
|
||||
|
||||
unit-test regex_split_example_1 : snippets/regex_split_example_1.cpp
|
||||
@ -176,3 +176,4 @@ unit-test regex_split_example_2 : snippets/regex_split_example_2.cpp
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user