Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmake: indent cosmetics
[simgrid.git] / include /
2020-02-24 Frederic Suteradd sg_comm_wait()
2020-02-23 Frederic Suteradd sg_comm_test
2020-02-22 Arnaud Giersch[sonar] Const again.
2020-02-20 Frederic Suteradd sg_disk_get_host()
2020-02-20 Frederic Suteradd sg_mailbox_get_async
2020-02-19 Frederic Suterextend C API for asynchronous executions
2020-02-19 Arnaud GierschAnother const.
2020-02-14 Frederic Sutermissing override
2020-02-14 Frederic Sutermerge ExecSeq and ExecPar into Exec (simdag-style)
2020-02-13 Augustin Degomme#139 :
2020-02-13 Martin Quinsonadd sg_actor_is_daemon()
2020-02-12 Arnaud Giersch[sonar] Add const.
2020-02-11 Frederic SuterC version of async-waitall
2020-02-11 Martin Quinsonrename Host::send_to to sendto; add sendto_async
2020-02-10 Martin QuinsonDoc++
2020-02-10 Frederic Suteradd sg_actor_sleep_until
2020-02-10 Arnaud GierschDeprecate e_smx_state_t.
2020-02-10 Arnaud GierschTake simcalls {execution,io}_wait toward modernity.
2020-02-09 Arnaud GierschActivity::State::ERRORED is never used.
2020-02-09 Frederic Sutersimgrid_get_all_hosts was redundant with existing sg_ho...
2020-02-08 Frederic Suteradd sg_actor_exit and sg_actor_on_exit
2020-02-07 Arnaud GierschDefine method test() in Activity (common to Exec and...
2020-02-07 Arnaud GierschModernize simcall_io_test().
2020-02-07 Arnaud GierschModernize simcall_execution_test().
2020-02-07 Frederic SuterDeprecate host_get_mounted_storage_list
2020-02-07 Frederic Suterintroduce simgrid_get_all_hosts
2020-02-07 Frederic Suterintroduce sg_host_disks
2020-02-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
2020-02-07 Arnaud GierschDeprecate unused simcall_comm_iprobe() + comments.
2020-02-06 Arnaud GierschAdd "explicit".
2020-02-06 Frederic Suteradd C interface to disks
2020-02-06 Arnaud GierschDefines C++ classes for xbt RNG.
2020-02-06 Arnaud GierschMerge branch 'doc' into 'master'
2020-02-06 Arnaud GierschExclude max from range for xbt::random::uniform_real.
2020-02-06 Arnaud GierschCosmetics in xbt/random.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-05 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-05 Arnaud GierschConst++.
2020-02-05 Arnaud GierschAdd "const" to some getters of Activities.
2020-02-05 Arnaud GierschFix potential use after free.
2020-02-05 Arnaud GierschUse const reference for parameter of type ActorCodeFactory.
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-02-04 Arnaud GierschKill duplicate definition.
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-04 Martin QuinsonModern C++: prefer type aliasing with using to C-style...
2020-02-04 Martin QuinsonAdd the 2 new C examples to the doc; use sg_comm_wait_a...
2020-02-04 Martin Quinsonfixups in the C API
2020-02-04 Martin Quinsonno dynar in the new C interface (+cleanups in CMakeLists)
2020-02-04 Martin QuinsonFix the refcounting in this C example
2020-02-04 Frederic Suterfix refcounting issues
2020-02-03 Frederic SuterC interface to Comm::wait_any_for
2020-02-03 Frederic Suteradd a few functions to Mailbox C API
2020-02-03 Frederic Suteradd more C types
2020-02-02 Arnaud GierschIntroduce XBT_ATTRIB_DEPRECATED_v330.
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 Quinsonfinish the doc under the new format for Host
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Augustin Degommeadd smpi_execute_flops_benched call
2020-01-30 Frederic Suterallow for chaining of add_successor
2020-01-30 Frederic Sutersimplify dependencies stuff (less accessors)
2020-01-30 Frederic Suterdependencies support for Comm (needs testing)
2020-01-30 Martin Quinsonimplement generic ActivityPtr
2020-01-30 Martin Quinsonsmall cleanups in the s4u::Activities
2020-01-30 Frederic Suteruse ActivityPtr
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin QuinsonMC: more specific doc in the user API
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-28 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Arnaud GierschPut only the declaration between SG_{BEGIN,END}_DECL.
2020-01-27 Frederic Suterenable dependencies between activities of different...
2020-01-26 Frederic SuterMerge branch 'master' into depencencies
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-24 Frederic SuterImprove handling of dependencies, debug and example
2020-01-24 Frederic Sutercleanups
2020-01-24 Frederic Suterworking version
2020-01-24 Frederic Suterstart working on adding dependencies between activities
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-16 Frederic Suterdrop last bits of Viva/Triva (long gone anyway) support
2020-01-16 Frederic Suternamespace cleanups
2020-01-15 Frederic Sutersimplification commit
2020-01-15 Frederic Sutercleanups
2020-01-15 Frederic Suterfixedme
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 QuinsonKill a meaningless function: this_actor::resume()
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members ...
2020-01-08 Arnaud GierschUse initialization list.
2020-01-08 Arnaud Giersch[sonar] asks for std::forward.
next