jzmaddock
3fbf51f31a
Move private headers into detail directory.
...
See https://svn.boost.org/trac/boost/ticket/12328 .
2017-04-16 19:12:59 +01:00
jzmaddock
3dd3a9c46c
Add dependency tracking info.
2014-02-20 11:44:56 +00:00
Andrey Semashev
47aa363f9f
Added #pragma once in case if it speeds up compilation.
...
[SVN r85546]
2013-09-01 19:07:06 +00:00
John Maddock
56d410f014
Make Boost.Config C language compatible.
...
[SVN r70953]
2011-04-03 17:55:30 +00:00
Eric Niebler
cf4e798691
move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
...
[SVN r23313]
2004-07-02 01:21:32 +00:00
Eric Niebler
95f6278e82
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
...
[SVN r22394]
2004-02-26 18:27:02 +00:00
John Maddock
1e7c2699db
Added new licence info.
...
[SVN r20254]
2003-10-04 11:29:20 +00:00
Beman Dawes
ce94616f6e
add or update See www.boost.org comments
...
[SVN r16708]
2002-12-27 16:51:53 +00:00
Jeremy Siek
817241d9c9
changed ordering to get VC++ pragma's (truncation) before <utility>
...
gets included (in select_stdlib_config.hpp)
[SVN r11615]
2001-11-06 16:56:22 +00:00
John Maddock
38009aaf3b
commit of split-config, including any changes required to existing libraries (mainly regex).
...
[SVN r11138]
2001-09-18 11:13:39 +00:00
Jens Maurer
d81ea4494a
Intel C++ 6.0 (now in Beta) doesn't change the front-end (Kirk Klobe)
...
[SVN r11131]
2001-09-16 19:38:41 +00:00
Beman Dawes
877848f088
Update Version to 1.25.0
...
[SVN r11087]
2001-09-10 14:07:09 +00:00
Jens Maurer
029adcf3f2
added BOOST_NO_INTEGRAL_INT64_T for SunCC (Gennadiy E. Rozental)
...
[SVN r11065]
2001-09-07 18:48:03 +00:00
Jeremy Siek
8c880467e1
put the MacOS X c++ compiler (which is a derivative of g++ 2.95.2)
...
down as not supporting wchar_t. This is because the wchar.h header
file does not get installed :(
[SVN r11041]
2001-09-06 03:56:53 +00:00
Dave Abrahams
1ba1b836c7
update revision number for CWPro7
...
[SVN r10959]
2001-08-29 19:21:34 +00:00
Beman Dawes
34c0eb63bf
Misc; mostly fix links to hard disk locations
...
[SVN r10902]
2001-08-20 13:04:43 +00:00
Dave Abrahams
4ac695b81f
updated for CWPro7 compatibility
...
[SVN r10882]
2001-08-17 02:25:10 +00:00
Darin Adler
64c32bf98f
Spell things consistently. Add some bits of Mac stuff to the tests.
...
Use std::size_t where needed.
[SVN r10800]
2001-08-07 17:22:02 +00:00
Dave Abrahams
24ad6f217b
Added fix due to kensai@pacbell.net
...
[SVN r10708]
2001-07-27 11:36:53 +00:00
Beman Dawes
e37ec5a95e
Add Comeau under Win32
...
[SVN r10680]
2001-07-20 21:15:54 +00:00
Beman Dawes
cc064675a6
1.23.0 runup
...
[SVN r10559]
2001-07-06 19:59:28 +00:00
Douglas Gregor
417ec50c39
config.hpp:
...
- Removed BOOST_NO_DEPENDENT_BASE_LOOKUP
- Removed BOOST_WEAK_CONVERSION_OPERATORS
[SVN r10489]
2001-06-30 18:33:57 +00:00
Douglas Gregor
caef31de2a
config.hpp:
...
- Comeau 4.2.45.2 does not correctly handle function pointers to
to functions with default arguments. Use virtual function
implementation for Boost.Function.
[SVN r10432]
2001-06-26 13:40:36 +00:00
Jens Maurer
c1222123b3
Intel C++ doesn't have argument dependent lookup even in strict mode, even
...
with EDG 2.45 frontend.
[SVN r10426]
2001-06-25 19:55:30 +00:00
Jens Maurer
99f61828d5
SunCC and MIPSpro/STLport don't have a conforming std::allocator
...
(rebind is missing).
Factor BOOST_NO_DEPENDENT_BASE_LOOKUP in generic EDG 2.38 section.
[SVN r10412]
2001-06-24 16:16:04 +00:00
John Maddock
1e3a4a1e54
Added Metroworks fixes submitted by Daryle Walker
...
[SVN r10409]
2001-06-23 11:42:42 +00:00
Jens Maurer
24a6f03ce7
add Douglas Gregor's name to previous fix
...
[SVN r10408]
2001-06-23 08:29:18 +00:00
Jens Maurer
61125a8339
using "rebind" with MSVC doesn't work
...
[SVN r10407]
2001-06-23 08:27:53 +00:00
Beman Dawes
d471920ae8
Boost.function changes plus re-order compilers by vendor name
...
[SVN r10366]
2001-06-21 15:51:32 +00:00
Jens Maurer
ea50a67139
beautify #if for gcc 3.0
...
[SVN r10353]
2001-06-17 17:57:07 +00:00
Beman Dawes
3c211cf52a
Dinkumware fix from Mike Thompson
...
[SVN r10308]
2001-06-11 13:18:06 +00:00
Jens Maurer
b96be9d81c
fix typo
...
[SVN r10247]
2001-05-30 16:35:44 +00:00
Jens Maurer
e6858c8534
added BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS (Daryle Walker)
...
[SVN r10242]
2001-05-29 22:10:11 +00:00
Beman Dawes
8ac22ab75d
1.22.0 runup
...
[SVN r10228]
2001-05-25 19:37:38 +00:00
Jens Maurer
3e35f9e861
fixed Intel + new Dinkumware again
...
[SVN r10225]
2001-05-24 21:50:36 +00:00
Beman Dawes
20439e1aef
Update for Metrowerks 6.2 (Chris Little)
...
[SVN r10194]
2001-05-23 13:35:15 +00:00
Jens Maurer
bd702153cb
additional fix for Intel C++ with Dinkumware 3.06
...
[SVN r10157]
2001-05-19 21:05:18 +00:00
Jens Maurer
74a8ab80e5
rework Intel #define's to be library-specific
...
[SVN r10153]
2001-05-19 09:07:14 +00:00
Jens Maurer
7e2fb0aa47
Intel C++ on Linux doesn't have the SGI STL interface for hash_map and friends
...
[SVN r10121]
2001-05-17 20:17:43 +00:00
Jens Maurer
f098db79ff
add note that HP aCC support is not complete
...
[SVN r10108]
2001-05-13 18:23:00 +00:00
John Maddock
66a206af29
sun 5.1 config fixes - see comments for details
...
[SVN r10057]
2001-05-08 11:08:12 +00:00
Jens Maurer
f891fd11b5
add Dinkumware 3.06 library for MSVC and Intel C++
...
[SVN r10050]
2001-05-07 21:20:18 +00:00
Jens Maurer
1ad42da3a3
HP aCC compiler workarounds
...
[SVN r10018]
2001-05-05 19:55:26 +00:00
John Maddock
d880c37ab1
Minor fix for C++ Builder + STLPort
...
[SVN r9986]
2001-04-27 11:05:11 +00:00
John Maddock
0c06951a11
fixed config.hpp to detect missing <limits> header
...
[SVN r9692]
2001-04-02 11:35:49 +00:00
John Maddock
fa107d72bc
Added boost-wide <limits> woraround
...
[SVN r9688]
2001-04-01 11:59:18 +00:00
Beman Dawes
b2698073d8
__GNUC_MINOR__ 95 ---> 97 changes from n becker
...
[SVN r9591]
2001-03-19 20:26:33 +00:00
Beman Dawes
3410301a96
Add BOOST_VERSION per Jens' posting
...
[SVN r9566]
2001-03-16 17:13:29 +00:00
Dave Abrahams
e7bc4c14e4
Refactored EDG checks for Intel C++
...
[SVN r9474]
2001-03-07 03:55:21 +00:00
Dave Abrahams
7cb5dd3638
Factored EDG checks, added BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP for Intel C++ 5.0
...
[SVN r9405]
2001-03-04 15:06:11 +00:00