Commit Graph

50050 Commits

Author SHA1 Message Date
Darin Adler
f3b3bd4b98 Add a workaround for platforms where <ctype.h> has macros only.
[SVN r11235]
2001-09-24 19:34:15 +00:00
Darin Adler
32fadfaf81 Add BOOST_NO_CTYPE_FUNCTIONS.
[SVN r11234]
2001-09-24 19:33:29 +00:00
Darin Adler
71b7fbac29 Add BOOST_NO_CTYPE_FUNCTIONS.
[SVN r11233]
2001-09-24 19:20:53 +00:00
Jens Maurer
07a6c1dfca always use WCHAR_MIN and WCHAR_MAX if defined
[SVN r11232]
2001-09-24 18:43:20 +00:00
Beman Dawes
26227424c3 Add "Where did the "Boost" name come from? entry
[SVN r11231]
2001-09-24 18:39:02 +00:00
Beman Dawes
a49b951dbb Fix "was was" typo, thanks to Ed Brey
[SVN r11230]
2001-09-24 18:25:43 +00:00
Jens Maurer
f3cce6e509 integrated new config scheme
[SVN r11229]
2001-09-24 17:42:28 +00:00
Jens Maurer
dd4844b4ee integrated new config system
[SVN r11228]
2001-09-24 17:26:16 +00:00
Jens Maurer
d927612372 integrated new config system
worked around icc segfaults


[SVN r11227]
2001-09-24 17:23:47 +00:00
Beman Dawes
c63bc89323 Fix links to Boost.Build index page
[SVN r11226]
2001-09-24 15:24:04 +00:00
Beman Dawes
bd3331db09 Minor docs additions
[SVN r11223]
2001-09-24 15:23:13 +00:00
Beman Dawes
c491d5b93e Initial commit
[SVN r11222]
2001-09-24 15:22:49 +00:00
Beman Dawes
9a0888f976 Place alpha list first, improve categories
[SVN r11221]
2001-09-24 12:30:53 +00:00
Jens Maurer
d48e2ce9c8 fix check for __GLIBC_PREREQ
[SVN r11220]
2001-09-23 20:25:21 +00:00
Jens Maurer
daec2b26d0 add new config framework
[SVN r11219]
2001-09-23 18:10:37 +00:00
Jens Maurer
0f805bcb50 add links to Ralf W. Grosse-Kunstleve's "people" section
[SVN r11218]
2001-09-23 18:05:38 +00:00
John Maddock
e333426396 Another attempt to fix the WinXP character class problems
[SVN r11216]
2001-09-23 12:02:28 +00:00
Beman Dawes
e49c72938a Rework page in response to questions from Greg Comeau
[SVN r11215]
2001-09-22 21:51:17 +00:00
Darin Adler
f69482708f Get rid of unused parameter to avoid warnings.
[SVN r11214]
2001-09-22 19:36:44 +00:00
Darin Adler
909a9dca18 Get rid of some unused parameters to avoid warnings.
[SVN r11213]
2001-09-22 19:36:14 +00:00
Dave Abrahams
b8c5f4bcb8 const-ified list::size() and slice_proxy::size()
[SVN r11212]
2001-09-22 17:51:10 +00:00
Darin Adler
6edf5003f5 Turns out that the BOOST_NO_CWCHAR for BSD and Mac OS are already covered
fine by the platform includes, so I didn't have to add this here. It was
sufficient to remove the code from gcc.hpp. Jens Maurer pointed this out.


[SVN r11211]
2001-09-22 16:37:59 +00:00
Jens Maurer
b24ab8243d add BOOST_NO_INTEGRAL_INT64_T
[SVN r11210]
2001-09-22 16:30:56 +00:00
Jens Maurer
7c109b42b2 _STLPORT_VERSION also indicates STLport
if no native wide functions, assume <cwchar> and <cwtype> are effectively
unavailable


