Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / inspect /
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-15 Arnaud GierschAnother unw_accessor forgotten in previous commit.
2023-06-15 Arnaud GierschFix error: missing initializer for member unw_accessors...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschAnother unw_accessor forgotten in previous commit.
2023-06-13 Arnaud GierschFix error: missing initializer for member unw_accessors...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-11 Arnaud GierschPointer and reference should be "const" if the correspo...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 Martin QuinsonGive the remote_process_memory to the mc::State constructor
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-09 Martin QuinsonMerge branch 'arm-patch' into 'master'
2023-02-09 Maxwell PirtleAdd patch for arm64 Ubuntu 22.04 in UnwindContext
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-16 Arnaud GierschUse std::byte for bye-oriented data manipulation (sonar).
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-07 Martin QuinsonUseless cosmetics while trying to understand that code
2022-07-05 Arnaud GierschRedundant initializations.
2022-05-10 Arnaud GierschUpdate generator script to match the current code.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-10 Arnaud GierschRemove spurious "using" declarations.
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-05-06 Arnaud GierschSlighly improve readbility.
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-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 Arnaud GierschComplete warning message [ci-skip].
2022-03-01 Arnaud Giersch[mc_dwarf] Another assert turns into warning.
2022-02-23 Augustin DegommeMC seems to just work on ARM now. Remove the forced...
2022-02-15 Arnaud GierschKill duplicate function + typos.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-27 Arnaud Giersch[mc_dwarf] Continue with a warning on error.
2021-10-26 Arnaud GierschComplete error message.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-17 Arnaud GierschPleases somewhat codefactor.io, lgtm, and pvs-studio.
2021-07-19 Arnaud Giersch[pvs-studio] No need to assign variable the same value.
2021-05-12 Arnaud GierschChecking access before open is useless (fix race condit...
2021-04-22 Arnaud GierschUse std::string::rfind to match string prefix.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-14 Martin QuinsonMC: lazily load the dwarf information
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-05 Martin Quinsonsimgrid-mc also needs debugging symbols, so let's hint...
2021-03-02 Arnaud GierschRename mc_base.h -> .hpp (it's C++ only anyway).
2021-03-01 Arnaud GierschA few less global variables.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-25 Arnaud GierschKill ancient compatibility hack (fixed since elfutils...
2021-01-24 Arnaud GierschSymbol is not defined by older elfutils.
2021-01-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-01-24 Arnaud GierschHandle DW_FORM_implicit_const (dwarf 5).
2021-01-23 Arnaud GierschAdd recent language dialects to MC_dwarf_default_lower_...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
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 agougeonMerge branch 'master' of https://framagit.org/simgrid...
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
next