Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
7477f79898 Workaround a CWPro7.2 bug
[SVN r14720]
2002-08-06 23:23:28 +00:00
Dave Abrahams
6a8d2656a1 Correct version for VC7.1 workaround
[SVN r14719]
2002-08-06 22:36:43 +00:00
Dave Abrahams
1b8a833a74 Fix for platforms (MINGW 2.95.2) where only one of ULLONG_MAX and ULLONG_MIN are defined.
[SVN r14718]
2002-08-06 22:32:37 +00:00
Beman Dawes
56586b2672 Remove dir_it
[SVN r14717]
2002-08-06 21:30:43 +00:00
Jeremy Siek
9eebc146d3 updated diameter result
[SVN r14715]
2002-08-06 15:51:39 +00:00
Vladimir Prus
637418b2d8 Kill all uses of SUBST, which fails on long input.
[SVN r14714]
2002-08-06 15:21:02 +00:00
Jeremy Siek
7f109350a6 added edge_range
[SVN r14713]
2002-08-06 15:00:16 +00:00
Jeremy Siek
0fbbb7fedf added edge_range
[SVN r14712]
2002-08-06 14:55:12 +00:00
Jeremy Siek
f4359c806a new file
[SVN r14711]
2002-08-06 14:54:52 +00:00
Jeremy Siek
86694f9427 changed "the" to "an" in docs for the edge(u,v,g) function
[SVN r14710]
2002-08-06 14:39:06 +00:00
Douglas Gregor
2b27b0ff6a Attempted Borland fix
[SVN r14709]
2002-08-06 14:20:08 +00:00
Vladimir Prus
ba94d56c08 More checks for 'use-project' in project root module.
[SVN r14707]
2002-08-06 07:01:19 +00:00
Rene Rivera
eea6ceb491 Respect blank lines in printed sections to separate paragraphs.
[SVN r14706]
2002-08-06 05:43:39 +00:00
Rene Rivera
d2c10b088a Sort modules printed on --help-all request.
[SVN r14705]
2002-08-06 05:42:33 +00:00
Rene Rivera
3ce4f826dc Add call to project root use-project for testing.
[SVN r14704]
2002-08-06 04:10:55 +00:00
Rene Rivera
1cc79e7532 Refactor to minimize the number of symbols in the user modules.
Add use-project rule in project root context.
Add project-root rule in project context.


[SVN r14703]
2002-08-06 04:10:21 +00:00
Rene Rivera
19a061485f Removed TABS.
[SVN r14702]
2002-08-05 22:29:42 +00:00
Dave Abrahams
8c0f1e81f9 VC 7, 7.1a workaround
[SVN r14701]
2002-08-05 21:55:28 +00:00
Daryle Walker
6a2019e0fa Fixed new locales to be based on std::locale::classic()
[SVN r14700]
2002-08-05 20:11:06 +00:00
Jaakko Järvi
372eb677bc bugfix: name conflict in template template parameter
[SVN r14699]
2002-08-05 16:16:00 +00:00
Peter Dimov
d59c8c3ac7 Added mem_fn_derived_test, shared_ptr_test, shared_ptr_assign_fail.
[SVN r14698]
2002-08-05 15:34:55 +00:00
Douglas Gregor
9a0ae30ab3 Report success on Compaq cxx 6.2
[SVN r14697]
2002-08-05 15:07:34 +00:00
Douglas Gregor
320730d1e0 Report the sad fate of CodeWarrior
[SVN r14696]
2002-08-05 15:05:57 +00:00
Douglas Gregor
88b0b61499 Don't test allocators if they aren't supported
[SVN r14695]
2002-08-05 15:05:34 +00:00
Douglas Gregor
28842cbbc0 Add support for retrieving the arity of a function type without partial
specialization. Document and test this


