Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup dup_with_info to avoid leaking in some cases
[simgrid.git] / src / surf /
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
2019-02-09 Arnaud GierschCosmetics.
2019-02-04 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-03 Frederic Suterset_kill_time is a method of ActorImpl
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Martin Quinsonsanitize the OOP of kernel::profile
2019-02-02 Martin Quinsons:k:profile: turn two functions into static methods
2019-02-02 Martin Quinsonalign file position to the C++ namespaces
2019-01-31 Martin QuinsonConvert a first unit test to Catch
2019-01-25 Martin Quinsontrick sonar 'identical sub-expression on both side...
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-21 Martin Quinsonfurther s/trace/profile/ cleanups
2019-01-21 Martin Quinsonstart to s/trace/profile/ in the public API
2019-01-21 Martin Quinsonstart renaming tmgr trace into profile
2019-01-14 Martin Quinsonuseless cosmetics hinted by qtcreator
2019-01-11 Martin Quinsondon't include the git hash in simgrid/config.h
2019-01-10 Arnaud GierschUseless include.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-12-31 Martin Quinsonimprove an error message when a file cannot be open
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
2018-12-27 Martin Quinsonns3: comment asserts that fail on clusters
2018-12-25 Martin Quinsonns3: assert that the sent amount is as expected
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-20 bcamusfix a bug related to the CPU utilization of multi-core VM
2018-11-04 Martin Quinsonthese archaic callbacks are not used anymore, so kill...
2018-11-04 Martin Quinsonplug a memleak
2018-10-19 Martin QuinsonMerge branch 'fix-multi-smpi-buffer-double-free' into...
2018-10-17 Martin QuinsonSanitize the API of this_actor::parallel_execute()
2018-10-15 Martin Quinsonforbid cabinet in inner zones
2018-10-15 Martin Quinsonautomatically regenerate these files
2018-10-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-14 Martin QuinsonRegenerate with the lastest Flex
next