# # ChangeLog for tests/vector/.expect # # Generated by Trac 1.2.1 # Apr 19, 2024, 2:17:58 AM Mon, 30 Dec 2019 16:57:42 GMT Dmitry Kobets [94df8de] * libcfa/src/vec/vec4.hfa (modified) * tests/vector/.expect/vec4_int.txt (added) * tests/vector/vec4_int.cfa (added) Add extended mathematical operations for vec4 + tests Mon, 30 Dec 2019 02:40:52 GMT Dmitry Kobets [0b3cdad] * tests/vector/.expect/vec2_int.txt (modified) * tests/vector/vec2_int.cfa (modified) Add missing right-bitshift operator tests for vec2 Mon, 23 Dec 2019 21:29:10 GMT Dmitry Kobets [1712f542] * libcfa/src/vec/vec3.hfa (modified) * tests/vector/.expect/vec3_int.txt (added) * tests/vector/vec3_int.cfa (added) Add extended ops for vec3 and tests Sat, 14 Dec 2019 00:54:05 GMT Dmitry Kobets [ae09808] * libcfa/src/vec/vec3.hfa (modified) * tests/vector/.expect/vec3_float.txt (modified) * tests/vector/vec3_float.cfa (modified) Add vector division and multiplication to vec3 + tests Sat, 14 Dec 2019 00:41:58 GMT Dmitry Kobets [7799f79] * libcfa/src/vec/vec2.hfa (modified) * tests/vector/.expect/vec2_float.txt (modified) * tests/vector/.expect/vec2_int.txt (modified) * tests/vector/vec2_float.cfa (modified) * tests/vector/vec2_int.cfa (modified) Add various mathematical operations to vec2 + tests Fri, 13 Dec 2019 21:07:39 GMT Dmitry Kobets [ae3db00] * libcfa/src/vec/vec.hfa (modified) * tests/vector/.expect/vec2_uint.txt (added) * tests/vector/vec2_uint.cfa (added) Add support for unsigned integer vectors + tests Fri, 13 Dec 2019 18:33:48 GMT Dmitry Kobets [7c94bae] * tests/vector/.expect/vec3_float.txt (modified) * tests/vector/vec3_float.cfa (modified) Add cross product test for vec3 Fri, 13 Dec 2019 17:42:13 GMT Dmitry Kobets [5b24ee2] * tests/vector/.expect/vec4_float.txt (added) * tests/vector/glm_equivalents/vec4_float.cc (added) * tests/vector/vec4_float.cfa (added) Add vec4 tests Wed, 04 Dec 2019 03:06:40 GMT Dmitry Kobets [2444324] * tests/vector/.expect/vec2_int.txt (modified) * tests/vector/glm_equivalents/vec2_int.cc (added) * tests/vector/vec2_int.cfa (modified) Add tests for vec2 int Mon, 25 Nov 2019 15:22:08 GMT Dmitry Kobets [9ec35db] * benchmark/vector/vec2.cfa (deleted) * benchmark/vector/vec2_cfa (deleted) * libcfa/src/vec/README.md (added) * libcfa/src/vec/vec2.hfa (added) * libcfa/src/vec/vec2_f.hfa (added) * libcfa/src/vec/vec3.hfa (added) * libcfa/src/vector.hfa (deleted) * main.cfa (deleted) * tests/vector/.expect/vec2.txt (deleted) * tests/vector/.expect/vec3_float.txt (added) * tests/vector/glm_equivalents/vec2_float.cc (added) * tests/vector/glm_equivalents/vec3_float.cc (added) * tests/vector/vec2.cfa (deleted) * tests/vector/vec2_float.cfa (modified) Add vec3_float tests Fri, 22 Nov 2019 18:57:48 GMT Dmitry Kobets [1188195] * benchmark/vector/glm_vec2.cc (added) * benchmark/vector/vec2.cfa (added) * benchmark/vector/vec2_cfa (added) * benchmark/vector/vec2_cfa_notemplates (added) * benchmark/vector/vec2_glm (added) * benchmark/vector/vec2_notemplates.cfa (added) * benchmark/vector/vec2_templates (added) * benchmark/vector/vec2_templates.cfa (added) * tests/vector/.expect/vec2_double.txt (added) * tests/vector/.expect/vec2_float.txt (added) * tests/vector/.expect/vec2_int.txt (added) * tests/vector/.expect/vec2_ldouble.txt (added) * tests/vector/vec2_double.cfa (added) * tests/vector/vec2_float.cfa (added) * tests/vector/vec2_int.cfa (added) * tests/vector/vec2_ldouble.cfa (added) Finished floating point vec2 Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [0856a96] * libcfa/src/vector.hfa (modified) * tests/vector/.expect/vec2.txt (added) * tests/vector/vec2.cfa (added) Add unit tests for vec2