Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated features for next release.
[simgrid.git] / include / xbt / synchro.h
2021-03-29 Arnaud GierschRemove deprecated features for next release.
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-02-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
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-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-11 Arnaud GierschKeep deprecated features one more release (target:...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-10 Frederic Suterdeprecate xbt_mutex and xbt_cond
2019-02-25 Arnaud GierschConvert last call to SIMIX_mutex_unref.
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-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin Quinsonxbt_cond_timedwait: catch C++ timeouts; convert into...
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-02 Martin Quinsonremove simix.h from one more C file
2017-03-08 Frederic Suterplease sonar with some compliant macro names
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-10-14 Martin QuinsonReduce the layering madness a bit
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschKill xbt_dynar_dopar().
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2009-10-08 mquinsonmove synchro.h to synchro_core.h because I want to...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 cheriermthe first pointer of the xbt_thread_create() function...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-06 mquinsonname threads to help debugs
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinsonWhen implementing the versatile threads, I decided...
2007-07-10 mquinsontimeout on conditions
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...