Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add an example for Comm::test_any (mimic that from umpire
[simgrid.git] / src /
2022-01-17 Arnaud GierschCurrent XBT_ATTRIB_DEPRECATED is v334. Fix last changes.
2022-01-17 Arnaud GierschRename method, and make it return a boolean.
2022-01-16 Arnaud GierschRemove references to ancient functions.
2022-01-16 Arnaud GierschPrefer std algorithms.
2022-01-16 Arnaud GierschPointer-to-const.
2022-01-13 SUTER Fredericforgot to build MC
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-12 SUTER Fredericmake all VM signals private
2022-01-11 SUTER Fredericplease opensuse
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 Fredericsimplify access to netponts
2022-01-11 SUTER Fredericdeprecate a large part of the old C tracing API
2022-01-10 SUTER Fredericfix build. no nullptr with std::string
2022-01-10 SUTER Fredericc++-ify interface to instr
2022-01-07 SUTER Frederic[sonar] bunch of smells
2022-01-07 SUTER Fredericmerge functions
2022-01-06 Arnaud GierschRemove last bits of Lua bindings.
2022-01-06 Arnaud GierschUse more efficient greedy quantifier in RE.
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-06 SUTER Fredericplug leak
2022-01-06 Martin QuinsonMerge branch 'appveyor' of github.com:simgrid/simgrid
2022-01-06 SUTER Fredericremove now unused variables
2022-01-06 SUTER Fredericdrop the old Lua bindings for programmatic platform...
2022-01-06 SUTER Fredericfix lua build
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge branch 'issue95' into 'master'
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Bruno DonassoloFix MR74, workaround for s4u-network-ns3-wifi
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 Frederic[sonar] fix smells
2022-01-03 SUTER Fredericrename src/simdag to src/dag and update other files...
2022-01-03 SUTER Fredericforgot that in making Activities extendable. Should...
2022-01-02 Martin QuinsonFix non-graphviz builds
2022-01-02 SUTER Fredericmerge dag parsers into a single file
2022-01-02 SUTER FredericKill both SimDag and Jedule bindings. Cleanups will...
2022-01-02 SUTER Frederic[sonar] cleanup some recent smells
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-29 Augustin Degommereplay: add an explicit message if an action is not...
2021-12-29 Augustin DegommeTI tracing. Fix source/destination rank in trace, in...
2021-12-27 Martin Quinsoncosmetics in java implem
2021-12-27 Martin Quinsonjava: setup a RAII wrapper to properly deal with GetStr...
2021-12-27 Bruno Donassolo[CR] Minor improvement.
2021-12-26 SUTER Fredericpartially plug leak. Do not see why one remains :-/
2021-12-26 SUTER Fredericbe sure the Exec is assigned before getting its host
2021-12-25 Martin QuinsonDocument <backbone> and cosmetics in the platform doc
2021-12-24 Martin QuinsonMark in the DTD which tags are deprecated, and deprecat...
2021-12-24 Bruno DonassoloFix multicore ptask with communications
2021-12-24 Mael Madonfix too loose assert for changing pstate
2021-12-24 Mael Madoncorrect computation time after changing pstate. Fix...
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 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 Fredericoops
2021-12-23 SUTER Fredericfirst attempt to a DAG loader for s4u. To be improved...
2021-12-22 SUTER Fredericenable sendto_init()->set_from(h1)->set_to(h2)
2021-12-22 SUTER Fredericfix performance issue in simdag tests
2021-12-22 SUTER Fredericfactor call to complete for done activities
2021-12-22 SUTER FredericActivity refactoring
2021-12-22 SUTER Fredericassociate a s4u::Comm to a kernel::activity::CommImpl...
2021-12-22 Martin QuinsonTiny simplifications now that we have a ActorImpl:...
2021-12-22 Martin QuinsonInline another function, in EngineImpl::shutdown
2021-12-22 Martin QuinsonImplement a (cheap) ActorImpl::is_maestro()
2021-12-22 Martin QuinsonMC: chop chop chop
2021-12-22 Martin Quinsonmc: inline a function
2021-12-22 Martin Quinsonmc: Kill dead code
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-20 SUTER Fredericextend failure to parallel activities owned by maestro
2021-12-20 SUTER Fredericallowed to do that in this state too
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-12-20 SUTER Fredericmake Exec started by maestro fail when a host is turned off
2021-12-16 SUTER Fredericneed to set Exec finish time when created by maestro
2021-12-15 Martin Quinsondocs: fix some broken references in python
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 Martin QuinsonEngine::run_until: documentation + C bindings
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-12-14 Martin QuinsonFix ExecImpl::get_remaining to return the right value...
2021-12-13 Augustin DegommePlease GCC-12 which warns us of a (potentially buggy...
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 Augustin Degommethread factory + dlopen privatization seems to be worki...
2021-11-19 SUTER Fredericcontinue to mess up with simdag
2021-11-13 SUTER Fredericplug leak
2021-11-13 SUTER Fredericfix jedule build
2021-11-12 SUTER Fredericfix 32 bits build (bis, damnit)
2021-11-12 SUTER Fredericfix 32 bits build
2021-11-12 SUTER FredericObjectify SD_task_t
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericrename synchro logging categories (simix->ker)
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-10 SUTER Fredericrefactor exception handling for activities
next