Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reindent everything (possibly breaking all branches, but for the last time)
[simgrid.git] / src / simix / smx_process.c
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-28 mquinsonAdd SIMIX_process_set_name()
2008-06-16 alegrandUggly and naughty memleak that caused a lots of perform...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-01-11 cheriermDelete the auto aliasing
2008-01-11 cheriermThis change is relative with the mailbox concept :
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-10-27 mquinsonLast useless cleanup about Marc jumbo commit
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-26 cheriermNow the java implementation of the msg process don...
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-05 alegranduse suspend instead of playing with priority...
2007-09-02 marklsSIMIX_process_resume needed to signal cond after resumi...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-06 mquinsonname threads to ease debugging
2007-08-06 alegrandcosmetics + one function to rule them all
2007-08-06 alegrandReindent!
2007-08-04 alegrandClean up actions when a condition is destroyed.
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-08 mquinsonhack around the place to get the initialization phase...
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-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-27 donassbrAPI changed.
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 donassbrCopyright corrected.
2007-03-01 donassbrSimix Initial structure