Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal | |
2020-12-20 | Merge pull request #42136 from Xrayez/test-list-api | RĂ©mi Verschelde | |
Add test cases for the `List` to cover public methods | |||
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke | |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz | |
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code | |||
2020-09-23 | Add test cases for the `List` to cover public methods | Andrii Doroshenko (Xrayez) | |
Except for overloaded operators. | |||
2020-09-13 | Add a test suite for `List` | Andrii Doroshenko (Xrayez) | |
Adds a number of test cases for `List::swap()`. |