preprocessor/test
2019-10-31 06:07:10 -04:00
..
arithmetic.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
arithmetic.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
arithmetic.cxx Updated tests. 2013-11-23 07:45:00 +00:00
array.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
array.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
array.cxx Updated test for "empty" tuple and arrays. 2014-07-21 08:38:07 -04:00
checkempty.cpp Added the BOOST_PP_CHECK_EMPTY macro and documentation. 2019-10-06 22:06:38 -04:00
checkempty.cxx Changed name of macro from BOOST_PP_VARIADIC_OPT to BOOST_PP_VARIADIC_HAS_OPT 2019-10-19 05:49:13 -04:00
clang_cuda.cu Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness. 2019-09-25 06:29:04 -04:00
CMakeLists.txt [CMake/CI] Use config_info.cpp for cmake self test 2018-10-17 12:13:45 +02:00
comparison.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
comparison.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
comparison.cxx Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
config_info.cpp Changed opt to has_opt in header file and HTML 2019-10-19 10:51:40 -04:00
control.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
control.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
control.cxx Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
debug.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
debug.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
debug.cxx Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
facilities.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
facilities.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
facilities.cxx Added BOOST_PP_IDENTITY_N functionality with test. 2015-09-12 19:53:59 -04:00
isempty_variadic_standard_failure2.c Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem. 2014-07-03 16:44:00 -04:00
isempty_variadic_standard_failure2.cpp Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem. 2014-07-03 16:44:00 -04:00
isempty_variadic_standard_failure2.cxx Changed opt to has_opt in header file and HTML 2019-10-19 10:51:40 -04:00
isempty_variadic_standard_failure.c Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem. 2014-07-03 16:44:00 -04:00
isempty_variadic_standard_failure.cpp Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem. 2014-07-03 16:44:00 -04:00
isempty_variadic_standard_failure.cxx Changed opt to has_opt in header file and HTML 2019-10-19 10:51:40 -04:00
isempty.c Added variadic is_empty and is_begin_parens along with tests. 2014-07-03 16:43:16 -04:00
isempty.cpp Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem. 2014-07-03 16:44:00 -04:00
isempty.cxx Changed opt to has_opt in header file and HTML 2019-10-19 10:51:40 -04:00
iteration.cpp Converted to Boost Software License, Version 1.0 2004-07-27 03:43:34 +00:00
iteration.h limited variadic support 2011-06-26 13:07:20 +00:00
Jamfile.v2 Corrected implementation and testing for BOOST_PP_VA_OPT 2019-10-31 06:07:10 -04:00
list.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
list.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
list.cxx Changed functionality so empty arrays/lists when converted to a seq or a tuple expand to nothing. 2014-07-03 16:46:20 -04:00
logical.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
logical.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
logical.cxx Updated tests to cover more areas of the implementation. 2013-12-05 14:43:02 -05:00
punctuation.c Added variadic is_empty and is_begin_parens along with tests. 2014-07-03 16:43:16 -04:00
punctuation.cpp Added variadic is_empty and is_begin_parens along with tests. 2014-07-03 16:43:16 -04:00
punctuation.cxx Added remove_parens and tests. 2014-07-03 16:45:22 -04:00
repetition.cpp Converted to Boost Software License, Version 1.0 2004-07-27 03:43:34 +00:00
selection.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
selection.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
selection.cxx Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
seq.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
seq.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
seq.cxx Fixed inspect report problems: tabs and lack of copyright notices, and a few other small html file errors. 2019-08-27 01:29:21 -04:00
slot.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
slot.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
slot.cxx Updated tests to cover more areas of the implementation. 2013-12-05 14:43:02 -05:00
stringize.c Test for stringize macro and use of variadic in stringize macro. 2018-10-16 16:37:10 -04:00
stringize.cpp Test for stringize macro and use of variadic in stringize macro. 2018-10-16 16:37:10 -04:00
stringize.cxx Include wchar.h in order to test wide character stringize under C. 2018-10-19 16:57:17 -04:00
test_macro.h Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness. 2019-09-25 06:29:04 -04:00
test_main.h Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness. 2019-09-25 06:29:04 -04:00
test.h Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness. 2019-09-25 06:29:04 -04:00
tuple_elem_bug_test.cxx Fixed inspect report problems: tabs and lack of copyright notices, and a few other small html file errors. 2019-08-27 01:29:21 -04:00
tuple.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
tuple.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
tuple.cxx Additional tests for "empty" tuples. 2014-07-20 17:40:34 -04:00
vaopt.cpp Corrected implementation and testing for BOOST_PP_VA_OPT 2019-10-31 06:07:10 -04:00
vaopt.cxx Corrected implementation and testing for BOOST_PP_VA_OPT 2019-10-31 06:07:10 -04:00
variadic.c Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
variadic.cpp Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00
variadic.cxx Added new tuple headers and updated tests to use a common test source file for each test. 2013-11-15 23:54:12 +00:00