Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix test action ti-tracing, it needs to behave like a wait
[simgrid.git] / src /
2022-01-30 Augustin Degommefix test action ti-tracing, it needs to behave like...
2022-01-30 Martin QuinsonMake sure that min<max in MC_random
2022-01-29 Martin QuinsonMake the Catch2-SimGrid integration available to more...
2022-01-28 Martin QuinsonAdd a destructor to the NetworkNS3Model to cleanup...
2022-01-28 SUTER Fredericmore attributes in python bindings
2022-01-28 Martin QuinsonDon't segfault when Engine::get_instance() is called...
2022-01-28 SUTER Fredericuse property_readonly_static and update deprecation...
2022-01-28 SUTER Fredericthis is now forbidden, remove right away
2022-01-28 SUTER Frederic[python] cleanup Engine getters/setters
2022-01-26 Martin Quinsonpy: indicate which properties are R/W and which are R-O
2022-01-25 Arnaud GierschFix git-version in smpi scripts.
2022-01-24 Arnaud GierschDeprecate Activity::{get,set}_user_data().
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-24 Arnaud GierschPointer-to-const again.
2022-01-24 Your Nameadd fortran bindings for smpi_file_get/set_size
2022-01-23 Martin QuinsonPython: Add platform-failures example, and extend Py...
2022-01-23 Martin QuinsonImplement the last (?) Python functions needed for...
2022-01-23 Martin QuinsonExtend the python bindings and cosmetics
2022-01-22 Martin QuinsonReally tiny optimization when the communication is...
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-21 Martin QuinsonFix some more problems in the doc + cosmetics + extend...
2022-01-21 Martin QuinsonPort the Algorithm tutorial to python
2022-01-20 SUTER FredericCleanup in log categories
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
next