Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not request status if not requested by caller.
[simgrid.git] / src / simix /
2010-11-30 mquinsondefinitely kill the Horrible Pimple
2010-11-27 mquinsonlet the decoupling of main lib and bindings work in...
2010-11-26 mquinsonReduce the coupling between java bindings and main...
2010-11-26 mquinsonreduce the coupling between main lib and java binding
2010-11-26 mquinsoncosmetics
2010-11-26 mquinsonkill the (unused) lua context factory. Lua does fine...
2010-11-26 mquinsonReduce the coupling between main library and ruby bindings
2010-11-26 thieryFix a memory leak in simix
2010-11-26 mquinsonmore clear paranoia message
2010-11-26 mquinsoncosmetics
2010-11-25 piniRevert "Always decrement the semaphore capacity, even...
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-18 velhoAdd debug information.
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-31 mquinsonuseless cosmetics
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrtrace: when simix action gets its category, pass it...
2010-10-08 schnorrfixing comment
2010-10-05 schnorrregistering the source and destination of all onelink...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-13 navarropWindows compatibility.
2010-08-09 schnorrprevents from adding invalid pointer to the dict
2010-08-09 schnorrremoving compilation warnings
2010-08-09 schnorrfullduplex support
2010-08-04 navarropOops sorry don't need this line.
2010-08-04 navarropMore windows compatibility for context.
2010-07-22 coldpeacemove A_surfxml_process_funtion from here and use proces...
2010-07-21 coldpeaceadd SIMIX_process_set_function, could be used instead...
2010-07-12 piniSome pending work on semaphores:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-06 navarrop[From Arnaud Giersch] Fix memory leak when MSG_create_e...
2010-07-05 navarropSorry but need to have type size_t.
2010-07-05 navarropShould be type void*.
2010-07-05 quintincorrection to compile with warning and th indentation...
2010-07-02 navarropRewriting for some compilers less permissive.
2010-07-02 navarropChange the type of return.
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-06-24 mquinsonno error checking were made for SIMIX_network_waitany...
2010-06-24 mquinsonSIMIX_sem_would_block() was blatantly wrong; missing...
2010-06-18 navarropDefine correctly variables for windows.
2010-06-15 navarropAdd context ucontext for windows.
2010-06-07 piniBad idea to acquire a semaphore that is already hold...
2010-06-04 navarropUse a portable inline
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-05-27 navarropAdd a variable HAVE_MC for enable model-checking.
2010-05-21 cristianrosaImprove support for WaitAny transitions, not usable...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-10 cristianrosaDo not use the src_buff and dst_buff to flag that the...
2010-05-10 cristianrosaDelay the copy of the data of the communication actions...
2010-05-10 mquinsonfactorize error testing in waitany with the one done...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-04 mquinsonFix a bug occuring when a host involved in a communicat...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-15 piniTypos, cosmetics and RDV protocol.
2010-04-09 mquinsonfix a warning preventing the code form compiling in...
2010-04-08 donassbrSemaphores are more complicated than mutexes since...
2010-04-08 donassbrAdd 2 new functions to manage actions (SIMIX_action_res...
2010-04-08 piniRemove dummy output.
2010-04-07 donassbrBugfix: Problems when we suspend/resume the process...
2010-04-01 mquinsoncosmetics (sorry for the noise)
2010-04-01 schnorrproper use of the HAVE_TRACING variable defined by...
2010-04-01 schnorrmissing HAVE_TRACING ifdef/endif in smx_action.c
2010-04-01 mquinsonModifiers working both on 32bits and 64bits to display...
2010-04-01 mquinsontrace the message size, not the size of the pointer...
2010-04-01 piniPicky gcc.
2010-04-01 mquinsonAdd a pimple to get the ability to trace the amount...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-25 mquinsonmake sure it still compiles with pthreads
2010-03-24 navarropChanges way to find lualib.h and lauxlib.h.
2010-03-24 mquinsonTiny optimization: save a call to xbt_swag_size() if...
2010-03-24 mquinsonfurther cleanups
2010-03-23 mquinsonLua works!
2010-03-23 mquinsonadd a dangerous MSG_task_ref() needed by lua to not...
2010-03-23 mquinsonStupid typo
2010-03-23 mquinsonbegin conversion of lua contextes to sysv ones to ensur...
2010-03-23 mquinsonMake the sysv context mechanism inheritable (lua will...
2010-03-23 mquinsonSanitize the includes of context objects declarations...
2010-03-23 mquinsonbummer. Let's add all the needed files to the svn ...
2010-03-23 genaudwarning unused variable i prevent from building
2010-03-23 mquinsonFactorize a lot of code in context factories through...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-23 mquinsonmore verbose on error
2010-03-23 mquinsonkill arg 'old_ctx' of function resume in context factor...
2010-03-23 mquinsonreimplement SIMIX_process_kill() without SIMIX_process_...
2010-03-23 mquinsonMerge context_start into context_new to simplify the...
2010-03-22 mquinsonSecond try at lua. Still does not work: I get a 'attemp...
2010-03-22 mquinsonvarious cosmetics improvements
2010-03-22 mquinsonmore robustness in the code by not ignoring situations...
2010-03-22 mquinsontypo--
2010-03-22 mquinsonkill dead code, and unallocate argv
2010-03-22 mquinsontiny improvement of error messages
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-03-13 piniBugfix to dirty cleanup of SIMIX from SMPI.
2010-03-13 piniMove a cleanup call to a better place.
next