Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the conditionVariable observer to the right file
[simgrid.git] / src / kernel /
2023-11-13 Martin QuinsonMove the conditionVariable observer to the right file
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Martin QuinsonImprove the debug messages
2023-11-07 Martin QuinsonTell the MC transition about the semaphore capacity...
2023-11-07 Martin QuinsonMake sure that the ID of a semaphore does not change...
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2023-11-05 Martin QuinsonThere is too much boost include to protect, disable...
2023-11-05 Martin QuinsonFix gcc builds
2023-11-05 Martin QuinsonTry to survive to undefined preprocessor symbols
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-02 Martin QuinsonMC: add an observer to sleep simcalls
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-29 Martin QuinsonChange the way we're inserting elements in this map
2023-10-29 Martin QuinsonFix build with ns3 v3.36+
2023-10-27 Martin QuinsonHack to make liveness work on Debian testing
2023-10-27 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred Suterrework MessImpl
2023-10-26 Fred Sutergot issues with get_id() while debugging. Add protection
2023-10-26 Fred Suterhandle Mess in display actor status
2023-10-26 Martin QuinsonFinish up the implementation of recursive mutexes
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-24 Fred Suteradd Message queue abstraction
2023-10-12 Fred Suter enable use of IO streams with Ptask model
2023-10-11 Martin QuinsonMerge branch 'task-dispatch' into 'master'
2023-10-10 Augustin Degommeapparently, deque is faster than list in our usecases
2023-10-10 AdrienMerge branch 'master' into 'task-dispatch'
2023-10-06 Fred SuterUse Ptr to store disks of a HostImpl, do not care about...
2023-10-05 Fred SuterReducing the number of refcount changes for ActivityImpl
2023-09-27 Fred Sutersimplify and remove silly debug
2023-09-26 Fred Suterprefer returning a NetZone than a pair of NetPoints...
2023-09-24 Fred Suterfurther progress towards deprecation of complex add_route
2023-09-22 Martin QuinsonMerge branch 'task-doc' into 'master'
2023-09-21 Fred SuterExplicitely create, store, and expose NetZone gateway(s)
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
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-20 Fred SuterMerge branch 'master' into jbod
2023-07-19 Martin QuinsonAdd a add_route with s4u::Link instead of LinkInRoute
2023-07-15 Martin QuinsonMerge branch 'fix-comm-signal' into 'master'
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 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Arnaud GierschUse std::string_view.
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 QuinsonMore verbose error and debug messages
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-28 Arnaud GierschMove signals "on_(this_)start" and methods "fire_on_...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
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 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 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 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
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...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentAdd function call and full location in checker-side...
2023-06-08 Arnaud GierschFactorize common code to cancel actions when a resource...
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschAnother round of pointer-to-const for sonar.
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Arnaud GierschCosmetics: whitespace cleanup (codefactor.io).
2023-06-05 Arnaud GierschCall CommImpl::set_iface(nullptr) as soon as the comm...
2023-06-05 Martin QuinsonMerge branch 'odpor-clean-ups' into 'master'
2023-06-05 Martin QuinsonRemove a test that was indended to show that this branc...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-02 Arnaud GierschThis should be fixed now.
2023-06-01 Fred Suterproperly remove the old signals and prevent MC to fire...
2023-06-01 Fred Suterreact to the proper signals
2023-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-06-01 Arnaud GierschAdd missing includes.
2023-05-31 Fred Suterfiring on_this_completion breaks a lot of tests and...
2023-05-31 Fred Suterforgot to fire signals
2023-05-31 Fred Suter add on_this_completion signal to Activities
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Fred Sutermove on_start and on_completion from CommImpl to Comm
2023-05-24 Fred Sutermove handling of remote disks to platform parsing.
2023-05-24 Martin QuinsonSpecialize the Activity on_veto, on_suspend and on_resu...
2023-05-23 Martin QuinsonGive the on_this_ variant to all VM signals
2023-05-23 Martin QuinsonRename Resource::on_state_change to Resource::on_onoff...
2023-05-23 Martin QuinsonGive the _this_ variants to the Link signals
next