Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / activity / SemaphoreImpl.cpp
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
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-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonRename ActivityImpl::surf_action_ to ActivityImpl:...
2023-01-24 Arnaud GierschUnsigned cannot be < 0.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-03 Martin QuinsonSemaphore made observable from the Checker side
2022-02-25 Martin QuinsonTry to make timeouted semaphores robust to actors death
2022-02-25 Martin Quinsoncosmetics: rename a variable and please sonar a tiny bit
2022-02-25 Martin Quinsonfix a memory corruption
2022-02-25 Martin QuinsonImplement SemaphoreImpl::acquire_async (timeouts are...
2022-02-24 Martin Quinsonkill some remains of the pre-C++ era
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-20 Martin QuinsonRename SynchroRawImpl to SynchroImpl
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-11-10 SUTER Fredericrename synchro logging categories (simix->ker)
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-16 Arnaud GierschModernize simcall sem_acquire_timeout.
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Arnaud GierschModernize simcall sem_acquire.
2021-03-13 Arnaud GierschAdd SemaphoreImpl::piface_ (mimic MutexImpl).
2021-03-09 Arnaud GierschDefine (and use) a callback for RawImpl::finish.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
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-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-15 Martin Quinsonsmall simplifications around simcalls
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-09 Martin Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-29 Frederic Sutermore uniformity in kernel
2019-03-13 Frederic Sutercomestics in src/kernel
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-18 Frederic SuterSIMIX_synchro_wait becomes RawImpl::start
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-13 Frederic Sutermore SemaphoreImpl cleanups
2019-02-13 Frederic SuterObjectify Semaphore kernel counterpart