Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Begin to prepare the next release
[simgrid.git] / src /
2022-03-16 Arnaud GierschMove simcall out of s4u::File destructor.
2022-03-16 Arnaud GierschUse s4u::File::open/close inside s4u::File too.
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 GierschFix shadowing declarations in Parmap too.
2022-03-16 Arnaud GierschRename variables to avoid shadowing outer declarations.
2022-03-16 Arnaud GierschInitialize all fields.
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Arnaud GierschKill dead code.
2022-03-16 Arnaud GierschStatic storage duration for config flags.
2022-03-16 SUTER Frederictake 2 on declare_flag, not sure it's better... a bit...
2022-03-16 Arnaud GierschDirectly reset observer_ instead of using an empty...
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschRegroup common code.
2022-03-15 Jean-Edouard BOULANGERAdd Barrier Python bindings
2022-03-15 Arnaud GierschDisable debug output by default.
2022-03-15 Arnaud GierschWhitespace cleanup and reindent.
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-15 Martin QuinsonMerge branch 'add_mutex_python_bindings' into 'master'
2022-03-15 Jean-Edouard BOULANGERAdd Mutex Python bindings
2022-03-15 SUTER Frederic[config] some declare_flag to Flag
2022-03-14 Martin QuinsonFix the cleanup. Sorry @agiersch for breaking everythin...
2022-03-14 Martin QuinsonFix clang builds
2022-03-14 Martin Quinsonmore C++ish in EngineImpl
2022-03-14 Martin QuinsonCosmetics in comments (mainly in EngineImpl::run)
2022-03-14 Martin QuinsonMake sure that ActorImpl::cleanup_from_kernel is called...
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 GierschUpdate comments.
2022-03-14 Arnaud GierschMark more smx_* type aliases as deprecated.
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Arnaud GierschSometimes propagating an exception across different...
2022-03-13 Arnaud GierschMerge remote-tracking branch 'github/master'
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-13 Martin QuinsonSort Actor traits alphabetically + cleanups
2022-03-13 Martin QuinsonIntroduce ActorIDTrait to split ActorImpl apart
2022-03-13 Martin QuinsonSimplify parameter passing between EngineImpl and Conte...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-13 Martin QuinsonActorImpl::join: react right away if the other actor...
2022-03-12 Martin Quinsonobey our coding conventions in ActorImpl::mailboxes...
2022-03-12 Martin QuinsonSimplify the Context::stop() and reduce duplication
2022-03-12 Martin QuinsonDefuse a trap on refcounting activities by adding a...
2022-03-12 Jean-Edouard BOULANGERMake Python bindings static where needed
2022-03-12 SUTER Fredericaugment example to check sharing of a thread-execute
2022-03-12 Martin QuinsonMake sure that actors killed by a timer are properly...
2022-03-12 Martin QuinsonCosmetics in ActorImpl
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-11 Bruno DonassoloMinor improv in threads
2022-03-11 Bruno DonassoloComment back the unsuccessful try to use faster matrix...
2022-03-10 Arnaud GierschKill dead code.
2022-03-10 Arnaud GierschUse std::function for smpi_comm_copy_data_callback.
2022-03-10 Arnaud GierschUse std::function for Comm callbacks.
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Jean-Edouard BOULANGERAdd remaining Comm synchronisation Python bindings
2022-03-09 Martin Quinsonfurther simpify the MC initialization on app side
2022-03-09 Martin QuinsonSimplify the parameter passing while initializing the...
2022-03-09 Martin QuinsonSeal the platform only once from EngineImpl::run
2022-03-09 Arnaud GierschDon't modify variable twice in the same expression.
2022-03-09 Arnaud GierschProvide constructor with parameters for lmm::Element.
2022-03-09 Martin QuinsonFix clang builds (unused lambda capture)
2022-03-09 Martin QuinsonIntroduce a Trait to deal with autorestart matter in...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-09 Martin QuinsonUpdate an outdated comment
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-03-09 Martin QuinsonRename mc::CheckerAlgorithm to mc::ExplorationAlgorithm...
2022-03-08 Arnaud GierschUpdate comment.
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschRename popping.cpp -> simcall.cpp to better reflect...
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-08 Arnaud GierschUse existing XBT macro to declare enum class Simcall.
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-08 Bruno DonassoloBMF: One pass in sonar issues
2022-03-08 Arnaud GierschMissing include.
2022-03-08 Arnaud GierschDefine Comm::send and Comm::recv (replace simcall_comm_...
2022-03-08 SUTER Fredericintroduce thread_execute
2022-03-07 Bruno DonassoloRevert "Being optimistic for better performance"
2022-03-07 Bruno DonassoloBeing optimistic for better performance
2022-03-07 Arnaud GierschTry to fix detection of eigen3.
2022-03-07 Bruno DonassoloFix build
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Bruno DonassoloFix bug found at ptask experiments
2022-03-07 Bruno Donassoloptask_BMF: High-level documentation of BMF and the...
2022-03-07 Bruno DonassoloBMF sharing penalty/priority
2022-03-07 Bruno DonassoloFix error find by IO test.
2022-03-07 Bruno DonassoloRemove single movement code
2022-03-07 Bruno Donassoloptask_BMF: support for dynamic bounds (user's callback)
2022-03-07 Bruno DonassoloBMF: Fatpipe support
2022-03-07 Bruno DonassoloImplements selective-update for bmf model (off by default).
2022-03-07 Bruno Donassoloptask_BMF: refactor code and loop scenarios
2022-03-07 Bruno DonassoloFix: default rate (bound) for comms is -1 not 0
2022-03-07 Bruno DonassoloBugfix: ptask should use expand_add for exec tasks
2022-03-07 Bruno DonassoloSupport for bounded actions in BMF solver
2022-03-07 Bruno DonassoloNew model for parallel tasks: host/model:ptask_BMF
2022-03-06 Martin Quinsonsonar fixes and little cleanups
2022-03-06 Arnaud GierschMark old simcall_comm_isend/irecv/wait as deprecated.
2022-03-06 Martin QuinsonMerge branch 'add_wait_for_to_py_comm_binding' into...
2022-03-06 Jean-Edouard BOULANGERAdded Python bindings: Comm.wait_for() and Comm.wait_an...
2022-03-05 Martin Quinsonkeep cool, sonar, everything's under control
next