1. 21 1月, 2019 1 次提交
  2. 20 1月, 2019 1 次提交
  3. 31 12月, 2018 2 次提交
  4. 01 12月, 2018 3 次提交
  5. 26 11月, 2018 2 次提交
    • C
      Introduce the PNG Reference Library License version 2 · e79085a1
      Cosmin Truta 提交于
      The new libpng license comprises the terms and conditions from the zlib
      license, and the disclaimer from the Boost license.
      
      The legacy libpng license, used until libpng-1.6.35, is appended to the
      new license, following the precedent established in the Python Software
      Foundation License version 2.
      
      From now on, the list of contributing authors shall be maintained in a
      separate AUTHORS file.
      
      The lists of previous contributing authors, mentioned in the legacy
      libpng license and considered to be an integral part of that license,
      are kept intact, with no further updates.
      e79085a1
    • C
      Clean up config, scripts, examples, etc. · 81a65de2
      Cosmin Truta 提交于
      81a65de2
  6. 24 11月, 2018 1 次提交
  7. 18 11月, 2018 2 次提交
    • C
      CMakeLists: Require CMake version 3.1 or newer · 7b2224cb
      Cosmin Truta 提交于
      Although CMake version 3.0.2 was previously required, the policies
      CMP0053 and CMP0054, introduced only in CMake version 3.1 and used
      in this CMakeLists file, can have surprising effects under an older
      CMake version.
      
      Simplify the CMakeLists file by setting the global policy version
      to 3.1, and remove the specific policy settings.
      
      As an added bonus, remove the vestigial workarounds for all ancient
      CMake versions.
      7b2224cb
    • C
      CMakeLists: Fix detection of libm · ee7967ee
      Cosmin Truta 提交于
      Only use libm on Unix and Unix-like systems, except for Apple (where
      it's unnecessary), and BeOS and Haiku (where it's unavailable).
      
      Avoid searching for libm at explicit locations. They may be incorrect,
      especially for cross-platform builds.
      ee7967ee
  8. 04 9月, 2018 7 次提交
  9. 19 8月, 2018 6 次提交
  10. 13 8月, 2018 1 次提交
  11. 11 8月, 2018 2 次提交
  12. 10 8月, 2018 1 次提交
  13. 01 8月, 2018 1 次提交
  14. 30 7月, 2018 2 次提交
  15. 29 7月, 2018 6 次提交
  16. 17 7月, 2018 2 次提交