Commit Graph

40 Commits

Author SHA1 Message Date
c33dad924d Fixed almost all tab and min/max issues found by inspect tool
[SVN r53142]
2009-05-20 19:41:20 +00:00
98a8b08afb Memory management fixes for is_any_of predicate merged from the trunk
[SVN r49172]
2008-10-07 21:59:57 +00:00
fc0f3dcffc Cummulative merge of updates from the main trunk
[SVN r46505]
2008-06-19 12:07:24 +00:00
50b5726a6f Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
d8683f2498 unused parameters removed
[SVN r35753]
2006-10-27 17:37:37 +00:00
d9bc7e800b Merged patch from main trunk for borland by Nicola Musatti
[SVN r33723]
2006-04-17 17:16:11 +00:00
3766cbbe5c find_head/tail_impl functions reordered to avoid dependancy problems
[SVN r32893]
2006-02-13 13:21:31 +00:00
e2b9172f5d - tabs removed
- find_tail/head_impl functions rearranged to avoid the dependency problem


[SVN r32676]
2006-02-06 18:10:18 +00:00
ff82e5135c - added more character-comparison predicates (is_less, is_not_greater)
- added range version of lexicographical_compare
- Fixed some copyright years


[SVN r32478]
2006-01-31 14:57:15 +00:00
dd11014682 negative indexes support added to *_nth, *_head and *_tail algorithms
[SVN r32475]
2006-01-31 12:36:32 +00:00
04a40de48d borland issues
- non working patch reverted
- a working one applied


[SVN r28982]
2005-05-17 07:43:40 +00:00
5ecf446070 Another attempt to fix borland problem.
[SVN r28978]
2005-05-16 21:03:04 +00:00
e909726c60 Another attempt to fix borland problems
[SVN r28974]
2005-05-16 17:56:44 +00:00
9878f92a41 An attempt to fix vc7 compilation failure
[SVN r28952]
2005-05-16 12:35:22 +00:00
d72eec3093 Forgotten reference added
[SVN r28934]
2005-05-15 18:06:14 +00:00
bc09128c6e Work-around CW-8.3 failure because it can't decide between by-value or copy constructor for an iterator range.
[SVN r28918]
2005-05-15 02:38:04 +00:00
e00fd7f159 bcc32 patch from Russell Hind applied
[SVN r28811]
2005-05-11 09:17:14 +00:00
b0a2a9d3e0 Naming convetion changed to follow Boost.Range
[SVN r28185]
2005-04-12 16:50:42 +00:00
0f827f89cf fixed problem with an iterator being == end and dereferencing it
[SVN r28142]
2005-04-12 04:37:06 +00:00
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
5d1448f3ac unused parameter warning removal
[SVN r25671]
2004-10-11 18:28:21 +00:00
56862b0bcc merge new MPL version from 'mplbook' branch
[SVN r24874]
2004-09-02 15:41:37 +00:00
108365abe7 Attempt to fix "Empty sequence after erase problem" reported by vc8.0
[SVN r24835]
2004-08-31 07:43:02 +00:00
fa09dddc75 More general fix for vc8.0
[SVN r24765]
2004-08-26 16:03:48 +00:00
6fb58192d7 Fix fix
[SVN r24678]
2004-08-23 18:52:36 +00:00
792b4eae88 Attempt to fix iterator problem detected by VC8.0
[SVN r24677]
2004-08-23 18:46:28 +00:00
029851b0ce Comments cleanup
[SVN r23447]
2004-07-11 22:07:00 +00:00
8242b4ba5a -predicate_facade moved to a separate header
-composition operators for classification predicates moved
 to the same namespace as predicate_facade


[SVN r23382]
2004-07-06 19:52:18 +00:00
d88e251f39 implementation changed to use boost::function instead of own
virtualizer


[SVN r22658]
2004-04-18 18:36:35 +00:00
9198370df5 removed some warnings
[SVN r22556]
2004-03-26 09:16:00 +00:00
6dccaf3fcb out-of-range iterator access fix
[SVN r22493]
2004-03-12 22:49:46 +00:00
9d1fb3c9ff fixing the fix
[SVN r22463]
2004-03-09 18:09:45 +00:00
678183f831 fixed problem with a iterator running out of range
(reported by gcc3.4 as an invalid condition even though the
iterator has not been dereferenced)


[SVN r22462]
2004-03-09 17:58:59 +00:00
99f50f9d2b is_any_of - std::set instantiation problem fix
[SVN r22457]
2004-03-07 17:27:06 +00:00
1c963dac31 unnecessary semicolons removed
[SVN r22456]
2004-03-07 17:22:58 +00:00
71ffcff092 fix namespace error when no partial specialization
[SVN r22452]
2004-03-07 14:33:56 +00:00
c945d5ba7b unnecessary "typename" causing gcc3.4 to fail removed
[SVN r22450]
2004-03-07 14:00:21 +00:00
6f22693df6 fixing problems with vacpp.
[SVN r22443]
2004-03-06 09:31:42 +00:00
cb41081ce0 cstddef include added to possibly fix gcc 3.4 builds
[SVN r22439]
2004-03-05 21:28:56 +00:00
1deef19d55 String Algorithm Library: initial commit
[SVN r22431]
2004-03-04 22:12:19 +00:00