Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More informative error message
[simgrid.git] / src / simix / smx_process.c
2009-10-15 mquinsonMore informative error message
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-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-18 cristianrosaMerge java simix process creation with the standard...
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 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 mquinsonInline abstract interface to factories' functions ...
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 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
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-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-06 alegrandCheck that a host is available before launching a process.
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