Commit Graph

117 Commits

Author SHA1 Message Date
Pavol Droba
2074344846 Regression test changed to take in account the recent fixes
[SVN r28097]
2005-04-11 07:41:01 +00:00
Pavol Droba
3b889db8d1 Split iterator fixed. Now it returns also last empty match if appropriate
[SVN r28096]
2005-04-11 07:39:34 +00:00
Douglas Gregor
1489b70457 Make sure atoi is available
[SVN r27913]
2005-04-01 22:19:44 +00:00
Fredrik Blomqvist
c475f8559d fixed small cosmetic typo in link
[SVN r27220]
2005-02-07 18:04:15 +00:00
Pavol Droba
d3d4ffe0e6 Fixing error in the previous commit
[SVN r26789]
2005-01-21 16:53:34 +00:00
Pavol Droba
2b5de80031 Library adapted to use official version Boost.Range instead of the internal one.
Internal version removed


[SVN r26788]
2005-01-21 16:49:06 +00:00
Pavol Droba
aea6f39c11 Library adapted to use official Boost.Range instead of the internal version
Internal version removed


[SVN r26787]
2005-01-21 16:45:29 +00:00
John Maddock
54092d7934 Removed one dead file.
Changed legacy referernces to reg_expression to basic_regex


[SVN r26739]
2005-01-19 13:28:57 +00:00
Aleksey Gurtovoy
747597c7ef merge RC_1_32_0 fixes
[SVN r26328]
2004-11-28 03:35:12 +00:00
Pavol Droba
72b4390091 regex_finder and regex_fomatter pulled to the boost namespace
[SVN r25877]
2004-10-26 21:41:00 +00:00
Pavol Droba
77ae41a18a Invalid include fixed
[SVN r25672]
2004-10-11 18:30:21 +00:00
Pavol Droba
5d1448f3ac unused parameter warning removal
[SVN r25671]
2004-10-11 18:28:21 +00:00
Aleksey Gurtovoy
0a0facd7c7 c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
Joaquín M. López Muñoz
053cc53eea workaround for a problem of GCC 2.95 with local scope using directives
[SVN r25077]
2004-09-14 07:15:51 +00:00
Douglas Gregor
54ac5bebd3 Fix stylesheet link
[SVN r25048]
2004-09-13 15:44:23 +00:00
Pavol Droba
3542f868a0 Problematic std::distance removed
[SVN r25008]
2004-09-10 13:23:32 +00:00
Pavol Droba
4d346d43ad Explicit namespace qualification added to std::distance calls
(hoping to resolve vc7 problem)


[SVN r24953]
2004-09-07 10:30:41 +00:00
Aleksey Gurtovoy
56862b0bcc merge new MPL version from 'mplbook' branch
[SVN r24874]
2004-09-02 15:41:37 +00:00
Pavol Droba
108365abe7 Attempt to fix "Empty sequence after erase problem" reported by vc8.0
[SVN r24835]
2004-08-31 07:43:02 +00:00
Pavol Droba
fa09dddc75 More general fix for vc8.0
[SVN r24765]
2004-08-26 16:03:48 +00:00
Pavol Droba
6fb58192d7 Fix fix
[SVN r24678]
2004-08-23 18:52:36 +00:00
Pavol Droba
792b4eae88 Attempt to fix iterator problem detected by VC8.0
[SVN r24677]
2004-08-23 18:46:28 +00:00
Pavol Droba
a23ae6316f Licence from authors of previous versions changed to BSL (according to blanket-permission.txt)
[SVN r24479]
2004-08-14 23:02:20 +00:00
Rene Rivera
5063e96367 Work around problems with the CW8 preprocessor by not using BOOST_PP.
[SVN r24326]
2004-08-06 15:50:35 +00:00
Pavol Droba
5221839b71 tabs removed
[SVN r24272]
2004-08-03 17:28:02 +00:00
Pavol Droba
ba00033cbf Addtional credits
[SVN r24271]
2004-08-03 17:23:43 +00:00
Pavol Droba
047a42934d Incorrect examples fixed
[SVN r24270]
2004-08-03 17:09:28 +00:00
Pavol Droba
747b4e17cc Small fix to make vacpp happy
[SVN r24245]
2004-08-02 10:32:37 +00:00
Pavol Droba
4c0efd3d1a Small optimization of equal() functions.
[SVN r24185]
2004-07-30 07:46:11 +00:00
Pavol Droba
67f7273ab3 replace_test() function splitted to smaller chuncks.
[SVN r24184]
2004-07-30 07:44:43 +00:00
Rene Rivera
ce6a647dd0 Work-around for CW8 problems with static_cast of references to templates.
[SVN r24178]
2004-07-30 04:32:43 +00:00
Hervé Brönnimann
246794db2a Added copyright notices.
[SVN r24171]
2004-07-29 20:27:38 +00:00
Pavol Droba
325fa64dc3 Licence fixed
[SVN r24152]
2004-07-29 07:38:27 +00:00
Rene Rivera
33122fefa7 Fix tabs in file.
[SVN r24039]
2004-07-25 15:09:51 +00:00
Hervé Brönnimann
4b3118ed2b Added BOOST_EXPLICIT_TEMPLATE_TYPE(Value) to fix MSVC (thanks to Joaquin
Munoz)


[SVN r23998]
2004-07-23 17:17:37 +00:00
Hervé Brönnimann
85e0e920bf Removed char* name and dependence on iostream, not appropriate for test
suite (relic of example and debugging).


[SVN r23996]
2004-07-23 16:13:43 +00:00
Joaquín M. López Muñoz
483bc9e231 replaced tuple::get memfun with equivalent global function so as to cover MSVC
[SVN r23956]
2004-07-22 13:43:01 +00:00
Joaquín M. López Muñoz
643c793f3b added a fix for compilers without PTS
[SVN r23955]
2004-07-22 13:39:25 +00:00
Joaquín M. López Muñoz
825468bc42 added an #include for Boost.Ref
[SVN r23954]
2004-07-22 13:37:47 +00:00
Hervé Brönnimann
69339b779c Removed initialization from singular iterator.
[SVN r23910]
2004-07-21 17:23:40 +00:00
Hervé Brönnimann
7a88ef8658 Now includes minmax_test in the test suite.
[SVN r23909]
2004-07-21 17:15:40 +00:00
Hervé Brönnimann
2b2086dd8f Why were these committed in the first place???
[SVN r23908]
2004-07-21 16:48:41 +00:00
Dave Abrahams
bfa0f28830 bugfix from Stefan Slapeta <stefan_nospam_@slapeta.com>
[SVN r23887]
2004-07-21 11:18:16 +00:00
Vladimir Prus
f16de45e46 Don't copy default-initialized iterator, which might be singlular.
[SVN r23843]
2004-07-20 13:42:31 +00:00
Aleksey Gurtovoy
f6752d3ae1 change test-suite names to match library names
[SVN r23820]
2004-07-20 01:41:00 +00:00
Pavol Droba
961e8b399e Applying patches from Daniel James
[SVN r23631]
2004-07-16 14:10:08 +00:00
Pavol Droba
21440d1b17 Appying patch from Danie James
[SVN r23630]
2004-07-16 13:57:40 +00:00
Pavol Droba
cc72a93094 tabs removed
[SVN r23618]
2004-07-16 09:08:21 +00:00
Pavol Droba
9fd4119efc Tabs removed
[SVN r23617]
2004-07-16 09:06:39 +00:00
Pavol Droba
00d09671f5 Library name fixed
[SVN r23613]
2004-07-16 07:51:36 +00:00