Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert pixelformat unit tests to Google Test | Pierre Ossman | 13 days | 1 | -110/+169 |
* | Use standard exception classes | Pierre Ossman | 2024-11-06 | 1 | -1/+2 |
* | Subclass exceptions from std::exception | Pierre Ossman | 2024-11-06 | 1 | -1/+1 |
* | Avoid shadowing variables | Pierre Ossman | 2024-06-24 | 1 | -1/+1 |
* | Explicitly mark unused parameters | Pierre Ossman | 2023-01-04 | 1 | -1/+1 |
* | Be consistent in including config.h | Pierre Ossman | 2021-12-30 | 1 | -0/+4 |
* | Handle pixel formats with odd shift values | Pierre Ossman | 2019-11-15 | 1 | -0/+6 |
* | Add unit tests for PixelFormat.is888() detection | Pierre Ossman | 2019-11-15 | 1 | -1/+59 |
* | Add sanity checks for PixelFormat shift values | Pierre Ossman | 2019-11-15 | 1 | -0/+6 |
* | Fix depth sanity test in PixelFormat | Pierre Ossman | 2019-11-15 | 1 | -0/+4 |
* | Add unit test for PixelFormat sanity checks | Pierre Ossman | 2019-11-15 | 1 | -0/+114 |