Commit Graph
551 Commits
Author SHA1 Message Date
Hartmut Kaiser fb2ea8595a Fixed an ambiguity.
[SVN r44203]
2008-04-12 03:00:17 +00:00
John Maddock aaefead804 Fix bug report #1797.
[SVN r44126]
2008-04-09 15:21:03 +00:00
John Maddock 4298d36237 Updated type_traits intrinsic support for VC8/9.
Updated type_traits intrinsics docs.

[SVN r44017]
2008-04-03 18:12:04 +00:00
John Maddock 713516cd7d Update the type_traits intrinsics support to include the gcc-4.3 intrinsics.
Also added some braces to our testing macros to quieten gcc warnings.

[SVN r44013]
2008-04-03 16:41:43 +00:00
John Maddock 912045e6ac Updated and strengthened type_with_alignment tests and fixed msvc issue that prevented a type_with_alignment (or any type containing it such as Boost.Optional) from being passed by value. See http://article.gmane.org/gmane.comp.lib.boost.devel/173011 for motivating test case.
[SVN r43984]
2008-04-01 16:48:58 +00:00
John Maddock 9f60cc0b42 Added support and tests for MSVC SSE intrinsic types with alignments > long long.
[SVN r43952]
2008-03-30 17:25:24 +00:00
John Maddock 21b6ef16db Fix bug report #1626: added missing #include.
[SVN r43948]
2008-03-30 16:07:27 +00:00
Daniel James 8fa9c7e6a7 Regenerate the type traits docs, to get changes from [43621]. Refs #1686.
[SVN r43622]
2008-03-15 13:04:57 +00:00
Daniel James 78eba00f6b Update type traits links for new location.
[SVN r43621]
2008-03-15 12:59:21 +00:00
John Maddock 1f23f44e86 Added link to PDF docs, and regenerated.
[SVN r43354]
2008-02-21 13:51:18 +00:00
John Maddock 00b86fc75c Added fix for inspection report.
[SVN r43150]
2008-02-07 10:29:59 +00:00
John Maddock e80413f337 Removed dead file.
[SVN r43085]
2008-02-04 09:17:35 +00:00
John Maddock e10f6cab43 Updated type traits library so that everything compiles with -Wall -pedantic with GCC.
[SVN r42899]
2008-01-21 18:11:09 +00:00
John Maddock 8197f3c4e0 Fixes #1525.
[SVN r42138]
2007-12-18 16:37:23 +00:00
John Maddock 3c402d1377 Fixes #1504.
[SVN r41968]
2007-12-11 17:16:21 +00:00
John Maddock 5e7f4a9c2b Apply warning fix for VC8 and later only: earlier versions warn about the warning suppression :-(
[SVN r41278]
2007-11-21 14:03:16 +00:00
John Maddock 8cfb381025 Change warning suppression, to suppress warnings for VC8 as well.
[SVN r41277]
2007-11-21 12:09:28 +00:00
John Maddock 80e18d2937 Added warning suppression for VC-9.
[SVN r41259]
2007-11-20 16:57:32 +00:00
John Maddock f250146688 Fix issue #1424.
[SVN r40997]
2007-11-10 17:40:19 +00:00
John Maddock 2d33f4a1bf Fixed license text.
[SVN r40925]
2007-11-08 09:38:22 +00:00
John Maddock 0451d0d24f Added license info.
[SVN r40903]
2007-11-07 18:38:23 +00:00
John Maddock 28dba3e799 Added copyright.
[SVN r40902]
2007-11-07 18:29:00 +00:00
Joel de Guzman a8c65cc595 added license info in copyright notice at the footer
[SVN r40867]
2007-11-07 03:23:31 +00:00
John Maddock 2275f12df8 Added a couple of boost:: qualifiers that were present in 1.34.1 but got lost from the Trunk.
[SVN r40683]
2007-11-02 13:01:39 +00:00
John Maddock 295936b175 Disabled intrinsic type traits testing for SGI compiler.
Disabled one is_convertible test for aCC on PA RISC.
Disabled some tests in promote_basic_test.cpp for more platforms that have broken WCHAR_MAX macros.

[SVN r40294]
2007-10-22 17:48:51 +00:00
Joaquín M López Muñoz ec72b74218 reverted 36306 for CW 8.3
[SVN r39885]
2007-10-10 10:20:43 +00:00
John Maddock 27eacb4039 Update Jamfiles to make PDF generation easier.
[SVN r39714]
2007-10-05 17:49:12 +00:00
John Maddock c85d9e3b88 Disable PP-logic for __DECCXX compiler: WCAHR_MAX is defined but doesn't work in PP-logic on that platform.
[SVN r39708]
2007-10-05 15:00:40 +00:00
John Maddock dcee03611b Added tip to function_traits.qbk, rebuilt docs.
[SVN r39682]
2007-10-04 09:18:16 +00:00
John Maddock 293d1cb900 Added workarounds for broken WCHAR_MAX.
[SVN r39635]
2007-10-01 09:39:07 +00:00
John Maddock 97e7ce2abf Almost get things building with Borland.
[SVN r39634]
2007-10-01 09:38:05 +00:00
John Maddock 4f323d9845 Disable test for Intel-10.
[SVN r39633]
2007-10-01 08:29:15 +00:00
John Maddock bb151449f7 Fix msvc warnings.
[SVN r39307]
2007-09-16 08:50:09 +00:00
John Maddock 60963a5d21 Fixed is_base_of/is_base_and_derived so that you get a compiler error if you try and use them with an incomplete class type.
[SVN r39219]
2007-09-12 16:44:16 +00:00
John Maddock fe60c9c994 OK finally got date modified set right.
[SVN r39179]
2007-09-10 11:27:31 +00:00
John Maddock e20cc9b294 Try and force a date update.
[SVN r39178]
2007-09-10 11:24:53 +00:00
John Maddock 4d0bcdc9f5 Big type_traits update:
Added make_signed, make_unsigned and is_complex.
Added docs for some previously undocumented traits: is_signed, is_unsigned and decay.html
Added synonyms for some traits that have changed name in the latest C++ std draft.
Re-organised docs, moved docs out of the main doc build for now (it takes too long).

This also fixes issues: http://svn.boost.org/trac/boost/ticket/492 and http://svn.boost.org/trac/boost/ticket/1008.

[SVN r39175]
2007-09-10 09:19:49 +00:00
Alexander Nasonov 6378e00d86 Apply patch posted in 'attempt to patch floating_point_promotion on borland' message and wait for regression test results.
http://lists.boost.org/Archives/boost/2007/06/122727.php


[SVN r37919]
2007-06-06 20:02:45 +00:00
John Maddock 820cae7c2c removed dead file.
[SVN r36553]
2006-12-31 17:29:18 +00:00
John Maddock ae6dd08936 Typo fix.
[SVN r36486]
2006-12-22 10:08:55 +00:00
John Maddock f799394457 Fix is_base_of example.
[SVN r36348]
2006-12-12 16:14:41 +00:00
John Maddock 48232e77cb Added additional tests for cv-qualified pointer types: these all fail and add new regressions for old compilers, hence their location here.
[SVN r36307]
2006-12-09 09:34:19 +00:00
John Maddock 51dda56abd Fix cv qualified pointer types so they are recognised as pointers.
[SVN r36306]
2006-12-09 09:33:22 +00:00
John Maddock f26b33201b Removed dead code.
[SVN r35585]
2006-10-13 09:19:09 +00:00
John Maddock d5a7f6f622 Fix for old broken Borland compilers.
[SVN r35457]
2006-10-03 17:51:44 +00:00
John Maddock 7959ba4206 Removed aCC workarounds that are no longer necessary.
Updated aCC config.


[SVN r34937]
2006-08-24 10:59:16 +00:00
John Maddock 522e5a9983 Added copyright.
[SVN r34587]
2006-07-17 11:09:44 +00:00
John Maddock 413b552f6f Added missing license info.
[SVN r34586]
2006-07-17 11:08:01 +00:00
John Maddock 99a176c004 Undef macros before defining them (again).
[SVN r34511]
2006-07-12 11:10:22 +00:00
John Maddock db595df809 With apologies: changed Rani's surname so that the code will compile cleanly on machines using a far-eastern locale, unfortunately non-ASCII characters in source files are not portable across platforms and compilers.
[SVN r34507]
2006-07-11 12:07:06 +00:00