Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Coding style: snake_case.
[simgrid.git] / include /
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschDisallow template argument deduction for config::Flag.
2022-05-19 Arnaud GierschDefine xbt::type_identity_t (similar to C++20's std...
2022-05-19 Fabien ChaixCosmetics
2022-05-18 Fabien ChaixMove hosts_ to ActivityImpl_ to allow tracking of detac...
2022-05-12 Arnaud GierschRename VM signals to distinguish them from Host::on_cre...
2022-05-10 Arnaud GierschDefine duplicated function get_graph() only once, in...
2022-05-10 Arnaud GierschMake helper functions static members of NetZoneImpl.
2022-05-10 Martin QuinsonMerge branch 'master' into 'master'
2022-05-10 Tom CornebizeEnhance graphicator program
2022-05-06 Arnaud GierschSimplify a bit smpi_sample_* functions.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-22 Arnaud GierschFix some warnings in doc generation.
2022-04-22 Arnaud GierschType size_t for every variant of get_host_count().
2022-04-22 Arnaud GierschAdd "explicit" keyword.
2022-04-19 Bruno DonassoloSet s4u::VirtualMachine as deprecated
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-11 Bruno DonassoloIt seems important to keep destruction order for hosts...
2022-04-11 Bruno DonassoloHosts and VMs internal refactor.
2022-04-08 Bruno DonassoloSonar smells
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-04-04 Bruno DonassoloMove links_ to the netzone their are declared
2022-03-31 SUTER Fredericallow users to retrieve hosts and links by the zone...
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-30 Arnaud GierschIndentation.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Martin QuinsonExpose signals Activity::on_suspend and Activity::on_re...
2022-03-25 Martin Quinsonkill a signal that never worked anyway
2022-03-22 Arnaud GierschMore XBT_PUBLIC for mingw.
2022-03-22 Arnaud GierschA few Sonar smells.
2022-03-22 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v336.
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-19 Martin QuinsonGive users a way to debug their barriers
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschA few more sonar smells.
2022-03-17 Fabien ChaixExpose MailboxImpl::clear() to improve handling of...
2022-03-17 Arnaud GierschFix mingw warnigns.
2022-03-16 Arnaud GierschDisallow direct contruction/destruction of s4u::File.
2022-03-16 Arnaud GierschMove simcall out of s4u::File destructor.
2022-03-16 Arnaud GierschProvide File::open with 3 arguments.
2022-03-16 Arnaud GierschPolymorphic base class destructor should be either...
2022-03-16 Arnaud GierschRename variables to avoid shadowing outer declarations.
2022-03-16 SUTER Frederictake 2 on declare_flag, not sure it's better... a bit...
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschWhitespace cleanup and reindent.
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-15 SUTER Frederic[config] some declare_flag to Flag
2022-03-14 Martin QuinsonCosmetics in comments (mainly in EngineImpl::run)
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-03-14 Arnaud GierschMark more smx_* type aliases as deprecated.
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin Quinsondocument a function
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschUse std::function for Extension deleters.
2022-03-10 Arnaud GierschUse std::function for Comm callbacks.
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Arnaud GierschFix mingw warning.
2022-03-09 Martin QuinsonImprove the Actor::set_auto_restart doc by specifying...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-08 Arnaud GierschDefine Comm::send and Comm::recv (replace simcall_comm_...
2022-03-08 SUTER Fredericintroduce thread_execute
2022-03-08 SUTER Fredericmark 3 more simcalls as deprecated
2022-03-06 Arnaud GierschMark unused type aliases as deprecated.
2022-03-06 Arnaud GierschMark old simcall_comm_isend/irecv/wait as deprecated.
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Martin Quinsonsemaphore monkey
2022-03-02 Martin QuinsonNew signal: Engine::on_simulation_start
2022-03-02 Arnaud GierschConst methods.
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 SUTER Fredericrework how host-to-host comms are managed
2022-03-01 SUTER Fredericclean up before modifications
2022-02-28 Martin QuinsonEnhance the documentation of Actor::daemonize()
2022-02-28 Martin QuinsonMore information on actor death in monkey's test case
2022-02-27 Martin QuinsonNo future.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-27 Martin Quinsonallow to chain some setters on actors
2022-02-27 Martin Quinsoncosmetics (sg4 namespace, comments, log channel)
2022-02-25 Martin QuinsonImplement SemaphoreImpl::acquire_async (timeouts are...
2022-02-24 Martin QuinsonAdd a MC version of the s4u-synchro-mutex test
2022-02-23 SUTER Fredericdeprecate Engine::shutdown()
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-21 Martin Quinsondoc: add a link from Mailbox::get_init to Comm::set_dst...
2022-02-20 Martin QuinsonRename SynchroRawImpl to SynchroImpl
2022-02-18 Martin QuinsonMake CommDet a plugin on top of Safety
2022-02-18 Arnaud GierschFix sonar issues in ns3 bindings.
2022-02-18 Arnaud GierschDeprecate sg_host_dump.
2022-02-16 Arnaud GierschUse bounds checking method array::at().
2022-02-07 Martin QuinsonMove the selection of the next transition to execute...
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericmark some old simcalls as deprecated (test, test_any...
next