Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move e_surf_link_sharing_policy_t structure to surf.h and fix the way to create link...
[simgrid.git] / src / gras /
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...
2009-05-18 mquinsonReindent, no real change
2009-04-28 mquinsonUse the aligned size for structures instead of raw...
2009-04-28 mquinsonSome more debug
2009-04-12 mquinsonplug some memleaks
2009-04-12 mquinsoncosmetics
2009-04-12 mquinsondo not brutally kill the listener but ask him politely...
2009-04-12 mquinsondo not close sockets from main thread, but from listene...
2009-04-12 mquinsonreduce the verbosity of *all* setsockopt failures to...
2009-04-11 mquinsonlower the gravity of the message indicating that setsoc...
2009-04-11 mquinsonmake sure that the gras_userdata_new() macro returns...
2009-03-26 mquinsonalso awake the listener after opening a file socket
2009-03-10 mquinsonGras listener thread of each process do select(-1)...
2009-03-10 mquinsonbe more explicit when we die because we got an unknown...
2008-11-10 mquinsonRegenerate with newest flex, so that new gcc paranoia...
2008-06-18 mquinsonMore informative error messages
2008-06-05 mquinsonmalloc(0) fails on AIX
2008-06-04 mquinsonSolve the empty_main bug: simply yield main gras thread...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-21 alegrandThis is the right condition that prevents deadlocks! :)
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-16 mquinsonSometimes, the time to wait is soo small that the incre...
2008-05-16 mquinsondocumentation improvement
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-05-14 mquinsonMake an error message a bit more explicit about the...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2007-11-16 cheriermdon't cast the long int to avoid the warning but adapt...
2007-11-16 cheriermThis avoid a warning on the Microsoft compiler
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
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-08 mquinsonSome more debug
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...
next