2
0
mirror of https://github.com/boostorg/tr1.git synced 2026-01-19 04:42:14 +00:00

157 Commits

Author SHA1 Message Date
John Maddock
434da8f690 License info.
[SVN r34589]
2006-07-17 11:25:58 +00:00
John Maddock
f590cd6a32 min/max fix
[SVN r34588]
2006-07-17 11:21:54 +00:00
John Maddock
66e20e0f2c Broken up test_boost into individual tests: required to actually detect regressions caused by cyclic dependencies.
[SVN r34515]
2006-07-12 17:57:11 +00:00
Peter Dimov
18442cfe3a boost::bind placeholders can't always be passed to T const&
[SVN r34478]
2006-07-07 19:25:00 +00:00
Peter Dimov
0ae92e853b is_placeholder, is_bind_expression added.
[SVN r34468]
2006-07-06 13:47:26 +00:00
Alisdair Meredith
d6cef30733 Revised workarounds for Borland 2006
[SVN r34186]
2006-06-05 19:17:33 +00:00
John Maddock
214f597fb4 Update array docs.
[SVN r34170]
2006-06-04 16:09:39 +00:00
John Maddock
037d2b6ccd Fix array test: it compiles now that we have a conforming array class!
[SVN r34169]
2006-06-04 15:52:49 +00:00
John Maddock
3832e38a0b VC7 can't handle new tuple code.
[SVN r34145]
2006-06-02 17:52:44 +00:00
John Maddock
47671495e5 Update link to complex number docs.
[SVN r33502]
2006-03-28 13:03:41 +00:00
John Maddock
56530af988 Added predefined random generators to docs.
[SVN r33404]
2006-03-20 10:37:51 +00:00
John Maddock
b3d306c289 Don't import placeholders if they're not defined in the first place.
[SVN r33020]
2006-02-20 13:50:23 +00:00
John Maddock
202ef022ca Added gcc config comment, improved link text.
[SVN r32888]
2006-02-13 11:26:06 +00:00
John Maddock
84214927d4 Patch for new Borland compiler.
[SVN r32728]
2006-02-08 10:49:55 +00:00
Vladimir Prus
1cdc8ec102 Update Jamfile.v2
[SVN r32510]
2006-02-02 11:15:01 +00:00
John Maddock
243e07afbd Added needed suffix to the tests in std_headers so they don't conflict with those already defined if they have the same name.
[SVN r32508]
2006-02-02 10:35:57 +00:00
Vladimir Prus
e10435a20f Update Jamfile.v2
[SVN r32464]
2006-01-28 14:48:27 +00:00
John Maddock
b971a5e4a5 Borland can't cope with the new version of tuples.
[SVN r32431]
2006-01-27 10:35:38 +00:00
John Maddock
00fd11aadd Make test class have an explicit default constructor in order to satisfy older EDG compiler versions.
[SVN r32402]
2006-01-24 17:31:22 +00:00
John Maddock
76a3d0372c Changed inclusion model so it really does work for std libs that require recursive inclusion.
[SVN r32362]
2006-01-19 19:35:34 +00:00
John Maddock
a4e3141af4 Stop recursion when including std headers.
[SVN r32317]
2006-01-13 19:04:29 +00:00
John Maddock
67b2d835a4 Don't test arg for zero arguments!
[SVN r32277]
2006-01-10 15:59:09 +00:00
John Maddock
4c92fef13a Removed include guards from these headers: some std lib implementations have strange cyclic depenencies that break in the presence of include guards.
[SVN r32276]
2006-01-10 15:58:13 +00:00
John Maddock
a194a945c6 Get the logic of the check the right way around!
[SVN r32011]
2005-12-13 17:08:22 +00:00
John Maddock
b4f9b21e16 Restrict bcc32 specific headers to bcc32 builds.
Don't test the std lib itself, only our new code.


