aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-12-11Add cpuid target to CMakeList.txtFrank Barchard
2023-08-01CMake remove clang specific build options that break Visual Studio buildsFrank Barchard
2023-06-17[RVV] Fix compile warning in row_rvvBruce Lai
2023-05-04Fix compile error for riscv scalar & simplify cmake cross build flowBruce Lai
2023-04-07Enable cross_build gtest in CMake build flowBruce Lai
2022-11-28libyuv: fix libyuv.so underlinkingSergei Trofimovich
2022-10-03Update CMakeLists.txt to include yuvconstants tool and deps on gflagsFrank Barchard
2022-10-03Use `find_package(JPEG)` in place of `include(FindJPEG)`Jeremy Maitin-Shepard
2022-08-03Define _CRT_SECURE_NO_WARNINGS if MSVC CRT is usedWan-Teh Chang
2022-08-03Reduce cmake verbosity and update min versionVignesh Venkatasubramanian
2022-08-03Set IMPORT_PREFIX to "lib" on WindowsWan-Teh Chang
2021-02-19[libyuv] - Switch from gflags to absl/flags.Mirko Bonadei
2018-03-31Make the gflags library optional in the CMake buildMartin Storsjö
2018-03-30Fix building the library with cmake for windowsMartin Storsjö
2017-04-06Rename convert to yuvconvert to avoid name clash with linux utilFrank Barchard
2017-01-26Add installer builds to cmake for linuxFrank Barchard
2016-12-15Add MSA optimized TransposeWx8_MSA and TransposeUVWx8_MSA functionsManojkumar Bhosale
2016-12-07Add MSA optimized ARGB scaling functionsManojkumar Bhosale
2016-09-22Add MIPS SIMD Arch (MSA) optimized MirrorRow functionFrank Barchard
2016-04-01cmake move libyuv_unittest target into the if(TEST) conditionFrank Barchard
2016-02-12Update CMake build to support gflags and gtest correctlyFrank Barchard
2016-01-21Remove svn version build and unittest.Frank Barchard
2015-10-14create color test category of unittests to narrow down arm bugFrank Barchard
2015-10-07merge neon source files back into single libyuv libraryFrank Barchard
2015-07-27Adds files and functions for rotate any, but does not hook them up to the cal...Frank Barchard
2015-07-14break rotate into files by cpu in preparation for optimization.Frank Barchard
2015-06-09rename source files from row_posix.cc etc to row_gcc.cc to avoid gyp build fi...fbarchard@google.com
2015-06-01Add test for scaling color accuracyfbarchard@google.com
2015-03-30add new scale_any to build files.fbarchard@google.com
2015-02-09Remove bayer format support from libyuv. This format is very rare and used o...fbarchard@google.com
2015-01-13Move color space tests into its own source file.fbarchard@google.com
2014-10-28Improve cmake build. Add unittests to cmake build and automatically detect j...fbarchard@google.com
2014-10-06cmake fix to make build compatible with Windows builds.fbarchard@google.com
2014-10-02cmake file for libyuv and remove -o from linux.mk for osx support.fbarchard@google.com