Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Samuel Thibault bc0d878278 Expose the disk swap node number to the application 9 gadi atpakaļ
  Samuel Thibault ffcd176304 Fix unit for STARPU_DISK_SWAP_SIZE: Bytes is really too small, use MB just like LIMIT* 9 gadi atpakaļ
  Nathalie Furmento ea326f4d15 src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC 9 gadi atpakaļ
  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 gadi atpakaļ
  Samuel Thibault 1b2f436a98 catch unsafe use of non-reentrant getenv 10 gadi atpakaļ
  Nathalie Furmento f86c03ebdc src/core/disk.c: add copyright 10 gadi atpakaļ
  Nathalie Furmento 033a2d4425 src/core/disk.c: code cleaning 10 gadi atpakaļ
  Nathalie Furmento 7db76b5ca3 src/core/disk.c: create directory when needed 10 gadi atpakaļ
  Samuel Thibault c8efbb83e8 Inline list heads instead of keeping allocating them 11 gadi atpakaļ
  Nathalie Furmento efea5f1a8f src/ tests/ tools/: fix coding style, curly braces go on a newline 11 gadi atpakaļ
  Samuel Thibault 923dbdd2d8 Use starpu_ssize_t instead of ssize_t, and add a check against it 11 gadi atpakaļ
  Samuel Thibault 7b90a465d1 Fix build on non-linux 11 gadi atpakaļ
  Samuel Thibault af2958f65c Add environment variables to define a disk swap 11 gadi atpakaļ
  Samuel Thibault 51e895087b Fix and test disk support with pack/unpack-only interfaces 11 gadi atpakaļ
  Samuel Thibault aba9b7562b Make disk test actually test all backends. Partly revert r13785 which was using a union as a structure. 11 gadi atpakaļ
  Samuel Thibault 664964417e Add the size to the disk plug method 11 gadi atpakaļ
  Samuel Thibault ae1892fa7f Improve the disk documentation, and clean the interface a bit 11 gadi atpakaļ
  Samuel Thibault bcd5fb6e5f Remove spurious async parameter of synchronous read/write functions 11 gadi atpakaļ
  Corentin Salingue fcae2dca11 fix assert bug + reduce warning 12 gadi atpakaļ
  Corentin Salingue e66c1994ff add support pack/unpack for out-of-core 12 gadi atpakaļ
  Corentin Salingue aa9ac54085 begin to add pack/unpack 12 gadi atpakaļ
  Corentin Salingue befd444392 we support synchronous transfers if asynchronous functions are not writed 12 gadi atpakaļ
  Corentin Salingue 0d30c96822 fix bug for asynchronous input/output, it runs 12 gadi atpakaļ
  Corentin Salingue 8899fca875 try to add asynchronous input/output 12 gadi atpakaļ
  Corentin Salingue d5928956db add new parameter to prepare asynchronous read/write 12 gadi atpakaļ
  Corentin Salingue a365aff827 change test and correct bug, not fix 12 gadi atpakaļ
  Corentin Salingue b5ba82d1a5 change starpu_disk_unregister to private and unregister disks in shutdown 12 gadi atpakaļ
  Corentin Salingue 210ed2e470 add disk flag + add flag in reclaim + add test disk_computation 12 gadi atpakaļ
  Corentin Salingue 41c50b31bc change disk_ops to starpu_disk_ops 12 gadi atpakaļ
  Corentin Salingue 4c79532333 add error management for disk and change test 12 gadi atpakaļ