Rene Rivera
2033b9c987
Theoretical fix for xsl:param errors when running regression tests.
...
[SVN r59639]
2010-02-11 19:48:09 +00:00
Rene Rivera
7cb0e3a231
Building docs now defaults to *not* include the standard Boost navigation bar when building docs outside of the Boost tree. It's also now the default, when one asks for the Boost navbar, to *not* have the Boost logo when building outside of Boost.
...
[SVN r59635]
2010-02-11 16:06:06 +00:00
Jeremiah Willcock
a4bda69519
Applied patch from Andy Tompkins in #3917 ; fixes #3917
...
[SVN r59628]
2010-02-10 22:10:10 +00:00
Beman Dawes
4fdae2721f
Fix #3884
...
[SVN r59622]
2010-02-10 17:21:41 +00:00
Eric Niebler
ed59170e0b
add missing include, refers #3915
...
[SVN r59618]
2010-02-10 14:42:50 +00:00
Hartmut Kaiser
faca6d65e0
Spirit: more edits to the new example
...
[SVN r59584]
2010-02-08 16:24:13 +00:00
Hartmut Kaiser
f51cdb2439
Spirit: Adding new example
...
[SVN r59583]
2010-02-08 16:09:37 +00:00
Joaquín M López Muñoz
804ed305b9
eliminated dubious use of preprocessor
...
[SVN r59582]
2010-02-08 15:56:06 +00:00
Vladimir Prus
09ddfeab2f
Make sure we use the same name of project module everywhere.
...
In particular, this fixes problems on windows where project.load
may be passed a path from Jamfile, and then load-jamfile may use
a path using the exact case as stored in the file system -- different
from the path passed to project.load.
[SVN r59581]
2010-02-08 15:18:57 +00:00
Alexander Nasonov
45b3c78c4b
Apply variadic functions patch from Sergey Zubkovsky.
...
[SVN r59579]
2010-02-07 19:13:43 +00:00
Christopher Schmidt
dced6dfebc
adapt plain old array types (3)
...
[SVN r59578]
2010-02-07 19:12:26 +00:00
Christopher Schmidt
05e2dfb446
adapt plain old array types (2)
...
[SVN r59577]
2010-02-07 18:48:09 +00:00
Christopher Schmidt
0b2479911e
adapt plain old array types (1)
...
[SVN r59576]
2010-02-07 18:22:06 +00:00
Hartmut Kaiser
86ee23279a
Wave: minor comment edits
...
[SVN r59574]
2010-02-07 15:50:06 +00:00
John Maddock
5d1a2df9cc
Add build script that pulls together all the necessary options.
...
[SVN r59567]
2010-02-07 10:24:57 +00:00
Daniel James
729f8d0d2b
Add to the include test.
...
[SVN r59544]
2010-02-07 08:56:41 +00:00
Hartmut Kaiser
5d34fd4980
Spirit more fixes for Qi's numeric_utils
...
[SVN r59543]
2010-02-07 04:27:58 +00:00
Hartmut Kaiser
654417383d
Spirit: added missing #include
...
[SVN r59542]
2010-02-07 04:13:01 +00:00
Hartmut Kaiser
0ebdc9c1e0
Spirit: buffer[buffer[...]] does not result in double buffering anymore, added tests
...
[SVN r59541]
2010-02-07 04:00:46 +00:00
Hartmut Kaiser
8a8892565e
Spirit: buffer[buffer[...]] does not result in double buffering anymore
...
[SVN r59540]
2010-02-07 03:56:22 +00:00
Andy Tompkins
4a0cfc7ffb
updated test for sha1
...
my last commit should have renamed some files. They didn't get renamed but new files were added. I hope this removes the old ones.
[SVN r59539]
2010-02-07 02:44:13 +00:00
Hartmut Kaiser
18b2ea5e1a
Wave: added found_unknown_directive preprocessing hook, bumped version number
...
[SVN r59538]
2010-02-06 23:24:06 +00:00
Hartmut Kaiser
e1c3e4c164
Wave: added found_unknown_directive preprocessing hook
...
[SVN r59537]
2010-02-06 23:23:31 +00:00
Andy Tompkins
cae77334f8
switch from the Boost Test Library to boost/detail/lightweight_test.hpp
...
moved uuid generators into their own file
[SVN r59535]
2010-02-06 22:32:49 +00:00
Daniel James
66a91f7909
Change include test to demonstrate quickbook's slightly odd behaviour.
...
[SVN r59532]
2010-02-06 21:18:15 +00:00
Daniel James
07c7ca2ebe
Simple include test.
...
[SVN r59527]
2010-02-06 15:12:55 +00:00
Daniel James
1aa3044802
Adjust the block elements in the post-processor.
...
- 'replaceable' is an inline element.
- Add some missing block elements.
- Put the callout elements into order.
[SVN r59526]
2010-02-06 15:12:14 +00:00
Tobias Schwinger
e0f601704c
checks for write permission on working copy :-)
...
[SVN r59524]
2010-02-06 14:20:05 +00:00
Joel de Guzman
a6f49ac3d3
added hold directive
...
[SVN r59522]
2010-02-06 02:16:20 +00:00
Joel de Guzman
9746e71297
added hold directive
...
[SVN r59521]
2010-02-06 02:15:34 +00:00
Joel de Guzman
868ed494d6
added hold directive
...
[SVN r59520]
2010-02-06 01:55:56 +00:00
Joel de Guzman
277a2598c2
added hold directive
...
[SVN r59519]
2010-02-06 01:51:34 +00:00
John Maddock
01b9ae902e
Add BOOST_WORKAROUND docs.
...
Fixes #3782 .
[SVN r59514]
2010-02-05 18:12:35 +00:00
John Maddock
59d82dba2a
Highlight the differences between \Z in Boost and Perl.
...
Regenerate docs.
Fixes #3899 .
[SVN r59512]
2010-02-05 17:05:04 +00:00
Vladimir Prus
c93a4e7c3e
Enable soname for HPUX.
...
Patch from João Luís Pinto.
[SVN r59509]
2010-02-05 12:42:09 +00:00
Vladimir Prus
d522752491
Use the pathf90 compiler for all compilation.
...
Patch from Spencer E. Olson.
Here's the explanation from email:
The version of pathscale that I have access to is 3.2 and there doesn't seem
to be a pathf77 executable. The man pages do not reference it, and there is
also not a -f77 option that specifies that the code is fortran 77. Rather,
the man pages indicate that pathscale only recognizes the difference between
free form and fixed form fortran instead of F77 vs F90 vs F95.
Does anyone have an available installation that differs from this? If not,
I'll submit another small patch for changing this to using pathf90 to compile
f77 code--I've tested it and it appears to work well enough.
[SVN r59508]
2010-02-05 11:51:46 +00:00
Vladimir Prus
ccf8646f7a
Use right default command for C compilations.
...
Patch from Spencer E. Olson
[SVN r59507]
2010-02-05 11:47:14 +00:00
Andreas Huber
e17f314b47
simple_state::context() now also finds bases of state types.
...
[SVN r59506]
2010-02-05 10:38:21 +00:00
K. Noel Belcourt
9f25c3601f
Changes to support pgi-10.x.
...
John suggested running configure --enable-test but
even after making suggested changes, it still doesn't
seem to pick up that BOOST_HAS_PTHREADS has been defined.
Also, not sure how to undefine these macros as they seem
to be set after I explicitly undefine them.
the following macros need to be defined
BOOST_HAS_PTHREADS
the following macros need to be undef'ed
BOOST_NO_STDC_NAMESPACE BOOST_NO_EXCEPTION_STD_NAMESPACE BOOST_DEDUCED_TYPENAME
[SVN r59505]
2010-02-05 05:51:15 +00:00
Hartmut Kaiser
9685c1b827
Spirit: added another testcase for multi_pass
...
[SVN r59496]
2010-02-05 00:45:18 +00:00
Hartmut Kaiser
264c31737e
Spirit: committing missing change
...
[SVN r59491]
2010-02-05 00:39:08 +00:00
Hartmut Kaiser
7df6a8502b
Spirit: fixing const bug in multi_pass
...
[SVN r59490]
2010-02-05 00:35:47 +00:00
Hartmut Kaiser
f8bff124e9
Spirit: doc fixes
...
[SVN r59489]
2010-02-05 00:35:18 +00:00
Hartmut Kaiser
0cf8fc5ec7
Spirit: fixing inspect errors
...
[SVN r59488]
2010-02-05 00:32:43 +00:00
Hartmut Kaiser
0df9307237
Spirit: added testcase for latest regression
...
[SVN r59487]
2010-02-05 00:32:14 +00:00
Hartmut Kaiser
0a1109deea
Spirit: adding workaround for MSVC falsly trzing to use multi_pass::operator== for other iterators
...
[SVN r59486]
2010-02-05 00:17:40 +00:00
Marshall Clow
08ff4c5708
Applied patches to fix #2886
...
[SVN r59476]
2010-02-04 18:22:13 +00:00
John Maddock
97cc9640fa
Add comment to remove_pointer docs.
...
Fixes #3771 .
[SVN r59474]
2010-02-04 17:22:33 +00:00
John Maddock
119c2a6721
Clarify docs and add some more examples.
...
Fixes #3768 .
[SVN r59472]
2010-02-04 17:11:48 +00:00
John Maddock
0106e61386
Change integer code to still work when BOOST_HAS_MS_INT64 is defined but BOOST_HAS_LONG_LONG is not.
...
Update VC++ config to define BOOST_HAS_LONG_LONG for MSVC-8 in ANSI mode.
Fixes #3657 .
[SVN r59468]
2010-02-04 11:15:54 +00:00