Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Java bindings. They are not updated since maybe 10 years
[simgrid.git] / src / kernel / EngineImpl.cpp
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.
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-02-28 Fabien ChaixAnswer to Martin's feedback
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-25 Martin QuinsonRework a long and aging comment (but keep the xkcd...
2022-02-20 Martin QuinsonRename SynchroRawImpl to SynchroImpl
2022-02-11 Martin QuinsonObjectification of mc::RecordTrace
2022-02-08 SUTER Frederic[sonar] constify
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-04 Bruno DonassoloMerge branch 'issue99' into 'master'
2022-01-03 Bruno DonassoloMix XML and C++ platforms
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-12-22 SUTER Fredericfactor call to complete for done activities
2021-12-22 SUTER FredericActivity refactoring
2021-12-22 Martin QuinsonInline another function, in EngineImpl::shutdown
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-16 SUTER Fredericneed to set Exec finish time when created by maestro
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-11-19 Augustin Degommethread factory + dlopen privatization seems to be worki...
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-10 SUTER Frederic[sonar] constify
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-06 SUTER Fredericempty out src/simix/smx_context.cpp
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-24 SUTER Fredericfix proxy-apps but not the new smpi faulty test
2021-09-21 SUTER Fredericremove smx_global.cpp
2021-09-21 SUTER Fredericmove MC stuff from simix_global to EngineImpl
2021-09-21 SUTER FredericEngineImpl::shutdown doesn't have to be static
2021-09-21 SUTER Frederichandle suicidal MPI apps first
2021-09-21 SUTER Fredericget rid of surf_init
2021-09-20 SUTER Fredericsimplify writing in model setup + may fix issue with...
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericmove context_mod_init to EngineImpl
next