Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
Jamfile | H A D | 03-Dec-2020 | 829 | 27 | 23 | |
README.md | H A D | 03-Dec-2020 | 463 | 17 | 11 | |
channel.cpp | H A D | 03-Dec-2020 | 14.1 KiB | 409 | 297 | |
error_if.cpp | H A D | 03-Dec-2020 | 317 | 14 | 5 | |
image.cpp | H A D | 03-Dec-2020 | 20.7 KiB | 610 | 445 | |
performance.cpp | H A D | 03-Dec-2020 | 18.7 KiB | 521 | 450 | |
pixel.cpp | H A D | 03-Dec-2020 | 11.6 KiB | 323 | 237 | |
pixel_iterator.cpp | H A D | 03-Dec-2020 | 12.1 KiB | 356 | 127 | |
recreate_image.cpp | H A D | 03-Dec-2020 | 3.3 KiB | 109 | 72 | |
sample_image.cpp | H A D | 03-Dec-2020 | 34.9 KiB | 160 | 150 |
README.md
1# Boost.GIL Legacy Tests 2 3These are GIL's original, comprehensive, all-in-one test suits. 4 5Rules of maintenance: 6 7* Run the legacy tests as part of CI builds and regression tests. 8* Keep as reference. 9* Do NOT extend. 10* Do NOT refactor. 11* Modify ONLY if absolutely necessary (a bug found in the tests). 12 13Add new test suites, with new test cases, even if their 14functional coverage is the same as of the legacy tests. 15 16See [CONTRIBUTING.md](../../CONTRIBUTING.md). 17