• Home
Name
Date
Size
#Lines
LOC

..--

CMakeLists.txtD12-May-20241.7 KiB6557

JamfileD12-May-2024829 2723

README.mdD12-May-2024463 1711

channel.cppD12-May-202414.1 KiB409297

error_if.cppD12-May-2024317 145

gil_reference_checksums.txtD12-May-20243.7 KiB126125

image.cppD12-May-202420.7 KiB610445

performance.cppD12-May-202418.7 KiB521450

pixel.cppD12-May-202411.6 KiB323237

pixel_iterator.cppD12-May-202412.1 KiB356127

recreate_image.cppD12-May-20243.3 KiB10972

sample_image.cppD12-May-202434.9 KiB160150

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