Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change interface for elements_father, and avoid to allocate a dynar.
[simgrid.git] / src / simix / smx_user.c
2011-04-27 Christophe ThiéryFix supernovae compilation
2011-04-26 Christophe ThiéryMake sure strdup is declared
2011-04-26 Martin Quinsonfix macro name to get isfinite declared
2011-04-21 Martin Quinsontry to define _ISO_C99_SOURCE ASAP so that it's defined...
2011-04-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-19 Christophe Thiéryisfinite() is C99
2011-04-08 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-08 NavarropMerge commit '521daa8271ac2778d8b2944be25daae65d3540a1...
2011-04-07 Christophe ThiéryInclude math.h for isfinite()
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 piniEnforces that double parameters are finite (fixes ...
2011-03-29 cristianrosaMerge branch 'master', remote branch 'git-hub-cristian...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-21 thieryAllow MSG_process_cleanup(p) to be called by other...
2011-02-08 thierySimix: add requests to make isend+wait or irecv+wait...
2011-02-01 thieryRemove SIMIX requests that get src and dst buffers...
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-28 cristianrosaCosmetic changes
2011-01-28 thieryMake msg_comm_t be a real structure again, not an alias...
2011-01-28 cristianrosaSkip requests for SIMIX_req_rdv_get_by_name and call...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 cristianrosaMake SIMIX_req_host_execution_wait to also destroy...
2011-01-27 cristianrosaReturn action state on SIMIX_req_host_execution_wait().
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2011-01-25 thieryStringify e_smx_req_t just by using macros (remove...
2011-01-24 thierySIMIX requests: generate strings from enumeration value...
2011-01-12 thieryCheck a parameter
2010-12-17 mquinsonkill pimples in SIMIX intended to make the stack-free...
2010-12-13 mquinsonfunction to see the name of syscall types in debugging...
2010-12-10 thieryDon't do anything if the category is NULL
2010-12-08 mquinsonNew trace replayer, as fast as hell, and as boring...
2010-12-07 mquinsondo not store the requests on the process's stack nor...
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 mquinsonimplement simix_comm_testany properly
2010-12-07 schnorr[trace] we do not need to copy the category since the...
2010-12-07 schnorr[trace] renaming system call to set any action tracing...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-07 mquinsonstubs for comm_testany, implemented with comm_waitany...
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...