Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize simcall mutex_trylock.
[simgrid.git] / src / surf /
2021-03-08 Arnaud GierschAdd 'explicit'.
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Frederic Sutercontinue to fluentify Cpu creation. Fix FG37 on the way
2021-03-08 Martin QuinsonUse default parameter value instead of having an overlo...
2021-03-05 Frederic Suterclang ... override ... again
2021-03-05 Frederic SuterRemove constraint from LinkImpl ctor
2021-03-05 Frederic Suteradd boolean state to resources and protect set_core_count
2021-03-03 Frederic Suteruse CRTP dor resources
2021-03-03 Frederic Suterremove model from Link constructors
2021-03-02 Frederic Sutercleanups
2021-03-02 Frederic Suteradd core_count setter
2021-03-02 Arnaud GierschMake field private (fixme--).
2021-03-01 Frederic Suterfix ns3
2021-03-01 Frederic SuterConsider Link latency as an optional parameter
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-26 Frederic Suterallow for programmatic creation of a disk
2021-02-26 Arnaud GierschDeclare function 'static' (and fix picky builders).
2021-02-25 Martin Quinsonns3: Fix build when compile warnings are enabled
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-25 Frederic Sutermissing override
2021-02-25 Frederic SuterMake progress towards a programmatic creation of disks
2021-02-25 Frederic Sutersee what can be done with method chaining in disk creation
2021-02-25 Frederic SuterChange way Resources are created: Empty ctor and setters
2021-02-24 Frederic SuterAS->Zone
2021-02-24 Frederic Sutera bit more method chaining in the internals
2021-02-24 agougeonadd wifi zone option to delay nodes start time
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-23 Arnaud GierschUse access modifier to disallow direct deletion. Remove...
2021-02-12 Martin QuinsonSome more documentation
2021-02-04 Arnaud Giersch[sonar] Restore old comment for empty function.
2021-02-04 Arnaud Giersch[sonar] Add attribute "noreturn".
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: use right version number
2021-02-03 Frederic SuterStorage-kill: last crumbs
2021-02-03 Frederic SuterStorage-kill: prevent users to use these tags
2021-02-03 Frederic SuterStorage-kill: this survives to make
2021-02-03 Frederic SuterStorage-kill: no more check disk attachement
2021-02-03 Frederic SuterStorage-kill: clean surf of storage
2021-02-03 Frederic SuterStorage-kill: start with entire files
2021-01-28 Martin QuinsonAlso fix the ns3 log channels. What a debacle...
2021-01-27 Martin QuinsonY U NO test before commit/push??
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-25 Arnaud GierschUse auto return type deduction.
2021-01-25 Augustin Degommethis constructor was removed in ns3 3.33 - apparently...
2021-01-25 Martin QuinsonStart cleaning up the log channel hierarchy
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-17 Arnaud GierschFix another static initialization order fiasco for...
2021-01-17 Arnaud GierschFix a few dead stores spotted by fbinfer.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud GierschAvoid unnecessary copy by using a 'const' reference...
2020-12-15 Augustin Degommetest failure fix for #45.
2020-12-15 Augustin Degommewarning --
2020-12-15 Augustin Degommeuse new name for wifi standard in recent NS3.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-08 Arnaud GierschRemove old deprecated aliases for runtime options.
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschFix comments.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschSet default values.
2020-11-26 Arnaud GierschDon't repeat obvious default values.
2020-11-26 Arnaud GierschCorrectly handle lowercase and default values for route...
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschKill two unused helper functions.
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Arnaud GierschMore useless std::move.
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Arnaud GierschUse 'using-declarations' to inherit constructors.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-28 Arnaud GierschDon't keep port number 65535 apart.
2020-10-27 Martin Quinsonns3 does not accept 0 as a port_number so don't let...
2020-10-27 Martin Quinsonns3: Fix a debug message (s/socket/flow/)
2020-10-27 Martin QuinsonAccept very large port numbers, as ns-3 don't forbid...
2020-10-24 Arnaud GierschMake cast explicit.
2020-10-24 Arnaud GierschCleanup.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-21 adrien gougeonswitched wifi model ns3 from the one using wifi links...
2020-10-21 adrien gougeonremoved unused class WifiZone
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-20 adrien gougeonadded circle placement for ns3 wifi nodes
2020-10-20 Arnaud GierschNow is still not in the past.
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud Giersch[codefactor] Blank line is redundant.
2020-10-19 adrien gougeonadd WifiZone support for ns3 wifi
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-17 Martin QuinsonFix another typo
2020-10-17 Arnaud GierschTypo.
2020-10-14 Arnaud GierschCosmetics.
2020-10-13 Arnaud GierschDelete unused ctor.
2020-10-12 Martin Quinsonns3: Improve a debug message [Mahesh Ketkar]
2020-10-12 Martin Quinsonns3: live with the fact that sometimes finished_ become...
next