Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / surf / xml /
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschPointer-to-const (sonar).
2022-04-25 Arnaud GierschRemaining "try_emplace" (sonar, c++!7).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-06 Martin QuinsonMerge branch 'appveyor' of github.com:simgrid/simgrid
2022-01-06 SUTER Fredericremove now unused variables
2022-01-06 SUTER Fredericdrop the old Lua bindings for programmatic platform...
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
2022-01-03 SUTER Fredericrename src/simdag to src/dag and update other files...
2021-12-25 Martin QuinsonDocument <backbone> and cosmetics in the platform doc
2021-12-24 Martin QuinsonMark in the DTD which tags are deprecated, and deprecat...
2021-11-09 SUTER Fredericit may be a double, but not an int
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-20 SUTER Fredericsave some hidden calls to Engine::get_instance
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-01 Bruno DonassoloSonar variety
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-10 Arnaud GierschCosmetics: snake_case.
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-12 Bruno DonassoloMinor sonar related changes
2021-05-10 Bruno DonassoloFix lua compilation
2021-05-10 Bruno DonassoloFix memleak.
2021-05-10 Bruno DonassoloCluster with StarZones
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschUse const& for std::string parameters.
2021-04-14 Arnaud GierschUse emplace_back to add a new property_set.
2021-04-13 Arnaud GierschDeprecate Lua platform files.
2021-04-12 SUTER Fredericchange way disks are managed in the XML parsing
2021-04-12 SUTER Fredericdo not allocate/free properties
2021-04-12 SUTER Fredericdo not allocate/free radicals
2021-04-12 SUTER Fredericchange way vivaldi coordinates are managed internally
2021-04-06 SUTER Fredericcleanups
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-04 Arnaud Giersch[sonar] Add attribute "noreturn".
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: use right version number
2021-02-03 Frederic SuterStorage-kill: last crumbs
2021-02-03 Frederic SuterStorage-kill: prevent users to use these tags
2021-02-03 Frederic SuterStorage-kill: this survives to make
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-17 Arnaud GierschFix a few dead stores spotted by fbinfer.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschSet default values.
2020-11-26 Arnaud GierschDon't repeat obvious default values.
2020-11-26 Arnaud GierschCorrectly handle lowercase and default values for route...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUseless std::move.
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-17 Martin QuinsonFix another typo
2020-10-17 Arnaud GierschTypo.
2020-10-08 Arnaud GierschMinor sonar issues.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-04 Martin QuinsonDon't list the possible routings in DTD. We want to...
2020-10-04 Martin QuinsonRecompile the XML parser, and alleviate an ambiguity...
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-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (src/xbt...
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-20 Henri CasanovaTypo fix
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-15 Arnaud Giersch[sonar] Add const qualifier.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables.
2019-12-16 Frederic Suterremove an instance of namespace surf
2019-12-10 Frederic Suteran enum class of size of 2 is a well named bool
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-11-27 Frederic Suteruse by_name_or_null for links too
2019-11-27 Frederic Suterfix asserts
2019-11-27 Frederic Suterdon't know why this was still a struct
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-20 Arnaud GierschCleanup around simgrid::ParseError.
next