Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'master'
[simgrid.git] / src /
2023-01-16 Martin QuinsonKill a useless function, and rename another one
2023-01-16 Martin Quinsonanother useless cleanup
2023-01-16 Martin QuinsonKill a parameter that was always nullptr
2023-01-16 Martin QuinsonMove two generic functions from surf to xbt
2023-01-15 Martin Quinsonuseless cleanups
2023-01-14 Arnaud GierschRemove more references to MSG in documentation.
2023-01-14 Martin QuinsonRemove MSG. Its EOL was scheduled for 2020
2023-01-13 Arnaud GierschFix MC+sthread+coverage.
2023-01-13 Arnaud Giersch[smpi] Flush output streams after the run too.
2023-01-13 Arnaud GierschInstall SIGSEGV handler unconditionally.
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-12 Martin Quinsonpthreads are not used anymore. Standard C++ ones are
2023-01-12 Arnaud GierschKill remaining traces of win32 support.
2023-01-11 Arnaud GierschRemove ancient hack.
2023-01-11 Arnaud GierschCosmetics: align with other similar declarations.
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-05 Arnaud GierschFix tests built with PYBIND11_ASSERT_GIL_HELD_INCREF_DE...
2023-01-05 Arnaud GierschEnsure that the GIL is held when using inc_ref/dec_ref.
2023-01-05 Arnaud GierschUse C++ string for argument.
2023-01-05 Arnaud GierschSuperfluous py::call_guard.
2023-01-05 Arnaud GierschReindent.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-16 Arnaud GierschUse std::byte for bye-oriented data manipulation (sonar).
2022-12-07 Arnaud GierschUse pointer-to-const when possible (Sonar).
2022-12-07 Arnaud GierschRedundant cast.
2022-12-07 Arnaud GierschKill unimplemented declarations.
2022-12-06 Arnaud GierschAdd -Wextra to CFLAGS too.
2022-12-05 Arnaud GierschMerge "else" branches.
2022-12-01 Augustin DegommeMerge branch 'faster_activity_removal' into 'master'
2022-12-01 Henri CasanovaReplaced std::list by std::set to keep track of activities
2022-11-23 Arnaud GierschCosmetics.
2022-11-23 Arnaud GierschUse C++ string_view.
2022-11-23 Arnaud GierschReplace static function by a lambda.
2022-11-22 Arnaud GierschFix doc.
2022-11-21 Fred Suterbetter failure handling for streams
2022-11-21 Arnaud GierschAddress misc Sonar issues.
2022-11-17 Arnaud GierschKill useless computation.
2022-11-09 Fred SuterCompletely revise the way to deal with Streamed I/Os
2022-11-09 Fred Suterthis belongs to the Impl not a specific model
2022-11-09 Fred Suterfurther simplification/cleanups
2022-11-08 Arnaud GierschReduce the number of lambdas involved for python bindings.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-07 Arnaud GierschUse boolean value.
2022-11-07 Arnaud GierschMark "override" (Sonar).
2022-11-07 Arnaud GierschCosmetics.
2022-11-07 Fred Sutersimplify the I/O stream thing A LOT. Might be plunged...
2022-11-06 Martin QuinsonRemove a work around for a 2017 bug in Python + Windows
2022-11-06 Martin QuinsonHelp windows builds: do not redefine XBT_PUBLIC
2022-11-06 Martin QuinsonMissing include
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-05 Martin QuinsonAllow the MC replay to use the 'zero' buffering
2022-11-04 Martin QuinsonMove a function to the right file and other cleanups
2022-11-04 Martin QuinsonKill a now unused field
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-04 Fred Suteranother attempt to avoid deadlocks in wrench when using...
2022-11-04 Fred Suterfix deadlock found by hcasanova in case of self communi...
2022-11-03 Arnaud GierschReuse existing variable, and shorten conditional.
2022-11-03 Arnaud GierschDon't call function with side effect twice in the same...
2022-11-02 Arnaud GierschVariable is declared in xbt/asserts.h.
2022-11-02 Arnaud GierschSpurious #include.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the mailbox name when showing a deadlocking...
2022-11-01 Martin QuinsonMC: display the status of all actors in case of deadlock
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-11-01 Martin QuinsonDisplay the stack of each actor during a MC replay...
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-11-01 Fred Suterfix issues spotted by agriersch
2022-10-31 Martin QuinsonMC replay: check whether there is a deadlock after...
2022-10-31 Martin QuinsonAlign the behavior of MC and MC_replay in SMPI, so...
2022-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
2022-10-31 Fred Suterplug leak and more consistency with other models
2022-10-30 Martin QuinsonMC_replay: Ensure that times_considered is always set
2022-10-28 Fred Sutercheck that disk has been given as argument before acces...
2022-10-28 Fred Suterintroduce s4u::Io::streamto
2022-10-28 Fred Suterfixes
2022-10-28 Fred Sutereasier to store and use DiskImpl at kernel level
2022-10-28 Fred Sutertypo spotted by Henri during a call
2022-10-28 Fred Suteradd io_stream as a HostModel pure method
2022-10-28 Fred Suterfirst attempt to fluid comm/IO model
2022-10-28 Fred Sutermove update_remains_lazy to the pimpl (as for CPUs)
2022-10-28 Fred Sutersimplify the way I/O actions are created (CPU style)
2022-10-28 Fred SuterHave the disk model be part of the host models
2022-10-28 Fred Sutermention disk model in host model descriptions
2022-10-28 Fred Suterrename disk model init function: default is S19
2022-10-28 Arnaud GierschMore functions declared "const" (Sonar).
2022-10-27 Arnaud GierschDeclare functions "const" (Sonar).
2022-10-27 Arnaud GierschFix infinite recursion.
2022-10-27 Arnaud GierschUse true/false for boolean variable (Sonar).
2022-10-27 Arnaud GierschRemove redundant cast (Sonar).
2022-10-27 Arnaud GierschFix stack-use-after-scope (ASan).
2022-10-27 Arnaud GierschCosmetics.
2022-10-24 Martin QuinsonFix non-smpi builds
2022-10-23 Martin QuinsonMake the factor callbacks private in NetworkModelFactors
2022-10-23 Martin QuinsonMove get_{bandwidth,latency}_factor to the NetworkModel...
2022-10-23 Martin QuinsonCleanups. Kill useless code
2022-10-23 Martin QuinsonRename NetworkModelIntf into NetworkModelFactors
2022-10-23 Martin QuinsonMove set_lat_factor_cb and friends to NetworkModelFactors
2022-10-23 Martin QuinsonChange public NetworkModelIntf.hpp into private Network...
2022-10-23 Martin QuinsonAllow to set the network factors callback from userland...
next