Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2019-02-05 Augustin Degommeremove some codacy warnings
2019-02-05 Arnaud GierschWith Icc, change bogus error into warning.
2019-02-05 Arnaud GierschPlug memory leak.
2019-02-05 Arnaud GierschProvide our own main() for unit-tests.
2019-02-05 Arnaud GierschUse C++11 std::atomic instead of gcc builtins.
2019-02-05 Arnaud GierschUse C11 atomic_flag instead of gcc builtins.
2019-02-05 Arnaud GierschUpdate .mailmap.
2019-02-05 Arnaud GierschCosmetics.
2019-02-05 Arnaud GierschReduce scope for variable 'rank'.
2019-02-05 Arnaud GierschCosmetic rewrite to please cppcheck.
2019-02-05 Arnaud GierschReset pointer to make it clear for cppcheck that it...
2019-02-05 Arnaud GierschInitialized all struct members.
2019-02-05 Arnaud GierschCosmetic rewrite to please cppcheck.
2019-02-05 Christian Heinrich[SMPI] Fix iprobe bound
2019-02-04 Frederic SuterSIMIX_process_change_host becomes ActorImpl::change_host
2019-02-04 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
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 Arnaud Giersch[codacy/cppcheck] Potential memory leak.
next