1. 27 4月, 2018 2 次提交
  2. 24 4月, 2018 2 次提交
  3. 17 4月, 2018 1 次提交
  4. 06 4月, 2018 2 次提交
  5. 04 4月, 2018 1 次提交
  6. 31 3月, 2018 1 次提交
  7. 24 3月, 2018 4 次提交
  8. 20 3月, 2018 1 次提交
  9. 17 3月, 2018 3 次提交
  10. 16 3月, 2018 2 次提交
  11. 15 3月, 2018 1 次提交
  12. 14 3月, 2018 1 次提交
  13. 12 3月, 2018 1 次提交
  14. 08 3月, 2018 5 次提交
  15. 07 3月, 2018 2 次提交
  16. 03 3月, 2018 4 次提交
    • J
      6f70c13f
    • J
      Use GNUInstallDirs module · 7ec9455c
      Jonathan Giszczak 提交于
      Capture required cmake commandline in build script.
      7ec9455c
    • J
      Use GNUInstallDirs · 1d3f1660
      Jonathan Giszczak 提交于
      This module is no help at all for resolving /usr vs /usr/local prefixes.
      ${CMAKE_INSTALL_BINDIR} is simply the string literal 'bin'.  No magic.
      No help.  ${CMAKE_INSTALL_FULL_BINDIR} is '/usr/local/bin' which is
      the wrong path for a prebuilt binary.  /usr/local is still unsupportable
      as long as CPack is defective by design.  (Or until Debian and
      derivatives adopt the FreeBSD convention of putting absolutely
      everything into /usr/local, including etc, and eradicating the
      distinction between packaged and locally built binaries.)
      
      Be proper UNIX citizens in expected directory hierarchy.
      
      Support independent data and config directories in eosiod.
      Start successfully on first launch whether installed or just built.
      Honor EOSIO_ROOT environment variable in eosiod.
      Regularize whitespace in eosiod main.cpp.
      Remove cruft and fix typo in top level CMakeLists.txt.
      Add support for CMake v3.6 packaging features, and emulate in older
      versions.
      Update skeleton contract if it changes, and install it in an eosio
      directory.
      Add an eosio user and group in .deb package and set appropriate
      permissions.
      Regularize whitespace in various CMakeLists.txt.
      Add libmongoc dependency to Debian package if built with mongo support.
      Add self-registration to template plugin.
      Remove last reference to steemd in CMakeLists.txt.
      1d3f1660
    • J
      Be proper UNIX citizens in expected directory hierarchy. · 0d951d80
      Jonathan Giszczak 提交于
      Support independent data and config directories in eosiod.
      Start successfully on first launch whether installed or just built.
      Honor EOSIO_ROOT environment variable in eosiod.
      Regularize whitespace in eosiod main.cpp.
      Remove cruft and fix typo in top level CMakeLists.txt.
      Add support for CMake v3.6 packaging features, and emulate in older
      versions.
      Update skeleton contract if it changes, and install it in an eosio
      directory.
      Add an eosio user and group in .deb package and set appropriate
      permissions.
      Regularize whitespace in various CMakeLists.txt.
      Add libmongoc dependency to Debian package if built with mongo support.
      Add self-registration to template plugin.
      Remove last reference to steemd in CMakeLists.txt.
      0d951d80
  17. 02 3月, 2018 1 次提交
  18. 01 3月, 2018 1 次提交
    • M
      A few minor changes for finding WASM compiler · 5ff5903a
      Matt Witherspoon 提交于
      * Don’t accept system clang & friends. This leads to a lot of confusion.
      * Remove a few remaining cmake conditionals checking if WASM compiler is present or not. It always has to be present now.
      5ff5903a
  19. 28 2月, 2018 1 次提交
  20. 27 2月, 2018 1 次提交
  21. 26 2月, 2018 2 次提交
  22. 25 2月, 2018 1 次提交