Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
In supernovae mode, declare every public functions as [potentially] inline
[simgrid.git] / src /
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
2009-10-14 mquinsonStart to fix the <cluster> tag (see ChangeLog)
2009-10-14 mquinsonSanitize static functions' names; kill unused ones
2009-10-14 velhoBug fix, corrected jitter works for each linkk separately.
2009-10-14 mquinsonSanitize a bit the <foreach> handling (cosmetics, no...
2009-10-14 mquinsonMore debug
2009-10-14 mquinsonKill a 'unused variable' warning when compiling without...
2009-10-14 mquinsonI really need this to be printed as an int to fit DOT...
2009-10-14 cristianrosaFix invalid memory references in SIMIX network.
2009-10-13 velhoAdded a gtnets_jitter_seed parameter enabling jitted...
2009-10-13 velhoDisable gtnets jitter by default.
2009-10-13 mquinsonMore verbose error messages
2009-10-13 mquinsonNew function: gras_socket_close_voidp() -- just like...
2009-10-13 mquinsonShut gras processes up on simulators
2009-10-13 mquinsonNew function: void gras_cpu_burn(double flops) -- a...
2009-10-13 mquinsonWhen creating a datatype, make sure we're not trying...
2009-10-13 cristianrosaFix some memory leaks and invalid read/delete
2009-10-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-10-08 mquinsonplug a memleak
2009-10-08 velhoCorrected jitter, now oscillates between [-lat*jitter...
2009-10-08 velhoAdded a jitter functionallity to GTNets model, latency...
2009-10-08 velhoFactorized better debugging output.
2009-10-07 velhoBug fix, surf_routing needs love.
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-07 mquinsonUpdate the start_time and finish_time of tasks on compl...
2009-10-06 mquinsonAutomatically schedule E2E comms placed before and...
2009-10-06 mquinsonSimplify the code of typed tasks in simdag by allocatin...
2009-10-06 mquinsonnew function SD_task_dotty(task,FILE*) writing to file...
2009-10-06 mquinsonDAX loader seem to be working
2009-10-06 mquinsonalso display the kind of a task if known from SD_task_d...
2009-10-06 mquinsonsome more work on dax loader
2009-10-06 mquinsonAdd various getters to task structure:
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonmore comments to explain the structure
2009-10-06 mquinsonSD_task_dependency_exists() can now cope with having...
2009-10-06 mquinsonMake the empty box of DAX parsing work (still empty...
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-10-06 mquinsonkill cruft that I introduced while merging routing...
2009-10-06 velhoCompletely rewritten surf/gtnets_network.c model to...
2009-10-06 velhoImprove the generic routing for different network model...
2009-10-06 velhoCorrected bug on router/host mapping.
2009-10-06 velhoCommit stollen from Arnaud personal git repository.
2009-10-06 velhoRevert "Fixed full routing support for routers, no...
2009-10-05 cristianrosaFix some conflicts with modifications introduced in...
2009-10-05 mquinsonFix copyright headers in simdag
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-04 velhoCorrected bugs introduced by error checking improvement.
2009-10-04 velhoFixed full routing support for routers, no routing...
2009-10-04 velhoFix bug introduced by the new routing mechanism, added...
2009-10-04 velhoImproved debugging and assert functions in GTNetS inter...
next