Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve documentation after discussion with FS
[simgrid.git] / src /
2010-02-04 mquinsonImprove documentation after discussion with FS
2010-02-02 alegrandHandle correctly (hopefully) timeouts in communications.
2010-02-02 alegrandIt's the least I can do in a cancel function...
2010-02-02 alegrandMake SIMIX_sem_block_onto public and fix a bug in SIMIX...
2010-02-02 velhoAdded missing header file.
2010-01-29 piniAdded some missing MPI calls.
2010-01-28 donassbrAvoid adding elements to active_element_set when the...
2010-01-28 mquinsonfurther try at getting lua working (not quite there...
2010-01-28 mquinsonreindent and cosmetics
2010-01-28 mquinsonSome more memleaks removed
2010-01-28 mquinsonDisplay a warning if some actions remain to be done...
2010-01-28 mquinsonplug a few memleaks
2010-01-28 mquinsonOn the fly parsing of the actions file. One idle proces...
2010-01-28 mquinsonpoor man's try to save some memory in actions. Does...
2010-01-28 piniBetter fix for r7026.
2010-01-27 piniFix errors with relative includes with smpicc
2010-01-27 piniIn smpi_mpi.c:
2010-01-21 velhoFinally a proper working version of GTNets with RED...
2010-01-20 piniIn smpi_mpi.c:
2010-01-19 piniAdded flag for printing more debug info
2010-01-19 piniFix stripping of first argument.
2010-01-17 mquinsonlet simgrid still compile when lua was not detected
2010-01-15 mquinsonthat's properly integrated into the lib, now
2010-01-15 mquinsonbit more debug messages
2010-01-15 mquinsonBetterly integrated lua bindings (detected by configure...
2010-01-15 mquinsonfirst working prototype of the lua bindings. Veeeeeery...
2010-01-15 mquinsonfirst draft of lua bindings
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-23 mquinsonMake sure that smx_context_thread.c ends up in the...
2009-12-23 mquinsonAlso include the lex file of dax in the archive
2009-12-23 mquinsonFix my fix about building without flexml
2009-12-23 mquinsonDon't fail when flexml is not installed and the dtd...
2009-12-23 mquinsonAdd a function to check that the matrix is a sequence...
2009-12-23 mquinsonChange the protocol of pm_join: cannot force the rank...
2009-12-16 mquinsonindeed, loading simgrid_config first is a better idea...
2009-12-15 alegrandWe need getline so include the right file and do not...
2009-12-15 alegrandHelp distcheck to work.
2009-12-15 alegrandDo not spread getline management here and there but...
2009-12-15 alegrandremove useless dependencies
2009-12-11 mquinsonkill now unused variable
2009-12-11 mquinsonDo not clear memory before freeing it (useless and...
2009-12-11 mquinsonMore explicit inline marking of functions
2009-12-11 mquinsonallow smpicc to survive to non-functionnal readlink...
2009-12-11 mquinsonDo not mark inline hte functions of which we manipulate...
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-12-11 mquinsoncreating a neat config file is good. Using it is better ;)
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-12-10 mquinsonFix default target about dax.dtd for the ones not havin...
2009-12-03 alegrandFix a bug noted by Martin (weird undefined variable...
2009-12-02 mquinsonAnother try to get the make dist working with or withou...
2009-12-02 mquinsonCircumvent a bug in automake (at least found in v1.11)
2009-12-02 mquinsoninclude all the needed files in the archive so that...
2009-12-02 mquinsoncreate the listener thread in joinable mode since we...
2009-11-24 mquinsonForce initialization of a variable to shut gcc 4.4 up
2009-11-20 mquinsonmore inlining
2009-11-20 mquinsonMark two more functions as inline in supernovae, and...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 alegrandTake into account "recent" simix modifications
2009-11-20 alegrandremove wrong comment
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-11-20 mquinsonTry to compile in supernovae mode when requested to
2009-11-16 donassbrBugfix: Initialize variable and remove from heap when...
2009-11-10 mquinsondon't trust gcc for cleaning your code after you. he...
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-11-04 donassbrRemove parameter timestep.
2009-11-04 donassbrChanges implementation of CPU TI. Now, it uses the...
2009-11-04 donassbrAdd 2 tests to handle problems when using timesteps...
2009-11-04 donassbrAdd tests to skip actions that aren't running or have...
2009-11-04 donassbrRemove old code and useless code.
2009-10-30 suterNot using set/get functions is bad, but raising an...
2009-10-29 mquinsonplug a memleak
2009-10-29 mquinsontry harder not to overflow that buffer
2009-10-28 mquinsontry to ensure that stdio is loaded when str.h is loaded...
2009-10-28 mquinsonTry to fix #8852 (SimGrid won't compile on Ubuntu 9...
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-20 mquinsonuseless cosmetics
2009-10-16 mquinsonFix a vicious bug in dictionaries inducing that some...
2009-10-16 mquinsonIntroduce a MSG_TIMEOUT_FAILURE return code and use...
2009-10-15 mquinsonconditions are not semaphores. signals can get lost...
2009-10-15 mquinsonstart threads only if I have more than 1 element to...
2009-10-15 mquinsonRevert the change inducing that GRAS processes keep...
2009-10-15 mquinsonplug various memleaks
2009-10-15 mquinsonMore informative error message
2009-10-15 mquinsonDo not call xbt_thread_exit at the end of the dopar...
2009-10-15 mquinsonunify the log channels for SG and RL implementations...
2009-10-15 mquinsonImplement xbt_thread_join and xbt_thread_yield in SG...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-10-15 mquinsonGive a name to the dopar worker threads since logging...
2009-10-15 mquinsondo not create execution action of size 0 since it seems...
2009-10-15 mquinsonMake SIMIX_process_yield() public
next