1. 21 6月, 2020 1 次提交
  2. 19 6月, 2020 6 次提交
  3. 15 6月, 2020 1 次提交
  4. 04 6月, 2020 3 次提交
  5. 03 6月, 2020 1 次提交
  6. 02 6月, 2020 6 次提交
  7. 01 6月, 2020 3 次提交
  8. 29 5月, 2020 4 次提交
  9. 28 5月, 2020 2 次提交
  10. 25 5月, 2020 2 次提交
  11. 24 5月, 2020 3 次提交
  12. 23 5月, 2020 4 次提交
  13. 22 5月, 2020 4 次提交
    • J
      Merge pull request #2971 from kkartaltepe/vlc-force · 0cb0fd75
      Jim 提交于
      CI: Require VLC in CI builds, Fix VLC in CI
      0cb0fd75
    • J
      Merge pull request #2972 from kkartaltepe/cmake-variety-fixes · b0e8ba6d
      Jim 提交于
      cmake: Fix warnings and normalize variables/errors
      b0e8ba6d
    • K
      CI: Require VLC in CI builds, Fix VLC · de74ea8a
      Kurt Kartaltepe 提交于
      Previously VLC was downloaded but was skipped since it could not be
      found. This sets the VLCPath to ensure it is found.
      de74ea8a
    • K
      cmake: Fix warnings and normalize variables/errors · d928bfd1
      Kurt Kartaltepe 提交于
      As of 3.17 using find_package_handle_standard_args checks that the name
      of the FindXXX file and the first argument are the same case.
      
      Some modules used non-standard variables or the old singular variables
      instead of plurals. This normalizes variable usage to the new-style.
      
      Some CMakeLists.txt did custom error checking instead of propagating
      find_package errors. These were changes to call find_package with
      REQUIRED or without QUIET where needed and shortens the custom status
      messages. This helps users who want to enable that functionality see
      what precisely wasnt found.
      d928bfd1