Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-02-11 Arnaud GierschUse a smart pointer immediately. Uncomment fixed test.
2021-02-11 Arnaud GierschSonar asks for an in-class initializer.
2021-02-11 Arnaud GierschWhitespaces for codefactor.io.
2021-02-11 Arnaud GierschUse nullptr rather than 0.
2021-02-10 Arnaud GierschImprove assertions about expected timeouts (still failing).
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp
2021-02-10 Arnaud Gierschsurf_action_ should not be null here.
2021-02-10 Arnaud GierschPrefer xbt_malloc that will never return NULL.
2021-02-09 Frederic Suterplease modern compilers
2021-02-09 Frederic Sutersetters can be used in the STARTING state too
2021-02-09 Frederic SuterCannot do anything with dependencies
2021-02-09 Arnaud GierschCmake: allow wildcards (*, ^) when listing factories.
2021-02-09 Arnaud GierschEnable test for all available factories.
2021-02-09 Arnaud GierschUnnecessary "else" after "return".
2021-02-09 Arnaud GierschPython 3 is required anyway.
2021-02-09 Arnaud GierschCosmetics.
2021-02-09 Arnaud GierschFix return value to MPI_UNDEFINED.
2021-02-09 Frederic Sutertrigger on_completion from wait_any_for
2021-02-09 Frederic SuterEnable access to Exec from ExecImpl and fix get_finish_...
2021-02-09 Frederic Suterfix Exec::get_start_time()
2021-02-08 eazimia flag for udpor in the simgrid config
2021-02-08 eazimidictation corrected
2021-02-08 eazimiget_enabled_transitions() is a general function
2021-02-07 Martin QuinsonAlso test the direct communications
2021-02-07 Martin Quinsongroup some internal tests together
2021-02-07 Martin QuinsonSort the model tests a bit better
2021-02-06 Martin QuinsonNo need to test 'not detached_' twice in the same test
2021-02-05 eazimicleanup!
2021-02-05 eazimiMC_smx_actor_get_name() implemented in Api class, it...
2021-02-05 eazimiMC_smx_actor_get_host_name() implemented in Api, it...
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 eazimiget_enabled_transitions() implemented
2021-02-05 Arnaud GierschFix includes.
2021-02-05 Arnaud GierschMake constructor 'explicit'.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for mc::MessageType.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for s4u::Activity::State.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for kernel::activity::State.
2021-02-05 Arnaud GierschAdd helper macro to declare enums with to_string.
2021-02-05 Arnaud GierschDefine two more XBT macros to handle lists of arguments.
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 eazimimerge with framagit/master
2021-02-05 eazimiindentation
2021-02-05 Martin QuinsonCommImpl: don't mix state and type, and make type_...
2021-02-05 Martin QuinsonTiny doc improvement
2021-02-05 Martin Quinsondoc: borken link
2021-02-04 Arnaud GierschDefine CommImpl::type_ at construction.
2021-02-04 Arnaud GierschSimplify condition.
2021-02-04 Arnaud GierschPrefer std::array to map enum to string.
2021-02-04 Arnaud Giersch[sonar] Pointer to const.
2021-02-04 Arnaud Giersch[sonar] Restore old comment for empty function.
2021-02-04 Arnaud Giersch[sonar] Add attribute "noreturn".
2021-02-04 Arnaud Giersch[fbinfer] Fix dead stores.
2021-02-04 eazimiget_mbox_remote_addr() returns RemotePtr
2021-02-04 eazimiget_comm_remote_addr() implemented
2021-02-04 eazimisimcall_get_name() updated
2021-02-04 eazimiget_mbox() replaced by get_mbox_remote_addr()
2021-02-04 Frederic Suterplease clang and explicitly override
2021-02-04 Frederic SuterImplement a second veto on start. Activity must be...
2021-02-04 Frederic Sutermore vetoable_start
2021-02-04 Frederic SuterChainable CRTPed version of vetoable_start
2021-02-04 Frederic SuterHost::exec_async was an init(), fix that.
2021-02-04 Frederic Sutertest and fix Comm::set_payload_size + more chaining
2021-02-03 Frederic SuterStorage-kill: update ChangeLog
2021-02-03 Frederic SuterStorage-kill: use right version number
2021-02-03 Frederic SuterStorage-kill: fix distcheck
2021-02-03 Frederic SuterStorage-kill: get rid of this platform file
2021-02-03 Frederic SuterStorage-kill: this test is useless now
2021-02-03 Frederic SuterStorage-kill: last crumbs
2021-02-03 Frederic SuterStorage-kill: remove java bindings
2021-02-03 Frederic SuterStorage-kill: prevent users to use these tags
2021-02-03 Frederic SuterStorage-kill: this survives to make
2021-02-03 Frederic SuterStorage-kill: clean forward.h
2021-02-03 Frederic SuterStorage-kill: no more storage in MSG
2021-02-03 Frederic SuterStorage-kill: no more check disk attachement
2021-02-03 Frederic SuterStorage-kill: clean file system plugin
2021-02-03 Frederic SuterStorage-kill: clean surf of storage
2021-02-03 Frederic SuterStorage-kill: start with entire files
2021-02-02 Martin QuinsonFix make distcheck
2021-02-02 Martin QuinsonNew function: Comm::set_payload_size() to set the amoun...
2021-02-02 Martin QuinsonImprove an error message: comms must be detached if...
2021-02-02 Martin QuinsonIgnore more cruft found on my disk
2021-02-02 Martin QuinsonStart to document the plugin mechanism
2021-02-02 Martin Quinsona word in the doc about signal's API
2021-02-02 Martin Quinsonhaving generated files in the git is of no use for...
2021-02-02 Martin QuinsonIgnore more warnings about stuff I don't plan to document
2021-02-02 Martin Quinsonautodoxy: allow variables to have more than one <ref...
2021-02-02 Frederic SuterChange the way IO activities are initiated
2021-02-01 Frederic SuterIntroduce Exec::init(). One step towards SimDag++
2021-01-29 Arnaud Gierschpimpl_ will never be null.
2021-01-29 Arnaud GierschUse default member initializer.
2021-01-29 Arnaud GierschDistcheck needs a sorted list.
2021-01-29 Martin QuinsonFix a few broken references and other warnings in the doc
2021-01-28 eazimiget_comm_irecv_raw_addr() defined and implemented
2021-01-28 eazimiporivate functions
2021-01-28 eazimiassignment used
2021-01-28 eazimisimcall_get_issuer() implemented in Api class
2021-01-28 eazimiclarification
2021-01-28 Martin QuinsonAlso fix the ns3 log channels. What a debacle...
2021-01-27 eazimiget rid of calling local(), easy peasy!
next