John Maddock
e1ccfc425a
Don't detect long long support here for MSVC: it confuses VC8 in strict mode, and we have accurate detection code elsewhere anyway.
...
[SVN r28659]
2005-05-05 16:16:50 +00:00
Aleksey Gurtovoy
fe1285bb8f
guard long long usage with BOOST_HAS_LONG_LONG
...
[SVN r24900]
2004-09-04 11:21:16 +00:00
John Maddock
64a8b36b23
Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
...
[SVN r24899]
2004-09-04 10:34:49 +00:00
Douglas Gregor
17e578ef53
Added BOOST_HAS_FACET macro
...
[SVN r23454]
2004-07-12 03:12:39 +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
6d27dfbbef
fix min/max problems
...
[SVN r22408]
2004-02-28 21:21:30 +00:00
John Maddock
3c0eed1fed
Cleaned up regressions from last release caused by new macros being added.
...
[SVN r21270]
2003-12-15 12:30:32 +00:00
John Maddock
fd367acdcb
Added new macro BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
...
[SVN r21222]
2003-12-11 12:00:30 +00:00
John Maddock
1e7c2699db
Added new licence info.
...
[SVN r20254]
2003-10-04 11:29:20 +00:00
John Maddock
22eeeb33e9
Fixed spelling of "BOOST" - basically a enormous cut and paste error!
...
[SVN r19581]
2003-08-14 10:22:05 +00:00
John Maddock
f64e7067c9
Added ABI prefix and suffix headers, plus automatic linking code from boost.regex to boost.config.
...
[SVN r19545]
2003-08-12 11:21:26 +00:00
Eric Friedman
71e9fe5101
Added BOOST_EXPLICIT_TEMPLATE_TYPE_SPEC, etc.
...
[SVN r19503]
2003-08-10 08:12:31 +00:00
Jens Maurer
8c7b359fa2
turn threading detail macros off if we don't (want to) use threading
...
[SVN r19046]
2003-07-11 12:51:44 +00:00
Gennaro Prota
767ec48375
shortened names of new macros, improved comments
...
[SVN r18306]
2003-04-24 15:01:20 +00:00
Gennaro Prota
648b777160
added BOOST_[APPEND_]TEMPLATE_EXPLICITLY_SPECIFIED_[NON_]TYPE
...
[SVN r18272]
2003-04-16 23:39:37 +00:00
John Maddock
3596eec09a
Added BOOST_UNREACHABLE_RETURN workaround macro.
...
[SVN r16574]
2002-12-09 12:21:54 +00:00
John Maddock
a7e89b0c67
removed defunct BOOST_DECL macro
...
[SVN r16257]
2002-11-15 12:57:13 +00:00
Dave Abrahams
f217166b21
BOOST_DEDUCED_TYPENAME
...
[SVN r16138]
2002-11-07 01:11:13 +00:00
John Maddock
3dfd72e3bc
Added new config macros:
...
BOOST_HAS_PARTIAL_STD_ALLOCATOR
BOOST_NO_EXCEPTION_STD_NAMESPACE
[SVN r14809]
2002-08-13 11:52:06 +00:00
John Maddock
06034f2281
Moved min/max overloads to win32.hpp from suffix.hpp
...
[SVN r14551]
2002-07-21 11:06:29 +00:00
John Maddock
113cded49d
Added new libcomo.hpp config header.
...
Added new config macros:
BOOST_NO_STD_WSTREAMBUF
BOOST_NO_LONG_LONG_NUMERIC_LIMITS
BOOST_NO_MS_INT64_NUMERIC_LIMITS
[SVN r14512]
2002-07-18 11:06:42 +00:00
Dave Abrahams
99b01de780
Fix unversioned VC++ checks
...
[SVN r14436]
2002-07-13 12:26:19 +00:00
John Maddock
a10341d270
Added new config options - not yet quite finished - test cases to come.
...
[SVN r13972]
2002-05-18 11:31:51 +00:00
John Maddock
d1c3bf73de
Added user-config macro BOOST_DISABLE_WIN32
...
(also set in the compiler 's strict mode).
Modified Boost source not to use Win32 specific
extentions in the presence of BOOST_DISABLE_WIN32.
[SVN r13771]
2002-05-09 11:40:52 +00:00
John Maddock
9e02db296c
Added new config macro BOOST_HAS_MS_INT64 to detect presence of __int64 data type.
...
Modified boost source to use BOOST_HAS_LONG_LONG and BOOST_HAS_MS_INT64
where appropriate to do so.
[SVN r13714]
2002-05-07 11:24:29 +00:00
Jens Maurer
7e7c15a4cc
add "long double" overloads of min/max for MSVC to avoid choosing
...
the "long" overloads for floating-point numbers
[SVN r13041]
2002-03-03 10:03:00 +00:00
John Maddock
ed54a93299
Added BOOST_NO_CTYPE_FUNCTIONS fix for gcc 3.x
...
[SVN r12548]
2002-01-29 12:56:11 +00:00
William E. Kempf
b9cd52c6a2
Added Mac Carbon implementation to Boost.Threads.
...
[SVN r12480]
2002-01-24 16:32:23 +00:00
John Maddock
10b5a8cc1c
Updated POSIX feature detection code (moved file inclusion to individual platform configs and out of suffix.hpp)
...
[SVN r11448]
2001-10-26 11:58:23 +00:00
John Maddock
b70903dca0
Added BOOST_HAS_LONG_LONG config option.
...
[SVN r11392]
2001-10-16 11:40:19 +00:00
John Maddock
67bc121441
Fixed use_facet usage for Sunpro 5.3
...
[SVN r11350]
2001-10-08 11:28:08 +00:00
Peter Dimov
8705dbd370
Removed BOOST_NO_STD_ALLOCATOR autodefinition for MSVC, fixed BOOST_HAS_THREADS autodefinition
...
[SVN r11256]
2001-09-25 19:09:33 +00:00
John Maddock
fed782c163
More fixes resulting from the new config
...
[SVN r11182]
2001-09-21 11:35:54 +00:00
Darin Adler
edec45f956
Fix comments and formatting a bit.
...
[SVN r11149]
2001-09-19 15:05:12 +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