Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t for lengths in stream objects | Pierre Ossman | 2019-12-20 | 1 | -5/+5 |
| | | | | | | | | | | Provides safety against them accidentally becoming negative because of bugs in the calculations. Also does the same to CharArray and friends as they were strongly connection to the stream objects. (cherry picked from commit 0943c006c7d900dfc0281639e992791d6c567438) | ||||
* | Split test programs to benchmarking and unit tests | Pierre Ossman | 2019-09-25 | 13 | -0/+1775 |
They have very different purpose, so make things easier to work with by having multiple directories. |