Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill all aspects related to masks in the tracing interface
[simgrid.git] / src / surf /
2010-08-05 coldpeacecleanups
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-08-04 navarropMore windows compatibility for context.
2010-07-30 schnorrremoving instrumentation that is not used by MSG interface
2010-07-30 schnorrfix: association between router name and its id
2010-07-28 coldpeacefix the memory leak when create link resources and...
2010-07-26 coldpeacebypass the surf callbacks to parse XML... almost done
2010-07-26 coldpeaceadd generic acess function to routing model, to call...
2010-07-23 coldpeacecleanups
2010-07-23 coldpeaceadd new callback to the network model
2010-07-23 coldpeaceadda new callback(add_traces) to the CPU models
2010-07-23 coldpeacedeclare create_resource callback for other CPU models
2010-07-20 coldpeaceadd methods allowing routing, bypass the parser......
2010-07-18 coldpeaceadd function surf_add_route_element
2010-07-15 mquinsonbug fix: typo found by David
2010-07-15 coldpeacekill surf_cpu_model_init_bypass_im, use surf_host_creat...
2010-07-13 coldpeaceadding bypass methods to the network model extension
2010-07-13 coldpeaceremove the init_host_bypass from here
2010-07-13 coldpeacefix the way to bypass the cpu_im without hard coding...
2010-07-09 coldpeaceadd init_host_bypass to be used (by lua) to init cpu...
2010-07-09 coldpeaceadd surf_cpu_init_im_bypass to be used to bypass the...
2010-07-06 navarrop[From Arnaud Giersch] Fix memory leak when MSG_create_e...
2010-06-24 mquinsonthis test is supposed to check whether the net/cpu...
2010-06-18 navarropSet variables for windows.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-17 navarropNow sources are generated with #line.
2010-06-15 navarropDont declare variables at the middle of nowhere.
2010-06-15 navarropAdd context ucontext for windows.
2010-06-14 piniAdded new model (default with smpirun) that integrates...
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-06-03 navarropNow supernovae mode works out of project directory.
2010-05-27 navarropAdd a variable HAVE_MC for enable model-checking.
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-08 cristianrosaBugfix: initialize the model checker memory subsystem...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-04-27 mquinsonAllow to cross compile simgrid.dll using the autotools...
2010-04-25 mquinsonFix copyright headers
2010-04-20 schnorrrenaming more tracing functions
2010-04-15 schnorrrenaming the tracing functions that set the host/link...
2010-04-15 schnorrremoving code that was used to trace every single surf...
2010-04-15 schnorrrenaming some tracing functions to make easy to remembe...
2010-04-15 schnorrtracing vivaldi x,y,h for each host
2010-04-14 navarropMake testall to src/.
2010-04-14 mquinsoncommit generated files produced by flexml and friends
2010-04-14 mquinsonAdd a Vivaldi network model, coded live during SUD...
2010-04-12 velhoRemoved double free on GTNetS code.
2010-04-09 mquinsonfix the documentation of how to get TCP_gamma on linux...
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-30 mquinson--help-models display the long description of all known...
2010-03-30 mquinsonAdd a long description to the models, and make it visib...
2010-03-30 mquinsonAllow to set latency_factor, bandwidth_factor and weigh...
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-12 mquinsonWarn when there is some remaining actions in the system...
2010-03-12 mquinsona bit more info on how to guess the right gamma value...
2010-02-24 navarropDelete warning during compiling.
2010-02-02 alegrandIt's the least I can do in a cancel function...
2010-02-02 velhoAdded missing header file.
2010-01-28 donassbrAvoid adding elements to active_element_set when the...
2010-01-28 mquinsonplug a few memleaks
2010-01-21 velhoFinally a proper working version of GTNets with RED...
2009-12-11 mquinsonMore explicit inline marking of functions
2009-12-11 mquinsonDo not mark inline hte functions of which we manipulate...
2009-12-03 alegrandFix a bug noted by Martin (weird undefined variable...
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 alegrandremove wrong comment
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
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-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-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-13 velhoAdded a gtnets_jitter_seed parameter enabling jitted...
2009-10-13 velhoDisable gtnets jitter by default.
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-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-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...
2009-09-29 donassbrChange variable waiting_task to waiting_action on msg...
next