[SVN r11209]
2001-09-22 16:24:17 +00:00
Jens Maurer
4a4e0cde53 _STLPORT_VERSION also indicates STLport
[SVN r11208]
2001-09-22 16:23:37 +00:00
Darin Adler
30ce777cc6 BSD gcc compilers do have an intrinsic wchar_t. The problem is that they
don't have wchar_t.h and wctype.h. We were confused because of a minor
problem in the configuration tests.


[SVN r11207]
2001-09-22 15:45:54 +00:00
Jens Maurer
8c11d9b294 Linux could have std::swprintf defined
[SVN r11206]
2001-09-22 15:25:35 +00:00
Jens Maurer
3a0d22cccf change missed occasion of BOOST_RE_NO_SWPRINTF -> BOOST_NO_SWPRINTF
[SVN r11205]
2001-09-22 15:24:10 +00:00
Jens Maurer
32b60a9ef7 re-run with new config system
<boost/cstdint.hpp> fixed


[SVN r11204]
2001-09-22 15:01:16 +00:00
Jens Maurer
21b2d3dc1b fix typo: omission of parameter names
[SVN r11203]
2001-09-22 14:53:00 +00:00
John Maddock
3590c50ed4 Added more thread conformance macros (AIX).
[SVN r11201]
2001-09-22 12:11:46 +00:00
John Maddock
5bedc84757 Intel C++ fixes: Added class copy constructor.
[SVN r11200]
2001-09-22 11:52:56 +00:00
John Maddock
9ece056939 Intel C++ fixes: no void return types supported.
[SVN r11199]
2001-09-22 11:52:24 +00:00
John Maddock
8f3d803132 Borland C++ fixes: typedef dependent types before using them.
[SVN r11198]
2001-09-22 11:51:14 +00:00
John Maddock
f78ab8338e Extended and added thread support macros
[SVN r11197]
2001-09-22 11:50:15 +00:00
Darin Adler
7e1325f9fe Add command lines for testing under Mac OS X.
[SVN r11196]
2001-09-22 02:57:32 +00:00
Darin Adler
7ad95929a5 Distinguish Mac OS 9 and Mac OS X.
[SVN r11195]
2001-09-22 02:56:56 +00:00
Darin Adler
56d392edb2 Remove spurious space.
[SVN r11194]
2001-09-22 02:56:11 +00:00
Darin Adler
e69e24c219 Fix to work with non-std extensions namespace.
[SVN r11193]
2001-09-22 02:55:45 +00:00
Darin Adler
871108cc37 Fix to work properly with non-std extensions namespace.
[SVN r11192]
2001-09-22 02:55:10 +00:00
Darin Adler
96de9f1909 Improve test so it works even if wchar_t.h is not present.
[SVN r11191]
2001-09-22 02:54:01 +00:00
Darin Adler
5fe4ea4797 Add to revision history.
[SVN r11190]
2001-09-22 02:53:00 +00:00
Darin Adler
d5b55c423a Don't include <cwchar> if BOOST_NO_CWCHAR is defined.
[SVN r11189]
2001-09-22 02:51:51 +00:00
Jeremy Siek
9b6acb852e changed ar
[SVN r11188]
2001-09-21 21:51:09 +00:00
Beman Dawes
5633ab24a0 Add categories. Thanks to Aleksey Gurtovoy. Also added Bind library.
[SVN r11187]
2001-09-21 19:00:16 +00:00
Peter Dimov
2fba182bdb Removed outer <table>s
[SVN r11186]
2001-09-21 17:48:24 +00:00
Jeremy Siek
505e9410ba bye bye
[SVN r11185]
2001-09-21 17:16:21 +00:00
Darin Adler
1b072177f0 Oops. Had version number wrong.
[SVN r11184]
2001-09-21 16:19:43 +00:00
Beman Dawes
26886c6f7d Add Borland -tWM switch so works for Boost.Threads
[SVN r11183]
2001-09-21 11:59:09 +00:00
John Maddock
171e14d39f More fixes resulting from the new config
[SVN r11182]
2001-09-21 11:35:54 +00:00