safe_numerics/test
Andrey Semashev 9b4408a5ac Fix ends of lines, remove executable permission (#72)
* Converted Windows ends of line to UNIX.

Text files in git must have UNIX ends of lines, to be converted to Windows
EOLs on checkout, as required by git settings on the user's system.

* Removed executable permission from header.
2019-06-23 12:12:57 -07:00
..
check_symmetry.hpp alter directory structure to comply with boost requirements 2018-08-16 11:03:38 -07:00
CMakeLists.txt Add tests for constexpr 2019-01-10 11:54:18 -08:00
Jamfile.v2 Add tests for constexpr 2019-01-10 11:54:18 -08:00
test0.cpp clean up exception catching to suppress warnings. 2018-09-30 17:39:33 -07:00
test_add_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_add_automatic_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_add_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_add_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_add_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_add_native_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_add_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_add.hpp Fixed Exception Policies for trap and ignore. 2019-02-24 09:54:13 -08:00
test_and_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_and_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_and_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_and_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_and.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_assignment.cpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_assignment.hpp small corrections to address issues in the boost test matrix 2019-02-26 21:11:09 -08:00
test_auto.cpp minor changes for warnings 2019-03-01 13:30:18 -08:00
test_cast.cpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_checked_add_constexpr.cpp revert changes made to isolate problem with clang with C++17 set 2018-12-13 20:21:36 -08:00
test_checked_add.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_add.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_and_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_and.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_and.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_cast_constexpr.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_cast.cpp Made changes to constexpr tests hoping to reveal more information on constexpr failures in Clang compilers which support C++17. 2018-12-11 09:17:18 -08:00
test_checked_cast.hpp Made changes to constexpr tests hoping to reveal more information on constexpr failures in Clang compilers which support C++17. 2018-12-11 09:17:18 -08:00
test_checked_comparison.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_divide_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_divide.cpp address misc errors which are only showing with clang 2018-12-11 15:48:55 -08:00
test_checked_divide.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_equal_to_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_equal_to.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_left_shift_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_left_shift.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_left_shift.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_less_than_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_less_than.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_modulus_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_modulus.cpp address misc errors which are only showing with clang 2018-12-11 15:48:55 -08:00
test_checked_modulus.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_multiply_constexpr.cpp address misc errors which are only showing with clang 2018-12-11 15:48:55 -08:00
test_checked_multiply.cpp address misc errors which are only showing with clang 2018-12-11 15:48:55 -08:00
test_checked_multiply.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_or_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_or.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_or.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_right_shift_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_right_shift.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_right_shift.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_subtract_constexpr.cpp add constexpr to test signed in all constexpr tests 2018-12-11 12:32:43 -08:00
test_checked_subtract.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_subtract.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_values.hpp adjustment to try to address clang test failures 2018-12-13 14:51:01 -08:00
test_checked_xor_constexpr.cpp Made changes to constexpr tests hoping to reveal more information on constexpr failures in Clang compilers which support C++17. 2018-12-11 09:17:18 -08:00
test_checked_xor.cpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_checked_xor.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_compare_automatic.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_compare_native.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_constexpr.cpp alter directory structure to comply with boost requirements 2018-08-16 11:03:38 -07:00
test_construction.cpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_cpp.cpp alter directory structure to comply with boost requirements 2018-08-16 11:03:38 -07:00
test_divide_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_divide_automatic_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_divide_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_divide_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_divide_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_divide_native_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_divide_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_divide.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_equal_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_equal_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_equal_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_equal_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_equal_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_equal.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_float.cpp alter directory structure to comply with boost requirements 2018-08-16 11:03:38 -07:00
test_interval.cpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_left_shift_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_left_shift_automatic_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_left_shift_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_left_shift_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_left_shift_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_left_shift_native_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_left_shift_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_left_shift.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_less_than_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_less_than_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_less_than_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_less_than_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_less_than_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_less_than.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_modulus_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_modulus_automatic_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_modulus_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_modulus_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_modulus_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_modulus_native_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_modulus_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_modulus.hpp minor changes for warnings 2019-03-01 13:30:18 -08:00
test_multiply_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_multiply_automatic_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_multiply_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_multiply_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_multiply_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_multiply_native_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_multiply_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_multiply.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_notepad.hpp automatic - change variable name in order avoid spurious warnings 2018-12-17 11:55:54 -08:00
test_or_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_or_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_or_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_or_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_or_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_or.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_performance.cpp Fix ends of lines, remove executable permission (#72) 2019-06-23 12:12:57 -07:00
test_range.cpp automatic - change variable name in order avoid spurious warnings 2018-12-17 11:55:54 -08:00
test_rational.cpp alter directory structure to comply with boost requirements 2018-08-16 11:03:38 -07:00
test_right_shift_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_right_shift_automatic_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_right_shift_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_right_shift_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_right_shift_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_right_shift_native_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_right_shift_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_right_shift.hpp small corrections to address issues in the boost test matrix 2019-02-26 21:11:09 -08:00
test_safe_compare.cpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_subtract_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_subtract_automatic_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_subtract_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_subtract_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_subtract_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_subtract_native_results.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_subtract_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_subtract.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_trap.cpp small corrections to address issues in the boost test matrix 2019-02-26 21:11:09 -08:00
test_values.hpp added constexpr tests to checked result operations 2018-12-10 14:12:47 -08:00
test_xor_automatic_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_xor_automatic.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_xor_constexpr.hpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_xor_native_constexpr.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_xor_native.cpp Add tests for constexpr 2019-01-10 11:54:18 -08:00
test_xor.hpp removed dependency on boost preprocessor 2018-11-23 15:40:44 -08:00
test_z.cpp tribool has been updated so as not to implicitly convert tribool to bool 2018-09-23 14:26:36 -07:00