bca416c177
s/ususally/often/; Refs #6689
...
[SVN r77343]
2012-03-15 18:34:55 +00:00
8bfaa6dad3
Added QuickRef entries for 'is_any_of' and 'is_from_range'
...
[SVN r76526]
2012-01-15 16:47:48 +00:00
34c49f856c
trim_fill algorithm added
...
[SVN r72338]
2011-06-01 22:00:22 +00:00
caea7bd125
trim_all test fixed
...
[SVN r68173]
2011-01-15 18:37:46 +00:00
276073ca64
tabs removed
...
[SVN r68162]
2011-01-14 23:12:32 +00:00
a7f5bdd781
trim_all algorithm added
...
[SVN r68161]
2011-01-14 23:06:14 +00:00
9d25072f2f
dissect formatter and tests added
...
[SVN r68124]
2011-01-13 21:21:37 +00:00
fecd440527
Fix some links I missed in string algorithms
...
[SVN r66278]
2010-10-30 15:53:41 +00:00
3325d3a3f8
Link fixes.
...
[SVN r66273]
2010-10-30 14:32:50 +00:00
ebf104c127
test for empty string split added
...
[SVN r66221]
2010-10-27 20:42:22 +00:00
f5dd47883f
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
9d68c4280c
Fix license per inspection report.
...
[SVN r62814]
2010-06-11 19:52:26 +00:00
42147c8385
Copy m_bEof in the split_iterator copy constructor. Fixes #4271
...
[SVN r62696]
2010-06-09 23:12:56 +00:00
672775545d
Avoid calling the formatter with an invalid match. Fixes #2777
...
[SVN r62695]
2010-06-09 23:04:24 +00:00
46ed1bf987
Assign the iterator returned by std::copy back to Output, so that string algorithms will work with iterators other than inserters
...
[SVN r62694]
2010-06-09 21:12:06 +00:00
6289ed7f98
Trim the correct string. Fixes #3860
...
[SVN r62692]
2010-06-09 20:42:46 +00:00
31b5842441
Typo.
...
[SVN r62461]
2010-06-06 07:18:24 +00:00
4515bc182e
Fix example. Fixes #4206
...
[SVN r61931]
2010-05-12 12:56:16 +00:00
1eb3d83534
Fix links for string algorithm to range documentation.
...
[SVN r61351]
2010-04-18 12:17:36 +00:00
8f2b8d4888
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
236b142308
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
9bad789175
Fix operator precedence error in documentation. Fixes #2122
...
[SVN r53520]
2009-06-01 00:47:03 +00:00
e8a2596637
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
1188575e7b
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
bff2a1e112
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
6d5e7b5a04
self assignment problem in is_any_ofF fixed
...
[SVN r48281]
2008-08-21 14:46:15 +00:00
1f5542b44c
predicate test improvements
...
[SVN r48199]
2008-08-18 18:33:40 +00:00
539c170b9d
aditional tests added
...
[SVN r46497]
2008-06-18 21:55:38 +00:00
ba5e4c30c6
fixed the rle example crash
...
[SVN r46463]
2008-06-17 21:58:58 +00:00
4e15767bed
simple_finder example fixed
...
[SVN r46460]
2008-06-17 21:13:25 +00:00
a389d768c4
Fix broken copyright urls. Fixes #1573 .
...
[SVN r43422]
2008-02-27 18:51:14 +00:00
90fca39906
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
b25d6511b3
merging changes from 1.34
...
[SVN r40697]
2007-11-02 20:55:26 +00:00
66019abb2f
Update
...
[SVN r38521]
2007-08-08 19:23:38 +00:00
8758222006
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
4eef56761a
find/split iterator tests added
...
[SVN r38126]
2007-07-01 22:24:29 +00:00
777f30780e
Fix broken build of docs, it was missing a dependency to the doxygen docs.
...
[SVN r37466]
2007-04-17 17:19:25 +00:00
26aa37733b
Fix a few more references to *.boosbook instead of *.xml generated files.
...
[SVN r37465]
2007-04-17 17:13:35 +00:00
f1e60579c2
documentation typo fixed
...
[SVN r36843]
2007-01-30 07:59:28 +00:00
389dd3c863
Add copyright, license
...
[SVN r35905]
2006-11-07 19:11:57 +00:00
f23f61ae9b
License added to the xml doc files
...
[SVN r34895]
2006-08-16 07:17:49 +00:00
bd974bb945
- join and lexicographical_compare added to the quickref
...
- join.hpp added to jambfil
[SVN r33406]
2006-03-20 13:08:13 +00:00
131484606f
testcases that were offencing vc8.0 fixed
...
[SVN r33143]
2006-02-27 14:13:27 +00:00
20d22a8fc8
fix the tests to join_it naming
...
[SVN r33137]
2006-02-27 12:01:08 +00:00
b7a3fa2c73
Testcase for regex variant of join_if added
...
[SVN r32919]
2006-02-14 10:11:33 +00:00
66794c89f6
Tests for join algorihtm added
...
[SVN r32917]
2006-02-14 09:39:03 +00:00
fa01964a1f
tests fo lexicographical_compare added
...
[SVN r32479]
2006-01-31 15:24:03 +00:00
f50dd248cc
testcases for negative indexes addes
...
[SVN r32476]
2006-01-31 12:37:06 +00:00
d9ebe5da13
Merged from Version_1_33_1
...
[SVN r31949]
2005-12-08 03:23:02 +00:00
924368a775
Fix typo
...
[SVN r30046]
2005-07-13 13:55:32 +00:00