Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / kernel / activity / ConditionVariableImpl.cpp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-14 Arnaud GierschMark more smx_* type aliases as deprecated.
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-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-10-01 SUTER Fredericmore include cleanups
2021-05-21 SUTER Fredericprocess -> actor
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 Arnaud GierschMore cosmetics around namespaces.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-23 Arnaud GierschKill "FIXME" comment.
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-16 Arnaud GierschModernize simcall cond_wait_timeout.
2021-03-14 Arnaud GierschPointer-to-const for sonar.
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Arnaud GierschModernize simcall cond_wait.
2021-03-09 Arnaud GierschModernize simcall mutex_lock.
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-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-26 Arnaud GierschCorrectly set result for simcall_cond_wait_timeout.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
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-07 Frederic Suter[sonar] don't mix public/private data members
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-15 Martin Quinsoncode simplification + replace a FIXME with an assert
2019-08-15 Martin Quinsonsmall simplifications around simcalls
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud GierschCosmetics.
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-23 Frederic Suterdont call HANDLER
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-18 Frederic Suter_SIMIX_cond_wait becomes ConditionVariable::wait
2019-02-18 Frederic SuterSIMIX_synchro_wait becomes RawImpl::start
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
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-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-05-11 Martin Quinsonrename some fields (change toto to toto_)
2018-05-04 Arnaud GierschStop using costly exceptions on timeout for simix synchros.
2018-05-04 Arnaud GierschCosmetics: define function before use.
2018-05-04 Arnaud GierschUse kernelImmediate for simcall cond_init.
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschComment unused parameters.
2018-04-16 Arnaud GierschRename variable to unhide class field with same name.
2018-04-16 Martin Quinsonmodernize 2 simcalls in ConditionVariable
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-04-15 Martin QuinsonSeparate ConditionVariableImpl into its own files