Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
e1709accbe Applied patch from Thomas Witt
[SVN r11907]
2001-12-04 14:07:36 +00:00
John Maddock
c38c674d62 removed unneeded #if block
[SVN r11906]
2001-12-04 12:23:28 +00:00
John Maddock
3f19dfd4b6 Hopefully fixed the -WX options
[SVN r11905]
2001-12-04 12:22:53 +00:00
Toon Knapen
7b4e47bd82 removed calls to non-standard std::iota (SGI extension)
[SVN r11904]
2001-12-04 08:02:36 +00:00
Jeremy Siek
6b985f2e99 some fixes
[SVN r11903]
2001-12-04 02:01:39 +00:00
Jeremy Siek
ef4bbb3a6b added a bibliography
[SVN r11902]
2001-12-04 01:46:52 +00:00
Jeremy Siek
9950a310a2 makefile for creating literate docs
[SVN r11901]
2001-12-04 01:32:34 +00:00
Jeremy Siek
d75121b429 new file
[SVN r11900]
2001-12-04 01:29:42 +00:00
Jeremy Siek
4e8c1391b8 added another citation
[SVN r11899]
2001-12-04 01:20:50 +00:00
Dave Abrahams
2b901b02ed initial checkin
[SVN r11898]
2001-12-03 23:55:35 +00:00
Jeremy Siek
532b0c579d update, changed simple_isomorphism to isomorphism in a couple places
[SVN r11897]
2001-12-03 22:48:37 +00:00
Jeremy Siek
c9aa4c7d9b change simple_isomorphism to isomorphism in a couple places
[SVN r11896]
2001-12-03 22:47:00 +00:00
Jeremy Siek
8e358bc679 added a link to the literate doc for the implementation
[SVN r11895]
2001-12-03 22:44:10 +00:00
Jeremy Siek
10629cfe91 added a note to the top of the header file
[SVN r11894]
2001-12-03 22:43:33 +00:00
Jeremy Siek
fe2b44f38f improved and simplified version, matching the literate doc
[SVN r11893]
2001-12-03 22:43:11 +00:00
Vesa Karvonen
03d47f416e preprocessor_test.cpp is compile only test
[SVN r11892]
2001-12-03 22:37:45 +00:00
Jeremy Siek
fbf53dbb24 new file
[SVN r11891]
2001-12-03 22:34:23 +00:00
Jeremy Siek
e265cd65b1 finished!
[SVN r11890]
2001-12-03 22:32:02 +00:00
Vesa Karvonen
aa6dc2d49f Minor updates
[SVN r11889]
2001-12-03 22:29:23 +00:00
Dave Abrahams
bc91d397a8 Fixed spelling error ing gcc-3.0 bug workaround
[SVN r11888]
2001-12-03 21:48:54 +00:00
Dave Abrahams
2eb859ad8d Rolled in Helmut's fixes for random_access_iterable; rolled back
workarounds for that problem.


[SVN r11887]
2001-12-03 21:47:58 +00:00
Vesa Karvonen
6e575e965c Apparently the doxygen generated style sheet was not used.
[SVN r11886]
2001-12-03 21:36:46 +00:00
Vesa Karvonen
e13cbebcec Removed doxygen.gif - it is not needed
[SVN r11885]
2001-12-03 21:33:51 +00:00
Vesa Karvonen
d59768e2a7 Reference document generation files
[SVN r11884]
2001-12-03 21:27:13 +00:00
Vesa Karvonen
240032a7ad Official copyright holder in Finland is "Housemarque Oy"
[SVN r11883]
2001-12-03 21:20:27 +00:00
Jeremy Siek
97376f013b mostly finished now
[SVN r11882]
2001-12-03 21:19:32 +00:00
Vesa Karvonen
b5ea33567e Official copyright holder in Finland is "Housemarque Oy"
[SVN r11880]
2001-12-03 21:11:11 +00:00
Vesa Karvonen
9016f80e8e Moved test rationale to test code file
[SVN r11878]
2001-12-03 20:58:50 +00:00
Jeremy Siek
1cc9791868 corrected some of the commentary, still have a little more to go
[SVN r11876]
2001-12-03 17:14:20 +00:00
Douglas Gregor
becd172534 function_base.hpp:
- Add trivial_manager that does nothing but copy object pointers
  - Add is_ref to determine if a type is a reference_wrapper
  - Add function_obj_ref_tag for reference_wrappers
  - Teach get_function_tag about reference_wrappers

