Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stay with double for payload size (fix 32bit issues?
[simgrid.git] / src /
2022-02-04 SUTER Fredericstay with double for payload size (fix 32bit issues?
2022-02-03 Martin Quinsonpreshot sonar (dead code; equality test between double)
2022-02-03 SUTER Fredericremove old simcall_comm_test and simcall_comm_testany
2022-02-03 SUTER Fredericsimcall translation is now useless
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericlet SMPI use old simcalls for now
2022-02-03 SUTER Fredericmake isend and irecv observable (except for irecv in...
2022-02-03 SUTER Fredericdraft CommI{send,recv}Observer
2022-02-03 SUTER Fredericmove the code of isend and irecv out of the handler...
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericadd missing override keywords
2022-02-02 SUTER Fredericmore progress in simcalls modernization and MC cleanup
2022-02-02 SUTER Fredericmark some old simcalls as deprecated (test, test_any...
2022-02-02 SUTER Frederictake two on prepare() for Waitany and Testany observers
2022-02-02 Clément Courageux... zero wifi rate
2022-02-02 SUTER Fredericbetter handling of ActivityImpl::wait_for with dying...
2022-02-02 SUTER Fredericadd prepare() to some observers
2022-02-01 Martin Quinsonthis file is too deep to allow XBT_INFO, so keep with...
2022-02-01 Martin QuinsonMore verbose on an error experienced on aarch64-darwin...
2022-02-01 Augustin DegommeThere is no timestamp in TI events, so they were never...
2022-02-01 Arnaud GierschReduce depth of nested 'if' statements (sonar).
2022-02-01 Arnaud GierschAvoid const cast (sonar).
2022-02-01 Arnaud GierschConst reference for large parameter.
2022-02-01 Arnaud GierschCosmetics: whitespaces and empty statement.
2022-02-01 Arnaud GierschUse declared namespace alias py = pybind11.
2022-02-01 SUTER Fredericplease clang
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-02-01 SUTER Fredericfix deprecation of Engine.get_clock()
2022-02-01 Augustin Degommefix waitall handling in SMPI replay.
2022-01-31 Arnaud GierschKill now unused xbt_dynar_shrink().
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-30 Augustin DegommeSMPI: enforce MPI message ordering. Fix #100 (hopefully)
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...
next