• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

JamfileH A D03-Dec-2020829 2723

README.mdH A D03-Dec-2020463 1711

channel.cppH A D03-Dec-202014.1 KiB409297

error_if.cppH A D03-Dec-2020317 145

image.cppH A D03-Dec-202020.7 KiB610445

performance.cppH A D03-Dec-202018.7 KiB521450

pixel.cppH A D03-Dec-202011.6 KiB323237

pixel_iterator.cppH A D03-Dec-202012.1 KiB356127

recreate_image.cppH A D03-Dec-20203.3 KiB10972

sample_image.cppH A D03-Dec-202034.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