Commit Graph

50051 Commits

Author SHA1 Message Date
Jeff Garland
0a56728e0a update documentation of calculations, especially special value handling
[SVN r19493]
2003-08-09 16:38:21 +00:00
Beman Dawes
c8c5a50be9 add comment as to purpose
[SVN r19492]
2003-08-09 16:08:45 +00:00
Rene Rivera
18612d1850 Add setting of the needed defines on a per source basis. This gives this Jamfile at least a chance of working.
[SVN r19491]
2003-08-09 15:53:49 +00:00
Bruno da Silva de Oliveira
f9bbb010c1 - Fix a bug where a declaration was appearing more than once in an intermediate class in an hierarchy not fully-exported
[SVN r19489]
2003-08-08 02:56:04 +00:00
Joel de Guzman
64276d430e Clean-up, refactored and added NoSlice option.
[SVN r19488]
2003-08-07 17:16:07 +00:00
Beman Dawes
faba907a26 Add link to release_mgr_checklist
[SVN r19487]
2003-08-07 15:22:46 +00:00
Beman Dawes
69ff353951 Initial commit
[SVN r19486]
2003-08-07 15:22:23 +00:00
Joel de Guzman
f91941ea49 some trivial fixes.
[SVN r19485]
2003-08-07 12:29:54 +00:00
Joel de Guzman
7dd31ab870 Fixed no proxy handling for containers of primitive types.
[SVN r19484]
2003-08-07 08:45:57 +00:00
Joel de Guzman
00027c0718 Added named visitor .def facility.
[SVN r19483]
2003-08-07 03:07:20 +00:00
Beman Dawes
00a1fc9594 add 2 arg last_write_time() function docs
[SVN r19482]
2003-08-06 20:20:42 +00:00
Beman Dawes
9fdd15380f workaround Borland namespace issue
[SVN r19481]
2003-08-06 20:05:57 +00:00
Beman Dawes
64105197c6 Add 2 arg last_write_time()
[SVN r19480]
2003-08-06 19:28:53 +00:00
Jeremy Siek
1ca55156ed Fixed vertex_index to return local index instead of global index.
This is important when running a graph algorithm on a subgraph.


[SVN r19479]
2003-08-06 16:52:25 +00:00
Jeremy Siek
ff7c977e2a fixed to match implementation and the BGL book
[SVN r19478]
2003-08-06 16:26:59 +00:00
Beman Dawes
5b55d89d48 fix native_directory_string typo
[SVN r19477]
2003-08-06 15:25:08 +00:00
Dave Abrahams
3cc1ef644a clean up formatting
[SVN r19476]
2003-08-06 14:36:16 +00:00
Dave Abrahams
4ba8a5b5a4 Updates for Overload publication
[SVN r19475]
2003-08-06 14:28:10 +00:00
Dave Abrahams
c7caa801b0 Workaround vc7.1 typeid problem with cv-qualified arrays.
[SVN r19474]
2003-08-06 13:51:03 +00:00
Beman Dawes
5aa2a35529 make text more explicit for undecorated names
[SVN r19473]
2003-08-06 13:49:19 +00:00
Beman Dawes
5f3e8f2534 fix broken bookmarks
[SVN r19472]
2003-08-06 13:26:29 +00:00
Beman Dawes
9a00ee0ec7 fix broken bookmarks
[SVN r19471]
2003-08-06 13:22:13 +00:00
Aleksey Gurtovoy
ce6551ce16 undo erroneous changes in advance_* headers
[SVN r19470]
2003-08-06 08:33:20 +00:00
Joel de Guzman
59ca63658d fixed iteration scheme and added append and extend methods
[SVN r19469]
2003-08-06 08:06:09 +00:00
Jeremy Siek
a26d0ab728 generated output
[SVN r19468]
2003-08-05 19:48:41 +00:00
Jeremy Siek
80960e7de1 factoring the specialized iterator adaptors
[SVN r19467]
2003-08-05 19:42:37 +00:00
Jens Maurer
974fadce08 add definitions for in-class static constants, detected by IBM compiler
(Matthias Troyer)


