Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add first steps to explain How to add a new model in Simgrid
[simgrid.git] / src / simix / smx_synchro.c
2012-06-21 Samuel LepetitKill the process when a host fails when doing a synchro...
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-04-27 Arnaud GierschReinitialize waiting_action at proper place.
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
2012-02-13 Arnaud GierschAvoid to throw an exception, and catch it just below.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe ThiéryRename SIMIX files
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschRemove two more declaration of phantom functions.
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-09 NavarropAdd some print for debug (trace level)
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-17 agierschUse new style logging macros.
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-01-27 agierschDo not unref action twice.
2010-12-07 mquinsondo not store the requests on the process's stack nor...
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschDo not pass a pointer to dynar where a pointer to sem...
2010-11-25 piniRevert "Always decrement the semaphore capacity, even...
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
2010-10-11 alegrandIndent include and src using this command:
2010-07-12 piniSome pending work on semaphores:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-06-24 mquinsonSIMIX_sem_would_block() was blatantly wrong; missing...
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-04-25 mquinsonFix copyright headers
2010-04-07 donassbrBugfix: Problems when we suspend/resume the process...
2010-03-17 mquinsonAAAAh. let's try to fix the fix of a fix. Correctly...
2010-03-17 mquinsonrelease_forever is supposed to open the latch. Let...
2010-03-17 mquinsonadd a SIMIX_sem_get_capacity() function
2010-02-02 alegrandMake SIMIX_sem_block_onto public and fix a bug in SIMIX...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-10-20 mquinsonChange the waitany functions on semaphore and communica...
2009-10-20 mquinsonImplement smx_sem_t SIMIX_sem_acquire_any(xbt_dynar_t...
2009-10-20 mquinsonwhen requested to acquire a cond or semaphore with...
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-20 mquinsonuse a bit more informative actions'names. Helpful while...
2009-10-13 mquinsonMore verbose error messages
2009-10-05 mquinsonCorrections and improvements to the new network impleme...
2009-10-03 donassbrAs in MSG where we need to know which action the proces...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-07-08 cheriermDetails of this changes:
2008-06-12 alegrandAdd convenient debug function on conditions and use...
2007-09-21 cheriermDeclaration of the variables at the beginning of the...
2007-08-14 alegrandI think we should always add such a "fake" action to...
2007-08-06 alegrandClean the links between action and conditions. Now...
2007-08-06 alegrandReindent!
2007-08-04 mquinsonremove unconditional backtrace display
2007-08-04 alegrandClean up actions when a condition is destroyed.
2007-08-04 mquinsonInsane amount of debugs
2007-07-16 donassbrCorrected bug.
2007-07-03 marklsfinally putting in proper use of mutexes. code still...
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-29 donassbrMany changes done.
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-02 donassbrAdded new functions and some modifications on the heade...
2007-03-01 donassbrSimix Initial structure