Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 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!
2021-01-27 eazimiRemotePtr in get_dst_actor()
2021-01-27 eazimiRemotePtr in get_src_actor()
2021-01-27 eazimiRemotePtr in PatternCommunication class
2021-01-27 eazimino need to comm_addr_equal()
2021-01-27 eazimiget_comm_isend_raw_addr() update
2021-01-27 eazimiRemotePtr in get_comm_waitany_raw_addr()
2021-01-27 eazimiRemotePtr in get_comm_wait_raw_addr()
2021-01-27 Martin QuinsonY U NO test before commit/push??
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-27 Arnaud GierschDeclare methods 'const'.
2021-01-27 Arnaud GierschRename field.
2021-01-27 Arnaud GierschNo need to make a simcall on semaphore construction.
2021-01-27 Arnaud GierschNo need to make a simcall on mutex creation.
2021-01-27 Arnaud GierschKeep improved comments from commit 9304dfd37f.
2021-01-27 Arnaud GierschAvoid to define log categories twice.
2021-01-27 eazimiRemotePtr in get_pattern_comm_dst_proc()
2021-01-27 eazimiRemotePtr in get_pattern_comm_src_proc()
2021-01-27 eazimiRemotePtr in complete_comm_pattern()
2021-01-27 eazimiRemotePtr in update_comm_pattern()
2021-01-27 eazimiRemotePtr as the input parameter type in get_pattern_co...
2021-01-27 eazimiRemotePtr as the input parameter type in get_pattern_co...
2021-01-27 eazimia .gitignore update
2021-01-27 eazimidefusing
2021-01-27 eazimisimcall_get_comm() deleted
2021-01-26 Martin QuinsonThis was not meant to be commited, sorry
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-25 eazimikilling mc_get_remote_simulation()
2021-01-25 eazimifilenames changed
2021-01-25 eazimimc_api renamed to Api
2021-01-25 eazimisimcall_check_dependency() defined and implemented
2021-01-25 eazimirequest_depend_asymmetric() in mc_api class
2021-01-25 eazimisimcall_get_comm() defined and implemented
2021-01-25 eazimisimcall_get_mbox() defined and implemented
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Arnaud Gierschbinutils upgraded, but still broken.
2021-01-25 Arnaud GierschFix build error.
2021-01-25 Arnaud GierschUse auto return type deduction.
2021-01-25 Arnaud GierschFbinfer saw there another static initialization order...
2021-01-25 Arnaud GierschKill ancient compatibility hack (fixed since elfutils...
2021-01-25 Augustin Degommethis constructor was removed in ns3 3.33 - apparently...
2021-01-25 Martin QuinsonAssert that the log categories are unique
next