Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add carriage returns to help gcc compiling... (otherwise, it fails!).
[simgrid.git] / src / simix /
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...
2007-09-21 cheriermDeclaration of the variables at the beginning of the...
2007-09-21 cheriermDeclaration of the variables at the begining of the...
2007-09-21 cheriermDeclaration of the variables at the begining of the...
2007-09-20 mquinsonOk, you won't believe this one. Visual seems to break...
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
2007-09-10 alegrandClean cleanups with mallocators... Thanks Pablo for...
2007-09-05 alegranduse suspend instead of playing with priority...
2007-09-02 marklsSIMIX_process_resume needed to signal cond after resumi...
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-23 alegrandFix parallel task problem with SIMIX raised by F. Suter
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-14 alegrandI think we should always add such a "fake" action to...
2007-08-06 mquinsonname threads to ease debugging
2007-08-06 alegrandcosmetics
2007-08-06 alegrandClean the links between action and conditions. Now...
2007-08-06 alegrandcosmetics + one function to rule them all
2007-08-06 alegrandReindent!
2007-08-04 mquinsonremove unconditional backtrace display
2007-08-04 alegrandClean up actions when a condition is destroyed.
2007-08-04 mquinsonInsane amount of debugs
2007-08-02 alegrandKeeping up with the new surf model description.
2007-08-01 alegrandbring new network models to end users
2007-07-25 velhoCorrected error message.
2007-07-19 alegrandBe nice with people that prefer = to :.
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-16 alegrandEnable to change the workstation_model from the command...
2007-07-16 alegrandsurf_workstation_model -> workstation_model
next