Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos.
[simgrid.git] / docs / source / app_s4u.rst
2021-07-14 Arnaud GierschTypos.
2021-07-09 Martin Quinsondoc: fix an issue spotted by find-missing.py
2021-07-09 Arnaud GierschVarious corrections in docs.
2021-07-09 Arnaud GierschMissing const.
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-06-25 Arnaud GierschFix another bunch of dead links in docs.
2021-06-25 Arnaud GierschMore trivial fixes for docs.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRemove a level of constness for argv parameter of sg_ac...
2021-03-18 Arnaud GierschLowercase PID in function name (2/2 - public part).
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-18 Martin QuinsonStop using autodoxy: Breathe works like a charm for us
2021-02-18 Martin Quinsongramarly the s4u reference doc
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-02 Martin Quinsonautodoxy: allow variables to have more than one <ref...
2021-01-29 Martin QuinsonFix a few broken references and other warnings in the doc
2021-01-23 Martin QuinsonFix a bunch of issues with the documentation
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschMore const.
2020-11-18 Arnaud GierschConst Disk*.
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMore coding style updates for sg_link.
2020-10-23 Arnaud GierschFollow coding style for sg_link_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-09 Martin Quinsondoc: broken import of this_actor::parallel_execute
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid...
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-09-14 Martin Quinsondoc: fix more broken links
2020-09-13 Martin Quinsondoc: fix formating and functions signatures
2020-08-26 Martin QuinsonAdd some s4u::Link setters, and doc improvements
2020-08-26 Martin Quinsondoc: link++
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-08 Martin QuinsonProvide a S4U function to control the SNR level of...
2020-07-08 Martin QuinsonTentative implementation of Activity::suspend() and...
2020-03-03 Martin QuinsonAllow to set configuration items without parsing the...
2020-02-13 Martin Quinsonadd sg_actor_is_daemon()
2020-02-11 Martin Quinsonrename Host::send_to to sendto; add sendto_async
2020-02-09 Arnaud GierschTodo-- (done since v3.25)
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-06 Arnaud GierschWarnings in docs (spaces and consts).
2020-02-04 Martin QuinsonAdd the 2 new C examples to the doc; use sg_comm_wait_a...
2020-02-02 Martin Quinsonfinish the API under the new format
2020-02-01 Martin Quinsondocument Virtual machines
2020-02-01 Martin Quinsondocument netzones
2020-02-01 Martin Quinsondoc: fixes and document Link in the new way
2020-02-01 Martin Quinsonfinish the doc under the new format for Host
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin Quinsonstart documenting Hosts in the new way
2020-01-29 Martin QuinsonDocument disks in the new way
2020-01-29 Martin Quinsonfiddle with the doc of actors
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-10 Martin Quinsondocument Mailboxes in the new way
2020-01-10 Martin Quinsondocument the this_actor namespace in the new way
2020-01-10 Martin Quinsonbriefly document some more C types
2020-01-05 Martin Quinsonfix the doc of const_sg_*_t types
2020-01-04 Martin Quinsondocument Mutex and Semaphores in the new way
2020-01-04 Martin Quinsondocument Barrier in the new way, and document the C...
2020-01-04 Martin Quinsonimprove the doc of condition variables
2020-01-04 Martin Quinsondocument ConditionVariables in the new way
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-03 Martin Quinsonvarious doc small fixups
2019-12-23 Martin QuinsonVarious docs update
2019-12-19 Martin Quinsonreorder elements in the API ref guide
2019-12-19 Martin Quinsondocs: these methods were renamed recently
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsonfurther doc improvements
2019-11-12 Martin Quinsontiny doc improvments
2019-11-11 Martin Quinsonfurther API doc improvement
2019-11-10 Martin QuinsonFix autodoxy warnings
2019-11-10 Martin Quinsondoc: use sections instead of rubric
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Martin Quinsoncosmetics in the doc
2019-11-03 Martin Quinsonmove the README.rst in examples/ as it also describes...
2019-11-02 Martin Quinsonstart documenting the C API in sphinx
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-20 Frederic SuterMerge branch 'master' into disk
2019-09-19 Frederic Suterupdate documentation
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-06-30 Martin Quinsondoc: Better uniformity wrt graphical toc
2019-06-29 Martin Quinsonadd missing symbols to the refguide
next