mirror of
https://github.com/boostorg/multi_array.git
synced 2026-01-25 06:22:10 +00:00
Compare commits
4 Commits
boost-1.39
...
boost-1.43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21fe8cd48e | ||
|
|
2325f8bd8c | ||
|
|
6f00b4609c | ||
|
|
8147ea248b |
@@ -1,22 +0,0 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# This file was automatically generated from the original CMakeLists.txt file
|
||||
# Add a variable to hold the headers for the library
|
||||
set (lib_headers
|
||||
multi_array.hpp
|
||||
multi_array
|
||||
)
|
||||
|
||||
# Add a library target to the build system
|
||||
boost_library_project(
|
||||
multi_array
|
||||
# SRCDIRS
|
||||
TESTDIRS test
|
||||
HEADERS ${lib_headers}
|
||||
# DOCDIRS
|
||||
# DESCRIPTION
|
||||
MODULARIZED
|
||||
# AUTHORS
|
||||
# MAINTAINERS
|
||||
)
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Boost.MultiArray: Test Descriptions
|
||||
</title>
|
||||
</head>
|
||||
<body bgcolor="#ffffff" text="#000000">
|
||||
<IMG SRC="http://www.boost.org/boost.png"
|
||||
<IMG SRC="../../../boost.png"
|
||||
ALT="C++ Boost" width="277" height="86">
|
||||
<h1>Boost.MultiArray: Test Descriptions</h1>
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
boost_module(multi_array DEPENDS array iterator detail concept_check mpl static_assert functional)
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
boost_additional_test_dependencies(multi_array BOOST_DEPENDS test)
|
||||
|
||||
|
||||
boost_test_compile_fail(fail_cbracket)
|
||||
boost_test_compile_fail(fail_cdata)
|
||||
boost_test_compile_fail(fail_citerator)
|
||||
boost_test_compile_fail(fail_cparen)
|
||||
boost_test_compile_fail(fail_criterator)
|
||||
boost_test_compile_fail(fail_csubarray)
|
||||
boost_test_compile_fail(fail_csubarray2)
|
||||
boost_test_compile_fail(fail_csubarray3)
|
||||
boost_test_compile_fail(fail_cview)
|
||||
boost_test_compile_fail(fail_cview2)
|
||||
boost_test_compile_fail(fail_cview3)
|
||||
boost_test_compile_fail(fail_ref_cbracket)
|
||||
boost_test_compile_fail(fail_ref_cdata)
|
||||
boost_test_compile_fail(fail_ref_citerator)
|
||||
boost_test_compile_fail(fail_ref_cparen)
|
||||
boost_test_compile_fail(fail_ref_criterator)
|
||||
boost_test_compile_fail(fail_ref_csubarray)
|
||||
boost_test_compile_fail(fail_ref_csubarray2)
|
||||
boost_test_compile_fail(fail_ref_csubarray3)
|
||||
boost_test_compile_fail(fail_ref_cview)
|
||||
boost_test_compile_fail(fail_ref_cview2)
|
||||
boost_test_compile_fail(fail_ref_cview3)
|
||||
|
||||
boost_test_run(constructors DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(access DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(compare DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(iterators DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(slice DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(assign DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(assign_to_array DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(index_bases DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(storage_order DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(reshape DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(range1 DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(idxgen1 DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(stl_interaction DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(resize DEPENDS boost_test_exec_monitor)
|
||||
boost_test_compile(concept_checks)
|
||||
Reference in New Issue
Block a user