Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / EngineImpl.cpp
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-27 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred Suterhandle Mess in display actor status
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-24 Fred Suteradd Message queue abstraction
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-05-02 Arnaud GierschFix use-after-free observed with the s4u-operation...
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-16 Martin QuinsonLet resource profiles finish their initialization by...
2023-04-16 Martin QuinsonNo need to presolve the models to finish their initiali...
2023-04-16 Martin QuinsonOnly fire on_platform_created after creating the platfo...
2023-04-06 Martin QuinsonAllow ns3 to be idempotent if correctly patched
2023-04-01 Martin QuinsonIgnore empty replay path + hide a global (to avoid...
2023-04-01 Martin QuinsonFix an initialization race around the AppSide
2023-04-01 Martin QuinsonOnly compile stateless MC when libevent is found
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 Arnaud GierschFill cmdline_ for each instance of EngimeImpl.
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonLet the xbt_log module register its finalizer itself
2023-02-21 Martin QuinsonKill simgrid::xbt::cmdline and simgrid::xbt::binary_name
2023-02-21 Martin QuinsonSimplify the library initialization + deprecate 2 XBT...
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-19 Martin QuinsonFinally kill surf_interface.hpp watched_host was actual...
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-18 Martin QuinsonMove the files related to the platform parsing to kerne...
2023-02-18 Martin QuinsonRemove some more occurence of 'surf' in comments and...
2023-02-18 Martin QuinsonFurther rename the identifiers of flexml to simgrid_parse_*
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschDefine context related globals as static members of...
2023-01-16 Martin QuinsonKill a useless function, and rename another one
2023-01-16 Martin Quinsonanother useless cleanup
2023-01-16 Martin QuinsonKill a parameter that was always nullptr
2023-01-13 Arnaud GierschInstall SIGSEGV handler unconditionally.
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-12 Martin Quinsonpthreads are not used anymore. Standard C++ ones are
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-02 Arnaud GierschVariable is declared in xbt/asserts.h.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-30 Martin QuinsonAnd now cleanup the App-side of cruft that was needed...
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
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 Fabien ChaixInitial versio of the fault scenario test
2022-05-17 Augustin DegommeMerge branch 'dev-unit_test_cleanup' into 'master'
2022-05-17 Arnaud GierschMerge branch 'dev-s4u-dirty-termination' into 'master'
2022-05-17 Fabien ChaixMake S4u dirty termination better looking
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-11 Bruno DonassoloHosts and VMs internal refactor.
2022-04-04 Bruno DonassoloMove links_ to the netzone their are declared
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Arnaud GierschMake factory_initializer a static member of ContextFactory.
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 Arnaud GierschSlightly improve message on deadlock.
2022-03-24 Arnaud GierschMake NOW a static member of EngineImpl.
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-21 Arnaud GierschCosmetics: coding-style.
2022-03-14 Martin QuinsonFix the cleanup. Sorry @agiersch for breaking everythin...
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-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
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-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschKill dead code.
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
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-08 Arnaud GierschUpdate comment.
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
next