Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actor: make the refcount observable, and improve debug messages
[simgrid.git] / src / surf /
2019-07-24 Martin Quinsondon't swallow the zone properties while parsing the XML
2019-07-11 Arnaud GierschUseless casts.
2019-07-11 Martin Quinsonintroducing the new <disk> tag
2019-07-10 Arnaud GierschMisc sonar threats.
2019-07-09 Martin Quinsonfix NS3 build + avoid vector copies
2019-07-09 Loic Guegan- Update xml DTD to handle WIFI sharing policy
2019-07-09 Loic GueganWifi model interface:
2019-07-05 Loic GueganRefactoring of commit 1ebb8e111d904fea559e48ec193c1f7c5...
2019-07-04 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-07-04 Loic GueganMerge branch 'master' of framagit.org:simgrid/simgrid
2019-07-04 Loic GueganRevert "Extend Link interface in order to handle links...
2019-07-04 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-07-04 Arnaud GierschFix build on CI.
2019-07-04 Loic Guegan- Add wifi link
2019-07-04 Loic GueganExtend Link interface in order to handle links with...
2019-07-02 Arnaud GierschReplace some calls to THROWF.
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-07-02 Arnaud GierschUseless casts.
2019-06-24 Arnaud GierschCorrectly cancel communications when a link is turned...
2019-06-15 Martin QuinsonCosmetics around ns-3
2019-06-14 Arnaud GierschThis void* for Constraint::id_ is a Resource*.
2019-06-05 Martin QuinsonLMM: rename sharing_weight into sharing_penalty for...
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-06-03 Martin QuinsonRemove the lagrange-based models
2019-05-31 Martin Quinsoncleanup after the split of kernel/resource/profile...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Arnaud GierschSpecialize return types.
2019-05-14 Arnaud GierschSnake case.
2019-05-14 Arnaud GierschAdd "override" specifier.
2019-05-03 Arnaud Giersch[sonar] Rename shadowing local variables.
2019-05-03 Arnaud GierschRename fields to follow coding syle and unshadow from...
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-04-24 Arnaud GierschFix 'on_exit' preservation which failed when auto_resta...
2019-04-24 Arnaud GierschPreserve on_exit funcions between restarts.
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-19 Martin Quinsonplease sonar
2019-04-18 Arnaud GierschRestore warning for unit-less values.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschDefine PropertyHolder::set_properties.
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Arnaud Giersch[sonar] Remove custom destructors for surf/PropertyHolder.
2019-04-17 Arnaud Giersch[sonar] Remove custom destructors for CpuTiProfile.
2019-04-17 Arnaud GierschUse std algorithm for binary search.
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for surf/network_ib.
2019-04-15 degommefrench comment --
2019-04-15 degommeAllow units in smpi factors.
2019-04-12 Frederic Sutermove CPU models to kernel::resource too
2019-04-12 Frederic Sutercosmetic cleanups in network models
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-12 Frederic Sutercosmetics
2019-04-12 Frederic Suterstringify
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-09 Arnaud GierschA simcall seems superfluous here (+ constify).
2019-04-03 Arnaud Giersch[sonar] Use a logger for help messages.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschUse std::vector for lists of model descriptions.
2019-04-02 Arnaud GierschFix memleaks when exiting early (e.g. with --help or...
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-16 Arnaud GierschRemove declarations for never used signal slots.
2019-03-12 Arnaud GierschRemove unnecessary calls to c_str().
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-08 Arnaud GierschUse references for parameters of type std::vector.
2019-03-06 degommeTry to help sonar.
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-02 Arnaud GierschFix use of invalidated iterator.
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-02-27 Arnaud GierschAnonymize unused parameters.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud Gierschsurf_parse_error() never returns, remove dead code...
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-27 Frederic Suterfix typos in warning
2019-02-26 Frederic Suterfix (#324)
2019-02-25 Arnaud Giersch[sonar] Improve Cognitive Complexity.
2019-02-25 Arnaud GierschNO_MAX_DURATION is a special value, use (in)equality...
2019-02-25 Arnaud GierschMove common test to Action::update_max_duration.
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Arnaud GierschDon't strip last component of cwd.
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschAvoid unnecessary copy of parameters for parallel_execute.
2019-02-12 Arnaud GierschGet rid of temporary vector of strings.
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic SuterSIMIX_process_kill becomes ActorImpl::kill
2019-02-11 Frederic Suterplease sonar with a few smells
2019-02-10 Arnaud GierschTypo.
2019-02-09 Martin Quinsonfinish the rename of availability_file into speed_file
2019-02-09 Martin QuinsonIn <host> and <peer>, availability_file is now speed_file
next