Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new macros THROWF and RETHROWF.
[simgrid.git] / src / simix / smx_host.c
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-24 navarropReimplement SIMIX_host_get_dict.
2011-03-24 navarropRemove xbt_dict host from simix.
2011-02-17 agierschUse new style logging macros.
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-01-27 cristianrosaMake SIMIX_req_host_execution_wait to also destroy...
2011-01-27 cristianrosaReturn action state on SIMIX_req_host_execution_wait().
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2010-12-20 cristianrosaBugfix: return after answering the request when running...
2010-12-20 cristianrosaProtect some host execute functions in the case that...
2010-12-07 schnorr[trace] only set category of the surf action if simix...
2010-12-07 schnorr[trace] there is no need to set surf actions category...
2010-12-07 schnorr[trace] check action type before setting its tracing...
2010-12-07 schnorr[trace] renaming system call to set any action tracing...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-03-22 mquinsontiny improvement of error messages
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
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-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-18 mquinsonuse a dict to store the smx_hosts since we lookup by...
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-06 alegrandReindent!
2007-07-08 mquinsonMore verbose on exception throwing (java still raises...
2007-04-04 donassbrFunctions added and changed. Keeps the cvs updated.
2007-03-23 donassbrNecessity to change the code to implement MSG..
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 donassbrSimix Initial structure