endian/test
2019-10-22 19:41:49 +03:00
..
cmake_subdir_test Update CMakeLists 2019-05-05 04:46:43 +03:00
msvc Update tools version 2017-10-15 10:02:13 -04:00
benchmark.cpp [cleanup] remove trailing whitespace from source code files 2017-11-04 13:07:54 +01:00
buffer_test.cpp Add floating point typedefs to arithmetic.hpp; rename double64 to float64 in buffers.hpp 2019-10-15 02:26:58 +03:00
conversion_test.cpp conversion.hpp: remove unused detail functions, static-assert that types are EndianReversible 2019-04-29 01:32:07 +03:00
data_test.cpp Add data_test 2019-10-15 21:07:40 +03:00
deprecated_test.cpp Move all deprecated names to endian.hpp; add deprecated_test.cpp to test/Jamfile 2019-04-29 00:36:21 +03:00
endian_arithmetic_test.cpp Test floating point in endian_arithmetic_test 2019-10-15 02:02:11 +03:00
endian_hpp_test.cpp Add <boost/endian.hpp> 2019-10-22 19:41:49 +03:00
endian_in_union_test.cpp Avoid unreachable code warning in endian_in_union_test 2019-02-19 02:43:07 +02:00
endian_ld_st_roundtrip_test.cpp Include endian/conversion.hpp in the store tests instead of the detail header 2019-04-30 21:29:34 +03:00
endian_load_test.cpp Support any expanding loads in endian_load 2019-04-30 23:53:39 +03:00
endian_operations_test.cpp Remove BOOST_ENDIAN_LOG 2019-04-27 19:28:49 +03:00
endian_reverse_cx_test.cpp Add constexpr tests for *_to_*, conditional_reverse 2019-10-11 19:57:49 +03:00
endian_reverse_test.cpp Add __int128 support to endian_reverse 2019-10-20 21:28:38 +03:00
endian_store_test.cpp Fix whitespace 2019-10-12 22:27:04 +03:00
endian_test.cpp Change data() to return unsigned char*; add non-const versions 2019-10-15 18:58:48 +03:00
float_typedef_test.cpp Add float_typedef_test 2019-10-15 02:41:11 +03:00
intrinsic_test.cpp Use temporary variables to hold the result of BOOST_ENDIAN_INTRINSIC_* 2018-12-06 18:48:43 +02:00
Jamfile.v2 Add <boost/endian.hpp> 2019-10-22 19:41:49 +03:00
load_convenience_test.cpp Add convenience load functions 2019-10-12 18:50:59 +03:00
loop_time_test.cpp Remove BOOST_ENDIAN_LOG 2019-04-27 19:28:49 +03:00
quick.cpp Add test/quick.cpp 2019-01-06 20:32:19 +02:00
scoped_enum_emulation_test.cpp Change name of endianness enum to order. This is often used with namespace qualifier, and endian::order is shorter and reads better than endian::endianness. 2013-03-19 09:28:22 -04:00
speed_test_functions.cpp [cleanup] remove trailing whitespace from source code files 2017-11-04 13:07:54 +01:00
speed_test_functions.hpp Work-in-progress, including various bug fixes and doc updates. 2015-01-14 16:28:30 -05:00
speed_test.cpp Remove BOOST_ENDIAN_LOG 2019-04-27 19:28:49 +03:00
spirit_conflict_test.cpp Add spirit_conflict_test.cpp (refs #33) 2019-03-13 02:12:48 +02:00
store_convenience_test.cpp Fix whitespace 2019-10-12 22:27:04 +03:00