freebsd-dev/lib/libc/tests/stdlib
Enji Cooper 0eb97cca9f Allow users to override CSTD/CXXSTD on a per-prog basis
The current logic for CSTD/CXXSTD requires homogenity as far as the
supported C/C++ standards, which is a sensible default. However, when
dealing with differing versions of C++, some code may compile with C++11, but
not C++17 (for instance). So in order to avoid having people convert over their
code to the new standard, give the users the ability to specify the standard on
a per-program basis.

This will allow a user to override the supporting standard for a set of
programs, mixing C++11 with C++14 (for instance).

Reviewed by:	asomers
Apprved by:	emaste (mentor)
MFC after:	1 month
MFC with:	r345708
Differential Revision: https://reviews.freebsd.org/D19738
2019-03-29 18:49:08 +00:00
..
dynthr_mod libc/tests: Add test case for jemalloc/libthr bug fixed in r343566 2019-01-31 02:49:24 +00:00
cxa_thread_atexit_nothr_test.cc Add __cxa_thread_atexit(3) API implementation. 2016-08-06 13:32:40 +00:00
cxa_thread_atexit_test.cc Add __cxa_thread_atexit(3) API implementation. 2016-08-06 13:32:40 +00:00
dynthr_test.c libc/tests: Add test case for jemalloc/libthr bug fixed in r343566 2019-01-31 02:49:24 +00:00
heapsort_test.c Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite 2015-11-08 07:03:17 +00:00
Makefile Allow users to override CSTD/CXXSTD on a per-prog basis 2019-03-29 18:49:08 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mergesort_test.c Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite 2015-11-08 07:03:17 +00:00
qsort_test.c Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite 2015-11-08 07:03:17 +00:00
set_constraint_handler_s_test.c Implement the memset_s(3) function as specified by the C11 ISO/IEC 2017-03-30 04:57:26 +00:00
strfmon_test.c Allow multi-byte thousands separators in strfmon(3) 2018-12-19 22:57:47 +00:00
test-sort.h Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite 2015-11-08 07:03:17 +00:00
tsearch_test.c tsearch_test: Test twalk & add some determinism. 2017-06-06 03:40:45 +00:00