Commit Graph

50050 Commits

Author SHA1 Message Date
Jens Maurer
1d3136ad76 enable pthreads on Alpha takes more than -pthread; remove for now
[SVN r11517]
2001-11-01 21:56:15 +00:00
Jens Maurer
3ba350ce85 only use "long long" if there's a stdlib overload
[SVN r11516]
2001-11-01 21:52:08 +00:00
Jens Maurer
d8686a9004 special functions work with more compilers
[SVN r11515]
2001-11-01 21:38:07 +00:00
Jeremy Siek
903cda7e5b removed some redundant files
[SVN r11514]
2001-11-01 20:59:19 +00:00
Jeremy Siek
d2bc376ff7 various fixes
[SVN r11513]
2001-11-01 20:30:32 +00:00
Jeremy Siek
a582b69cf9 fixed signed/unsigned compares
[SVN r11512]
2001-11-01 20:10:30 +00:00
Jeremy Siek
9e614ad17e updated Andrew's web page URL
[SVN r11509]
2001-11-01 17:24:53 +00:00
Dave Abrahams
a2ea334a89 no message
[SVN r11508]
2001-11-01 17:22:39 +00:00
Jeremy Siek
c52b603d6e updated email addresses
[SVN r11507]
2001-11-01 17:22:28 +00:00
Jeremy Siek
7f77369f1e changes to some example file names
[SVN r11506]
2001-11-01 17:13:28 +00:00
Jeremy Siek
b4c4e4be1a changed name of these files
[SVN r11505]
2001-11-01 17:10:15 +00:00
Jeremy Siek
fd13c5c0fe indent screwed up
[SVN r11504]
2001-11-01 17:05:55 +00:00
Jeremy Siek
f2fa1db2e8 examples from the book
[SVN r11503]
2001-11-01 16:56:10 +00:00
William E. Kempf
932a6fa9ed Added exceptions.cpp.
[SVN r11502]
2001-11-01 16:19:44 +00:00
William E. Kempf
be7b403df4 Removed semaphores. Fixed some reported bugs. Switched to CRITICAL_SECTION implementations.
[SVN r11501]
2001-11-01 16:18:57 +00:00
John Maddock
52082af5d9 Added code to normalise timespec structures.
[SVN r11500]
2001-11-01 12:56:57 +00:00
Beman Dawes
549dc583ee Add missing </a> several places in list
[SVN r11499]
2001-11-01 01:34:46 +00:00
Darin Adler
b0a0226848 Add more names of list moderators. Remove unnecessary &npsb; use.
[SVN r11498]
2001-11-01 00:52:13 +00:00
Jens Maurer
e2947fb868 add "typename"s to last change
[SVN r11497]
2001-10-31 21:42:57 +00:00
Jens Maurer
5c3d740165 updated SunCC to 6.u2 (C++ 5.3)
[SVN r11496]
2001-10-31 19:43:05 +00:00
Jens Maurer
2394374e77 BOOST_HAS_LONG_LONG is intricately intertwined with library support. Avoid.
[SVN r11495]
2001-10-31 19:37:26 +00:00
Jens Maurer
066bdb809a library may lack support for "long long"
[SVN r11494]
2001-10-31 19:36:49 +00:00
Jens Maurer
06ecd5260d use BOOST_HAS_LONG_LONG
[SVN r11493]
2001-10-31 19:35:59 +00:00
Jens Maurer
3973e57af7 revert to gcc 3.0.1 on Linux, because 3.0.2 has a bug that breaks pool_alloc
[SVN r11492]
2001-10-31 19:35:23 +00:00
Dave Abrahams
bf8dc1727d quick bugfix
[SVN r11491]
2001-10-31 19:19:33 +00:00
Dave Abrahams
fede7624ea Modified Files:
boost/python/detail:
    base_object.hpp - Changed template parameter to MixedCase
    cast.hpp -        Killed off unused downcast_traits<>
    functions.hpp -   Added commentary

  libs/python/src
    functions.cpp, types.cpp -   Added comments

  tools/build
    TODO.txt - updated
    allyourbase.jam -           fixed a nasty typo which caused all kinds of bugs
    boost-base.jam -            changes to support the use of command files
    intel-win32-tools.jam -
         A feeble attempt at allowing intel to work without prior tool setup. More work needed
    msvc-tools.jam -            A first cut at command file support

  tools/build/jam_src
    jam.h -                     Fixed MAXLINE for NT