[SVN r32007]
2005-12-12 18:05:26 +00:00
John Maddock
928b61eb0c Added support for more compilers.
[SVN r32006]
2005-12-12 18:04:12 +00:00
John Maddock
b947389aaa Added better diagnostic support for failed tests.
[SVN r31985]
2005-12-11 17:29:13 +00:00
John Maddock
87a3377945 Strengthen tuple tests, update docs now that we have a conforming tuple.
[SVN r31863]
2005-12-01 17:40:13 +00:00
John Maddock
57912a6929 Change tuple code to use new fusion tuple implementation.
<exception> had better not have include guards with gcc apparently.


[SVN r31862]
2005-12-01 17:39:18 +00:00
John Maddock
ad0ce19647 Fix names of config tests in Jamfile
[SVN r31798]
2005-11-28 10:40:09 +00:00
John Maddock
40730d44ab Gcc 2.95.3 fixes.
[SVN r31784]
2005-11-26 13:57:21 +00:00
John Maddock
dc93a63ac4 Oops, last commit needs preprocessor logic in the right order!
[SVN r31770]
2005-11-24 16:44:29 +00:00
John Maddock
b51af2e215 Add tests for functor-initialisation.
[SVN r31769]
2005-11-24 16:37:44 +00:00
John Maddock
7494066a99 Fix aCC include directory name.
Allow random number generators to be constructed from any kind of functor, not just function-objects.


[SVN r31767]
2005-11-24 16:35:40 +00:00
John Maddock
a6b9ba4434 Fix Jamfile.
Update docs with new TR1 deviations discovered.
Added new tests of conversion operator to test_reference_wrapper_tricky.cpp


[SVN r31746]
2005-11-22 18:48:15 +00:00
John Maddock
f08ee9b3e2 Change Sunpro to look for STLport in ../stlport4/
[SVN r31713]
2005-11-20 11:25:48 +00:00
John Maddock
08335b72bd Changed epsilon usage: numeric_limits<long double>::epsilon() is useless on Darwin.
[SVN r31682]
2005-11-16 18:34:40 +00:00
John Maddock
5d2c6afe0d Need 'L' suffix on constants.
[SVN r31681]
2005-11-16 18:33:42 +00:00
John Maddock
729287176d Changed pow function bodies to be a little stricter in it's internal conversions in a bid to stamp out some gcc failures.
[SVN r31680]
2005-11-16 18:33:14 +00:00
John Maddock
294d43c7fc Update tests so that they don't test implementation defined behaviour.
Update docs with guidance on include paths.


[SVN r31675]
2005-11-16 13:47:20 +00:00
John Maddock
11af09d44a Changes to STLport config in a bid to get TR1 working with Sunpro.
[SVN r31674]
2005-11-16 13:46:10 +00:00
John Maddock
68d6794ce3 Explicity add BOOST_ROOT to the include path: we have to ensure it occurs *before* STLport and other std lib replacements.
[SVN r31669]
2005-11-15 19:19:52 +00:00
John Maddock
0f6de6fc23 Disable features that aren't supported (broken compiler workaround)
[SVN r31668]
2005-11-15 19:18:28 +00:00
John Maddock
1b2578ce27 Updates to get the tests working with gcc's native TR1 lib
+ Misc bug fixes, and changes to ensure std conformity.


[SVN r31633]
2005-11-12 17:34:36 +00:00
John Maddock
542f8bc602 Added define to regex tests to suppress some definitions in the headers when testing the std version.
Removed surplus include paths from Jamfiles: they mess up Intel C++


[SVN r31610]
2005-11-09 17:33:13 +00:00
John Maddock
c6d843f82d Update so that gcc's native tr1 lib actually works.
[SVN r31609]
2005-11-09 17:31:46 +00:00
John Maddock
9048363e2c Updated include mechanisms to work with gcc-4's native TR1 implementation.
[SVN r31602]
2005-11-08 18:52:30 +00:00
John Maddock
38f965e813 Disabled tests not always supported by Boost
[SVN r31577]
2005-11-06 11:33:29 +00:00
John Maddock
b26bb50d93 Revised Jamfiles and config and type traits tests.
[SVN r31563]
2005-11-05 13:48:04 +00:00
John Maddock
f5a8660f4d Stop using relative paths: it doesn't work from /status.
[SVN r31464]
2005-10-25 16:35:28 +00:00