Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused include "simgrid_config.h"
[simgrid.git] / src / gras / Virtu /
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
2007-02-07 cheriermdo not export the functions of this header in the dll
2007-02-07 mquinsonThat's not public
2007-02-07 mquinsonthat's not public
2007-02-07 mquinsontypo in windows DLL cruft
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-12-21 cherierma directory for all builds
2006-11-14 mquinsonCleanup the way moddata are destroyed at the end of...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsonRemove unused variable
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
2006-08-02 mquinsonMake sure that mod won't go undefined when an exception...
2006-07-19 mquinsonReduce debug loggings to their real value
2006-07-19 mquinsonMake room for moddata along with libdata during the...
2006-07-19 mquinsonNew, proper, module mecanism. Still missing dependency...
2006-06-02 mquinsonAllow to retrieve the libdata of a remote host in SG
2006-06-01 mquinsonGRAS is not the only one using libdata. AMOK does too...
2006-06-01 mquinsonfixme--: found a better place
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
next