]> sourceware.org Git - systemtap.git/commit - Makefile.in
configury: look for -std=c++11 support
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 5 Aug 2015 16:32:30 +0000 (12:32 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Tue, 18 Aug 2015 15:09:24 +0000 (11:09 -0400)
commit0de35d9e371b9d784cbbf2ffdbd7d036b2c433c8
tree61a87df033cc5d7940a1aec62b348e93da42aa32
parentaa389a190e2ad44ced2868409ea643e4baf6f8a9
configury: look for -std=c++11 support

It turns out that c++11's unordered_set<> makes the stringtable
dramatically faster.  Since that is a c++11-only facility, we switch
the translator (stap) to conditionally compile with that flag.
13 files changed:
Makefile.am
Makefile.in
aclocal.m4
configure
configure.ac
doc/Makefile.in
doc/SystemTap_Tapset_Reference/Makefile.in
doc/beginners/Makefile.in
java/Makefile.in
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
man/Makefile.in
stapdyn/Makefile.in
staprun/Makefile.in
This page took 0.031311 seconds and 5 git commands to generate.