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.
brigand/test
wthrowe 9a86130c87
Fix lazy::reverse_find evaluating eagerly (#278)
2 years ago
..
CMakeLists.txt Add standard CMake `BUILD_TESTING` option (#275) 3 years ago
always.cpp Move some lonely file around 9 years ago
apply.cpp Add missing defer implementations (#273) 4 years ago
args.cpp allow reference types in pop_front (#174) 9 years ago
bind.cpp Some ICC and MSVC version have some issues. MSVC 2013 is really crippled but most o brigand works with it so we support it as best effort. 8 years ago
bitwise_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
comparison_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
config_test.cpp Close #168 - Add specific macros to detect VS2015 and VS2013. Ensures that clang on VS will not be detected as MSVC. 8 years ago
count_test.cpp Remove extra ::type in count_if 4 years ago
erase_c_test.cpp allow reference types in pop_front (#174) 9 years ago
eval_if_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
find.cpp Fix lazy::reverse_find evaluating eagerly (#278) 2 years ago
flatten.cpp added flatten test with custom sequence 9 years ago
fold.cpp added fold test with custom sequence 9 years ago
for_each.cpp for_each improvements 4 years ago
fusion_test.cpp Support adaptation to boost::fusion 9 years ago
identity.cpp Refurbishign functions location 9 years ago
if_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
include_test.cpp Issue #93 - Have explicit naming for integers and remove brigand::false_ and brigand::true_ 9 years ago
index_of.cpp added user definable not found type to index_if (#193) 8 years ago
inherit.cpp Issue #86 inherit 9 years ago
inherit_linearly.cpp added custom list test to last_test, foudn bug in last_element, fixed it 9 years ago
integer.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
integral_list_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
integral_test.cpp Integer math operations deduce types (#249) 8 years ago
is_set_test.cpp fixed #175: is_set with msvc 2013 (#212) 8 years ago
keys_as_sequence.cpp Add `keys_as_sequence` and `values_as_sequence`. Add `as_sequence` to generalise `as_list`. 9 years ago
list_test.cpp Make join lazy and eager versions agree (#270) 4 years ago
logical_test.cpp Added variadic and_/or_ and tests for 0-arg, 1-arg, 3-arg, and N-arg cases (#252) 7 years ago
main.cpp Add IEEE static constants 9 years ago
make_sequence_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
map_test.cpp Prevent insertion of duplicate keys in maps (#272) 4 years ago
map_test.hpp Add `keys_as_sequence` and `values_as_sequence`. Add `as_sequence` to generalise `as_list`. 9 years ago
merge_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
pair_test.cpp Remove need of ::type for as_* adapter 9 years ago
partition_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
predicate_reduction_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
range_test.cpp Refurbishign functions location 9 years ago
real.cpp Add IEEE static constants 9 years ago
remove_test.cpp Some ICC and MSVC version have some issues. MSVC 2013 is really crippled but most o brigand works with it so we support it as best effort. 8 years ago
repeat_test.cpp Issue #93 - Have explicit naming for integers and remove brigand::false_ and brigand::true_ 9 years ago
replace.cpp Fix lazy::replace when used in a metalambda (#271) 4 years ago
reverse_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
select.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
set_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
sizeof.cpp Issue #86 - sizeof 9 years ago
sort_test.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
split.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
split_at.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
transform.cpp Fixes #232 - Brigand now uses its own integral_constant implementation for maximum compatibility 8 years ago
tuple_test.cpp added custom list to tuple_test 9 years ago
values_as_sequence.cpp Add `keys_as_sequence` and `values_as_sequence`. Add `as_sequence` to generalise `as_list`. 9 years ago
variant_test.cpp added custom list to variant test 9 years ago