Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now returns true if the file could be opened
[simgrid.git] / include /
2020-04-27 Yann DuplouyTries to handle IO errors
2020-04-15 Yann DuplouyIt is now possible to read/write the RNG state in a...
2020-04-02 Martin Quinsonfix that example
2020-04-02 Martin Quinsonset_maestro example: improve comments
2020-04-01 Frederic Suteradd sg_actor_list() and sg_actor_count()
2020-03-30 Frederic Suterlast call to MSG_hosts_as_dynar -> deprecate !
2020-03-30 Frederic Suteruseless stuff: do not use MSG in java bindings when...
2020-03-30 Frederic Suteradd Mailox_listen_from
2020-03-29 Frederic Suterthe extraction of the graph is a NetZone method
2020-03-16 Frederic Suteradd sg_comm_unref
2020-03-16 Frederic Suteradd sg_mailbox_put_init
2020-03-16 Frederic Suteradd sg_comm_detach with cleaning function
2020-03-11 Frederic Suterdeprecate a dynar based function
2020-03-09 Arnaud GierschMore const.
2020-03-09 Arnaud GierschMove declaration, and keep #include at th top of the...
2020-03-07 Frederic Sutermore sg_exec functions
2020-03-06 Frederic Sutercouple of new sg_exec_* functions
2020-03-06 Frederic Suterhandle (some) exceptions for Comm and Exec in C
2020-03-06 Frederic Suteradd C version of Actor::set_stacksize
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-03-05 Frederic Suteradd sg_exec_set_host
2020-03-05 Martin Quinsonsonar cleanups: pass large objects by const reference
2020-03-04 Arnaud GierschModify object property in kernel mode.
2020-03-04 Frederic Suteradd sg_actor_execute_with_priority
2020-03-04 Frederic Suterintroduce sg_actor_create and use it in C examples
2020-03-04 Martin Quinsonpass large objects by const ref to please sonar
2020-03-04 Martin Quinsonuse std::function instead of pointers to functions...
2020-03-03 Martin QuinsonAllow to set configuration items without parsing the...
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-28 Arnaud GierschComplete definition of exception's destructors in Excep...
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Frederic Suterhandle (badly) the timeout exception in wait_for()
2020-02-25 Frederic Suteradd sg_actor_parallel_exec_init()
2020-02-25 Frederic Suteradd sg_actor_parallel_execute and rename sg_actor_self_...
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
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
next