blender/tests/gtests/blenlib
Campbell Barton 5c4180d898 BLI_stack: various small additions
- add BLI_stack_count
- add BLI_stack_pop_n to pop into an array
- add BLI_stack_push_r, which returns a pointer that can be filled in

Also remove sanity check in BLI_stack_pop, assert if the stack is empty.
2014-07-15 21:09:03 +10:00
..
BLI_math_color_test.cc Add brief license headers to tests 2014-06-19 18:48:41 +10:00
BLI_math_geom_test.cc Add brief license headers to tests 2014-06-19 18:48:41 +10:00
BLI_path_util_test.cc Add brief license headers to tests 2014-06-19 18:48:41 +10:00
BLI_stack_test.cc BLI_stack: various small additions 2014-07-15 21:09:03 +10:00
BLI_string_test.cc BLI_string, dont pass unicode to ascii BLI_str_partition functions 2014-07-08 06:06:34 +10:00
CMakeLists.txt Add (r)partition funcs to BLI_string, to get left-most/right-most first occurence of delimiters. 2014-07-04 14:14:06 +02:00