summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llcond_test.cpp
AgeCommit message (Collapse)Author
2024-09-06Introduce llless(), and use it for llmin(), llmax().Nat Goodspeed
Add tests to verify that llless() correctly handles signed <=> unsigned comparison, which native "<" does not.
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2020-03-25DRTVWR-476: Add basic tests for LLCond.Nat Goodspeed