Commit Graph

50051 Commits

Author SHA1 Message Date
Rene Rivera
c5ab9b9399 Prevent use of yacc in Solaris/SunOS as it causes parse overflow errors in the grammar.
[SVN r19098]
2003-07-13 17:11:55 +00:00
Rene Rivera
3cd9b15d3d Fix linking in of libraires by test targets multiple times.
The fix ensures that the libraries we link to for targets are unique.


[SVN r19096]
2003-07-13 16:09:08 +00:00
John Maddock
254200e555 Added explicit bounds to the array variables to work around Mtrowerks problems.
Added extra check before setting dllexport options.


[SVN r19095]
2003-07-13 11:27:05 +00:00
Eric Friedman
64dc97a7fe Const-correctness changes.
[SVN r19094]
2003-07-13 09:27:19 +00:00
Eric Friedman
3242ed0027 More detail error notification.
[SVN r19093]
2003-07-13 08:33:49 +00:00
Dave Abrahams
6241d003a2 Moved enable_if to boost::iterators from boost::detail to avoid
conflicting with the definition in the function library.


[SVN r19092]
2003-07-13 01:27:38 +00:00
Dave Abrahams
ff98ba3ed7 Fixup some tables. Restore the equivalence between readable
single-pass iterator and input iterator by restricting the allowed
return type of r++.


[SVN r19091]
2003-07-12 20:16:49 +00:00
Beman Dawes
e1a549a5cc change to iterator_facade
[SVN r19090]
2003-07-12 17:48:25 +00:00
Dave Abrahams
e1dd7eeb1d Fix a couple of typos
[SVN r19089]
2003-07-12 16:39:19 +00:00
Jens Maurer
de4deefe10 adapt to iterator adaptors interface change
[SVN r19088]
2003-07-12 14:18:31 +00:00
John Maddock
518e1fa17c Added casts to (unsigned char) to suppress warnings from picky compilers.
Changed array initialisation to take account of it's true size (bug fix).


[SVN r19087]
2003-07-12 11:51:36 +00:00
Jens Maurer
7208c3ce37 add "subproject" line
[SVN r19086]
2003-07-12 10:41:38 +00:00
John Maddock
7c6d183898 Disabled workarounds for SGI compiler - they don't work and shouldn't be needed.
Removed local declaration of icase, when class member should do.


[SVN r19085]
2003-07-12 10:33:10 +00:00
Jens Maurer
021c47c129 fix cut-and-paste problem with subproject path
[SVN r19084]
2003-07-12 09:37:36 +00:00
Eric Friedman
8f0510ecb4 MSVC6 workarounds.
[SVN r19083]
2003-07-12 09:14:40 +00:00
Eric Friedman
bc1123d544 Initial release.
[SVN r19082]
2003-07-12 09:14:18 +00:00
Dave Abrahams
0512579bb1 Get examples working, mostly. Some interface expansion for a few of
the adaptors, allowing default construction of UnaryFunction and
Predicate arguments when they are class types.


[SVN r19081]
2003-07-12 04:15:13 +00:00
Beman Dawes
6f6539034c SGI fix from Jens Maurer
[SVN r19080]
2003-07-12 01:08:23 +00:00
Beman Dawes
cf1ac1f3d5 SunCC fix from Jens Maurer
[SVN r19079]
2003-07-12 00:54:21 +00:00
Dave Abrahams
a8b4bd6726 GCC-2.x workarounds
[SVN r19078]
2003-07-11 23:47:01 +00:00
Dave Abrahams
3f7bf1bf8d Fix misplaced brace
[SVN r19077]
2003-07-11 22:22:07 +00:00
Dave Abrahams
79dad8cd13 Work properly with NO_MEMBER_TEMPLATE_FRIENDS
[SVN r19076]
2003-07-11 22:21:28 +00:00
Dave Abrahams
81a2640692 Stop using non-existent std::is_heap
[SVN r19075]
2003-07-11 22:19:24 +00:00
Dave Abrahams
2dbf429ab5 Move to new iterator adaptors
[SVN r19074]
2003-07-11 22:18:58 +00:00
Dave Abrahams
21209461d9 Add missing next/prior.hpp
[SVN r19073]
2003-07-11 22:18:41 +00:00
Dave Abrahams
711e91716b Workaround some CWPro8 bugs
[SVN r19072]
2003-07-11 22:16:52 +00:00
Dave Abrahams
918ac8fb4d Work properly with NO_MEMBER_TEMPLATE_FRIENDS
[SVN r19071]
2003-07-11 22:15:35 +00:00
Dave Abrahams
ed813711a9 Move to new iterator adaptors, except for LEDA and standford graph
support.  Also fix many small bugs.


