Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tests whether the file could be opened and removes the temporary file at the end
[simgrid.git] / src / surf /
2020-04-01 Loic GueganAdd WIFI decay model along with tesh tests.
2020-03-26 Frederic Suteruse signal to decouple instr from surf code
2020-03-26 Frederic SuterThis instrumentation module is a mess ...
2020-03-10 Frederic SuterDo not call actors processes in S4U examples
2020-03-06 Augustin DegommeAdd an option to alter the default hidden and poorly...
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin Quinsonfix a FIXME
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-28 Arnaud GierschEmit a warning when a link's latency is smaller than...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-15 Arnaud Giersch[sonar] Add const qualifier.
2020-01-15 Frederic Sutersimplification commit
2020-01-13 Frederic Suternamespace cosmetics
2020-01-13 Frederic Suter[sonar] Don't mix public/private data members
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members for...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Arnaud GierschCosmetics: use empty parentheses for new std::container.
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-21 Arnaud GierschKill unused includes, and put the remaining ones at...
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-16 Frederic Suterremove an instance of namespace surf
2019-12-16 Frederic Sutermornign cleanups
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-12-10 Frederic Suteran enum class of size of 2 is a well named bool
2019-12-10 Frederic SuterSIMIX_display_process_status becomes Global::display_al...
2019-12-10 Frederic Sutera few process to actor changes
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Frederic Sutermove version.h from src/simgrid to include/simgrid
2019-12-02 Frederic Sutermove version related content to a dedicated file
2019-11-27 Frederic Suteruse by_name_or_null for links too
2019-11-27 Frederic Suterfix asserts
2019-11-27 Frederic Suterdon't know why this was still a struct
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-20 Arnaud GierschCleanup around simgrid::ParseError.
2019-11-19 Martin QuinsonInventive hack to get flex raising exceptions on parse...
2019-11-19 Martin Quinsonalso throw an exception when asked to parse an inexisti...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Frederic Suterpower is speed
2019-11-18 Martin Quinsonparsing: less asserts, more exception raising
2019-11-18 Martin Quinsonhandle flexer errors within the parsing module
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-11-17 Frederic Sutera bit of cleanup, could go further but not now
2019-11-17 Martin Quinsonreduce code dupplication
2019-11-14 Martin Quinsonfix ns3 builds
2019-11-13 Frederic Sutermake piface_ private and have get_iface() everywhere
2019-10-31 Arnaud GierschHostImpl::turn_off(): SIMIX_process_self is maestro...
2019-10-31 Arnaud GierschUseless if().
2019-10-24 Arnaud GierschDon't shadow outer variable.
2019-10-24 Frederic Sutermake actors_at_boot_ private
2019-10-24 Frederic Suterboss not happy, partial revert
2019-10-24 Frederic Sutermake HostImpl::actor_list_ private
2019-10-24 Frederic Sutersome process to actor renaming
2019-10-24 Frederic Suterremove direct accesses to pimpl_cpu
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-22 Frederic Suterfix ns3
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-21 Martin Quinsonmake WifiLink depend on LinkImpl directly
2019-10-21 Martin Quinsondefault value for latency should be 0
2019-10-21 Martin Quinsoncosmetics in the wifi model
2019-10-21 Martin Quinsonsplit the wifi model into its own files
2019-10-20 Arnaud GierschPrefer initialization list.
2019-10-20 Arnaud GierschReduce scope for variables.
2019-10-20 Arnaud GierschFix misspelling of "occurring".
2019-10-20 Arnaud GierschSpell check.
2019-10-18 Frederic Suterremove some direct accesses to pimpl_cpu
2019-10-16 Frederic Sutercosmetics
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-09 Martin QuinsonMerge branch 'master' into rework-energy-plugin-2.0
2019-10-09 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-10-09 Frederic Suterchange handling of nested <prop> declarations.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Frederic Suter[sonar] fix some bugs and smells related to disk addition
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
next