pybind11/tools
Dan 4612db54ac Try to autodetect the location of the clang standard libraries.
On some linuxes, /usr/include belongs to GCC and the standard
libraries that work with clang are in /usr/lib/clang/8.0.0 or
some variation thereof.

This results in errors such as:

```
/../lib64/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../include/c++/8.3.0/bits/cxxabi_init_exception.h:38:10: fatal error: 'stddef.h' file not found

```

during extraction.
2019-06-11 13:49:37 +02:00
..
clang@6a00cbc4a9 updated cindex.py submodule to latest version 2017-03-30 13:14:33 +02:00
check-style.sh Trivial typos 2017-11-01 22:48:36 -03:00
FindCatch.cmake Add Catch framework for testing embedding support and C++-side features 2017-05-28 02:12:24 +02:00
FindEigen3.cmake transparent conversion of dense and sparse Eigen types 2016-05-05 21:44:29 +02:00
FindPythonLibsNew.cmake Ensure PythonLibsNew_FOUND is set in FindPythonLibsNew module (#1373) 2019-05-12 19:43:44 +02:00
libsize.py Always use return_value_policy::move for rvalues (#510) 2016-11-20 05:31:02 +01:00
mkdoc.py Try to autodetect the location of the clang standard libraries. 2019-06-11 13:49:37 +02:00
pybind11Config.cmake.in Detect c++ standard unconditionally 2017-07-16 11:01:00 -04:00
pybind11Tools.cmake Issue #1532: Incompatible config options, /MP vs /Gm for MSVC in DEBUG (#1533) 2018-10-25 01:35:33 +02:00