83306608a7
Fixed template constructor and assign member function iterator usage.
...
[SVN r20227]
2003-09-30 11:38:30 +00:00
f3c1b8d784
Added fix for broken VC++ preprocessor
...
[SVN r20226]
2003-09-30 11:37:04 +00:00
3b27d5a38e
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +00:00
567d76e8e4
Fixed Borland compiles, so that regex can be mixed with vcl.h.
...
[SVN r19880]
2003-08-30 10:14:56 +00:00
51ef8177d3
Fixed Borland warning suppression.
...
Changed config to use BOOST_HAS_DECLSPEC
[SVN r19781]
2003-08-26 10:49:41 +00:00
2e1ed31f34
Fixed spelling of "BOOST" - basically a enormous cut and paste error!
...
[SVN r19581]
2003-08-14 10:22:05 +00:00
ccc9c16e93
Added fixes for tests which are unsupported on some platforms.
...
[SVN r19548]
2003-08-12 12:03:25 +00:00
4e412a1774
Various minor warning suppressions.
...
[SVN r19547]
2003-08-12 11:24:09 +00:00
e4248fcb19
Moved some config code into boost.config (ABI and lib selection code).
...
[SVN r19546]
2003-08-12 11:23:02 +00:00
ae95ac6ad0
Fixed STLPort detection
...
[SVN r19413]
2003-08-03 11:44:41 +00:00
feb3f7bc40
name required for wide_posix_api_check_c
...
[SVN r19368]
2003-07-30 20:43:35 +00:00
b66ac65061
Disabled tests that are causing problems for the regression testers
...
[SVN r19361]
2003-07-30 12:16:32 +00:00
d695b70ee9
Added check to prevent macro redeffinition
...
[SVN r19360]
2003-07-30 12:15:45 +00:00
222b16693c
Added tentative como fix
...
[SVN r19320]
2003-07-27 10:55:35 +00:00
6750cf4892
Modified wide character tests to warn not fail when no wide character support is available in the platform.
...
Modified Jamfiles to use centralised options.
Added wide character concept check.
[SVN r19318]
2003-07-26 11:22:17 +00:00
9d565f63ed
Added Como dll export options.
...
[SVN r19317]
2003-07-26 11:12:32 +00:00
8a5b00c128
Added needed const qualifier on out of line deffinition.
...
[SVN r19306]
2003-07-25 11:57:19 +00:00
11f535596b
Added fix for SGI64 (std::messages::open appears to require a non-const reference on that platform :-( )
...
[SVN r19305]
2003-07-25 11:27:17 +00:00
bba214f904
Added out of line deffinition for integral constant.
...
[SVN r19304]
2003-07-25 11:20:39 +00:00
8be91f0568
Added SGI-Irix tentative fix.
...
[SVN r19228]
2003-07-20 11:17:15 +00:00
cddfd077a8
Added tentative fix for Metrowerks problem.
...
Removed Intel test code.
[SVN r19227]
2003-07-20 11:16:26 +00:00
41e54c1cf2
Added temporary Intel diagnostic code
...
[SVN r19211]
2003-07-19 12:12:50 +00:00
0f2f6b6dfc
changed MSVC calling convention setup - can't use __fastcall in debug mode especially with /RTC
...
[SVN r19190]
2003-07-18 11:25:34 +00:00
ff80be2019
avoid gcc "signed/unsigned" warning
...
[SVN r19128]
2003-07-15 15:55:59 +00:00
8e03097d9d
Added explicit bounds to the array variables to work around Mtrowerks problems.
...
Added extra check before setting dllexport options.
[SVN r19095]
2003-07-13 11:27:05 +00:00
e12105e591
Added casts to (unsigned char) to suppress warnings from picky compilers.
...
Changed array initialisation to take account of it's true size (bug fix).
[SVN r19087]
2003-07-12 11:51:36 +00:00
1c915e3fda
Disabled workarounds for SGI compiler - they don't work and shouldn't be needed.
...
Removed local declaration of icase, when class member should do.
[SVN r19085]
2003-07-12 10:33:10 +00:00
cb9409160a
Moved static stables into the function bodies to fix a gcc on MacOS X and IMB compiler bug.
...
Fixed config system for dll builds - the default linkage option is now static linking.
Fixed makefiles - dll builds now work.
Added Misc fixes for the example programs.
[SVN r19044]
2003-07-11 11:51:35 +00:00
c32c644a38
Added fixes for:
...
Compilers that pretend to be Visual C++
export of memory management code
[SVN r18955]
2003-07-07 11:44:00 +00:00
5c0a6398ab
Updated link in docs
...
[SVN r18948]
2003-07-06 10:51:00 +00:00
4a851cf958
Fixed C++ Builder 5 support,
...
Fixed support for bidirectional iterators,
Fixed enum declaration in states.hpp.
[SVN r18874]
2003-06-27 11:12:47 +00:00
6f9ba7a289
Added new concept check,
...
removed assertion in degug allocator that was being triggered by std lib code !
[SVN r18873]
2003-06-27 11:11:21 +00:00
4a06f15183
Added missing needed include
...
[SVN r18863]
2003-06-24 10:52:51 +00:00
01a3b56f8a
removed some previous attempted workarounds - they don't work.
...
[SVN r18855]
2003-06-23 11:02:00 +00:00
3fc6433d44
Updated performance figures for GRETA.
...
[SVN r18822]
2003-06-17 10:30:08 +00:00
5255c45b0a
Fixed bug in token_iterator that caused it to miss items when field splitting.
...
[SVN r18821]
2003-06-17 10:28:51 +00:00
ed48905c5e
Added check for invalid regular expression in matching code.
...
[SVN r18777]
2003-06-11 12:11:17 +00:00
13769e4fff
Fixed array bounds so that gcc3 will actually compile the code, it's now seriously unmainable though, still it's the only thing that seems to work...
...
[SVN r18761]
2003-06-10 11:59:44 +00:00
6dfa7ef86c
Added explicit bounds to arrays, as patch for broken compilers that can't otherwise cope.
...
[SVN r18743]
2003-06-09 11:56:15 +00:00
eb91bf612a
Fixed allocator type.
...
[SVN r18680]
2003-06-05 11:56:59 +00:00
e016ef8e21
Added minor bug fixes (some expressions starting with ^ were not being found), plus a few warning suppressions.
...
[SVN r18679]
2003-06-05 10:46:03 +00:00
ca984697f0
Add <no-warn> so como can compile winnt.h
...
[SVN r18656]
2003-06-03 20:07:02 +00:00
2f9da388c1
Added fix for IBM C++
...
[SVN r18586]
2003-05-28 11:38:00 +00:00
f50f35d1fc
Added <ios> include for KCC
...
[SVN r18536]
2003-05-25 11:16:14 +00:00
df4b8e696f
Added patch for gcc 2.95 and get_line under cygwin
...
[SVN r18535]
2003-05-25 10:58:24 +00:00
3673a0a888
Added support for BOOST_DEDUCED_TYPENAME
...
[SVN r18534]
2003-05-25 10:54:03 +00:00
a69678c3c6
stripped tabs from files
...
[SVN r18526]
2003-05-24 11:14:53 +00:00
8fb69853fc
Fixed broken links, added copyright declarations, renamed some long file names
...
[SVN r18525]
2003-05-24 11:13:26 +00:00
70199360d3
Use the recently added BOOST_INTEL macro
...
[SVN r18511]
2003-05-23 11:53:49 +00:00
9aa18a159d
Added como warning suppression.
...
[SVN r18508]
2003-05-23 11:31:00 +00:00