Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix test action ti-tracing, it needs to behave like a wait
[simgrid.git] / include /
2022-01-28 SUTER FredericUsers should not set the netzone_root themselves. Make...
2022-01-24 Arnaud GierschDeprecate Activity::{get,set}_user_data().
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-23 Martin QuinsonExtend the python bindings and cosmetics
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonFurther fixups and cosmetics in the doc
2022-01-22 Martin QuinsonMake Activity::on_completion take a const&, just like...
2022-01-22 Martin QuinsonMany tiny documentation improvements
2022-01-17 Arnaud GierschCurrent XBT_ATTRIB_DEPRECATED is v334. Fix last changes.
2022-01-17 Arnaud GierschDeprecate functions unused after removal of SimDag.
2022-01-17 Arnaud GierschRename method, and make it return a boolean.
2022-01-16 Arnaud Giersch'virtual' looks superfluous here.
2022-01-16 Arnaud GierschMake signals private in s4u::Actor.
2022-01-16 Arnaud GierschRemove references to ancient functions.
2022-01-12 SUTER Fredericmake all VM signals private
2022-01-11 SUTER Fredericcontinue the deprecation of instrumentation C interface
2022-01-11 SUTER Fredericpublic functions in header + fix deprecation info
2022-01-11 SUTER Fredericdeprecate a large part of the old C tracing API
2022-01-10 SUTER Fredericc++-ify interface to instr
2022-01-07 SUTER Frederic[sonar] bunch of smells
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-06 Martin QuinsonMerge branch 'appveyor' of github.com:simgrid/simgrid
2022-01-06 SUTER Fredericdrop the old Lua bindings for programmatic platform...
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
2022-01-03 SUTER Fredericremove Jedule related stuff + fix SIMDAG_SRC->DAG_SRC...
2022-01-03 SUTER Fredericforgot that in making Activities extendable. Should...
2022-01-02 SUTER FredericKill both SimDag and Jedule bindings. Cleanups will...
2022-01-02 SUTER Fredericconvert the last two simdag examples. Simdag can die
2022-01-02 SUTER Fredericimplement Activity::destroy when you want to clean...
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-24 SUTER Fredericremove old dot loader
2021-12-24 SUTER Fredericmodernize cycle detection in DAGs
2021-12-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-12-23 SUTER Fredericreturn all dependencies and successors and let the...
2021-12-23 SUTER Fredericallow to retrieve the source and destination of a host...
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-12-23 SUTER Fredericfirst attempt to a DAG loader for s4u. To be improved...
2021-12-23 SUTER Fredericgive access to first dependency and first successor...
2021-12-23 SUTER Fredericadd a function to know how many successors an activity has
2021-12-22 SUTER Fredericenable sendto_init()->set_from(h1)->set_to(h2)
2021-12-22 SUTER FredericActivity refactoring
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-21 SUTER Fredericmove tests on dependencies to a better place
2021-12-21 SUTER Fredericcosmetics and wrapper
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonNew signal: Activity::on_veto, to detect when an activi...
2021-12-14 SUTER Fredericknow whether an activity has solved all its dependencies
2021-12-14 Martin QuinsonEngine::run_until: documentation + C bindings
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-12-13 Martin QuinsonAdd a function to retrieve the ns3 node from the s4u...
2021-12-07 Bruno DonassoloSonar code smells
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-11-19 SUTER Fredericcontinue to mess up with simdag
2021-11-12 SUTER FredericObjectify SD_task_t
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-04 SUTER FredericReorganize VM code
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-30 SUTER Fredericadd user friendly wrapper to set priorities on I/Os
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-27 SUTER FredericChange the way VMs are created.
2021-10-27 SUTER Fredericadd File::open and File::close in FileSystem plugin
2021-10-26 Arnaud GierschMove kernel/resource/Resource.hpp in private section.
2021-10-26 Arnaud GierschMove smpi_replay.hpp in private section.
2021-10-26 SUTER Fredericmake Resource:state_event_ private
2021-10-26 SUTER Fredericrefactor Resource::is_used()
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
2021-10-21 SUTER Fredericremove Link::on_communicate (use CommImpl::on_start...
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-08 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v334.
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-07 SUTER Fredericthere is no such thing as simix::Host
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-10-06 SUTER Fredericless calls to simix.h + cosmetics
2021-10-05 Arnaud GierschMove declarations in smpi_helpers_internal.h.
2021-10-05 Arnaud GierschAdd attribute [[noreturn]].
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-27 Arnaud GierschDeclare this_actor::exit() [[noreturn]].
2021-09-27 Augustin Degommeextend std namespace with our own definitions.
2021-09-27 Augustin DegommeMark the smpi_exit call as noreturn, and really kill...
2021-09-26 Augustin DegommeIntercept exit() to avoid killing simulations too early...
2021-09-24 SUTER Fredericfix proxy-apps but not the new smpi faulty test
2021-09-23 Augustin DegommeMerge branch 'public_smpi_func' into 'master'
2021-09-23 Julien EMMANUELMake some SMPI functions public
2021-09-23 Martin Quinsoncosmetics in the changelog and NEWS file [skip-ci]
2021-09-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-22 Martin QuinsonDocument xbt_dynar_t in the new doc
2021-09-21 SUTER Fredericmove MC stuff from simix_global to EngineImpl
2021-09-20 SUTER Frederictry to reduce calls to get_instance and plug some leaks
next