https://github.com/halide/Halide
Revision c0ca4ff1f04e3560f6b2e596b75398d128c7424a authored by Steven Johnson on 16 November 2020, 20:34:33 UTC, committed by GitHub on 16 November 2020, 20:34:33 UTC
* Revert C++11 usage in hexagon_remote

Building hexagon_remote with C++11 ends up inserting some unwanted C++11-related symbols (__gxx_personality_v0) that aren't present. This reverts those changes, and modifies HalideRuntime.h so that most of the `__cplusplus` checks are now `__cplusplus >= 201103L` (i.e., C++ convenience features only exist when compiled under C++11 or later).

* Appease MSVC idiocy
1 parent e3fc746
History
Tip revision: c0ca4ff1f04e3560f6b2e596b75398d128c7424a authored by Steven Johnson on 16 November 2020, 20:34:33 UTC
Revert C++11 usage in hexagon_remote (#5446)
Tip revision: c0ca4ff
File Mode Size
.github
apps
cmake
dependencies
doc
packaging
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.5 KB
.clang-format-ignore -rw-r--r-- 265 bytes
.clang-tidy -rw-r--r-- 1.8 KB
.gitattributes -rw-r--r-- 342 bytes
.gitignore -rw-r--r-- 1.1 KB
.gitmodules -rw-r--r-- 0 bytes
CMakeLists.txt -rw-r--r-- 4.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.5 KB
LICENSE.txt -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 94.7 KB
README.md -rw-r--r-- 20.8 KB
README_cmake.md -rw-r--r-- 66.7 KB
README_rungen.md -rw-r--r-- 12.1 KB
README_webassembly.md -rw-r--r-- 7.5 KB
run-clang-format.sh -rwxr-xr-x 1.1 KB
run-clang-tidy.sh -rwxr-xr-x 2.8 KB

README.md

back to top