|
7ad6c08c68
|
must free storage obtained by new[] with delete[]
[SVN r28251]
|
2005-04-14 16:14:18 +00:00 |
|
|
b6c5c86d9c
|
conversion from string literal to char* is deprecated (and unnecessary here)
[SVN r28250]
|
2005-04-14 16:08:58 +00:00 |
|
|
2074344846
|
Regression test changed to take in account the recent fixes
[SVN r28097]
|
2005-04-11 07:41:01 +00:00 |
|
|
d3d4ffe0e6
|
Fixing error in the previous commit
[SVN r26789]
|
2005-01-21 16:53:34 +00:00 |
|
|
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 |
|
|
0a0facd7c7
|
c++boost.gif -> boost.png replacement
[SVN r25573]
|
2004-10-05 15:45:52 +00:00 |
|
|
3542f868a0
|
Problematic std::distance removed
[SVN r25008]
|
2004-09-10 13:23:32 +00:00 |
|
|
4d346d43ad
|
Explicit namespace qualification added to std::distance calls
(hoping to resolve vc7 problem)
[SVN r24953]
|
2004-09-07 10:30:41 +00:00 |
|
|
5063e96367
|
Work around problems with the CW8 preprocessor by not using BOOST_PP.
[SVN r24326]
|
2004-08-06 15:50:35 +00:00 |
|
|
5221839b71
|
tabs removed
[SVN r24272]
|
2004-08-03 17:28:02 +00:00 |
|
|
ba00033cbf
|
Addtional credits
[SVN r24271]
|
2004-08-03 17:23:43 +00:00 |
|
|
047a42934d
|
Incorrect examples fixed
[SVN r24270]
|
2004-08-03 17:09:28 +00:00 |
|
|
67f7273ab3
|
replace_test() function splitted to smaller chuncks.
[SVN r24184]
|
2004-07-30 07:44:43 +00:00 |
|
|
f6752d3ae1
|
change test-suite names to match library names
[SVN r23820]
|
2004-07-20 01:41:00 +00:00 |
|
|
961e8b399e
|
Applying patches from Daniel James
[SVN r23631]
|
2004-07-16 14:10:08 +00:00 |
|
|
cc72a93094
|
tabs removed
[SVN r23618]
|
2004-07-16 09:08:21 +00:00 |
|
|
9fd4119efc
|
Tabs removed
[SVN r23617]
|
2004-07-16 09:06:39 +00:00 |
|
|
00d09671f5
|
Library name fixed
[SVN r23613]
|
2004-07-16 07:51:36 +00:00 |
|
|
4e55a78e2d
|
Small comment typo removed
[SVN r23609]
|
2004-07-15 22:24:39 +00:00 |
|
|
d97ff92ae4
|
Fixing grammar and typos
[SVN r23605]
|
2004-07-15 21:47:22 +00:00 |
|
|
ddd9baba60
|
Library documentation index added
- Automatic redirection to boost-book generated docs
[SVN r23565]
|
2004-07-14 23:01:01 +00:00 |
|
|
3786aa8b04
|
string-text library category added
[SVN r23564]
|
2004-07-14 22:57:55 +00:00 |
|
|
dd8d053685
|
Some spelling errors fixed.
[SVN r23560]
|
2004-07-14 22:17:10 +00:00 |
|
|
54075a951b
|
Documentation update
[SVN r23559]
|
2004-07-14 21:46:50 +00:00 |
|
|
905cbf4a38
|
find_all char* test case added
[SVN r23494]
|
2004-07-13 14:59:43 +00:00 |
|
|
113c676eef
|
std::facet requirement added
[SVN r23324]
|
2004-07-03 10:40:39 +00:00 |
|
|
b108993f89
|
std::locale requirement added
[SVN r23323]
|
2004-07-03 10:32:14 +00:00 |
|
|
6d7d244051
|
Attempt to add static link requirement added for cwpro8 and cwpro9.
Should fix the problems on these compilers
[SVN r23291]
|
2004-06-30 20:13:05 +00:00 |
|
|
77303abc55
|
Added V2 Jamfile
[SVN r23070]
|
2004-06-10 10:02:02 +00:00 |
|
|
bc420c5acf
|
Jamfile updated to reflect new file naming
[SVN r22752]
|
2004-05-06 20:46:42 +00:00 |
|
|
52d529be56
|
test includes changed to increase the coverage of library include problems
[SVN r22582]
|
2004-04-02 16:56:25 +00:00 |
|
|
2152f114f4
|
Test checkpoints rearranged
[SVN r22484]
|
2004-03-12 10:11:18 +00:00 |
|
|
b1a851f650
|
multi-type find_regex test enabled
[SVN r22466]
|
2004-03-09 18:31:56 +00:00 |
|
|
bdc72f04cd
|
Fixing some regression bugs, not directly linked to the library functionality
- Comeau does not know strdup
- Comeau and intel report "\n" as a printable character (isprint('\n')==true)
[SVN r22464]
|
2004-03-09 18:25:03 +00:00 |
|
|
e0776cd359
|
<string.h> include added - needed for strdup
[SVN r22458]
|
2004-03-07 17:29:20 +00:00 |
|
|
fdaa15c290
|
Remove spurious colons which prevent bjam from seeing all of string_algo when string_algo is explicitly specified as a build target
[SVN r22451]
|
2004-03-07 14:18:27 +00:00 |
|
|
03705cb766
|
fixing jamfile to work with regression tests
[SVN r22440]
|
2004-03-05 21:31:22 +00:00 |
|
|
1deef19d55
|
String Algorithm Library: initial commit
[SVN r22431]
|
2004-03-04 22:12:19 +00:00 |
|