Age | Commit message (Expand) | Author |
2020-11-16 | Merge pull request #43572 from Calinou/test-add-pckpacker | Rémi Verschelde |
2020-11-15 | Add a test suite for NodePath | Hugo Locurcio |
2020-11-15 | Add a test suite for PCKPacker | Hugo Locurcio |
2020-11-14 | Add a test suite for JSON | Hugo Locurcio |
2020-11-13 | Add a test suite for Curve | Hugo Locurcio |
2020-11-09 | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-06 | Refactored Variant Operators. | reduz |
2020-11-03 | Remove `Color.contrasted()` as its behavior is barely useful | Hugo Locurcio |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-12 | core/command_queue_mt: Customizable size and tests | Lyuma |
2020-09-23 | Add test cases for the `List` to cover public methods | Andrii Doroshenko (Xrayez) |
2020-09-18 | Fix typos with codespell | Rémi Verschelde |
2020-09-16 | Merge pull request #42013 from Xrayez/fix-list-swap | Rémi Verschelde |
2020-09-14 | Add test cases for numeric literals with underscores | Pawel Lampe |
2020-09-13 | Add a test suite for `List` | Andrii Doroshenko (Xrayez) |
2020-09-11 | Move GDNative `String` tests to respective module | Andrii Doroshenko (Xrayez) |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-02 | Fix doctest runner ignoring all arguments starting with --test | strank |
2020-09-02 | Register GDScript test tools as test commands to run via command-line | Andrii Doroshenko (Xrayez) |
2020-09-02 | Move GDScript tests to respective folder under modules | Andrii Doroshenko (Xrayez) |
2020-09-01 | Add GDScript disassembler | George Marques |
2020-09-01 | Fix Color test cases for RGBA | Aaron Franke |
2020-08-31 | Merge pull request #40955 from Calinou/test-add-expression | Rémi Verschelde |
2020-08-27 | Add a test suite for Expression | Hugo Locurcio |
2020-08-19 | Add a test suite for Gradient | Hugo Locurcio |
2020-08-16 | Port ClassDB tests to use doctest | Andrii Doroshenko (Xrayez) |
2020-08-14 | Merge pull request #41117 from 3akev/master | Rémi Verschelde |
2020-08-11 | Merge pull request #40940 from fire/tests-port-basis | Rémi Verschelde |
2020-08-08 | Port OrderedHashMap tests to doctest | Aladdin Al-Khafaji |
2020-08-02 | Stringify `Variant` compatible types for doctest output | Andrii Doroshenko (Xrayez) |
2020-08-01 | Port Basis tests to use doctest. | K. S. Ernest (iFire) Lee |
2020-07-31 | Fix memory leak in test args | Andrii Doroshenko (Xrayez) |
2020-07-31 | Merge pull request #40928 from bruvzg/fix_test_heap_use_after_free | Rémi Verschelde |
2020-07-31 | Add a test suite for Color | Hugo Locurcio |
2020-07-31 | Fix heap use after free in the doctest "main". | bruvzg |
2020-07-31 | Port AStar tests to use doctest | Andrii Doroshenko (Xrayez) |
2020-07-30 | Hide implementation details of doctest macros | Andrii Doroshenko (Xrayez) |
2020-07-29 | Cleanup obsolete tests from displaying in help | Andrii Doroshenko (Xrayez) |
2020-07-28 | Add test suite for `Variant` | Andrii Doroshenko (Xrayez) |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke |
2020-07-26 | Crash when debugging tests by disabling thread_local in /MT context | Gordon |
2020-07-26 | Merge pull request #40720 from Xrayez/modules-tests | Rémi Verschelde |
2020-07-26 | Enable support for C++ modules tests | Andrii Doroshenko (Xrayez) |
2020-07-26 | SCons: Build tests/ and main/ in cloned environments | Rémi Verschelde |
2020-07-26 | Move `tests` to the top-level directory | Andrii Doroshenko (Xrayez) |