Skip to content

Version 1.1

Compare
Choose a tag to compare
@Tom94 Tom94 released this 10 Sep 08:25
· 867 commits to master since this release

Changes Since Last Release

  • Fixed potential aliasing artifacts when viewing images at their native resolution.
  • Now only C++11 instead of C++14 is required for building tev.
  • Improved the build process with Visual Studio on Windows.
    • Dependencies are now grouped within a subfolder.
    • The tev project is automatically selected as startup project (requires CMake >= 3.6).
    • CMake no longer needs to be invoked twice before linker settings are correctly applied.
  • Added CI build systems for Linux (GCC 4.8), macOS (Clang), and Windows (Visual Studio 2015 Win64).

Released Files

  • Pre-built binaries for Microsoft Windows (32-bit and 64-bit)
  • Source code of tev excluding submodules. If you would like to build tev from source, please follow the build instructions in the project readme instead.