aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testPerLine.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18std::optional is a basic vocabulary type that may be used widely so includeNeil1-0/+1
almost everywhere.
2021-03-18Move assert and debug trace functions into their own header Debugging.h.Neil1-2/+1
PLATFORM_ASSERT is used in data structure headers which led to including graphics and windowing APIs in data structure modules.
2021-03-17Extract geometry and colour definitions from Platform.h into src/Geometry.h.Neil1-0/+1
2020-05-03Feature [feature-requests:1347]. Add InsertLines method to PerLine interface andNeil1-0/+363
all implementations. This will allow insertion of lines in batches in a future change set. Added tests for PerLine implementations.