Skip to content
Snippets Groups Projects
  1. Nov 13, 2014
  2. Nov 11, 2014
  3. Nov 10, 2014
    • Giovanni Bussi's avatar
      changelog · 37ee0593
      Giovanni Bussi authored
      37ee0593
    • Giovanni Bussi's avatar
      Fixed portability of Stopwatch · 00960af2
      Giovanni Bussi authored
      I fixed some probability issue in Stopwatch.
      Before this fix, the macro used to check the presence of
      clock_gettime was not properly recognized. Additionally,
      gettimeofday was considered as compulsory, causing problems
      on bgxlc (as pointed out by Teodoro Laino).
      
      After this fix, both gettimeofday and clock_gettime
      are searched and considered as optional. If present,
      clock_gettime is used. Otherwise gettimeofday is used.
      If none is present, time is just not measured.
      00960af2
  4. Nov 06, 2014
  5. Oct 30, 2014
  6. Oct 28, 2014
  7. Oct 27, 2014
  8. Oct 24, 2014
  9. Oct 21, 2014
  10. Oct 15, 2014
  11. Oct 13, 2014
  12. Oct 12, 2014
  13. Oct 03, 2014
  14. Oct 02, 2014
  15. Oct 01, 2014
Loading