Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / mc / inspect /
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-18 Arnaud GierschCosmetics.
2020-12-17 Arnaud Giersch[sonar] Replace long list of cases in switch by a set.
2020-12-17 Arnaud Giersch[sonar] Replace switch with numerous cases by a data...
2020-12-16 Arnaud GierschPrefer using emplace or emplace_back.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-01 Arnaud Giersch[pvs] Don't let field uninitialized.
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschA binary search can be used here too.
2020-11-25 Arnaud GierschReplace another handmade binary search.
2020-11-25 Arnaud Giersch[sonar] Rename local parameters.
2020-11-24 Arnaud GierschUse std algorithms for binary search.
2020-11-22 Arnaud Giersch[sonar] Extract assignment from sub-expression.
2020-11-21 Arnaud GierschReplace fixed-size C-style arrays with std::array.
2020-11-20 Arnaud GierschMisc simplifications.
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
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-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-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud GierschTypos.
2020-10-16 Arnaud GierschCosmetics.
2020-10-13 Arnaud Giersch"s < 0" is always true here.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/mc/).
2020-10-02 Arnaud Giersch[sonar] Use "std::make_unique" to construct "std::uniqu...
2020-10-02 Arnaud GierschReduce scope for loop variables.
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-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-05-09 Martin QuinsonMC: Further renamings
2020-05-06 Martin QuinsonMC: rename remote/RemoteClient -> remote/RemoteClientMe...
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-25 Frederic Suternamespacing cosmetics
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-09 Arnaud GierschPass large parameter by address.
2020-01-08 Arnaud Giersch[sonar] Use std::move with rvalue references.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-28 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 Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-17 Frederic Suteranother bunch of cleanups
2019-12-16 Frederic Sutermornign cleanups
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-07-21 Augustin DegommeMerge branch 'master' into 'master'
2019-07-21 Samuel ThibaultMC: complete workaround in the error msg seen on modern...
2019-07-14 Martin QuinsonMC: provide a workaround in the error msg seen on moder...
2019-07-11 Arnaud Gierschmc: better way to check if address is on heap.
2019-07-11 Arnaud Gierschmc/compare: const/ref
2019-07-10 Martin Quinsonmc: reduce the visibility of <dwarf.h> by a tiny bit
2019-06-14 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-06-11 Martin QuinsonMC: cosmetics
2019-06-01 Martin Quinsonfix MC builds on gcc
2019-05-31 Martin QuinsonMC: finish emptying an old C file
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-29 Martin Quinsonmc: Also remove the process_index
2019-05-27 Martin Quinsonmc: tricks to improve the coverage
2019-05-24 Martin Quinsonnope sonar, that's not some commented code
2019-05-23 Martin Quinsonfix some typo in the comments, just to launch a rebuild...
2019-05-22 Martin Quinsonmc: some snake_casing on the way
2019-05-20 Martin QuinsonAhem. You mean I need to actually compile with MC after...
2019-05-20 Martin Quinsonmc: move some files related to ELF, DWARF or unwind...