Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Copy directly the lua task from stack to stack. Allows to remove the pimple where...
[simgrid.git] / src / simix /
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.
2010-03-12 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-12 piniCosmetics in SMPI and bugfix for a nasty bug in SIMIX...
2010-03-10 piniSome versions of gcc can be very picky.
2010-03-05 piniDon't try to survive something we don't know how to...
2010-03-05 piniFix SIMIX_network_copy_data against SMPI (to be tested...
2010-03-05 mquinsonTry to fix the finalization process of ruby simulations...
2010-03-05 mquinsonSIMIX_network_copy_data() is a mess because it tries...
2010-03-04 mquinsontiny optim: copy in one shot when possible (ie always...
2010-03-04 mquinsondisplay correctly when processes are locked into a...
2010-03-03 mquinsonbummer: I increased the amount of displayed info to...
2010-03-02 mquinsonAcknoledge the fact that JniException is a runtime...
2010-03-02 mquinsonsome more cleanups in ruby bindings. Still not working...
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2010-03-02 mquinsonreindent
2010-03-01 mquinsonUse my axe to get ruby bindings compiling. Need to...
2010-03-01 mquinsonMore ruby cleanups: stop defining everything static...
2010-03-01 mquinsonOngoing cleanup in ruby bindings. Does not compile...
2010-03-01 mquinsonSomehow fix the ruby detection with autotools. Still...
2010-02-22 coldpeaceSimix Ruby Context
2010-02-16 coldpeaceSome Modification on the Ruby Context File...
2010-02-11 mquinsonbummer. Didn't meant to break everything for everyone...
2010-02-11 mquinsonSomehow integrate ruby to the library. That's ... crude...
2010-02-11 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-02-02 alegrandHandle correctly (hopefully) timeouts in communications.
2010-02-02 alegrandMake SIMIX_sem_block_onto public and fix a bug in SIMIX...
2010-01-28 mquinsonfurther try at getting lua working (not quite there...
2010-01-28 mquinsonreindent and cosmetics
2010-01-28 mquinsonplug a few memleaks
2010-01-17 mquinsonlet simgrid still compile when lua was not detected
2010-01-15 mquinsonbit more debug messages
2010-01-15 mquinsonBetterly integrated lua bindings (detected by configure...
2010-01-14 donassbrVerify NULL parameter before calling function.
2010-01-14 donassbrAdd a test to avoid calling the function SIMIX_action_c...
2009-12-15 alegrandremove useless dependencies
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 alegrandTake into account "recent" simix modifications
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-29 mquinsonplug a memleak
2009-10-20 mquinsonChange the waitany functions on semaphore and communica...
2009-10-20 mquinsonImplement smx_comm_t SIMIX_network_waitany(xbt_dynar_t...
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 mquinsonImplement Asynchronous send/recv in SIMIX (you dreamt...
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-20 mquinsonAdd SIMIX_rdv_{set,get}_data; tiny fixups
2009-10-20 mquinsonNew function: SIMIX_action_set_name()
2009-10-15 mquinsonMore informative error message
2009-10-15 mquinsonMake SIMIX_process_yield() public
2009-10-14 cristianrosaFix invalid memory references in SIMIX network.
2009-10-13 mquinsonMore verbose error messages
2009-10-13 cristianrosaFix some memory leaks and invalid read/delete
2009-10-05 mquinsonBetter organization of header files
2009-10-05 mquinsonImproved code documentation for SIMIX network.
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-10-05 mquinsonCorrections to the code that handles the errors in...
2009-10-05 mquinsonAdded debug information to SIMIX network.
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-10-05 mquinsonCorrections and improvements to the new network impleme...
2009-10-05 mquinsonCleanup network prototype
2009-10-05 mquinsonFirst prototype of the networking API for SIMIX. It...
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-09-04 donassbrChange test to program ending to avoid infinite loop...
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-25 cristianrosaTest for debug state before calling debug printing...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-18 cristianrosaMerge java simix process creation with the standard...
2009-08-18 cristianrosaFix bug related to the exception mechanism once the...
next