1. 25 May, 2016 5 commits
  2. 18 May, 2016 3 commits
  3. 11 Mar, 2016 1 commit
  4. 09 Mar, 2016 1 commit
  5. 04 Mar, 2016 1 commit
    • Federico Vaga's avatar
      wrtd:lib: ignore timeout "we don't have them" · 341c2d30
      Federico Vaga authored
      Patch 'lib: sync function return remaining time to timeout'
      change a bit the API, now the sync function return the
      remaining timeout. The WRTD library was not thought with this
      in mind. To preserve the previous behavior we ignore the
      timeout "error".
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      
      
      NOTE
      This commit has been created by `git subtree` on the Mock Turtle repository
      on tag mock-turtle-2.0
      
      This commit will not compile
      341c2d30
  6. 04 Feb, 2016 1 commit
  7. 25 Jan, 2016 1 commit
  8. 22 Jan, 2016 12 commits
  9. 11 Jan, 2016 3 commits
  10. 30 Oct, 2015 4 commits
  11. 28 Oct, 2015 2 commits
    • Federico Vaga's avatar
      wrtd:lib: make time values consistent within the library · 47c085db
      Federico Vaga authored
      The output dead-time was using nano-seconds, while all the other
      functions in the library use pico-seconds. There reason was that
      for the output dead-time we have 8ns granularity so having a
      pico-seconds value is not really usefull.
      
      We decided to move to pico-seconds for to be consistent with the
      library because this difference caused wrong assumptions on
      application side, even on my own test tool XD
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      
      
      NOTE
      This commit has been created by `git subtree` on the Mock Turtle repository
      on tag mock-turtle-2.0
      
      This commit will not compile
      47c085db
    • Federico Vaga's avatar
      wrtd: improve documentation · d782c756
      Federico Vaga authored
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      
      
      NOTE
      This commit has been created by `git subtree` on the Mock Turtle repository
      on tag mock-turtle-2.0
      
      This commit will not compile
      d782c756
  12. 20 Oct, 2015 6 commits