function_template.hpp:
  - Add assign_to overload for reference_wrappers (these don't throw)


[SVN r11875]
2001-12-03 16:28:33 +00:00
Douglas Gregor
970212674c reference.html:
- Document semantics of reference_wrapper usage

tutorial.html:
  - Add short discussion and example of ref() and cref()


[SVN r11874]
2001-12-03 16:26:19 +00:00
Douglas Gregor
159e5eb33e function_n_test:
function_test:
  - Add testcases using ref() wrapper


[SVN r11873]
2001-12-03 16:25:00 +00:00
Dave Abrahams
aa2de54ae0 Fixed locale support macro definitions
[SVN r11872]
2001-12-03 14:35:11 +00:00
Dave Abrahams
85f1c08ad1 Added future announcement of dlw_int
[SVN r11871]
2001-12-03 13:56:18 +00:00
Peter Dimov
d5234ad263 Fixed internal compiler error on MSVC 6 with debug info enabled.
[SVN r11870]
2001-12-03 13:11:22 +00:00
Toon Knapen
54c10aca46 changed std::iota call (SGI extension) to a manual loop
in permutation_iterator test


[SVN r11869]
2001-12-03 08:35:08 +00:00
John R. Bandela
a2896d6d64 offset_separator and char_delimiters_separator now use
tok.assign(cur,next)
to assign the token sequence for all iterator types except input iterators where
tok+=*next
is used
There is a workaround for Borland C++ and strings (see code)

Thanks to Gennadiy E. Rozental for pointing this out

-John R. Bandela


[SVN r11868]
2001-12-03 04:56:50 +00:00
Jeremy Siek
310a094f87 code is working, need to reword some of the commentary based on tonight's
lessons learned


[SVN r11867]
2001-12-03 04:53:48 +00:00
Dave Abrahams
9a32338fb1 Integrated Daryle Walker's dlw_int.zip changes
[SVN r11866]
2001-12-03 03:29:57 +00:00
Dave Abrahams
21dde45bae more fixes for running tests
[SVN r11864]
2001-12-02 23:49:25 +00:00
Dave Abrahams
a59bdf1515 Re-enabled the void returns workarounds for MSVC, since they pass with VC6sp4. Added the void returns test to status/Jamfile.
Modified Files:
	boost/mem_fn.hpp status/Jamfile


[SVN r11863]
2001-12-02 21:51:14 +00:00
Jens Maurer
3ba722c1ac add common_factor_test.cpp
[SVN r11862]
2001-12-02 19:59:38 +00:00
Jens Maurer
571347f458 avoid "unused variable" warnings
[SVN r11861]
2001-12-02 19:58:06 +00:00
Jens Maurer
7ff156b6af removing sys/resource.h was a bad idea
[SVN r11860]
2001-12-02 19:54:37 +00:00
Jens Maurer
d5d4ad1149 add errno.h for errno
remove sys/resource.h, because it confuses Tru64 cxx


[SVN r11859]
2001-12-02 19:52:52 +00:00
Jens Maurer
bbe70254ff wait4 is unsupported on some platforms, use wait3
[SVN r11858]
2001-12-02 19:44:23 +00:00
Jens Maurer
809cfa033d remove incorrect comment
[SVN r11857]
2001-12-02 19:33:41 +00:00
Jens Maurer
cdb479458d fix HTML
[SVN r11856]
2001-12-02 19:14:02 +00:00
Jens Maurer
448d8a4dad fix generated HTML
remove note on hand-crafted <limits> file


[SVN r11855]
2001-12-02 19:13:18 +00:00
Jeremy Siek
0787fc1df6 added some stuff
[SVN r11854]
2001-12-02 18:51:31 +00:00