Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to fix the finalization process of ruby simulations. THE REST WORKS, yuhu
[simgrid.git] / src / simix /
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...
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 cristianrosaFixed bug in smx_context_mod_exit.
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 mquinsonFixed the pthread context implementation, now it compil...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-08-11 alegrandAdd carriage returns to help gcc compiling... (otherwis...
2009-07-16 mquinsonCall surf_timer_model_init() from surf_config_models_se...
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 mquinsonFix compilation bug when enabling pthreads.
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-13 mquinsonFirst step to move xbt_context from XBT to SIMIX. Some...
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
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 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-25 mquinsonAdd a SIMIX_process_count() that SMPI needs
2009-06-24 mquinsonSMPI: Change the way senders and receivers are stopped...
next