Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: display the run command ASAP, not after its timeout
[simgrid.git] / src /
2023-07-25 Martin QuinsonDeprecate/remove Io::waitany() and waitanyfor()
2023-07-24 Martin QuinsonKill an unused variable
2023-07-24 Martin QuinsonComm::waitallfor() is gone too
2023-07-24 Martin QuinsonDeprecate Comm::wait_all(). Remove it in python
2023-07-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-24 Martin QuinsonIntroduce a Mailbox::get_async() with no payload parameter
2023-07-21 Martin QuinsonC bindings of ActivitySet, along with 4 examples
2023-07-21 Adrien Gougeonadd nominal charge and discharge power to batteries
2023-07-21 Martin QuinsonPython bindings of the ActivitySet, and add one example
2023-07-20 Martin QuinsonImplement Exec::wait_any on top of ActivitySet and...
2023-07-20 Martin QuinsonMerge branch 'jbod' into 'master'
2023-07-20 Fred SuterMerge branch 'master' into jbod
2023-07-20 Martin QuinsonMPI_UNIVERSE_SIZE now initialized to the total amount...
2023-07-20 Martin QuinsonIntroduce SMPI_app_instance_join()
2023-07-19 Martin QuinsonAdd a add_route with s4u::Link instead of LinkInRoute
2023-07-19 Martin QuinsonAdd a add_route for hosts, without gateways
2023-07-15 Martin QuinsonMerge branch 'fix-comm-signal' into 'master'
2023-07-13 Adrien GougeonSoH now based on internal values (lost/gained energy...
2023-07-13 Adrien Gougeonremove parameter depth of discharge from battery instan...
2023-07-12 Arnaud GierschFix misleading indentation.
2023-07-11 Adrien Gougeonremove unused battery parameters
2023-07-11 Adrien Gougeonadd new battery plugin doc
2023-07-11 Adrien Gougeontry to fix initializer order
2023-07-11 Adrien GougeonComplete revamp of battery plugin
2023-07-11 Arnaud GierschPlease Asan.
2023-07-11 Arnaud GierschComplete commit afc02b7104 (Use std::string_view).
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Fred Suteradding a JBOD concept
2023-07-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Martin QuinsonNew example: activityset-waitallfor
2023-07-10 Adrien Gougeonupdate comm status BEFORE sending signals
2023-07-10 Arnaud GierschMissing includes (for gcc-14?)
2023-07-10 Arnaud GierschCosmetics (codefactor.io).
2023-07-10 Arnaud GierschUse std::string_view.
2023-07-10 Arnaud GierschMake function "const", and void copy by returning a...
2023-07-10 Martin QuinsonConvert an example to the new activity sets
2023-07-09 Martin QuinsonImplement ActivitySet
2023-07-02 Martin QuinsonFix a MC serialization bug around WaitAny
2023-07-01 Martin QuinsonDon't send sbuff and rbuff to the MC checker
2023-07-01 Martin QuinsonDon't break MC protocol if the user code has space...
2023-07-01 Martin QuinsonMore verbose error and debug messages
2023-06-29 Martin QuinsonShow the user-level call in MC backtraces
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-29 Arnaud GierschUnused parameters (Sonar).
2023-06-29 Arnaud GierschShadowed variables (Sonar).
2023-06-29 Arnaud GierschPass large objects by reference to const (Sonar).
2023-06-29 Arnaud GierschThe result of "std::move" should not be passed as a...
2023-06-28 Arnaud GierschFunctions having rvalue reference arguments should...
2023-06-28 Arnaud GierschFix: "std::move" should only be used where moving can...
2023-06-28 Arnaud GierschMove signals "on_(this_)start" and methods "fire_on_...
2023-06-28 Arnaud GierschReplace redundant type with "auto" (Sonar).
2023-06-28 Arnaud GierschRemove nested code blocks (Sonar).
2023-06-28 Arnaud GierschFurther little simplifications around "if" statements.
2023-06-28 Martin Quinsonpython: make it so that the host_load functions are...
2023-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-28 Martin QuinsonMerge branch 'python_bindings_host_load_plugin' into...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-28 Martin QuinsonTypo found by lintian
2023-06-27 Arnaud GierschUse std::make_unique (Sonar).
2023-06-27 Arnaud GierschRespect coding style for boolean operators.
2023-06-27 Arnaud GierschUse the init-statement to reduce scope of local variabl...
2023-06-27 Arnaud GierschUse std::any_of(...).
2023-06-27 Arnaud GierschMisc. Sonar smells.
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-27 Arnaud GierschRemove deprecated features for next release (3.35).
2023-06-26 Arnaud GierschRemove deprecated features for the new next release...
2023-06-26 Fred Suteradd missing copyright notes v3.34
2023-06-26 Martin QuinsonRevert "Remove deprecated features for the new next...
2023-06-26 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-06-26 Arnaud GierschRemove deprecated features for the new next release...
2023-06-26 Martin QuinsonSince we skip a release, use XBT_ATTRIB_DEPRECATED_v338...
2023-06-24 Martin Quinsonsleep sets are not an option in MC. We always need...
2023-06-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-22 Martin Quinsonmodel-check/sleep-set is now true by default
2023-06-21 Fred Suterrename enqueue_execs into enqueue_firings
2023-06-21 Fred Sutercleanups and refactoring in s4u::Task
2023-06-20 Fred SuterMove Tasks from a plugin to s4u
2023-06-20 Fred SuterMerge branch 'task-token' into 'master'
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 Maxwell PirtleFix WakeupTreeIterator bug comparing diff iterators
2023-06-16 mlaurentStop using default mpi_call
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Martin QuinsonFix the liveness tests by ignoring the Comm ID memory...
2023-06-15 Martin QuinsonDo not consider the memory addresses in MC depends...
2023-06-15 Martin QuinsonMC: Give an ID to comms to not use their pointer value...
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-15 Arnaud GierschComplete "smpirun -help" [ci-skip]
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-15 Arnaud GierschImplement smpirun --help-coll.
2023-06-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Adrien Gougeonadd simgrid::plugins::Token. switch from get_tokens...
2023-06-14 Adrien Gougeonrename get_tokens to get_next_execution_tokens
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentRespect member order according to the initialisation...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
next