Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Commit broken files which were wrongly moved; right move in the next commit
[simgrid.git] / src / surf /
2008-03-17 cheriermrand_r() function is not implemented on Windows
2008-03-15 alegrandUse a random generator that updates its seed so that...
2008-03-15 alegrandHandle action whose latency is 0.
2008-03-15 alegrandUse a random number for latency instead of a constant...
2008-03-15 alegrandGetting rid of rates.
2008-03-15 alegrandGetting rid of lmm_variables and lmm_systems.
2008-03-15 alegrandGetting rid of network_links.
2008-03-15 alegrandGetting rid of the routing table.
2008-03-15 alegrandDon't call lmm_solve and correctly use latency in updat...
2008-03-15 alegrandupdate_actions_state
2008-03-15 alegrandClean the communicate function.
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-15 alegrandAdd seed management to have independant streams.
2008-03-15 alegrandUse doubles for random generators instead of ints and...
2008-03-15 alegrandMove a definition around so that other network models...
2008-03-15 alegrandThe interaction between the parser and the surf modules...
2008-03-15 alegrandcosmetic
2008-03-15 alegrandCleanup in includes.
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
2008-03-05 alegrandBug fix in the trace management: the power value was...
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-01-25 alegrandAdd comments on how to hack surf to seamlessly handle...
2008-01-23 mquinsonRegenerating autogenerated files
2008-01-23 mquinsonAllow gcc cross-compiling targetting windows, which...
2008-01-11 cheriermA distraction
2008-01-07 cheriermAnsi declaration of the variables (at the beginning...
2007-12-20 mquinsonops, leftover
2007-12-20 mquinsonmv surfxml.dtd simgrid.dtd
2007-12-20 mquinsonThis file needs stdio.h for sprintf (it could use bprin...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-14 quasarsolved a bug in route:multi. routes to where not added...
2007-12-12 mquinsonFinish the code cleanup by killing completely the KCCFL...
2007-12-11 quasarfixed bug in route:multi generation; appeared after...
2007-12-11 quasareliminating KCCFLN05 model
2007-12-11 quasarmodified cluster to allow changing properties individua...
2007-12-07 mquinsonDon't hide issues. If users asked for rand48, we must...
2007-12-05 cheriermWindow doesn't provide the function drand48(), remove...
2007-12-05 cheriermAnsi C declaration of the variables (at the beginning...
2007-12-04 mquinsonthese symbols had multiple definitions 5mn ago, and...
2007-12-04 quasareliminated INFO leftover in KCCFLN model
2007-12-04 quasarfixed a bug in KCCFLN model
2007-12-04 quasarfixed a bug in KCCFLN model
2007-12-04 quasarfixed a bug in add_route in all models + dict uses...
2007-11-30 mquinsonAdapt to lastest dict API update
2007-11-29 quasarmodified atoi to strtol when getting route ends in...
2007-11-29 quasarmetaxml example modifications
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasarupdate 1 pass
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-08 mquinsonSpecify that only <platform> can be a root tag
2007-11-06 cheriermUse the XBT_INLINE macro (defined in the portability...
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-10-31 quasarupdating the dtd and some memory leacks
2007-10-27 mquinsonCheck that the platform file does not define the same...
2007-10-27 mquinsonReset the clock to 0 in surf_exit so that it gets zeroe...
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
2007-10-27 mquinsonLastest cleanups in surf/ of Marc's jumbo commit
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonuseless cleanups
2007-10-26 mquinsonYeah, that was a bit agressive against leaks...
2007-10-26 mquinsonFixup the is_first semantic (does not change anything...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasarLet's be brutal since we fail to understand the problem...
2007-10-26 quasarrelax ordering enforcement
2007-10-26 quasarthese symbols where only defined as extern, fooling...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-16 alegrand'major bug' fix in ptask_L07.
2007-10-16 alegrandImprove debug readability.
2007-10-12 mquinsonEnforce some order on the tags; needs flexml 1.8 to...
2007-10-11 cheriermreturn NULL to avoid that the function returns an inval...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 alegrandRevert "Adding the prototype for the callback on startu...
2007-09-26 alegrandAdding the prototype for the callback on startup mechanism.
2007-09-26 alegrandMake teshsuite/simdag/network/test_reinit_costs work...
2007-09-26 mquinsonno need for return after a THROW (it will break the...
2007-09-26 alegrandUse THROW_UNIMPLEMENTED and THROW_IMPOSSIBLE as suggest...
2007-09-21 mquinsonArnaud implemented latencies in L07, so do not warn...
2007-09-21 cheriermVisual C++ has no header named unistd.h
2007-09-21 cheriermuse portable.h
2007-09-21 cheriermDeclaration of the variables at the beginning of the...
2007-09-21 alegrandFix initialization.
2007-09-21 alegrandRemoving now useless function.
2007-09-14 alegrandBugfix.
2007-09-14 alegrandStupid me. Let's use the right variable.
2007-09-14 alegrandstupid me.
2007-09-13 alegrand* full complience with execute_parallel_task
2007-09-13 alegrandtake variable bounds into account.
2007-09-13 alegrandremove cvs files.
2007-09-12 alegrandremove crap in compound. Parallel tasks are not modeled...
2007-09-12 alegrandconsequence of the global maxmin system removal.
2007-09-12 alegrandremove cruft
2007-09-12 alegrandbugfix revealed by making maxmin_system private...
2007-09-12 alegrandAdd partial latency support to ptask_L07.
2007-09-12 alegrandremove global maxmin system. Every model should use...
2007-09-12 alegrandremove global maxmin system. Every model should use...
next