Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oups, forgot to adapt MC to my last change in config
[simgrid.git] / src / surf /
2016-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Martin Quinsonplug a memleak
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-05 Martin QuinsonWe never use a second configuration set, so simplify...
2016-04-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-04 Frederic Suterreindent
2016-04-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-04 Martin Quinsonfurther rework the config handling. Still much to do
2016-04-03 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-01 Martin Quinsontiny cleanups in the VMs and links
2016-04-01 Martin QuinsonRemove the properties from the host constructor
2016-04-01 Martin Quinsonrename the fields of the PropertyHolder
2016-04-01 Martin Quinsonsimplify the prototype of LinkCM02 constructor
2016-03-27 Martin Quinsonhave the AS factory return the created AS
2016-03-27 Martin Quinsonlet's seal() the AS in lua too
2016-03-26 Martin QuinsonFurther cosmetics in the parsing of clusters
2016-03-26 Martin QuinsonIn <cluster>, attributes availability_file and state_fi...
2016-03-26 Martin Quinsoncleanups in the parsing
2016-03-26 Martin Quinsonplug two memleaks
2016-03-26 Martin Quinsoncosmetics in cluster parsing
2016-03-26 Martin Quinsondo not create dumb hosts when searching for vivaldi...
2016-03-26 Martin QuinsonVivaldi: factorize similar code and cosmetics
2016-03-26 Martin Quinsonvivaldi: allow every component to have a private link...
2016-03-26 Martin QuinsonHave a decent name for the private hostLinks in clusters
2016-03-26 Martin QuinsonAsVivaldi is an AsCluster because each host as a privat...
2016-03-26 Martin Quinsonsmall cleanups in the <peer> parsing code
2016-03-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-26 Martin Quinsonmstorage was never implemented anyway
2016-03-26 Martin Quinsonrouting: change an enum to a class enum
2016-03-26 Martin QuinsonFactorize some code into the netcard constructor
2016-03-26 Martin Quinsontake a bite in the cruft of this code
2016-03-26 Martin Quinsoninline a signal
2016-03-26 Martin Quinsonlet lmm_system_free(nullptr) be a noop
2016-03-26 Martin Quinsonlet xbt_heap_free(NULL) be a noop
2016-03-26 Martin Quinsonsmall cleanups here and there
2016-03-26 Martin QuinsonNetworkCste: Kill two methods overriden to the same...
2016-03-26 Martin Quinsonrename the fields of surf::Action
2016-03-26 Martin Quinsonsort out the Link::onCommunicate signal
2016-03-26 Martin QuinsonNS3: move the content of Model::communicate into Action...
2016-03-26 Martin Quinsonns3: no need for 2 postparse callbacks
2016-03-25 Martin QuinsonKill the useless NS3Sim class
2016-03-25 Martin Quinsoncosmetics in NS3
2016-03-25 Martin Quinsonkill dat code, pal
2016-03-25 Martin QuinsonDon't copy&change ns3::point-to-point-helper
2016-03-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-25 Martin QuinsonThese files are not used anymore
2016-03-25 Martin Quinsonkill more dead code in NS3
2016-03-25 Martin Quinsoninline a function in NS3
2016-03-25 Martin Quinsonkill a useless element in the NS3 extension of hosts
2016-03-25 Martin Quinsoninline a function in NS3
2016-03-25 Martin Quinsonkill a useless element in the NS3 extension of hosts
2016-03-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-25 Martin Quinsonthis deserves the palm of the worst code of the week
2016-03-25 Martin Quinsonmore cleanups in NS3
2016-03-25 Martin Quinsonkill unused constructors of Resources and other cleanups
2016-03-25 Martin QuinsonResource: rename fields
2016-03-25 Martin Quinsonfix constness of some methods and add a std::hash<Resource>
2016-03-25 Martin Quinsonreplace an ugly field used only once with a std container
2016-03-24 Martin QuinsonFix Fullduplex links with NS3
2016-03-24 Martin Quinsoncleanups
2016-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-23 Martin Quinsonrename a method to stick to our naming conventions
2016-03-23 Martin Quinsonns3: typo and useless check
2016-03-23 Martin Quinsonns3: inline some functions
2016-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-22 Martin Quinsonns3: kill useless C -> C++ interface remainings
2016-03-22 Martin Quinsonuseless cosmetics in NS3
2016-03-21 Frederic Suterreindent (while chasing leaks)
2016-03-21 degommeclang asks for override here ...
2016-03-21 Martin Quinsonns3: further cleanups
2016-03-20 Martin QuinsonNS3: don't use the 'using namespace' construct
2016-03-20 Martin QuinsonNS3: Remove content from NS3Sim(), to later kill it
2016-03-20 Martin Quinsonns3: gosh this code is ugly
2016-03-20 Martin Quinsonns3: everything is in C++ now, no need for so many...
2016-03-20 Martin Quinsonns3: kill an unused void*, qualify another one
2016-03-20 Martin Quinsonns3: rename a type for consistency
2016-03-20 Martin Quinsonkill some dead code in NS3
2016-03-20 Martin Quinsonobjectifies surf::Action::State
2016-03-20 Martin Quinsonkill some dead code
2016-03-20 Martin Quinsonobjectifies a C function
2016-03-20 Martin Quinsonrename some fields to match our coding standards
2016-03-20 Martin Quinsoncleanups in (wanna be) surf::CpuImpl
2016-03-20 Martin Quinsonempty Cpu factories
2016-03-20 Martin Quinsonremove a redundant parameter to the Cpu constructor
2016-03-20 Martin Quinsonget a better name for the speedPerPstate attribute...
2016-03-20 Martin Quinsonempty the link factories
2016-03-20 Martin Quinsonremove speedTrace from the CPU constructor
2016-03-20 Martin Quinsonuniformize how CpuTI creates SpeedTrace with other...
2016-03-20 Martin Quinsonremove StateTrace from the CPU constructor
2016-03-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-17 Gabriel CoronaMerge the merges of merges
2016-03-16 Martin QuinsonMerge pull request #68 from glesserd/ptask_energy_bug
2016-03-16 David GlesserEnergy were not computed correctly for parallel tasks.
2016-03-15 Martin Quinsonfurther cleanups in the surf::traces
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Martin Quinsonbe more explicit when we see a platform v3 file
2016-03-15 Martin Quinsonfix a test
next