Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-02-19 Augustin Degommeremove doxygen css and py tools scripts from codacy
2019-02-19 Augustin Degommereduce size of message sent ..
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
2019-02-13 Frederic Sutermodernize a non-blocking simcall
2019-02-13 Frederic Suteradd start and copy_data methods to CommImpl
2019-02-13 Frederic Suteruse namespaces
2019-02-13 Frederic Sutermessing with msg tracing
2019-02-13 Frederic Sutermerge SIMIX_synchro_finish into RawImpl::post
2019-02-13 Frederic Suteruse namespaces
2019-02-13 Frederic Sutermore SemaphoreImpl cleanups
2019-02-13 Frederic SuterObjectify Semaphore kernel counterpart
2019-02-13 Frederic SuterSIMIX_process_join becomes ActorImpl::join
2019-02-12 Arnaud GierschPlug memory leaks for tests 1 to 5.
2019-02-12 Arnaud GierschFix bad cast spotted by UBSan.
2019-02-12 Arnaud GierschSnake case.
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 GierschGet rid of temporary vector of strings.
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Arnaud Giersch[tesh] Split setenv parameter on first '=' only.
2019-02-12 Frederic Suterkeep a return value for MSG_process_sleep
2019-02-12 Frederic Suterfix build
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-12 Frederic Sutercosmetics
2019-02-12 Frederic SuterSIMIX_process_killall becomes ActorImp::kill_all
2019-02-12 Frederic SuterSIMIX_process_kill becomes ActorImpl::kill
2019-02-12 Frederic Suterstart to differentiate kill from exit in ActorImpl
2019-02-11 Arnaud GierschAdd suppressions for Asan when run on jenkins.
2019-02-11 Arnaud GierschNo need to answer to simcall when host is off.
2019-02-11 Arnaud GierschDon't set field twice.
2019-02-11 Arnaud GierschEnrich debugging messages.
2019-02-11 Arnaud GierschRename file for the sake of consistency.
2019-02-11 Arnaud GierschDeprecate an unused function.
2019-02-11 Frederic Suterplease sonar with a few smells
2019-02-10 Arnaud GierschTypo.
2019-02-09 Martin Quinsonfinish the rename of availability_file into speed_file
2019-02-09 Martin Quinsonremove a useless example profile
2019-02-09 Martin Quinsonmv examples/platforms/two_hosts_platform_with_availabil...
2019-02-09 Martin QuinsonIn <host> and <peer>, availability_file is now speed_file
2019-02-09 Martin Quinsonregenerate with Flex 2.6.4
2019-02-09 Arnaud GierschTests {msg,s4u}-platform-failures seem to work as expec...
2019-02-09 Arnaud GierschUpdate tesh files for {msg,s4u}-platform-failures.
2019-02-09 Arnaud GierschFile has been renamed.
2019-02-09 Arnaud GierschCosmetics.
2019-02-09 Arnaud GierschAdd const attribute.
2019-02-09 Arnaud GierschUsing cancel() seems to be the right way to do.
2019-02-08 Frederic Sutercosmetics
2019-02-08 Frederic Suterhandle SleepImpl more like other activities
2019-02-08 Frederic Suterbetter chaining
2019-02-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Frederic Suternamespace and method chaining for Io activities
2019-02-08 Martin Quinsonmv examples/platforms/trace examples/platforms/profiles
2019-02-08 Frederic Suterallow and use method chaining for ExecImpl
2019-02-08 Martin Quinsonimprove the doc of this example
2019-02-08 Martin Quinsonadd an example of speed profile in the platform
2019-02-08 Frederic Suteruse namespaces for sake of readability
2019-02-08 Frederic Suterreplace SIMIX_execution_start by modern simcall
2019-02-08 Martin Quinsonfix misleading doc!
2019-02-08 Martin Quinsonnew functions: Link::is_{on,off}()
2019-02-08 Frederic Suterchange_host -> set_host
2019-02-08 Martin Quinsonallow to set a profile to links and hosts from S4U
2019-02-06 Arnaud GierschFix generation of graphical-toc.svg.
2019-02-06 Arnaud GierschUpdate some URLs to simgrid.org.
2019-02-06 Arnaud GierschFix URL for simgrid.dtd.
2019-02-06 Arnaud GierschFix null pointer dereference spotted by scan-build.
2019-02-06 Arnaud GierschAssert that there is no memory leak (help scan-build).
2019-02-06 Arnaud GierschRewrite smpi_copy_file() again.
2019-02-06 Arnaud Giersch[codacy/cppcheck] Comment dead code (is_homogeneous...
2019-02-06 Frederic Suterfactor suspend/resume across Activities
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Augustin Degommerequalify tesh
next