Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / include /
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-06 Arnaud GierschSometimes 'free' is not a member of 'std'.
2019-03-06 Arnaud GierschAdd exception specification for xbt_free_f.
2019-03-06 Arnaud GierschMissing include.
2019-03-06 Arnaud Giersch[sonar] Use std::function.
2019-03-06 Arnaud GierschDeprecate some functions.
2019-03-06 Frederic Suterplease sonar
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suterplease clang
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Arnaud GierschField is initialized by constructor.
2019-03-05 Martin Quinsonthose pimpl are actually never null, stop fooling sonar
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-05 Martin Quinsondon't let sonar think that pimpl_ can be null
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Frederic Sutersnake case this bool
2019-03-01 Arnaud GierschUse Rvalue references for exception constructors.
2019-03-01 Arnaud GierschStop setting random seed at initialization.
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-28 Arnaud GierschMake capture list explicit.
2019-02-28 Arnaud GierschUse default initialization.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschMethod is redundant with base class.
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-25 Arnaud GierschKill now unused functions SIMIX_mutex_{un}ref.
2019-02-25 Arnaud GierschConvert last call to SIMIX_mutex_unref.
2019-02-25 Frederic Suterend objectification of MSG tasks
2019-02-25 Frederic Sutermv counter from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv data from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv category from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermove name from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Suterobjectify simdata_task_t
2019-02-23 Frederic Suterplease sonar
2019-02-22 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-02-22 Frederic Sutermake destructor public
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-20 Frederic Suterdamned picky clang
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutersave a cast
2019-02-20 Frederic Sutercleanups and uniformization in Activity headers
2019-02-20 degommeChange the syntax of SMPI_SAMPLE_* macros.
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_waitany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_testany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall io_wait.
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-19 Martin Quinsontiny doc improvement
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-18 Frederic Suteradd a StorageFailureException
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-16 Frederic Suteradd support for CancelException
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-13 Frederic SuterObjectify Semaphore kernel counterpart
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschAvoid unnecessary copy of parameters for parallel_execute.
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic Suterkeep a return value for MSG_process_sleep
2019-02-12 Frederic Sutera bug notified on July 28, 2014 is finally solved \o/
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-11 Arnaud GierschDeprecate an unused function.
2019-02-09 Arnaud GierschAdd const attribute.
2019-02-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Martin Quinsonnew functions: Link::is_{on,off}()
2019-02-08 Martin Quinsonallow to set a profile to links and hosts from S4U
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Frederic Suterfix clang builds
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Frederic Suterthink about users
2019-02-03 Frederic Suterset_kill_time is a method of ActorImpl
2019-02-03 Frederic SuterEngine is in charge of platform creation, not SIMIX...
2019-02-03 Frederic Sutermove code to the right place
2019-02-03 Frederic Suterfurther cleaning in simcalls
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-02-03 Frederic Sutermodernize a few simcall_execution_* calls
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-02-01 Arnaud GierschRIP cunit.
2019-02-01 Frederic Suterproperly split init and start for IO activities
2019-01-27 Arnaud GierschRemove workaround for g++ 4.8.
2019-01-27 Arnaud GierschImplement xbt::Result with boost::variant.
2019-01-26 Martin Quinsoninline a function
2019-01-26 Martin QuinsonThe pimpl of s4u objects is const
2019-01-26 Martin QuinsonI'd like to kill that parmap.h at some point
2019-01-25 Arnaud Giersch[sonar] Don't use default capture for lambda.
2019-01-25 Arnaud Giersch[sonar] Remove variadic functions.
2019-01-21 Martin Quinsonfurther s/trace/profile/ cleanups
2019-01-21 Martin QuinsonDoc improvement
2019-01-21 Martin Quinsonstart to s/trace/profile/ in the public API
2019-01-21 Martin Quinsonstart renaming tmgr trace into profile
2019-01-20 Martin Quinsonkill an unused function
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
next