minetestmapper/cmake
Rogier 9a9b83e638 Detect libstdc++ ABI incompatibility to allow compiling using clang again.
Currently, this is only relevant when using LevelDB, and a newer version
of libstdc++, which uses a different C++ ABI which clang does not yet support.

A symptom of the problem are unexpected linking failures, caused by undefined
symbols, while other symbols from the same library do not cause errors.

The solution is a workaround, that avoids using the offending symbols, at the
cost of reduced functionality. As this currently only affects the text of an
error message, the impact is minor.
2016-06-28 11:44:09 +02:00
..
FindDocutils.cmake Make sure no HTML documentation is generated when conversion causes warnings 2016-01-17 10:37:50 +01:00
FindIconv.LICENSE Add iconv cmake module 2016-01-17 10:37:51 +01:00
FindIconv.cmake Add iconv cmake module 2016-01-17 10:37:51 +01:00
abi-stdstring.cpp Detect libstdc++ ABI incompatibility to allow compiling using clang again. 2016-06-28 11:44:09 +02:00
empty.cpp Move empty.cpp to the cmake directory 2016-06-28 11:43:46 +02:00