Commit Graph

50050 Commits

Author SHA1 Message Date
John Maddock
8bd153f135 Updated docs to match new config
[SVN r11181]
2001-09-21 10:35:16 +00:00
Jens Maurer
5ec5db6424 icc-linux: preprocess first, then compile (avoids internal segmentation faults)
[SVN r11180]
2001-09-20 20:41:06 +00:00
Jens Maurer
8291a76b9e no std::wstring if no wchar_t support
[SVN r11179]
2001-09-20 20:15:20 +00:00
Jens Maurer
2c99fbd4b2 no standard allocator if no member template classes
[SVN r11178]
2001-09-20 20:15:02 +00:00
Jens Maurer
2c41f832ca no wtype.h at all
[SVN r11177]
2001-09-20 19:46:06 +00:00
Jens Maurer
546f6ee3d5 without wchar_t, we don't have std::wstring either
[SVN r11176]
2001-09-20 19:38:55 +00:00
Jens Maurer
1f0b34da47 port cstdint.hpp to HP-UX
[SVN r11175]
2001-09-20 19:25:35 +00:00
Jens Maurer
07ab035930 moved check, because different unsigned types may have different
representations for -1 (e.g. (unsigned char)-1 and (unsigned int)-1)


[SVN r11174]
2001-09-20 19:24:34 +00:00
Dave Abrahams
397289e0a0 Fixed boost-test to allow dependencies in the list of sources.
[SVN r11172]
2001-09-20 18:03:26 +00:00
Jeremy Siek
e2ce223ece changed #include of tree_structure.hpp to tree_traits.hpp
[SVN r11171]
2001-09-20 15:37:29 +00:00
William E. Kempf
f420f23cab Added BOOST_HAS_FTIME to Win32 platform config.
[SVN r11170]
2001-09-20 14:58:54 +00:00
Dave Abrahams
e5b94b7b4d Added the ability to specify requirements for any test
[SVN r11169]
2001-09-20 14:54:48 +00:00
Beman Dawes
639feaa758 Minor edits plus add links
[SVN r11167]
2001-09-20 14:39:01 +00:00
John Maddock
f3321e121c Fixed misplaced std:: prefix (typo from last checkin)
[SVN r11166]
2001-09-20 11:46:26 +00:00
John Maddock
c8fe745db7 Added missing typename qualifier
[SVN r11165]
2001-09-20 11:45:48 +00:00
John Maddock
49ab27dd51 Fixes for broken using declarations
[SVN r11164]
2001-09-20 11:44:34 +00:00
John Maddock
6086ef491a Fixes for the case that platform has its own stdint.h (less stringent tests)
[SVN r11163]
2001-09-20 11:44:05 +00:00
John Maddock
76c1e48dff Fixed vc6 + STLport config (must not have BOOST_MSVC_ITERATOR defined)
[SVN r11162]
2001-09-20 10:34:01 +00:00
Jens Maurer
13580c5cff use <stddef.h> to get ptrdiff_t
[SVN r11161]
2001-09-19 20:59:42 +00:00
Jeremy Siek
97713f45b5 added "inline" in a couple places
[SVN r11160]
2001-09-19 20:49:17 +00:00
Jens Maurer
576aa03095 add Modena C++ standard library, EDG compiler front-end
[SVN r11159]
2001-09-19 20:49:01 +00:00
Jens Maurer
03a515990d avoid "unused variable" warning
[SVN r11158]
2001-09-19 20:31:31 +00:00
Jens Maurer
092fc9c85e fix warnings
[SVN r11157]
2001-09-19 20:24:40 +00:00
Jens Maurer
dd83a8154a rename local template parameter from duplicate "T" to "Y"
[SVN r11156]
2001-09-19 20:23:53 +00:00
Jens Maurer
f76448c1b7 add Modena C++ standard library (comes with KAI C++)
[SVN r11155]
2001-09-19 20:22:09 +00:00
Jens Maurer
7826d73540 configuration for Modena C++ standard library (comes with KAI C++)
[SVN r11154]
2001-09-19 20:19:41 +00:00
Darin Adler
b3d92fc32c Add a missing space.
[SVN r11152]
2001-09-19 15:07:56 +00:00
Darin Adler
8c5a9860b2 Some tiny punctuation fixes.
[SVN r11151]
2001-09-19 15:07:26 +00:00
Darin Adler
5e2fa9fb6b Fix typos and Americanize spelling in comments.
[SVN r11150]
2001-09-19 15:05:36 +00:00
Darin Adler
136f059f60 Fix comments and formatting a bit.
[SVN r11149]
2001-09-19 15:05:12 +00:00
Darin Adler
ab00bf357d Fix typos in comments.
[SVN r11148]
2001-09-19 15:04:41 +00:00
John Maddock
cd587d99ea renamed sunpro.hpp solaris.hpp
[SVN r11147]
2001-09-19 12:00:18 +00:00
John Maddock
70c231a0f8 First round of config fixes
[SVN r11146]
2001-09-19 11:48:51 +00:00
Jens Maurer
2e3a52d17e correct use of possible value-less define of _GLOBAL_USING
[SVN r11145]
2001-09-18 22:10:45 +00:00
Jens Maurer
f482701127 add -pthread to Compaq C++ invocation
[SVN r11144]
2001-09-18 22:02:02 +00:00
Jens Maurer
c8d873a745 remove stray \r
[SVN r11143]
2001-09-18 21:53:41 +00:00
Beman Dawes
57695effae Fix broken links and other HTML changes related to new config system
[SVN r11142]
2001-09-18 21:24:51 +00:00
Beman Dawes
669b09a39f Added "why .hpp?" Q & A
[SVN r11140]
2001-09-18 16:13:30 +00:00
Douglas Gregor
c8b81f4e5f Split default and mixin constructor into separate constructors (instead of using default value) because of MSVC 7.0b2 (Peter Dimov)
[SVN r11139]
2001-09-18 14:48:51 +00:00
John Maddock
c627363296 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
e37166fc9f fixed integer_traits on gcc 2.95.x
[SVN r11137]
2001-09-17 21:07:53 +00:00
Jens Maurer
83c8a9ff49 re-run with STLport 4.5
[SVN r11136]
2001-09-17 19:07:01 +00:00
Jens Maurer
49138e1203 rework wchar_t tests and port to HP-UX
[SVN r11135]
2001-09-17 19:03:25 +00:00
Jens Maurer
725b664930 add build date for Intel C++
[SVN r11134]
2001-09-17 18:46:18 +00:00
Jaakko Järvi
9cb02ce62f added full namespace qualifiers in get<N> calls to avoid errors
in edg-strict mode


[SVN r11133]
2001-09-17 10:32:32 +00:00
Jaakko Järvi
ca4f583e7c small change to avoid a warning for an unused variable
[SVN r11132]
2001-09-17 10:31:44 +00:00
Jens Maurer
28dd16313f 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
John R. Bandela
79ab51d59d Fixed escape_list_separator bug with terminating empty field,
and enhanced it to allow strings as e,c,q
-jrb


[SVN r11130]
2001-09-16 00:00:04 +00:00
Jens Maurer
a609569dce lexical_cast_test fixed on MIPSpro / STLport
[SVN r11129]
2001-09-14 20:21:07 +00:00
Jens Maurer
8f72a28152 test that min() < max()
[SVN r11128]
2001-09-14 20:02:22 +00:00