Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First step into moving the context subsystem into simix. Still segfaults because...
[simgrid.git] / src / simix / smx_global.c
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
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 mquinsonFactorize some code in SURF
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-06 alegrandTake into account that some process may actually not...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
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-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-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-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
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-20 mquinsonOk, you won't believe this one. Visual seems to break...
2007-09-10 alegrandClean cleanups with mallocators... Thanks Pablo for...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-06 alegrandClean the links between action and conditions. Now...
2007-08-06 alegrandReindent!
2007-07-19 alegrandBe nice with people that prefer = to :.
2007-07-16 alegrandEnable to change the workstation_model from the command...
2007-07-11 donassbrWe need a default if the user didn't set any function.
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
2007-07-08 mquinsons/__SIMIX_display_process_status/SIMIX_display_process_...
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-04 mquinsonavoid any name clashes with msg/private.h so that the...
2007-07-04 mquinsonMore informative error message when non-clean end,...
2007-05-03 alegrandGot rid of useless message.
2007-04-10 donassbrRemoved SIMIX_global_init_args and SIMIX_process_create...
2007-04-04 donassbrFunctions added and changed. Keeps the cvs updated.
2007-03-30 donassbrmsg_simix alpha. All functions implemented.
2007-03-29 donassbrMany changes done.
2007-03-27 donassbrAPI changed.
2007-03-23 donassbrNecessity to change the code to implement MSG..
2007-03-09 mquinsonDon't initialize the contextes manually, it will be...
2007-03-09 donassbrModified some functions and datatypes. Simix API change...
2007-03-07 donassbrSome tests done and bugs corrected.
2007-03-05 donassbrNew functions added, changes in the header files, funct...
2007-03-01 donassbrCopyright corrected.
2007-03-01 donassbrInitial structure. Nothing works yet.
2007-02-28 alegrandMaking room for simix.