Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s4u::Actor: Rename migrate() into set_host()
[simgrid.git] / include / simgrid /
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-12 Martin Quinsons4u::Actor: Merge signals on_migration_start/end into...
2019-11-11 Frederic Suterdeprecate a couple of SIMIX functions
2019-11-11 Martin Quinsonfurther API doc improvement
2019-11-10 Martin QuinsonFix autodoxy warnings
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Martin Quinsontiny doc improvements
2019-11-10 Martin Quinsondocument sg_actor_start
2019-11-04 Arnaud GierschMinor cleanups.
2019-11-04 Frederic Suterdeprecate simcall_process_sleep and add some reminders...
2019-11-04 Frederic SuterC wrappers to set/get user data of the current actor
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-03 Martin Quinsonhide some cruft from the doc
2019-11-03 Frederic Suteruser data doesn't have to be stored at kernel level
2019-11-03 Frederic Sutermake s4u::File extendable
2019-11-02 Arnaud GierschAllow const parameter for sg_actor_data().
2019-11-02 Martin Quinsonstart documenting the C API in sphinx
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-30 Frederic Suteradd C interface to Actor::init and Actor::start
2019-10-28 Arnaud GierschMark deprecated virtual methods "final", and complete...
2019-10-26 Arnaud GierschKeep deprecated wrappers "virtual".
2019-10-24 Frederic Suteralmost useless old stuff... remove
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-20 Arnaud GierschFix misspelling of "occurring".
2019-10-20 Arnaud GierschSpell check.
2019-10-17 Arnaud GierschTypos.
2019-10-17 Arnaud Giersch[sonar] Add "override" annotation.
2019-10-11 Arnaud GierschDeprecate C API for SIMIX timers.
2019-10-11 Arnaud GierschKeep deprecated features one more release (target:...
2019-10-11 Arnaud GierschRemove defintion of msg_as_t, deprecated a long time...
2019-10-11 Arnaud GierschMSG_task_receive_ext_bounded was indeed deprecated...
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-11 Arnaud GierschUndeprecate SIMIX_process_self_{get,set}_data.
2019-10-11 Arnaud GierschTry to avoid error with mingw: function definition...
2019-10-11 Frederic Suterplease clang and gcc10
2019-10-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-10-10 Frederic Suteruse CRTP to factor refcounting across activity types
2019-10-10 Frederic Suterupdate things
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-09 Martin Quinsonun-deprecate a redundent function
2019-10-09 Martin QuinsonMerge pull request #334 from Mommessc/rework-energy...
2019-10-09 Martin QuinsonMerge branch 'master' into rework-energy-plugin-2.0
2019-10-09 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-10-09 Martin Quinsonsonar: kill an overriding method
2019-10-09 clement-dell[Energy] Mark sg_host_get_idle_consumption as deprecated
2019-10-09 clement-dell(Energy] Add sg_get_idle_consumption_at function
2019-10-08 clement-dellRevert "[Energy] Can now retrieve idle power of specifi...
2019-10-08 clement-dell[Energy] Can now retrieve idle power of specified pstate
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-10-05 Martin QuinsonNew doc section on plugins
2019-10-03 Augustin DegommeAdd handling of sleep in replay.
2019-10-03 Augustin DegommeAdd call_location to ti-trace and replay as well.
2019-09-29 Martin QuinsonMerge branch 'rework-energy-plugin' into 'master'
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Frederic Suter[sonar] fix some bugs and smells related to disk addition
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
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-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Frederic SuterMerge branch 'master' into disk
2019-09-19 Frederic Suterupdate documentation
2019-09-19 Frederic SuterMerge branch 'master' into disk
2019-09-17 Frederic SuterAlign Disk get/set_data() with the Extendable version...
2019-09-17 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic Suterallows for mount of remote disks in file system plugin
2019-09-15 Martin Quinsondocument existing coding convention in C, and stick...
2019-09-15 Martin QuinsonAdd sg_actor_{get,set}_data()
2019-09-14 Martin QuinsonAlign Link get/set_data() with the Extendable version...
2019-09-14 Martin QuinsonAlign Storage get/set_data() with the Extendable versio...
2019-09-14 Martin QuinsonAlign host get/set_data() with the Extendable version...
2019-09-13 Martin Quinsonmove some global signals to the Engine
2019-09-12 Frederic Suteradd default values for disk properties in file system...
2019-09-11 Frederic SuterMerge branch 'master' into disk
2019-09-11 Frederic Suterenable remote copy and move for disks
2019-09-10 Frederic SuterMerge branch 'master' into disk
2019-09-10 Frederic Suterpartially handle disks in file system plugin
2019-09-10 Frederic SuterDisks do not need this
2019-09-09 Frederic Sutersimplify disk management
2019-09-06 Frederic SuterMerge branch 'master' into disk
2019-09-05 clement-dellRework host_energy plugin
2019-09-04 Frederic SuterMerge branch 'master' into disk
2019-09-03 Frederic Suterworking implementation of storage on disks
2019-09-02 Frederic Suterstart implementing what is behind the new <disk> tag
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-15 Martin Quinsonnow, kernel::actor::simcall_blocking can return a value
2019-08-15 Martin QuinsonIntroduce a class mc::SimcallInspector, that allows...
2019-08-15 Martin Quinsonstart to make generic simcalls observable from the MC
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-08-10 Martin QuinsonPort simcall_process_suspend to the modernity
2019-08-09 Martin Quinsonport a blocking simcall to the modernity
2019-08-09 Martin Quinsonintroduce a simcall_blocking(), and improve the comments
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-08-08 Martin Quinsonshy attempt at simplifying the simcall mechanism
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-07-26 Martin QuinsonMake SG_BARRIER_SERIAL_THREAD visible from C files too
next