Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'adrien' into 'master'
[simgrid.git] / docs /
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-28 Martin Quinsonfix formatting in ns3 doc
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid...
2020-09-26 Martin Quinsonimprove the wifi ns-3 documentation a bit
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 Quinsondocs: we need a recent version of sphinx_tabs for sphinx 2
2020-09-13 Martin Quinsonautodoxy: allow to requalify types whose namespace...
2020-09-13 Martin Quinsondoc: fix formating and functions signatures
2020-09-13 Martin Quinsondocs/Build.sh: get verbose to see what's failing on CI
2020-09-13 Martin Quinsondoc: update sphinx to 3.2.1 in the hope that it fixes...
2020-09-13 Martin QuinsonAlso use the local javasphinx when compiling the doc
2020-09-13 Martin Quinsoninclude a copy of javasphinx so that we can fix it...
2020-09-13 Martin Quinsonshowfile: adapt to recent sphinx
2020-09-12 Martin QuinsonTutorial: A word about those nasty tesh files that...
2020-08-26 Martin QuinsonAdd some s4u::Link setters, and doc improvements
2020-08-26 Martin Quinsondoc: link++
2020-07-09 adrien gougeonadded ns3 wifi doc
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-07-07 Martin Quinsondoc: simplify a sentence
2020-07-07 Martin Quinsonsmall improvements to the ns3 doc
2020-07-02 Arnaud GierschMake Engine::set_config(...) static functions.
2020-06-12 Augustin Degommespelling mistakes in docs/
2020-06-10 Martin QuinsonClarify one paragraph in the doc
2020-06-10 Martin QuinsonAccept units for 'smpi/host-speed' config element
2020-06-05 Arnaud GierschPrefer doublequotes (codacy).
2020-05-10 Martin QuinsonPlease the checkers (sonar, codacy)
2020-05-07 Augustin Degommedoc: add units for message sizes, and try to make smpi...
2020-05-01 Martin Quinsonmake sure that the doc build failures get detected
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-24 Arnaud GierschKill obsolete option --cfg=contexts/parallel-threshold.
2020-04-24 Arnaud GierschMerge branch 'doc' into 'master'
2020-04-21 Julien EMMANUELAdd a modeling hint for parallel links in doc
2020-03-06 Martin Quinsonnevrotic cosmetics: alphabetical order in option listin...
2020-03-06 Augustin Degommeupdate doc
2020-03-03 Martin Quinsonclose gforge bug 18137 (allow different stack sizes...
2020-03-03 Martin Quinsondocs/find-missing: adapt to the fact that ExecPar and...
2020-03-03 Martin QuinsonAllow to set configuration items without parsing the...
2020-03-03 Martin Quinsondoc: fix a code snippet
2020-03-02 Martin Quinsonfix dead links in the doc
2020-03-02 Martin QuinsonNote in SMPI introduction that ns-3 could be used as...
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-26 Arnaud GierschProject name has changed from SimGrid to simgrid.
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-25 Martin QuinsonFixups in the SMPI tutorial
2020-02-25 Martin Quinsonsmpi needs python3
2020-02-13 Martin Quinsondocument the actor-{daemon,join,kill} C examples
2020-02-13 Martin QuinsonMake sure that the doc of the sg_actor functions land...
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 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-06 Julien EMMANUELMake docs generation compatible with Sphinx 2.x
2020-02-06 Arnaud GierschMerge branch 'doc' into 'master'
2020-02-06 Julien EMMANUELFix overflow of large parameters in doc
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-06 Arnaud GierschWarnings in docs (spaces and consts).
2020-02-05 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-05 Julien EMMANUELFix 'TOC' image size in doc
2020-02-04 Martin QuinsonAdd the 2 new C examples to the doc; use sg_comm_wait_a...
2020-02-04 Martin Quinsondoc: allow to document C examples
2020-02-02 Arnaud GierschIntroduce XBT_ATTRIB_DEPRECATED_v330.
2020-02-02 Martin QuinsonStart the dev of 3.26
2020-02-02 Martin QuinsonRelease 3.25 v3.25
2020-02-02 Martin QuinsonRelease 3.25
2020-02-02 Martin Quinsonfinish the API under the new format
2020-02-02 Martin Quinsonautodoxy: Don't ignore const-ness discrepencies in...
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 Quinsonautodoxy: don't complain if the provided prototype...
2020-02-01 Martin Quinsonfinish the doc under the new format for Host
2020-01-31 Martin Quinsondocs/installing: improve the python part
2020-01-31 Martin Quinsondocument the enable_msg build-time flag
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-31 Arnaud GierschTrailing semicolons are not needed (codefactor.io/lintr).
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-16 Arnaud GierschExpunge Triva from the documentation too.
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 QuinsonTeach autodoxy about namespaces
2020-01-10 Martin QuinsonImprove docs/find-missing
2020-01-10 Martin Quinsonbriefly document some more C types
2020-01-08 Martin QuinsonMerge branch 'doc' into 'master'
2020-01-08 Julien EMMANUELFix broken links in SMPI interface doc
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-04 Martin Quinsonget useful warnings for broken links in the doc
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-03 Martin Quinsonvarious doc small fixups
next