[SVN r19070]
2003-07-11 21:26:08 +00:00
Douglas Gregor
257b945425 Get rid of a warning in GCC 3.3.
[SVN r19069]
2003-07-11 17:42:12 +00:00
Dave Abrahams
673dec7f80 Factored out separate utility/test Jamfile
[SVN r19068]
2003-07-11 17:24:18 +00:00
Jens Maurer
453d33938e when compiling for multi-threading, need -lpthread library
[SVN r19067]
2003-07-11 17:06:22 +00:00
Jens Maurer
0468444358 need -lrt, always
[SVN r19066]
2003-07-11 17:05:01 +00:00
Peter Dimov
211df08a3a #include <boost/config.hpp> added.
[SVN r19065]
2003-07-11 17:03:56 +00:00
Jens Maurer
dfe99e52e4 use BOOST_NESTED_TEMPLATE
[SVN r19064]
2003-07-11 16:57:35 +00:00
Jens Maurer
2f1d1c63af need <cstring> before being able to use std::strcmp etc.
[SVN r19063]
2003-07-11 16:26:21 +00:00
Douglas Gregor
d0737b47cf * Handle parameter descriptions _correctly_
* Map Doxygen \note to <notes>


[SVN r19062]
2003-07-11 16:11:03 +00:00
Douglas Gregor
ebab726cd7 Don't highlight a full declaration if the template header was placed on a
separate line.


[SVN r19061]
2003-07-11 16:09:47 +00:00
Douglas Gregor
dbfdaac611 depth_first_visit now calls start_vertex
[SVN r19060]
2003-07-11 16:06:07 +00:00
Jens Maurer
e9a54fa1f0 gcc on HP-UX does not support multi-threading, don't set anything here
[SVN r19059]
2003-07-11 16:05:42 +00:00
Jens Maurer
e5a6c112b7 need BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
[SVN r19058]
2003-07-11 16:03:11 +00:00
Jens Maurer
c31fb84c57 GNU C on HP-UX does not support threads (checked up to gcc 3.3)
[SVN r19057]
2003-07-11 16:02:53 +00:00
Douglas Gregor
164bb4795f add macro BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX
[SVN r19056]
2003-07-11 16:00:29 +00:00
Douglas Gregor
acfe4c4b23 boost/signals.hpp:
* Alias for <boost/signal.hpp>, which should probably go away...

boost/signal.hpp:
	* Match class/struct tags

others: move some inline definitions (e.g., those that allocate memory)
  out-of-line to help with DLL hell.


[SVN r19055]
2003-07-11 15:59:27 +00:00
Douglas Gregor
96adb582ca Remove NOUPDATE for catalog
[SVN r19054]
2003-07-11 15:56:56 +00:00
Jens Maurer
b7f3efd8b6 update guard for DEC/Compaq C++
[SVN r19053]
2003-07-11 15:13:53 +00:00
Jens Maurer
799663a45d work around peculiar "static const" problem on old EDG-based compilers
[SVN r19052]
2003-07-11 15:08:00 +00:00
Jens Maurer
9dde72fb0a -lrt has nothing to do with multi-threading, it contains POSIX real-time
stuff such as nanosleep, clock_gettime etc.


[SVN r19051]
2003-07-11 14:47:11 +00:00
Jens Maurer
6083243668 beautify platform identifier
[SVN r19050]
2003-07-11 14:22:37 +00:00
Toon Knapen
1433bdd93a only use C style comments since bjam is compiled with C compiler
[SVN r19049]
2003-07-11 13:19:37 +00:00
Jens Maurer
b0e6be3f32 if we don't have either wstreambuf or wstring, we won't have wstringstream
[SVN r19048]
2003-07-11 13:11:46 +00:00