Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove gras from the main documentation
[simgrid.git] / src / gras / Virtu / sg_emul.c
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-17 agierschUse new style logging macros.
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-10-15 mquinsondo not create execution action of size 0 since it seems...
2009-10-13 mquinsonNew function: void gras_cpu_burn(double flops) -- a...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2007-11-08 mquinsonOne crude cast less, thanks to small cleanup by Mark
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-07-11 mquinsonMove smx_process related functions from sg_emul.c to...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonrename xbt_portability.h and sysdep.c to xbt_os_time...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-02-07 cheriermchange free by xbt_free_f
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2005-08-07 mquinsonUse xbt_dict_get_or_null since it's what we mean.
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit}
2005-05-10 mquinsonMerge conditional execution and timing macros into...