Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused constants.
[simgrid.git] / src /
2019-02-27 Arnaud GierschKill unused constants.
2019-02-27 Frederic Suterfix (#220) ?
2019-02-27 Frederic Sutermake MSG_process_create die if host is off.
2019-02-27 Frederic Suterfix typos in warning
2019-02-26 degommeChange color of "barrier" in trace. It was too close...
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-26 Frederic Suterfix (#324)
2019-02-25 Arnaud Giersch[sonar] Improve Cognitive Complexity.
2019-02-25 Arnaud GierschNO_MAX_DURATION is a special value, use (in)equality...
2019-02-25 Arnaud GierschMove common test to Action::update_max_duration.
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 Suterfix last issues
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-25 Frederic Suterpriority and bound of MSG tasks can only be set BEFORE...
2019-02-25 Frederic Sutersource is sender's host. One field is enough
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-23 Frederic SuterSIMIX_mutex_{un}ref become MutexImpl::{un}ref
2019-02-23 Frederic Suterdont call HANDLER
2019-02-23 Frederic Suterplease sonar
2019-02-22 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-02-22 Arnaud GierschFix build error with mingw.
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-22 Frederic Suterdumb me.
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-22 Frederic Suterforgot that one
2019-02-22 Frederic Suterstop using old simcalls in our own code
2019-02-22 Frederic Sutersnake casing
2019-02-22 Frederic Sutertrim instr_msg code
2019-02-22 Frederic Suteruse TASK_CANCELED rather than HOST_FAILURE for CancelEx...
2019-02-22 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-22 Arnaud GierschThrow exception when comm was canceled.
2019-02-22 Arnaud GierschHandle CancelException in MSG_{comm,test} too.
2019-02-21 Frederic Suterremove useless code
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suteruse more s4u calls in MSG
2019-02-21 Frederic Suterfix some issues with Cancel
2019-02-21 Arnaud GierschParameter is a boolean.
2019-02-21 Arnaud GierschDon't strip last component of cwd.
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutera few simplifications
2019-02-20 Frederic Suterreplace another old simcall in MSG
2019-02-20 Frederic Sutersave a cast
2019-02-20 Frederic Sutermodernize a simcall in MSG
2019-02-20 Arnaud Giersch(Hope to) fix number of cores for VMs.
2019-02-20 Frederic Sutercleanups and uniformization in Activity headers
2019-02-20 Arnaud GierschThis is a CommImpl*.
2019-02-20 Frederic Sutermove a function to a righter place
2019-02-20 Frederic Suterprevent segfault when DEBUG is activated
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 GierschKill now unused mc_xbt.
2019-02-20 Arnaud GierschFix MC build after changes for waitany.
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschRemove superfluous refcounting.
2019-02-20 Arnaud GierschSimcall waitany really takes a dynar of ActivityImpl*.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-20 Arnaud GierschCosmetics: adjust method names in debug messages.
2019-02-20 Arnaud GierschMake cleanupSurf() private.
2019-02-19 degomme[SMPI] Change sampling behavior.
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-18 Frederic SuterSIMIX_io_finish becomes IoImp::finish
2019-02-18 Frederic Suteradd a StorageFailureException
2019-02-18 Frederic Suter_SIMIX_cond_wait becomes ConditionVariable::wait
2019-02-18 Frederic SuterSIMIX_synchro_wait becomes RawImpl::start
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-18 Arnaud GierschAvoid some casts and copies of CommImplPtr.
2019-02-17 Frederic Suterlate modification wasn't tested, former was better
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-16 Frederic Suterdead header
2019-02-16 Frederic SuterSIMIX_process_yield becomes ActorImpl::yield
2019-02-16 Frederic SuterMethods and renaming in simix::Global
2019-02-16 Frederic Suteradd support for CancelException
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-15 Arnaud GierschCosmetics (and please scan-build about potential null...
2019-02-15 Arnaud GierschUnsigned cannot become negative.
2019-02-15 Arnaud GierschUse const references for parameters.
2019-02-15 Arnaud GierschMore std::string parameters.
2019-02-15 Frederic Suterfix build
2019-02-15 Frederic Sutermake e_smx_comm_type_t be en enum class
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
2019-02-13 Arnaud GierschUse get_cname() instead of name_.c_str().
2019-02-13 Arnaud GierschDefine ActivityImpl::get_{name,cname}.
2019-02-13 Arnaud GierschPolish passage of std::string parameters.
2019-02-13 Frederic Suterfix github issue (#132)
2019-02-13 Frederic Sutersimplification
next