Historial de Commits

Autor SHA1 Mensaje Fecha
  Nathalie Furmento f885c06876 merge trunk hace 11 años
  Nathalie Furmento a1638adff7 src/core/perfmodel/perfmodel_history.c: set initial value hace 11 años
  Samuel Thibault b0a03415e9 Fix allocation, clean code a bit hace 11 años
  Samuel Thibault 66ef1d7904 Only blame starpu developers for pointer arithmetic, who knows what happens in various C headers hace 11 años
  Samuel Thibault 685b4b21e9 Try to fetch the timespec definition from time.h or pthread.h, for those mingw versions which provide it hace 11 años
  Samuel Thibault 16d0c341eb port r13377 from 1.1: Do not expose our pthread_barrier when building applications with MSVC hace 11 años
  Samuel Thibault ae0522de95 restore building starpu-top hace 11 años
  Samuel Thibault a92760f1c6 Make sure we don't unconditionnally include unistd.h, which is not available on windows hace 11 años
  Samuel Thibault 5b425686c0 Avoid showing the message if we won't show it :) hace 11 años
  Samuel Thibault e1bdf3cd44 merge changelog change hace 11 años
  Samuel Thibault 69cb5ea77b Make sure we do not include sys/time.h, but include starpu_util instead, which Does The Right Thing. hace 11 años
  Samuel Thibault 57e3ce1af1 sys/time is not needed any more for gettimeofday hace 11 años
  Samuel Thibault aeb20b1b7e Add a simple windows port of gettimeofday hace 11 años
  Samuel Thibault 9a20791167 Use starpu_timing_now instead of gettimeofday for measurements, since the latter is subject to timezones and such hace 11 años
  Samuel Thibault 5932d9cd38 More windows fixes hace 11 años
  Samuel Thibault 6a0c92daab Avoid void* arithmetic, icc refuses it on windows... hace 11 años
  Samuel Thibault 32f7c785a8 Fix build hace 11 años
  Samuel Thibault e85c81edf6 fix copy/paste hace 11 años
  Samuel Thibault 6b4b705d55 Add missing windows fixup hace 11 años
  Samuel Thibault f2f024fd29 Fix erroneously not taking the mutex if it wasn't available at first when terminating hace 11 años
  Samuel Thibault 72b4685423 Use xbt_mutex_try_acquire when it is available hace 11 años
  Samuel Thibault bc73a0d370 gcc wants braces, msvc doesn't want empty braces. Just put nothing hace 11 años
  Samuel Thibault 5c484cbea0 fix build hace 11 años
  Samuel Thibault c8b5bdb10c fix returned value hace 11 años
  Samuel Thibault 2088db1fa5 Use a real trylock from simgrid, otherwise our checklocked, which uses trylock, would deadlock here hace 11 años
  Samuel Thibault 2c55b46375 Fix typo hace 11 años
  Samuel Thibault 29735fb7e9 fix typo hace 11 años
  Samuel Thibault f4fac716d2 When building starpu itself with msvc, we need the pthread definitions hace 11 años
  Samuel Thibault 19c4287bfd Add tryrd/wrlock win32 support hace 11 años
  Samuel Thibault c141d0bca3 opendir not available with msvc hace 11 años