[SVN r14694]
2002-08-05 13:57:24 +00:00
Douglas Gregor
877719b2b5 Attempted fix for Compaq CXX 6.2
[SVN r14693]
2002-08-05 13:32:25 +00:00
Beman Dawes
f0d1d4c680 clear un/signed warnings
[SVN r14692]
2002-08-05 11:16:14 +00:00
Vladimir Prus
3cb79d1199 Documentation clarifications/fixes.
[SVN r14691]
2002-08-05 08:38:35 +00:00
Douglas Gregor
dd1c18196c Proper HTML, please
[SVN r14690]
2002-08-05 06:29:07 +00:00
Douglas Gregor
4ca0e7c8df Added Sun CC to the bad side of the syntax table
[SVN r14689]
2002-08-05 06:24:18 +00:00
Douglas Gregor
2bf6814a72 Add Boost.Function deprecated syntax test
[SVN r14688]
2002-08-05 06:20:49 +00:00
Douglas Gregor
0c5a400c56 tutorial.html:
- Use tables to show both preferred/compatible syntaxes
  - Include a table describing which syntax is right for each compiler


[SVN r14687]
2002-08-05 06:20:30 +00:00
Douglas Gregor
aefe4ca3dd Describe BOOST_FUNCTION_NO_DEPRECATED
[SVN r14686]
2002-08-05 06:19:47 +00:00
Douglas Gregor
815f5335dd function_base.hpp:
- Use <boost/pending/ct_if.hpp>

all:
  - Add BOOST_FUNCTION_NO_DEPRECATED macro hackery to get rid of ALL deprecated
    features


[SVN r14685]
2002-08-05 06:19:17 +00:00
Douglas Gregor
36b2447d24 allocator_test.cpp:
- Remove partial specialization-specific code

function_test.cpp:
  - Uses BOOST_FUNCTION_NO_DEPRECATED
  - Use only the new syntax
  - Test the allocator parameter

deprecated_syntax_test.cpp:
  - Test the deprecated syntax


[SVN r14684]
2002-08-05 06:13:32 +00:00
Douglas Gregor
4cf1adbf58 last_value.hpp:
- Fix struct/class confusion

signal.hpp:
  - Extra set of parentheses for Borland C++


[SVN r14683]
2002-08-05 04:56:17 +00:00
Douglas Gregor
8f47389594 Document new function-type--based syntax
[SVN r14682]
2002-08-05 04:48:42 +00:00
Douglas Gregor
88c7b65bde Formatting and tabs
[SVN r14681]
2002-08-05 04:44:21 +00:00
Douglas Gregor
d4bc319a19 Make constructor explicit
[SVN r14680]
2002-08-05 04:43:51 +00:00
Douglas Gregor
c41260aaef Use new function type syntax
[SVN r14679]
2002-08-05 04:36:51 +00:00
Douglas Gregor
52c6466f1c Use new function type syntax for boost::signal
[SVN r14678]
2002-08-05 04:36:35 +00:00
Douglas Gregor
b6b1e88847 Use built-in deprecation facilities, when available
[SVN r14677]
2002-08-05 03:08:08 +00:00
Douglas Gregor
b272d8fcd5 Remove the unused is_not_same
[SVN r14676]
2002-08-05 02:34:02 +00:00
Douglas Gregor
c3381c492e Use function_traits in type_traits library
[SVN r14675]
2002-08-05 02:33:26 +00:00
Douglas Gregor
6663c88049 Added function_traits_test.cpp
[SVN r14674]
2002-08-05 02:01:57 +00:00
Douglas Gregor
3dd061b264 function_traits_test.cpp:
- Test the function_traits template


[SVN r14673]
2002-08-05 02:01:06 +00:00
Douglas Gregor
9638aa9ddf index.htm:
- Added documentation for function_traits class template


[SVN r14672]
2002-08-05 02:00:26 +00:00
Douglas Gregor
49066be4b0 function_traits.hpp:
- Added function_traits template that returns arity, result type, and
    argument types for a function type.


[SVN r14671]
2002-08-05 01:59:53 +00:00
Douglas Gregor
e6b3a55e39 function_traits.hpp
[SVN r14670]
2002-08-05 01:57:33 +00:00
Douglas Gregor
7cccbc977d Add type_with_alignment to Type Traits Headers section
[SVN r14669]
2002-08-05 01:27:30 +00:00