Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing HAVE_TRACING ifdef/endif in smx_action.c
[simgrid.git] / src / simix / smx_action.c
2010-04-01 schnorrmissing HAVE_TRACING ifdef/endif in smx_action.c
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-10-29 mquinsonplug a memleak
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-20 mquinsonNew function: SIMIX_action_set_name()
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-25 cristianrosaTest for debug state before calling debug printing...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
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-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_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 mquinsonFactorize some code in SURF
2009-06-08 alegrandCleaner use of the refcount introduced by Henri.
2009-06-08 alegrandAdd debug
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2007-11-07 marklsmade small change to function prototype for SIMIX_actio...
2007-09-21 mquinsonAlso remove the const markers of parameters in the...
2007-09-21 cheriermDeclaration of the variables at the begining of the...
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
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-06 alegrandClean the links between action and conditions. Now...
2007-08-06 alegrandReindent!
2007-08-04 mquinsonInsane amount of debugs
2007-04-12 donassbrFunctions added.
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-23 donassbrNecessity to change the code to implement MSG..
2007-03-21 donassbrChanges in the functions, correct prototype function...
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-02 donassbrAdded new functions and some modifications on the heade...
2007-03-01 donassbrSimix Initial structure