mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 09:00:36 +00:00
tab removal
[SVN r34727]
This commit is contained in:
parent
5d3ed33354
commit
6c4fa9d14f
2 changed files with 28 additions and 28 deletions
16
configure
vendored
16
configure
vendored
|
@ -268,22 +268,22 @@ INCLUDEDIR=$INCLUDEDIR
|
|||
LIBS=$LIBS
|
||||
|
||||
all: .dummy
|
||||
@echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)"
|
||||
@\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\
|
||||
echo "Not all Boost libraries built properly."
|
||||
@echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)"
|
||||
@\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\
|
||||
echo "Not all Boost libraries built properly."
|
||||
|
||||
clean: .dummy
|
||||
rm -rf bin
|
||||
rm -rf bin
|
||||
|
||||
distclean: clean
|
||||
rm -rf Makefile config.log
|
||||
rm -rf Makefile config.log
|
||||
|
||||
check: .dummy
|
||||
@cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo "Some Boost regression tests failed. This is normal."
|
||||
@cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo "Some Boost regression tests failed. This is normal."
|
||||
|
||||
install: .dummy
|
||||
@echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install"
|
||||
@\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install || echo "Not all Boost libraries built properly."
|
||||
@echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install"
|
||||
@\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install || echo "Not all Boost libraries built properly."
|
||||
|
||||
.dummy:
|
||||
|
||||
|
|
40
index.htm
40
index.htm
|
@ -339,26 +339,26 @@
|
|||
<li><span class="library"><a href=
|
||||
"libs/multi_array/index.html">MultiArray
|
||||
Library</a>:</span>
|
||||
<ul>
|
||||
<li>Boost.MultiArray now by default
|
||||
<ul>
|
||||
<li>Boost.MultiArray now by default
|
||||
provides range-checking for
|
||||
<code>operator[]</code>. Range checking can be
|
||||
disabled by defining the macro
|
||||
<code>BOOST_DISABLE_ASSERTS</code> before
|
||||
including <tt>multi_array.hpp</tt>.</li>
|
||||
<code>operator[]</code>. Range checking can be
|
||||
disabled by defining the macro
|
||||
<code>BOOST_DISABLE_ASSERTS</code> before
|
||||
including <tt>multi_array.hpp</tt>.</li>
|
||||
|
||||
<li> A bug in
|
||||
<code>multi_array::resize()</code> related
|
||||
to storage orders was fixed.</li>
|
||||
<li> A bug in
|
||||
<code>multi_array::resize()</code> related
|
||||
to storage orders was fixed.</li>
|
||||
|
||||
<li><code>multi_array::resize()</code>
|
||||
can now be called with a model of
|
||||
the <code>Collection</code> concept to
|
||||
specify the new extents.</li>
|
||||
<li><code>multi_array::resize()</code>
|
||||
can now be called with a model of
|
||||
the <code>Collection</code> concept to
|
||||
specify the new extents.</li>
|
||||
|
||||
<li>A bug in the comparison routine for
|
||||
view iterators was fixed.</li>
|
||||
</ul>
|
||||
<li>A bug in the comparison routine for
|
||||
view iterators was fixed.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
@ -562,12 +562,12 @@
|
|||
30-40%, depending on the concrete files to process. </li>
|
||||
|
||||
<li>Support for new pragmas has been added allowing to
|
||||
control certain library features from inside the
|
||||
preprocessed sources (partial output redirection,
|
||||
control of generated whitespace and #line directives).</li>
|
||||
control certain library features from inside the
|
||||
preprocessed sources (partial output redirection,
|
||||
control of generated whitespace and #line directives).</li>
|
||||
|
||||
<li>Optional support for #pragma message "..."
|
||||
has been added. </li>
|
||||
has been added. </li>
|
||||
<li>This version also includes a number of bug
|
||||
fixes and usage improvements. For a complete
|
||||
list of changes, see the libraries <a href=
|
||||
|
|
Loading…
Add table
Reference in a new issue