Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Storage parsing skip empty line
[simgrid.git] / src / simix / smx_user.c
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-03 shensheiFix debug message in simix
2012-11-30 shensheiMerge ../simgrid
2012-11-30 shensheiNew simcalls work
2012-11-28 shensheiChange simcall functions
2012-11-28 paul bedarideAdd macros to generate simcalls code
2012-11-28 Cristian RosaMake SimGrid compile again :)
2012-11-28 Cristian RosaExtend definition of simcalls to include a pointer...
2012-11-28 Cristian RosaMove SIMCALL_HOST_EXECUTE to the new simcall architectu...
2012-11-28 Marion Guthmullermodel-checker : init result of simcalls for snapshot...
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 Martin Quinsonkill synchronized dynars: we don't need them and they...
2012-10-28 Arnaud GierschFix compilation without MC.
2012-10-27 Marion Guthmullermodel-checker : New public functions to take a snapshot...
2012-10-25 navarroDelete some warning during the ref_guide build
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-12 navarroFirst steps for making a tutorial on How to create...
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschDefine _GNU_SOURCE in xbt/misc.h, so that it's defined...
2012-10-10 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-10 Arnaud GierschReorder includes.
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-20 Augustin Degommeadd MPI_Probe and MPI_Iprobe support, and better handli...
2012-09-11 navarroAdd a function ls to storage
2012-09-06 navarroAdd a simcall for as and router property
2012-08-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-08-18 Marion Guthmullermodel-checker : init result of simcalls for snapshot...
2012-08-09 Cristian RosaAdd a new simcall to get/set the receiver of a rendez...
2012-07-31 navarroAdd function to unlink a file.
2012-07-04 Samuel LepetitReturn the new process in SIMIX_process_restart, simcal...
2012-07-04 Samuel LepetitFix SIMIX_process_kill(SIMIX_process_self()); issue...
2012-07-02 Arnaud GierschTiny corrections in doc.
2012-07-02 lbobelinJust cleaned some stuff to only show undocumented funct...
2012-06-29 Samuel LepetitMove a simcall doc from MSG to SIMIX
2012-06-29 Samuel LepetitAdd some doc for SIMIX reference guide
2012-06-29 Samuel LepetitFix issues in documentation
2012-06-27 Samuel LepetitFirst bricks for auto_restart support in SIMIX/MSG.
2012-06-25 Samuel LepetitAdd a simcall for process_on_exit
2012-06-22 navarroNeed to have a double because the result should not...
2012-06-21 Arnaud GierschRemaining s/MSG_global_init/MSG_init/.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 navarroChange the file API, remove the mount point in each...
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-29 navarroMust have init MSG/SD/GRAS before using mutex
2012-05-29 navarroRemove wrong copy past
2012-05-29 navarroAdd MSG_process_set_kill_time
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonEnhance the communication filtering mechanism
2012-04-27 navarroRewrite the kill_time mecanism.
2012-04-27 Arnaud GierschReinitialize waiting_action at proper place.
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandOn a timeout we do not wait anymore on a task.
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroImplement file stat for storage model.
2012-04-03 navarroMake smx_file_t, surf_file_t and msg_file_t
2012-03-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-26 navarroRemove surf_file_t and smx_file_t for only m_file_t
2012-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-05 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-02 navarroAdd storage to functions
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 navarroUse m_file_t instead of m_file_t*
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 navarroImplement file open read and stat in simix.
2012-01-31 navarroSorry change SIMCALL_FILE_READ FOR SIMCALL_FILE_WRITE...
2012-01-31 navarroImplement functions file_read and file_open into simix...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe ThiéryRename SIMIX files
2012-01-19 navarroStarting simix mecanism for io.
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-14 Christophe ThiérySimix: clean unfinished comms when terminating a process
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
next