[SVN r19466]
2003-08-05 19:32:30 +00:00
Jeremy Siek
f6352b9748 factored iterator adaptor stuff and a few other edits
[SVN r19465]
2003-08-05 18:19:55 +00:00
Jeremy Siek
9cef50b1c8 factored iterator facade stuff into several files
[SVN r19464]
2003-08-05 16:36:51 +00:00
Beman Dawes
62f9cfd342 Add missing inlines (Solomon Gibbs)
[SVN r19463]
2003-08-05 16:13:08 +00:00
Dave Abrahams
29d4a2fd6d Update docs for static data support.
[SVN r19462]
2003-08-05 13:41:21 +00:00
Vladimir Prus
df7ce0c87e Test toolset inheritance
[SVN r19461]
2003-08-05 06:10:58 +00:00
Vladimir Prus
87fbca69a4 Fixes to toolset inheritance.
* new/generators.jam
     (generator.constructor): Import property so clone works.
     (register): Generate the correct toolset name.

   * new/toolset.jam
     Import generators so the inherit calls work.
     (inherit-generators): Generate the correct new generator id.

Patch from Christopher Currie.


[SVN r19460]
2003-08-05 06:10:57 +00:00
Vladimir Prus
74fc551b81 Update comments.
[SVN r19459]
2003-08-05 05:32:47 +00:00
Vladimir Prus
78e4852784 Rename 'xclass' to 'class'.
[SVN r19458]
2003-08-05 05:25:33 +00:00
Rene Rivera
f9c0207fa6 Fix building of dist target. On my previous changes for grammar building I unintentionally removed the building of the yyacc program.
[SVN r19457]
2003-08-05 05:18:40 +00:00
Rene Rivera
a5accbc005 Fix compilation for conforming C compilers, in this case Borland. Structure initialization is only allowed with constant initializers.
[SVN r19456]
2003-08-05 04:59:57 +00:00
Rene Rivera
036749c7e3 Fix compilation for conforming C compilers, in this case VC7. Variable declarations are only allowed at the start of scopes, not in the middle like C++.
[SVN r19455]
2003-08-05 04:48:28 +00:00
Dave Abrahams
d67250593b Allow mutating operations on self for all operators
[SVN r19454]
2003-08-05 03:15:37 +00:00
Ralf W. Grosse-Kunstleve
7b6a99264c workaround for MIPSpro, thanks to John Spicer
[SVN r19453]
2003-08-05 03:03:49 +00:00
Jeremy Siek
a6d5df8418 added a call to const_constraints(g) that was missing from
IncidenceGraphConcept::constraints


[SVN r19452]
2003-08-05 02:13:27 +00:00
Aleksey Gurtovoy
9029de5baf fixes for tagged lambda oversights
[SVN r19451]
2003-08-05 02:13:04 +00:00
Ralf W. Grosse-Kunstleve
9faa890c44 Tru64 cxx requires X::operator!=
[SVN r19450]
2003-08-05 00:49:33 +00:00
Dave Abrahams
d1dcf53020 initial commit
[SVN r19449]
2003-08-04 23:52:01 +00:00
Joel de Guzman
6f3cc1ee6d added missing typename and include file
[SVN r19448]
2003-08-04 23:34:52 +00:00
Joel de Guzman
f039e5a863 added missing line feed at end of source
[SVN r19447]
2003-08-04 23:34:02 +00:00
Ralf W. Grosse-Kunstleve
c69993530e workaround for Mac OS 10 gcc 3.3 static initialization bug
[SVN r19446]
2003-08-04 22:09:16 +00:00
Ralf W. Grosse-Kunstleve
2f0f938557 avoid (incorrect) Tru64 cxx 6.5.1 warning
[SVN r19445]
2003-08-04 20:54:07 +00:00
Dave Abrahams
63f9e6a67c Added the new arg class from
"nickm-at-sitius.com" (Nikolay Mladenov) which supplies the
ability to wrap functions that can be called with ommitted
arguments in the middle.


[SVN r19441]
2003-08-04 17:46:48 +00:00
Dave Abrahams
aeec8a92cb missing checkin
[SVN r19439]
2003-08-04 17:36:49 +00:00