Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve handling of dependencies, debug and example
[simgrid.git] / include / simgrid / s4u /
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-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-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-04 Martin Quinsondocument Mutex and Semaphores in the new way
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
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Martin QuinsonVarious docs update
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-12-09 Frederic Sutergive access to disk's read and write (nomimal) bandwidt...
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschQualifier "virtual" is redundant with "override".
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Julien EMMANUELFix link in Mutex doc
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsonfix clang builds
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 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-04 Arnaud GierschMinor cleanups.
2019-11-03 Martin Quinsonhide some cruft from the doc
2019-11-02 Martin Quinsonstart documenting the C API in sphinx
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-20 Arnaud GierschSpell check.
2019-10-17 Arnaud Giersch[sonar] Add "override" annotation.
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
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 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-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-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-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-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-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 SuterDisks do not need this
2019-09-09 Frederic Sutersimplify disk management
2019-09-06 Frederic SuterMerge branch 'master' into disk
2019-09-04 Frederic SuterMerge branch 'master' into disk
2019-09-03 Frederic Suterworking implementation of storage on disks
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
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
2019-07-24 Martin QuinsonHost::get_englobing_zone() returns the englobing netzone
2019-07-13 Martin QuinsonIntroduce SG_BARRIER_SERIAL_THREAD
2019-07-11 Frederic Suteradd Host::send_to and sg_send_to
2019-07-10 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-07-10 Frederic Suteruntested C interface to Condition Variables
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/29
2019-07-09 Loic GueganWifi model interface:
2019-07-09 Martin QuinsonHide hidden symbols from doxygen
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-15 Martin Quinsonlittle tiny fix toward doc homogeneity
2019-06-14 Martin Quinsontiny doc improvements
2019-06-03 Martin QuinsonAvoid a >>unused parameter ‘host’<< error on user code
next