Revert "Merge pull request #11 from Lastique/modularization"

This reverts commit a9a1eddba8, reversing
changes made to d6bc9845ba.
This commit is contained in:
K. Noel Belcourt
2014-09-19 18:55:00 -06:00
parent a30e4a49a8
commit 6a0f617a6c
429 changed files with 248 additions and 314 deletions

View File

@@ -1,20 +0,0 @@
Boost.MPL
==========
Boost.MPL, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), is a library for meta-programming.
### Directories
* **doc** - Documentation of the components
* **include** - Interface headers
* **test** - Unit tests
The core components of the library are in the Boost.MPL.Core sublibrary, which resides in the **core** subdirectory.
### More information
* [Documentation](http://www.boost.org/doc/libs/release/libs/mpl/doc/index.html)
### License
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).

View File

@@ -1,13 +0,0 @@
<html>
<head>
<meta http-equiv="refresh" content="0; URL=../doc/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="../doc/index.html">../doc/index.html</a>.&nbsp;<hr>
<p><EFBFBD> Copyright Beman Dawes, 2001</p>
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
</body>
</html>

View File

@@ -1,39 +0,0 @@
# Boost.MPL.Core Library test Jamfile
#
# Copyright (c) 2005 Vladimir Prus
# Copyright (c) 2006-2007 Dave Abrahams
# Copyright (c) 2009 Eric Niebler
# Copyright (c) 2009 Steven Watanabe
#
# Distributed under the Boost Software License, Version 1.0.
# See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt
import testing ;
project
: requirements
<include>.
;
compile aux_/largest_int.cpp ;
compile arithmetic.cpp ;
compile assert.cpp ;
compile bitwise.cpp ;
run bool.cpp ;
compile comparison.cpp ;
compile eval_if.cpp ;
compile has_xxx.cpp ;
compile identity.cpp ;
compile if.cpp ;
run int.cpp ;
run char.cpp ;
run integral_c.cpp : : : <toolset>vacpp:<cxxflags>-qchars=signed ;
compile logical.cpp ;
compile min_max.cpp ;
compile no_has_xxx.cpp ;
compile numeric_ops.cpp ;
run print.cpp ;
run size_t.cpp ;
compile sizeof.cpp ;

Some files were not shown because too many files have changed in this diff Show More