[Mesa-dev] [PATCH v3 0/2] build system: Unify c++11 detection and used [was: configure+mesa/st:check -std=c++11 support and enable tests accordingly]
Gert Wollny
gw.fossdev at gmail.com
Tue Sep 19 11:35:02 UTC 2017
Was: configure+mesa/st:
As Emil pointed out, adding a test for C++11 for only one test is not very nice,
and since swr and clover already did distinct checks for this, I propose to
unify these tests and base compilation and running the mesa/st/tests one the
same test.
The second patch then adds a test to see whether the mesa/st tests are not
build with a compilet that doesn't offer -std=c++11 support.
Best,
Gert
--
- Submitter has no mesa-git write access
Gert Wollny (2):
configure+mesa/st: unify check for -std=c++11 support and enable
accordingly
travis: Add test for gcc-4.4 compiler tool chain
.travis.yml | 34 +
configure.ac | 13 +-
m4/ax_cxx_compile_stdcxx.m4 | 987 ++++++++++++++++++++++++++
src/gallium/drivers/swr/Makefile.am | 4 +-
src/gallium/state_trackers/clover/Makefile.am | 6 +-
src/mesa/state_tracker/tests/Makefile.am | 7 +-
6 files changed, 1038 insertions(+), 13 deletions(-)
create mode 100644 m4/ax_cxx_compile_stdcxx.m4
--
2.13.5
More information about the mesa-dev
mailing list