Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: one simplification step
[simgrid.git] / src /
2022-02-11 Martin QuinsonMC: one simplification step
2022-02-11 Martin QuinsonMake sure that the last stack element is set when an...
2022-02-11 Martin QuinsonNo need to save the observers on the App side now that...
2022-02-11 Martin QuinsonInline another stupid function
2022-02-11 Martin QuinsonObjectification of mc::RecordTrace
2022-02-11 Martin QuinsonStop copying transitions around since that would shorte...
2022-02-11 Martin QuinsonInline another useless function in MC and a define...
2022-02-11 Martin QuinsonStart moving classes into the mc/api directory
2022-02-11 Martin QuinsonInline a function of mc::api
2022-02-11 Martin Quinsonfix MC despite clang-format sorting the headers alphabe...
2022-02-11 Martin QuinsonFix builds with/without MC and with/without clang ...
2022-02-11 Martin QuinsonPrepare to debug the depends
2022-02-11 Martin QuinsonMC does not need the exact value of the timeout, only...
2022-02-11 Martin Quinsondon't use char* for pointers that shall be serialized...
2022-02-11 Martin QuinsonPass the depends() from the observer to the mc::Transit...
2022-02-11 Martin QuinsonBig bang in MC: app's observers are serialized, to...
2022-02-10 Arnaud Giersch[pvs] Don't let members uninitialized.
2022-02-10 Arnaud GierschAnother pointer-to-const.
2022-02-09 Arnaud Gierschpointer2const4sonar
2022-02-09 Arnaud GierschForward all the parameters to the observer.
2022-02-08 Arnaud GierschFix memory leak with ns3 routing tables.
2022-02-08 Arnaud GierschReduce scope for variables.
2022-02-08 SUTER Fredericsimplify calls to CommImpl::isend and CommImpl::irecv
2022-02-08 SUTER Frederic[sonar] constify
2022-02-07 Martin QuinsonFast path: don't check the dependency between null...
2022-02-07 Martin QuinsonUnify the way we count expended states between checkers
2022-02-07 Martin QuinsonDefine and use a Transition::to_cstring()
2022-02-07 Martin QuinsonMove Transition::execute() to State::execute_next()
2022-02-07 Martin QuinsonMake State::transition_ private
2022-02-07 Martin QuinsonMove the selection of the next transition to execute...
2022-02-07 Martin QuinsonMake Liveness and CommDet more similar to Safety
2022-02-07 Martin QuinsonMC: inline a function
2022-02-07 Martin QuinsonAutomatize the computation of executed_transitions_
2022-02-07 Martin QuinsonMove request_execute and request_to_string from api...
2022-02-07 Martin QuinsonKill a now unused parameter
2022-02-07 Martin QuinsonMC: Trade less use of executed_req for more network...
2022-02-07 Martin QuinsonMC: simplification: this function shall return a boolean
2022-02-07 Martin QuinsonLet's use bool for booleans
2022-02-07 Martin QuinsonMC: Inline and simplify a function
2022-02-07 Martin QuinsonMC: kill an unused function
2022-02-06 SUTER Fredericenforce simcall order as before to check dependencies...
2022-02-06 SUTER Fredericfix isend/irecv to string
2022-02-06 SUTER Frederictest and testany are non blocking simcalls
2022-02-06 SUTER Frederickill unused function
2022-02-06 Martin Quinsonnardin clang (fix clang MC builds)
2022-02-06 Martin QuinsonMC: rely less on executed_req_ and more on observers
2022-02-05 Martin QuinsonWhat about not testing the dependencies of transitions...
2022-02-05 Martin QuinsonMC: Kill now unused fields
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-02-05 SUTER Fredericback to normal ... keep progressing towards modern...
2022-02-05 Martin QuinsonMC: isend/irecv are not blocking
2022-02-05 Martin QuinsonMC: do not segfault when the logs are activated
2022-02-04 Martin Quinsonconvert more isend/irecv locations to the new simcalls...
2022-02-04 SUTER Fredericoopsie
2022-02-04 SUTER Fredericcontinue to mess with MC
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.
next