História revízii

Autor SHA1 Správa Dátum
  Nathalie Furmento 9c38741e02 fix code to follow coding conventions for braces 9 rokov pred
  Samuel Thibault 8a713e9521 Fix missing include, thanks Léo 9 rokov pred
  Nathalie Furmento d917eaa107 src: use _STARPU_MSG instead of fprintf and avoid direct calls to fprintf(stderr, ...) 9 rokov pred
  Nathalie Furmento 18b9deda32 src/util/openmp_runtime_support_environment.c: decrease variable scope 9 rokov pred
  Nathalie Furmento 87718074ae src: fix cppcheck warnings 9 rokov pred
  Nathalie Furmento ea326f4d15 src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC 9 rokov pred
  Nathalie Furmento d4761fddf6 src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions 9 rokov pred
  Samuel Pitoiset 04189e610d openmp: merge read_boolean_var() with read_omp_boolean_var() 9 rokov pred
  Samuel Pitoiset 4c3adbc255 openmp: rework parsing of OMP_DISPLAY_ENV 9 rokov pred
  Samuel Pitoiset 80c7b81b80 openmp: rework parsing of OMP_PROC_BIND 9 rokov pred
  Samuel Pitoiset 3dd1fbd2b9 openmp: rework parsing of OMP_NUM_THREADS 9 rokov pred
  Samuel Pitoiset db61b744a0 openmp: rework read_wait_policy_var() 9 rokov pred
  Samuel Pitoiset 412b41ec95 openmp: introduce read_string_var() helper 9 rokov pred
  Samuel Pitoiset 4d7954c583 openmp: remove unused variable in read_boolean_var() 9 rokov pred
  Samuel Pitoiset 5b884d79c5 openmp: do not return an error when boolean envvars are incorrectly set 9 rokov pred
  Samuel Pitoiset f6da7aaac0 openmp: check that integer envvars are positive 9 rokov pred
  Samuel Pitoiset 5365b3aa9f openmp: fix parsing of OMP_SCHEDULE in presence of chunksize 9 rokov pred
  Samuel Pitoiset dac3f5d5d6 openmp: fix parsing of OMP_SCHEDULE envvar 9 rokov pred
  Samuel Pitoiset 848571e3b8 openmp: add missing starpu_omp_sched_undefined case in display_omp_environment() 9 rokov pred
  Samuel Pitoiset 90da7bba2c openmp: display OMP_THREAD_LIMIT when OMP_DISPLAY_ENV is set 9 rokov pred
  Samuel Pitoiset 9b5a199e0f openmp: fix OMP_DISPLAY_ENV output to match GCC 9 rokov pred
  Samuel Thibault 11f734248e Avoid overflow e.g. in num_threads_list allocation 9 rokov pred
  Samuel Pitoiset 4a6ee13b5a openmp: add support for OMP_MAX_TASK_PRIORITY 10 rokov pred
  Samuel Thibault 1b2f436a98 catch unsafe use of non-reentrant getenv 10 rokov pred
  Nathalie Furmento e3b44209ed update copyright 11 rokov pred
  Olivier Aumage bcad050ff2 - errno must explicitely be reset to 0 before calling strtol/strtoll, as these functions leave errno untouched if no error occurred during the string-to-number conversion process. 11 rokov pred
  Olivier Aumage f3a338c6a9 - fix array allocation and initialization 11 rokov pred
  Olivier Aumage 0fb6249b1c - add testcase for omp api default return values 11 rokov pred
  Olivier Aumage 001a552330 - implementation of omp's API functions (on-going work) 11 rokov pred
  Olivier Aumage 292dde37b9 - fix environment variable parsing (thanks Pierrick) 12 rokov pred