Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
only activate tests with raw contextes on platform where they are implemented
[simgrid.git] / src / gras /
2011-04-18 Martin QuinsonDo not fail if getprotobyname(tcp) returns NULL, as...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-17 agierschMake PARSE_ERROR a variadic macro too.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
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-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
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-12-01 agierschFree keyname for all execution paths.
2010-11-30 mquinsonKill gras measurement sockets for now. If you rely...
2010-11-29 navarropPermit to compile with full flags.
2010-11-26 thieryReplace INFO0+bprintf by INFO6
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-26 mquinsonmore verbose debuging infos
2010-11-26 mquinsonreduce verbosity in that area
2010-11-26 mquinsonsome more paranoia to track that damn bug
2010-11-25 mquinsonimplement refcount on sockets since they are somehow...
2010-11-25 mquinsonmore explicit error messages
2010-11-24 mquinsonimplement gras_agent_spawn in RL, kill the data argumen...
2010-11-24 mquinsoncosmetics
2010-11-24 mquinsonnote in the comments the truth about a temptating ...
2010-11-24 mquinsoninitialize a variable, and some more debug
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-11-15 mquinsonand now, make sure that the new GRAS code compiles...
2010-11-15 agierschFix compilation failure.
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-10-01 mquinsonProperly let the main thread wait for the startup of...
2010-10-01 mquinsonFix typos [Arnaud Giersch]
2010-09-30 cristianrosaFix race condition during the creation of the listeners...
2010-09-23 navarropRename CLEANUP definition (used after TRY) into TRY_CLEANUP
2010-09-23 navarropRename CLEANUP macro into _CLEANUP for Supernovae mode.
2010-08-05 coldpeaceadd gras_load_environment_script & gras_function_regist...
2010-06-24 mquinsonPort GRAS to smx_network infrastructure. Kinda working...
2010-06-24 mquinsonNew function gras_msgtype_get_name()
2010-06-18 navarropDefine correctly variables for windows.
2010-06-17 navarropNow sources are generated with #line.
2010-06-14 navarropIf it is a win plateform we have to use wenvironment...
2010-06-14 navarropInit variables.
2010-06-14 navarropDo not declare variables in the middle of nowhere.
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-06-03 alegrandI need this to compile on my machine. It may break...
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-05-20 cristianrosaCompile fix, size_t != int in 64 bits
2010-05-18 mquinsonOngoing work to port GRAS to smx_network. Not working yet
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-04-27 mquinsonAllow to cross compile simgrid.dll using the autotools...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-03-22 mquinsontiny optimizations
2009-12-02 mquinsoncreate the listener thread in joinable mode since we...
2009-11-24 mquinsonForce initialization of a variable to shut gcc 4.4 up
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
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-28 mquinsonTry to fix #8852 (SimGrid won't compile on Ubuntu 9...
2009-10-20 mquinsonuseless cosmetics
2009-10-15 mquinsonRevert the change inducing that GRAS processes keep...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-10-15 mquinsondo not create execution action of size 0 since it seems...
2009-10-13 mquinsonNew function: gras_socket_close_voidp() -- just like...
2009-10-13 mquinsonShut gras processes up on simulators
2009-10-13 mquinsonNew function: void gras_cpu_burn(double flops) -- a...
2009-10-13 mquinsonWhen creating a datatype, make sure we're not trying...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-08-19 mquinsonno need for that verbose output anymore
2009-08-19 mquinsonMore verbose on cycle detection
2009-08-19 mquinsonGreat simplification in a code appearing to be broken...
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 mquinsonFirst step into moving the context subsystem into simix...
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-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-23 mquinsonSMPI: get the main process launch the sender and receiv...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-26 mquinsontypo (again)
2009-05-26 mquinsonmore debugging
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-18 mquinsonBe more verbose when propagating local exceptions
2009-05-18 mquinsonAdd regression tests for the lastly fixed bugs in GRAS...
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonLess debugging info
2009-05-18 mquinsonReindent some code, no real change (should do it for...
next