Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / xbt / xbt_replay.cpp
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-03 Arnaud GierschSpurious blank line.
2022-05-03 Arnaud GierschSave an indirection for replay/action_queues.
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2021-12-29 Augustin Degommereplay: add an explicit message if an action is not...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-05-31 Arnaud GierschUnused exception parameter 'e'.
2021-05-28 Millian Poquetxbt_replay: rethrow exception instead of xbt_die
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-23 Arnaud GierschSuperfluous global variable.
2021-03-23 Arnaud Giersch[sonar] Pass large object by reference to const.
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
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-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud Giersch[sonar] Reduce number of nested code blocks.
2020-11-24 Arnaud GierschRevert "Make simgrid::xbt::action_fs a std::unique_ptr."
2020-11-23 Arnaud GierschMake simgrid::xbt::action_fs a std::unique_ptr.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for xbt_replay.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
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-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-16 Millian Poquet[smpi args cleanup] xbt_replay args
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-04-23 Arnaud GierschFix some doxygen warnings.
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Arnaud GierschDelete copy assignment operator when copy constructor...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-30 Arnaud GierschMove variable definition in cpp file.
2018-03-30 Arnaud GierschFix memory leak.
2018-03-28 Arnaud GierschRemove std::move.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[REPLAY] Remove C-based Replay API
2018-03-28 Christian Heinrich[XBT] Remove a new/delete pair from xbt-replay code
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschPlease codacy (delete copy constructor).
2017-08-02 Arnaud GierschAvoid costly exceptions when looking into a map.
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-26 Martin QuinsonUsing operator[] instead of std::unordered_map::insert
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-24 Frederic Suteroverall optimization of map usage
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonkill all horizontal tabs
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-22 Martin Quinsonsmpi_replay: make it easier to override some actions
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-21 Martin Quinsonloudly fail when asked to replay a non-existing file
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-04-24 Martin QuinsonNew function xbt_replay_action_get(): Retrieve the...
2017-03-20 Frederic Suteryet another simplification pass
2017-03-16 Frederic SuterRevert "further cleanups"
2017-03-16 Frederic SuterRevert "was a bit too eager"
2017-03-16 Frederic Suterwas a bit too eager
2017-03-16 Frederic Suterfurther cleanups
2017-03-16 Frederic Sutercode killed by container usage
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 Frederic Suterbetter than static casting, use a container
2017-03-16 Frederic Suterstatic casting
2017-03-16 Frederic Suterreorg and more functions in namespace
2017-03-16 Frederic Suterfactor line reading and action handling
2017-03-15 Frederic Sutersimplify the s4u version of actions-comm to use s4u
2017-03-14 Frederic Suterone step further on C++ization of replay
2017-03-13 Frederic Suterdumb me.
2017-03-13 Frederic Suterunperfect and uncomplete C++ization of xbt_replay....
2017-03-02 Frederic Sutersmells --
2017-03-01 Martin Quinsonsmpi_replay: allow to register extra events before...
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-09-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-03 Martin Quinsoncosmetics
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
next