Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / src / simix /
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-10-05 mquinsonCorrections to the code that handles the errors in...
2009-10-05 mquinsonAdded debug information to SIMIX network.
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-10-05 mquinsonCorrections and improvements to the new network impleme...
2009-10-05 mquinsonCleanup network prototype
2009-10-05 mquinsonFirst prototype of the networking API for SIMIX. It...
2009-10-03 donassbrAs in MSG where we need to know which action the proces...
2009-09-21 donassbrFix behavior when using killing process function.
2009-09-04 donassbrChange test to program ending to avoid infinite loop...
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-25 cristianrosaTest for debug state before calling debug printing...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-18 cristianrosaMerge java simix process creation with the standard...
2009-08-18 cristianrosaFix bug related to the exception mechanism once the...
2009-08-17 cristianrosaFinally the Java interface is working again! (It was...
2009-08-17 cristianrosaFix another bug in the java context implementation
2009-08-17 cristianrosaFixed bug in smx_context_mod_exit.
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed the java's context interface to build with the...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonSome polishing to the new context factory API to avoid...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonFixed the pthread context implementation, now it compil...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-08-11 alegrandAdd carriage returns to help gcc compiling... (otherwis...
2009-07-16 mquinsonCall surf_timer_model_init() from surf_config_models_se...
2009-07-13 mquinsondo not give maestro a name, or it will change every...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_
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 mquinsonFix compilation bug when enabling pthreads.
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-13 mquinsonFirst step to move xbt_context from XBT to SIMIX. Some...
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
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-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-25 mquinsonAdd a SIMIX_process_count() that SMPI needs
2009-06-24 mquinsonSMPI: Change the way senders and receivers are stopped...
2009-06-23 mquinsonSMPI: get the main process launch the sender and receiv...
2009-06-08 alegrandCleaner use of the refcount introduced by Henri.
2009-06-08 alegrandAdd debug
2009-06-06 alegrandTake into account that some process may actually not...
2009-06-06 alegrandCheck that a host is available before launching a process.
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-04-28 mquinsonAdd SIMIX_process_set_name()
2009-04-28 mquinsonChange form of error message so that when host name...
2009-04-11 mquinsonallow to define a default value to registered functions...
2008-07-08 cheriermDetails of this changes:
2008-06-30 cheriermAvoid some warning on the string format
2008-06-27 cheriermuse %#x format instead of %p because Windows and Linux...
2008-06-18 mquinsonuse a dict to store the smx_hosts since we lookup by...
2008-06-16 alegrandUggly and naughty memleak that caused a lots of perform...
2008-06-12 alegrandAdd convenient debug function on conditions and use...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-05-21 alegrandWell the output of printf("%p",NULL) might depend on...
2008-05-21 alegrandDo not print pointers (%p) when using INFO. This kind...
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-03-15 alegrandThe interaction between the parser and the surf modules...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-05 alegrandcosmetics
2008-01-11 cheriermDelete the auto aliasing
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-07 cheriermThis change introduce the new mailbox concept.
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-11 quasarthe parsing time info switched to debug
2007-12-11 quasareliminating KCCFLN05 model
2007-12-05 cheriermAnsi C declaration of the variables (at the beginning...
2007-11-29 quasarmodified atoi to strtol when getting route ends in...
2007-11-29 quasareliminated bug INFO message
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-27 mquinsonRename xbt/xbt_context.h to xbt/context.h, and add...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasarfixed bug for compound models
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-07 marklsmade small change to function prototype for SIMIX_actio...
2007-10-27 mquinsonmore explicit error messages, and random cleanups
2007-10-27 mquinsonLast useless cleanup about Marc jumbo commit
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-25 mquinsonTiny improvement of the search speed
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-21 mquinsonAlso remove the const markers of parameters in the...
next