2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-02 21:02:13 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Mateusz Loskot
fab99207f2 Add basic CMake configuration for Boost.GIL
First stab at collection of CMakeLists.txt for Boost.GIL
  - Allow building and testing boostorg/gil against Boost from
    cloned superproject or installed distribution.
Add CMakeSettings.json config file for VS2017 integration with CMake
  - Defines build configurations for VS and Ninja generators.
  - Can be used as is or as a template ready to customise.
Add conanfile.txt for Conan package manager (eg. for cmake -DGIL_USE_CONAN=ON).
Add .editignore file to with basic encoding of CMake and CI scripts.
Update .appveyor.yml with two extra CMake-based builds (allowed to fail).
2018-06-27 00:02:27 -04:00
Stefan Seefeld
f6afce0f7c Add numeric tests. 2018-06-27 00:02:27 -04:00
Christian Henning
48e90b1cf6 Added test cases for pixel by pixel multiplication and division.
[SVN r83635]
2018-06-27 00:02:27 -04:00
Christian Henning
b4faa16081 Adding test.cpp.
[SVN r83454]
2018-06-27 00:02:27 -04:00
Christian Henning
d0df6b8144 Tests and documentation for numeric extension.
[SVN r83453]
2018-06-27 00:02:27 -04:00