[SVN r11489]
2001-10-31 19:14:07 +00:00
John Maddock
ed2e902687 Added test support for BOOST_HAS_SGI_TYPE_TRAITS, added test for -lrt in configure script.
[SVN r11488]
2001-10-31 13:06:25 +00:00
John Maddock
824f4ef208 Updated expected error counts
[SVN r11487]
2001-10-31 13:04:19 +00:00
John Maddock
13b2dbf0d5 Added support for native SGI type traits via BOOST_HAS_SGI_TYPE_TRAITS
[SVN r11486]
2001-10-31 13:03:10 +00:00
John Maddock
31b780c856 Added BOOST_HAS_SGI_TYPE_TRAITS
[SVN r11485]
2001-10-31 13:02:05 +00:00
Beman Dawes
214d2cc436 Minor clarifications
[SVN r11484]
2001-10-31 00:45:00 +00:00
Douglas Gregor
2f20236b59 Added "Latest News" entry for Function library
Added "Latest News" entry for Boost-Users mailing list


[SVN r11483]
2001-10-31 00:03:53 +00:00
Jens Maurer
bfe15bde2f call_traits_test fixed
[SVN r11482]
2001-10-30 22:40:45 +00:00
Jens Maurer
6bd20cfc19 HP aCC A.03.33 appears to have a conforming std::allocator
[SVN r11481]
2001-10-30 22:35:41 +00:00
Jens Maurer
7781506ced yes, gcc has "long long"
[SVN r11480]
2001-10-30 22:34:48 +00:00
Jens Maurer
9fc1ed0277 gettimeofday is always available
[SVN r11479]
2001-10-30 22:33:31 +00:00
Jens Maurer
ede5d6c0fc upgrade HP aCC to A.03.33
[SVN r11478]
2001-10-30 22:32:08 +00:00
Jens Maurer
2764ee6816 aCC 03.31 has been checked
[SVN r11477]
2001-10-30 22:30:53 +00:00
Jens Maurer
de6f312169 add _HPACC_ macro
[SVN r11476]
2001-10-30 22:30:16 +00:00
William E. Kempf
16e28a2c2f Switched to void* for HANDLE types. Changed boost::once_init to the macro BOOST_ONCE_INIT.
[SVN r11475]
2001-10-30 22:12:37 +00:00
Jens Maurer
20b3c235f8 upgraded to Solaris 2.8
[SVN r11474]
2001-10-30 21:10:31 +00:00
Jens Maurer
e2c0fce5f6 remove KCC 3.4g
call_traits_test now fails


[SVN r11473]
2001-10-30 21:09:45 +00:00
Jens Maurer
7c270168b7 fix wchar_t on HP-UX with gcc
[SVN r11472]
2001-10-30 20:55:18 +00:00
Beman Dawes
f8b9237c6d Initial entries for 1.25.1
[SVN r11471]
2001-10-30 19:32:45 +00:00
John Maddock
aac2684c5c Minor regression fixes for Borland and Sunpro tests.
[SVN r11470]
2001-10-30 11:41:35 +00:00
John Maddock
91b0e8b006 Updated BeOS test results.
[SVN r11469]
2001-10-30 11:40:54 +00:00
William E. Kempf
7d108ed3ae Updated Jamfiles for PTW32, removed _atomic.cpp and added Win32 conditional compilation blocks for threadmon files.
[SVN r11468]
2001-10-29 22:20:50 +00:00
Jens Maurer
4c7ad4681c no integral int64_t on HP aCC for now
[SVN r11467]
2001-10-29 19:45:07 +00:00
Jens Maurer
fe191e2e5e no integral int64_t with EDG <= 2.38 (e.g. IRIX MIPSpro)
[SVN r11466]
2001-10-29 19:39:59 +00:00
Jens Maurer
75daef05c6 EDG has "long long" in non-strict mode
[SVN r11465]
2001-10-29 19:35:57 +00:00