1. Mar 13, 2018
    • Tommaso Tocci's avatar
      Download deps: do not use log file · 95169f6f
      Tommaso Tocci authored
      Since the download of sources are performed in parallel, we cannot use
      anymore a single log file.
      
      The output of the download commands has been reduced to errrors only and
      it will be outputted directly on stderr. Thus the log file stuff have been
      completely removed.
      
      Moreover the clonedeps function now takes the REPO as second parameter
      and additional (non mandatory) git flags as fourth parameter.
      
      Additional fixes have been introduced to run commands in script mode
      (-q, -f, ...)
      95169f6f
    • Tommaso Tocci's avatar
      speedup src download for some deps · 7a7e3ef8
      Tommaso Tocci authored
      For dependencies in which a specific tags is specified we can download
      the code snapshot instead of cloning the whole repo.
      7a7e3ef8
    • Tommaso Tocci's avatar
      dl_script: download deps in parallel · fac077d8
      Tommaso Tocci authored
      Perform all the download and git clone action in parallel using several
      processes.
      
      Due to the new parallel use of the clonedeps and wgetdeps functions,
      some adjustment to printed message has been made. Now the function write
      on stdout only once when they complete.
      fac077d8
    • Tommaso Tocci's avatar
      add test flag to compile dependency script · f44d7828
      Tommaso Tocci authored
      f44d7828
    • Marc Vef's avatar
      Merge branch 'cmake' into 'master' · de9406ef
      Marc Vef authored
      cmake: find packages (Boost & pthread)
      
      See merge request zdvresearch_bsc/adafs!14
      de9406ef
  2. Mar 12, 2018
  3. Mar 09, 2018
  4. Mar 07, 2018
  5. Mar 06, 2018
  6. Mar 05, 2018
  7. Mar 04, 2018
  8. Mar 02, 2018