-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed ebool code from the mainline
Update #548
- Loading branch information
1 parent
8d6e961
commit 7e40f27
Showing
18 changed files
with
519 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
add_subdirectory(stl) | ||
if(H5CPP_ENABLE_STL) | ||
add_subdirectory(stl) | ||
endif() | ||
|
||
if(H5CPP_ENABLE_NEXUS) | ||
add_subdirectory(nexus) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
set(SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/ebool.cpp) | ||
set(HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/ebool.hpp) | ||
|
||
install(FILES ${HEADERS} | ||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/h5cpp/contrib/nexus) | ||
|
||
set(h5cpp_sources ${h5cpp_sources} ${SOURCES} PARENT_SCOPE) | ||
set(h5cpp_headers ${h5cpp_headers} ${HEADERS} PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
set(HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/array.hpp | ||
${CMAKE_CURRENT_SOURCE_DIR}/complex.hpp | ||
${CMAKE_CURRENT_SOURCE_DIR}/stl.hpp | ||
${CMAKE_CURRENT_SOURCE_DIR}/string.hpp | ||
${CMAKE_CURRENT_SOURCE_DIR}/vector.hpp) | ||
|
||
install(FILES ${HEADERS} | ||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/h5cpp/contrib/stl) | ||
|
||
set(h5cpp_headers ${h5cpp_headers} ${HEADERS} PARENT_SCOPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.