Michael A. Jackson
fd3f4544ce
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
John Maddock
0f0eef5efa
Fixes #2445 .
...
Update to recognise VC10.
[SVN r49488]
2008-10-29 17:11:50 +00:00
John Maddock
ac26a726e7
Fix PDF build issue, and regenerated docs.
...
[SVN r49461]
2008-10-27 16:17:02 +00:00
John Maddock
f4ff5f8806
Fix Inspection report issues.
...
[SVN r49281]
2008-10-11 15:40:44 +00:00
John Maddock
4cb054bf64
Enable long long support.
...
[SVN r49168]
2008-10-07 17:13:33 +00:00
John Maddock
5e3ea46864
Change msvc ABI to match the default on Win64.
...
[SVN r49078]
2008-10-01 11:23:31 +00:00
Daniel James
add25bf571
Revert BOOST_NO_INITIALIZER_LISTS test case, I meant to add it to a branch.
...
[SVN r48938]
2008-09-24 10:29:46 +00:00
Daniel James
e6e97911b1
The test case for BOOST_NO_INITIALIZER_LISTS, I'll run generate tomorrow.
...
[SVN r48934]
2008-09-23 23:22:56 +00:00
John Maddock
ca56a76dda
Oops, regenerate and add missing files.
...
[SVN r48909]
2008-09-20 08:58:10 +00:00
K. Noel Belcourt
72b387e5c4
Add support for builing with intel compilers on Itanium
...
(define BOOST_NO_TWO_PHASE_NAME_LOOKUP macro).
[SVN r48897]
2008-09-19 16:37:43 +00:00
John Maddock
3a810dea60
Regenerate docs.
...
[SVN r48894]
2008-09-19 12:01:54 +00:00
John Maddock
525c53434b
Fixes #2327 .
...
Additional Codegear support macros and configuration.
[SVN r48893]
2008-09-19 12:00:14 +00:00
John Maddock
5194a3bad7
Fixes #2328 .
...
[SVN r48795]
2008-09-16 11:13:16 +00:00
John Maddock
c05026a644
Added patches from issue #2327 but without the new config macros or test changes yet.
...
[SVN r48794]
2008-09-16 11:04:52 +00:00
K. Noel Belcourt
3b7f078746
Patch pgi so it is open-coded to work for any PGI
...
compiler version 7 or greater.
[SVN r48380]
2008-08-25 16:31:24 +00:00
John Maddock
4783cd575f
Added gcc auto-detection of no typeid/rtti.
...
Added normalisation code for no rtti.
[SVN r48373]
2008-08-25 11:29:55 +00:00
John Maddock
5f1c6a0d73
Add BOOST_NO_RTTI as per feature request #2241 .
...
[SVN r48372]
2008-08-25 10:06:15 +00:00
Gennaro Prota
9ca5a34369
in boost/config/suffix.hpp: changed copyright notices to the generally preferred form; fixed license reference; added trailing slashes to a couple of URLs; fixed a typo ("analagous"); slightly reformatted my own code and comments (normally we wouldn't have touched this file for non-essential issues, but since it has already been modified, recently...)
...
[SVN r48290]
2008-08-22 11:03:54 +00:00
Daniel James
7deb7200bc
Fix the link to the limits documentation.
...
[SVN r48266]
2008-08-20 19:32:23 +00:00
Jürgen Hunold
1884e62119
Fix: Added check for already defined BOOST_NO_HASH and BOOST_NO_SLIST
...
[SVN r48254]
2008-08-20 11:51:44 +00:00
Beman Dawes
81d37eb28b
Begin 1.37.0
...
[SVN r48196]
2008-08-18 15:23:57 +00:00
John Maddock
e7ac7ebd7b
Added <cmath> support to the TR1 library.
...
Added Borland and Sun workaround headers to the TR1 lib.
Added a "no tr1" version of cmath to Boost.Config and made use of it throughout Boost.Math.
[SVN r48054]
2008-08-10 09:12:02 +00:00
John Maddock
2c40b2fa4d
Shortened file names so we don't exceed the Windows path limit.
...
[SVN r48011]
2008-08-07 09:17:52 +00:00
John Maddock
59ff24b625
Fixes #2084 .
...
[SVN r47853]
2008-07-28 15:23:24 +00:00
Daryle Walker
8aed5ffeaa
Encapsulated the mutually exclusive 'long long' and '__int64' type families into a single interface
...
[SVN r47754]
2008-07-24 11:43:02 +00:00
K. Noel Belcourt
73bce85012
Update to support pgi-7.2, now that I've started
...
testing with it.
[SVN r47512]
2008-07-17 19:19:27 +00:00
Douglas Gregor
2442c44175
Detect the presence of backward/hash_set and backward/hash_map appropriately. Fixes #1462 (again)
...
[SVN r47424]
2008-07-14 18:43:58 +00:00
John Maddock
06f3a2ebd7
Remove offending "typename".
...
[SVN r47415]
2008-07-14 08:39:02 +00:00
John Maddock
b526ab9386
Updated Config/TR1 tests so they include the needed headers.
...
Added new TR1 tests to catch some cyclic dependency errors.
[SVN r47351]
2008-07-12 12:41:52 +00:00
Douglas Gregor
71ac171bed
Fix hash_set and hash_map headers for GCC 4.3, from Ralf W. Grosse-Kunstleve. Fixes #1462
...
[SVN r47264]
2008-07-09 14:25:40 +00:00
John Maddock
1e661e3941
Fix some more inspection report issues: mostly non-ASCII characters in peoples names (sorry folks!).
...
[SVN r46840]
2008-06-29 09:10:46 +00:00
Beman Dawes
cc9211e494
Update version number for 1.36.0
...
[SVN r46718]
2008-06-26 15:34:49 +00:00
Beman Dawes
f598e24025
Update version to 1.36.0
...
[SVN r46712]
2008-06-26 11:25:24 +00:00
Beman Dawes
9b34e89b62
Tweak Adding New Defect Macros updating configuration test system wording.
...
[SVN r46534]
2008-06-20 00:23:58 +00:00
John Maddock
2b3583277f
Reverted changeset 45393.
...
[SVN r46158]
2008-06-05 08:36:39 +00:00
John Maddock
342f67a562
Fix namespace typo.
...
[SVN r46045]
2008-06-02 15:33:13 +00:00
John Maddock
2045854fde
Disable hash and slist support when _STLP_NO_EXTENSIONS is defined.
...
[SVN r46044]
2008-06-02 15:15:16 +00:00
John Maddock
6c321feebf
Fixed a couple of typos.
...
[SVN r45813]
2008-05-27 16:09:09 +00:00
John Maddock
cb26255e3c
Updated guidelines to account for new Jamfile locations.
...
[SVN r45812]
2008-05-27 12:11:56 +00:00
Vladimir Prus
725c43c501
Fix comment
...
[SVN r45446]
2008-05-17 06:33:09 +00:00
John Maddock
89f16cfbc0
Disable BOOST_HAS_FTIME on WinCE.
...
[SVN r45393]
2008-05-15 15:55:00 +00:00
John Maddock
186abf9110
Fix typo.
...
[SVN r45257]
2008-05-10 08:10:09 +00:00
K. Noel Belcourt
239f2b758b
Enable macros BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE and
...
BOOST_HAS_NANOSLEEP.
[SVN r44764]
2008-04-25 15:38:26 +00:00
K. Noel Belcourt
1f2864b3ae
Added no two phase name lookup for intel-darwin
...
compilers.
[SVN r44758]
2008-04-24 23:05:16 +00:00
John Maddock
047d11cf66
Added new files.
...
[SVN r44715]
2008-04-22 08:34:43 +00:00
John Maddock
b4eaf1eb50
Changed macro BOOST_PARTIAL_SPECIALIZATION_EXPLICIT_ARGS to BOOST_NO_PARTIAL_SPECIALIZATION_DEFAULT_ARGS.
...
Changed <utility> to <boost/config/no_tr1/utility.hpp> in order to prevent cyclic dependencies between Fusion Tuples and TR1.
[SVN r44692]
2008-04-21 12:06:02 +00:00
John Maddock
5bad377e04
Added new macro BOOST_NO_TEMPLATED_IOSTREAMS in response to issue #1765 .
...
[SVN r44689]
2008-04-21 09:19:30 +00:00
John Maddock
6feb703b7e
Oops fix typo.
...
[SVN r44687]
2008-04-21 08:46:18 +00:00
John Maddock
4819b3b321
Added new warning_disable.hpp header.
...
[SVN r44621]
2008-04-20 12:54:21 +00:00
John Maddock
9f1b6471d9
Added docs for new warning_disable.hpp header.
...
[SVN r44620]
2008-04-20 12:53:37 +00:00