Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / instr / instr_platform.cpp
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-01-11 SUTER Fredericdeprecate a large part of the old C tracing API
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-22 SUTER FredericActivity refactoring
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-04 SUTER Fredericanother bunch of new implicit conversions
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-07-08 Arnaud GierschInstr: for consistency, rename 'father' to 'parent...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-09 SUTER FredericRename kernel::resource:Cpu to CpuImpl
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-06 SUTER Fredericfactor on_creation signal trigger in Host::seal()
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
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 DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschDrop unused smpi/plugins/load_balancer.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschCosmetics.
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 GierschRemove useless new/delete (please sonar).
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Frederic Suteruse signals for smpi tracing of execs
2020-04-25 Frederic Suterremove redundant Link Type
2020-04-25 Frederic Sutermore lambdas
2020-04-24 Arnaud GierschMerge branch 'doc' into 'master'
2020-04-21 Frederic Suterplease sonar
2020-04-05 Frederic Suterstill fighting against this code
2020-03-29 Frederic Suterthe extraction of the graph is a NetZone method
2020-03-29 Frederic Sutercpp-ify and simpifly functions used by graphicator
2020-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2020-03-27 Frederic Suterunused constant
2020-03-26 Frederic Suterplease sonar
2020-03-26 Frederic Suteruse signal to decouple instr from surf code
2020-03-26 Frederic SuterThis instrumentation module is a mess ...
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-16 Frederic Suterdrop last bits of Viva/Triva (long gone anyway) support
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
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 GierschCosmetics: use empty parentheses for new std::container.
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Frederic Suterdon't use a deleted container by the newly created one
2019-11-12 Frederic Suterfactoring
2019-11-12 Martin Quinsons4u::Actor: Merge signals on_migration_start/end into...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-13 Martin Quinsonmove some global signals to the Engine
2019-06-14 Arnaud GierschThis void* for Constraint::id_ is a Resource*.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
next