Douglas Gregor
9fcf99b82b
docbook.xsl: Okay to always emit macro synopsis, because we won't be writing
...
RefEntry elements in the TOC anyway.
type.xsl: Don't highlight the entire declaration of class in the synopsis
(to bring classes in line with functions)
[SVN r19858]
2003-08-29 13:45:36 +00:00
Douglas Gregor
357c540940
Don't generate TOC entries for refentry elements
...
[SVN r19857]
2003-08-29 13:30:23 +00:00
Beman Dawes
c9b59cda04
Initial commit
...
[SVN r19856]
2003-08-29 12:18:31 +00:00
Dave Abrahams
242f74760a
Remove flotsam #includes
...
[SVN r19855]
2003-08-29 12:12:08 +00:00
Vladimir Prus
f3b7799513
Fix a hard error whenever a target is skipped. Thanks to
...
Christopher Currie for spotting this bug.
[SVN r19854]
2003-08-29 08:48:15 +00:00
Daryle Walker
293983c517
Added 1.30.x updates to Recent Items
...
[SVN r19853]
2003-08-29 08:14:32 +00:00
Vladimir Prus
fa922f590d
Add V2 Jamfile.
...
[SVN r19852]
2003-08-29 07:54:34 +00:00
Vladimir Prus
bb794f79ef
Add Darwin toolset, from Christopher Currie.
...
[SVN r19851]
2003-08-29 07:33:28 +00:00
Vladimir Prus
5f9df18018
Clarify instructions for installing from CVS.
...
[SVN r19850]
2003-08-29 07:17:18 +00:00
Vladimir Prus
4f111e8c53
Add boost-build.jam to Boost.Build root, to help folks who install from CVS.
...
[SVN r19849]
2003-08-29 07:12:04 +00:00
Vladimir Prus
f08aeb5f2a
Rename *y and *l to *yy and *ll so that V2 knows to compile output with
...
C++ compiler, not with C one, which fails.
[SVN r19848]
2003-08-29 07:02:59 +00:00
Vladimir Prus
51941063da
Fix up bison's handling of yy sources. Bison produces hpp file when input
...
has yy extension. Up till now, V2 though it produces h file, which means
that if any source includes hpp file, V2 could try to compile it before
generating the hpp. The compilation fails.
* new/builtin.jam
Make HPP a separate type.
* tools/bison.jam
Note that YY is converted to HPP, not H.
[SVN r19847]
2003-08-29 07:01:13 +00:00
Eric Friedman
9f6ea5a2a1
Minor changes.
...
[SVN r19846]
2003-08-29 05:31:51 +00:00
Douglas Gregor
325148ede1
Added preliminary support for macro documentation
...
[SVN r19845]
2003-08-29 01:37:03 +00:00
Douglas Gregor
efec962285
source-highlight.xsl:
...
- Add a "highlight" mode that should do source highlighting
properly
type.xsl:
- Use "highlight" mode for typedef types.
[SVN r19844]
2003-08-28 22:29:52 +00:00
Douglas Gregor
07714425ec
html.xsl:
...
- Generate TOCs for up to 3 levels of nested sections
[SVN r19843]
2003-08-28 22:07:00 +00:00
Douglas Gregor
8fdde70133
function.xsl:
...
- Don't link entire function declaration; just link the name.
[SVN r19842]
2003-08-28 21:43:09 +00:00
Dave Abrahams
28cef78e3c
Removed code-breaking change from boost/detail/iterator.hpp and
...
corresponding workarounds from tests.
Added permutation_iterator_test to the suite after fixing it up -- it
was riddled with bugs!
[SVN r19841]
2003-08-28 20:18:51 +00:00
Dave Abrahams
22833f2d4d
Moved to much cleaner system of using BOOST_TT_BROKEN_COMPILER_SPEC
...
for handling vc6/7 deficiencies with iterator_traits.
Fixed a bug in iterator_facade which was causing incomplete types to
be passed through is_convertible.
Reinstated libs/utility/iterator_traits_test.cpp
[SVN r19840]
2003-08-28 16:52:02 +00:00
Douglas Gregor
f3b8b6f07b
Make the default TerminatorFunc nontruth2 instead of truth2, because we need
...
it to return false (i.e., don't abort) all the time, not true (which aborts
early).
[SVN r19839]
2003-08-28 16:34:20 +00:00
Rene Rivera
2ee3286fe2
Don't make singleton vars globally singular, as it interfears with toolset extension.
...
[SVN r19838]
2003-08-28 16:21:57 +00:00
Rene Rivera
5ffce89c18
Remove now extra target vars.
...
[SVN r19837]
2003-08-28 16:20:56 +00:00
Vladimir Prus
a254225464
* new/container.jam
...
(vector.equal): Fix a bug, which causes all vectors with different sizes
to be considered equal.
[SVN r19836]
2003-08-28 13:53:06 +00:00
Jeff Garland
4f4c67ef7b
test for parsing negative time durations
...
[SVN r19835]
2003-08-28 13:46:12 +00:00
Jeff Garland
149114992f
fixes for parsing negative time durations
...
[SVN r19834]
2003-08-28 13:45:45 +00:00
Jeff Garland
fdcc8ee0c8
fixes for adding backward iteration
...
[SVN r19833]
2003-08-28 13:27:48 +00:00
Jeff Garland
b202a1796b
add backward iteration capabilities
...
[SVN r19832]
2003-08-28 13:26:24 +00:00
Jeff Garland
d9714020a3
add subtract functions to wrapping int
...
[SVN r19831]
2003-08-28 13:22:27 +00:00
Douglas Gregor
f8c2ecdfa7
Don't ECHO random information to the user. Man, was I tired
...
[SVN r19830]
2003-08-28 12:28:15 +00:00
John Maddock
27a5a1f9ad
Added needed newline at file end
...
[SVN r19829]
2003-08-28 12:04:57 +00:00
John Maddock
fd2d5980b2
Added BOOST_HAS_DECLSPEC define
...
[SVN r19828]
2003-08-28 12:04:26 +00:00
Vladimir Prus
3363d54713
Implement depth_first_visit variant which allows to stop the search at
...
certain vertices.
[SVN r19827]
2003-08-28 11:49:00 +00:00
Eric Friedman
ff21b8733d
Initial documentation for recursive_variant.
...
[SVN r19826]
2003-08-28 08:27:20 +00:00
Eric Friedman
80a7bbeef4
Added cv-quals to query methods.
...
[SVN r19825]
2003-08-28 08:26:49 +00:00
Eric Friedman
f332f075f7
1) Documented preprocessor macros 2) Added recursive_variant portability notice.
...
[SVN r19824]
2003-08-28 08:24:46 +00:00
Eric Friedman
1bf53163e1
Minor formatting changes.
...
[SVN r19823]
2003-08-28 08:23:06 +00:00
Eric Friedman
3b76d439a5
1) Moved preprocessor macro example to tutorial 2) Now mentions recursive_variant.
...
[SVN r19822]
2003-08-28 08:22:03 +00:00
Eric Friedman
f459e47b56
Minor formatting change.
...
[SVN r19821]
2003-08-28 08:20:31 +00:00
Eric Friedman
95a82ce093
Now mentions recursive_variant.
...
[SVN r19820]
2003-08-28 08:19:08 +00:00
Vladimir Prus
55f1f6917a
Fix bootstrapping when there's no boost-build.jam in project root but
...
BOOST_BUILD_PATH points to Boost.Build installation.
Patch from Christopher Currie.
[SVN r19819]
2003-08-28 05:45:00 +00:00
Vladimir Prus
ae69fd937e
Remove unused code.
...
Patch from Janusz Piwowarski.
[SVN r19818]
2003-08-28 04:56:32 +00:00
Vladimir Prus
bca92f0cb5
Implement remove_vertex function for vector_as_graph.
...
Patch from Janusz Piwowarski.
[SVN r19817]
2003-08-28 04:52:10 +00:00
Douglas Gregor
4d40007836
- Undo my erroneous change to the error message formatting (thanks Dave)
...
- Use BOOST_ROOT to help find the BoostBook DTD & XSL only if its available
- Use BOOST_BUILD_PATH to help find the BoostBook DTD & XSL (also thanks Dave)
[SVN r19816]
2003-08-28 03:30:21 +00:00
Rene Rivera
b05a1c7a15
Allow multiple test args for "cond" and "unless".
...
[SVN r19814]
2003-08-28 01:54:18 +00:00
Douglas Gregor
932c72b5b6
Fix path handling in initialization
...
[SVN r19813]
2003-08-28 00:13:51 +00:00
Beman Dawes
d827f48ba7
Removed as obsolete - use Boost.Random instead
...
[SVN r19812]
2003-08-27 20:26:48 +00:00
Rene Rivera
5e3cf98ed8
New common copyright.
...
Fix problem of duplicate incorrect libraries when linking.
As a side-effect, removed all the custom actions as they where the same as the ones in gcc-tools (or resolve to the same thing).
[SVN r19811]
2003-08-27 17:41:05 +00:00
Rene Rivera
c8f2fd2889
Fix for when AR is distributed as part of the compiler (ex. mingw, cygwin).
...
New common copyright.
Replace SPACE with _ to make for slightly easier reading.
[SVN r19810]
2003-08-27 17:38:29 +00:00
Beman Dawes
87b2dfd71c
refinements as a result of new path name_check mechanism
...
[SVN r19809]
2003-08-27 14:51:19 +00:00
Beman Dawes
6b377e050a
add new name_check mechanism
...
[SVN r19808]
2003-08-27 14:50:05 +00:00