Historique des commits

Auteur SHA1 Message Date
  Samuel Thibault 169bf34d54 port r13398 from 1.1: eradicate use of timeval il y a 11 ans
  Samuel Thibault 1ee69f6aaa drop including sys/time.h, now useless il y a 11 ans
  Samuel Thibault 27f203c685 eradicate using timeval il y a 11 ans
  Samuel Thibault d4209d9035 Fix unistd.h inclusion in dolib too il y a 11 ans
  Samuel Thibault b40a05fe3f typo il y a 11 ans
  Samuel Thibault b0a03415e9 Fix allocation, clean code a bit il y a 11 ans
  Samuel Thibault 66ef1d7904 Only blame starpu developers for pointer arithmetic, who knows what happens in various C headers il y a 11 ans
  Samuel Thibault 685b4b21e9 Try to fetch the timespec definition from time.h or pthread.h, for those mingw versions which provide it il y a 11 ans
  Samuel Thibault 16d0c341eb port r13377 from 1.1: Do not expose our pthread_barrier when building applications with MSVC il y a 11 ans
  Samuel Thibault ae0522de95 restore building starpu-top il y a 11 ans
  Samuel Thibault a92760f1c6 Make sure we don't unconditionnally include unistd.h, which is not available on windows il y a 11 ans
  Samuel Thibault 5b425686c0 Avoid showing the message if we won't show it :) il y a 11 ans
  Samuel Thibault e1bdf3cd44 merge changelog change il y a 11 ans
  Samuel Thibault 69cb5ea77b Make sure we do not include sys/time.h, but include starpu_util instead, which Does The Right Thing. il y a 11 ans
  Samuel Thibault 57e3ce1af1 sys/time is not needed any more for gettimeofday il y a 11 ans
  Samuel Thibault aeb20b1b7e Add a simple windows port of gettimeofday il y a 11 ans
  Samuel Thibault 9a20791167 Use starpu_timing_now instead of gettimeofday for measurements, since the latter is subject to timezones and such il y a 11 ans
  Samuel Thibault 5932d9cd38 More windows fixes il y a 11 ans
  Samuel Thibault 6a0c92daab Avoid void* arithmetic, icc refuses it on windows... il y a 11 ans
  Samuel Thibault 32f7c785a8 Fix build il y a 11 ans
  Samuel Thibault e85c81edf6 fix copy/paste il y a 11 ans
  Samuel Thibault 6b4b705d55 Add missing windows fixup il y a 11 ans
  Samuel Thibault f2f024fd29 Fix erroneously not taking the mutex if it wasn't available at first when terminating il y a 11 ans
  Samuel Thibault 72b4685423 Use xbt_mutex_try_acquire when it is available il y a 11 ans
  Samuel Thibault bc73a0d370 gcc wants braces, msvc doesn't want empty braces. Just put nothing il y a 11 ans
  Samuel Thibault 5c484cbea0 fix build il y a 11 ans
  Samuel Thibault c8b5bdb10c fix returned value il y a 11 ans
  Samuel Thibault 2088db1fa5 Use a real trylock from simgrid, otherwise our checklocked, which uses trylock, would deadlock here il y a 11 ans
  Samuel Thibault 2c55b46375 Fix typo il y a 11 ans
  Samuel Thibault 29735fb7e9 fix typo il y a 11 ans