You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Čermák 06ec1e6984 [safe_op] Refactored addition overflow checks using functions only
- templated structs were not required, SFINAE works for functions too
  => use instead, removes some unneeded code
- fix non-usage of builtins with clang
- adjust unit tests
7 years ago
..
CMakeLists.txt Added unit tests for new overflow checking addition functions 8 years ago
gtestwrapper.h Provide a gtestWrapper header to skip useless warnings 8 years ago
mainTestRunner.cpp Test runner return the gtest return value 8 years ago
test_futils.cpp Reset errno to 0 before unit test probing strerror(errno) 8 years ago
test_safe_op.cpp [safe_op] Refactored addition overflow checks using functions only 7 years ago
test_tiffheader.cpp Export all symbols when running unit tests. Add dummy test for private code. 8 years ago
test_types.cpp Provide a gtestWrapper header to skip useless warnings 8 years ago