Revision e5aecbeefd2303b1c6d7a2368498dc68e552786c authored by Steven Johnson on 08 August 2018, 01:04:48 UTC, committed by Steven Johnson on 08 August 2018, 01:04:48 UTC
We don't want c++11, as we don't want static locals to get thread-sync helper code (which c++11 mandates); previously, we didn't specify any version, which left us at the mercy of the system compiler (which might have defaulted to c++11). Choosing gnu++98 is arbitrary but gives us a predictable baseline across common build environments.
1 parent ea9c863
History
File Mode Size
CMakeLists.txt -rw-r--r-- 176 bytes
Halide-VS2017.natvis -rw-r--r-- 2.2 KB
Halide.natvis -rw-r--r-- 1.4 KB
HalideTraceDump.cpp -rw-r--r-- 11.5 KB
HalideTraceUtils.cpp -rw-r--r-- 1.3 KB
HalideTraceUtils.h -rw-r--r-- 2.6 KB
HalideTraceViz.cpp -rw-r--r-- 53.2 KB
inconsolata.h -rw-r--r-- 222.4 KB

back to top