1. 25 Sep, 2017 1 commit
  2. 12 Sep, 2017 2 commits
  3. 11 Sep, 2017 2 commits
  4. 10 Sep, 2017 1 commit
  5. 18 Aug, 2017 1 commit
  6. 12 Aug, 2017 1 commit
  7. 04 Aug, 2017 2 commits
  8. 14 Jul, 2017 2 commits
  9. 02 Jun, 2017 2 commits
  10. 30 May, 2017 1 commit
  11. 25 May, 2017 1 commit
  12. 24 May, 2017 6 commits
  13. 23 May, 2017 2 commits
  14. 22 May, 2017 11 commits
  15. 02 May, 2017 1 commit
  16. 26 Apr, 2017 2 commits
  17. 17 Apr, 2017 1 commit
  18. 01 Apr, 2017 1 commit
    • Cosimo Lupo's avatar
      [library_builders] allow to override tar.gz extension in build_simple · 900b39c4
      Cosimo Lupo authored
      Some libraries use 'tar.bz2' instead of 'tar.gz' as source archive format.
      This patch allows to pass a fourth argument to `build_simple` function to specify an alternative extension to the default `tar.gz`.
      
      The `untar` function in common_utils.sh, used by `fetch_unpack`, already supports the following archive formats: tar, gz, bz2, zip and xz.
      900b39c4