Commit History

Author SHA1 Message Date
  Cyril Roelandt 4c72d83e90 Better debugging information in the _STARPU_PTHREAD_MUTEX_* macros. 13 years ago
  Nathalie Furmento e5f68ad9d6 src: update double values usage 13 years ago
  Nathalie Furmento 0433b3cc32 src: minor fixes w.r.tg warnings detected by gcc compiler 14 years ago
  Nathalie Furmento 906d935956 src: prefix names of internal types and functions with _starpu 14 years ago
  Nathalie Furmento 7560e696db src/common/utils.h: add a flush to _STARPU_DEBUG 14 years ago
  Nathalie Furmento ba8e96d33e src/common/utils.h: do not print debug messages when environment variable STARPU_SILENT exists 14 years ago
  Samuel Thibault 0d9f08ae8d Fix copyrights, thanks Ludo! 14 years ago
  Nathalie Furmento 943e64c831 src/common/utils.h: _STARPU_DEBUG does not display any message if the environment variable STARPU_SILENT is set 15 years ago
  Nathalie Furmento 234a8432b7 define a default implementation for pthread barrier functions for systems which do not provide it, such as Cygwin 15 years ago
  Cédric Augonnet 879bcb4752 - Provide helpers for pthread_barrier_* functions 15 years ago
  Nathalie Furmento 3b61934f1c typos (detected as warning by icc) 15 years ago
  Cédric Augonnet c816662ece Add missing \n at the end of error messages. 15 years ago
  Cédric Augonnet 2a4f1cf220 Abort after an error, and don't forget the \n at the end of the error message 15 years ago
  Nathalie Furmento 553f253990 src: debug mechanism to log in and out functions calls (was helpful to debug MPI...) 15 years ago
  Nathalie Furmento 92f41b0c15 src: use a standard debug/messaging system 15 years ago
  Cédric Augonnet 952534293d Update copyright date 15 years ago
  Nathalie Furmento 4a983beb04 Update copyright 15 years ago
  Cédric Augonnet 0a062a6947 Rename starpu_drop_comments into _starpu_drop_comments and move it out of the 15 years ago
  Cédric Augonnet d2b1c0cfc3 Check return values for pthread_rwlock_* functions 15 years ago
  Samuel Thibault 554d1813ba add missing pthread.h include for pthread_mutex_t 15 years ago
  Cédric Augonnet 0f9a02a475 Yet more return value checking for condition variables 15 years ago
  Cédric Augonnet 61652faf3b - Some pthread functions seem to leave errno unmodified, so we use strerror 15 years ago
  Cédric Augonnet e77ca93d65 Check the return value of pthread_cond_wait and use a while loop around 15 years ago
  Nathalie Furmento cde4ad65e2 Check the return value of pthread_mutex_lock(...) and pthread_mutex_unlock(...) 15 years ago
  Cédric Augonnet 330ebd2afb The _starpu_check_mutex_deadlock provides a quick'n'dirty (not 100% garanteed) 15 years ago
  Nathalie Furmento 11983f5e80 s/starpu_mkpath/_starpu_mkpath/g 15 years ago
  Cédric Augonnet 05abf577fb Implement starpu_mkpath in order to mimic the behaviour of "mkdir -p". 16 years ago