Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Offer the possibility to change smpi bandwidth and latency factor into tag config...
[simgrid.git] / src / gras / Virtu /
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-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-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryFix gcc 4.6 warnings about clobbered variables with...
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-23 Arnaud GierschUse CATCH_ANONYMOUS whenever possible, and remove unuse...
2011-04-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-20 Martin Quinsontypos in comments
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschFix memory errors in gras_os_myname.
2010-12-01 agierschFree _host_properties on gras_process_exit.
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-24 mquinsonimplement gras_agent_spawn in RL, kill the data argumen...
2010-11-24 mquinsoncosmetics
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-10-11 alegrandIndent include and src using this command:
2010-08-05 coldpeaceadd gras_load_environment_script & gras_function_regist...
2010-06-24 mquinsonPort GRAS to smx_network infrastructure. Kinda working...
2010-06-18 navarropDefine correctly variables for windows.
2010-06-14 navarropIf it is a win plateform we have to use wenvironment...
2010-05-18 mquinsonOngoing work to port GRAS to smx_network. Not working yet
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-03-22 mquinsontiny optimizations
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
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-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonFirst running version after the relocation of the conte...
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-07 mquinsonDisplay the list of still queued messages in SG mode...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-26 mquinsontypo (again)
2009-04-12 mquinsonplug some memleaks
2009-04-11 mquinsonmake sure that the gras_userdata_new() macro returns...
2008-05-20 mquinsonMmm. Time to bed
2008-05-20 mquinsonSecond try to let the darwin linker find the environmen...
2008-05-20 mquinsonSome extra love is needed to use the environ variable...
2008-05-20 mquinsoncosmetics
2008-05-20 mquinsonImplement properties on hosts and processes in RL ...
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2007-11-08 mquinsonOne crude cast less, thanks to small cleanup by Mark
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-11-06 mquinsonAlso fix the prototype of the RL stub
2007-11-06 mquinsonFix constness of arguments
2007-10-27 mquinsonnew line at EOF
2007-10-26 mquinsonAdd the stubs to properties related functions in real...
2007-10-26 mquinsonRename gras_os_property_value() to gras_os_host_propert...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-25 cheriermjust had SG_BEGIN_DECL and SG_END_DECL macro (for c...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermThis change exports the gras_procdata pointer and use...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-21 cheriermvoid functions don't return
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-08-06 alegrandcosmetics
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-15 mquinsonnew function gras_os_hostport, returning a constant...
2007-07-13 mquinsonKill dead files
2007-07-13 donassbrstructure sockets of gras_trp_prodata_t synchronized.
2007-07-12 donassbrUse a queue to control the selectable sockets. We don...
2007-07-12 mquinsonvarious little cleanups in the gras/sg code. Mainly...
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsonMove smx_process related functions from sg_emul.c to...
2007-07-11 mquinsonMove a private symbol (that I may want to kill soon...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonStupid me. The code produced by the gras_stub_generator...
2007-07-10 mquinsonArg. Move private symbols out of the public header...
2007-07-10 mquinsonrename xbt_portability.h and sysdep.c to xbt_os_time...
2007-07-05 donassbrIt was more difficult to find the bug that I thought...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-04-11 cheriermexport the _gras_procname variable in the dll
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-01 cheriermget_pid() for Windows is GetCurrentProcess()
2007-02-07 cheriermchange free by xbt_free_f
next