Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-02-18 Arnaud GierschDeprecate sg_host_dump.
2022-02-18 Arnaud GierschFix xbt_log_appender when there is no percent in template.
2022-02-18 Martin QuinsonGive the comm to {Send,Recv}Transition, as CommDet...
2022-02-18 Martin QuinsonCommDet: preparatory cosmetics
2022-02-18 Martin QuinsonCommDet: inline a function (+cosmetics)
2022-02-17 Arnaud GierschPylint docs/source/tuto_s4u/*.py.
2022-02-17 Arnaud GierschPylint teshsuite/*.py.
2022-02-17 Arnaud GierschPylint examples/*.py.
2022-02-17 Arnaud GierschPylint docs/find-missing.py, src/simix/simcalls.py.
2022-02-17 Arnaud GierschPylint tesh.py.
2022-02-17 Martin Quinsonmist. (fix gcc MC builds)
2022-02-17 Martin QuinsonFurther isolate CommDet in its own file
2022-02-17 Martin QuinsonCommDet shall become an extension of the SafetyChecker
2022-02-17 Martin Quinsonmake mc::State extendable so that CommDet does not...
2022-02-16 Arnaud GierschUse type 'bool' for boolean variables.
2022-02-16 Arnaud GierschAdd basic check for failures in deserialization.
2022-02-16 Arnaud GierschUse bounds checking method array::at().
2022-02-16 Arnaud GierschBlank lines (codefactor.io).
2022-02-16 Arnaud GierschUse C++ std::array (sonar).
2022-02-16 Arnaud GierschOne less implicit conversion (sonar).
2022-02-16 Arnaud GierschDon't mix public and private data members (sonar).
2022-02-15 Arnaud GierschWe want to serialize the pointer, not the pointee!
2022-02-15 Arnaud GierschIgnore local variables without type in snapshot.
2022-02-15 Arnaud GierschKill duplicate function + typos.
2022-02-14 Martin QuinsonReduce code dupplication to please sonar
2022-02-14 Arnaud GierschMake logger mc_compare a subcategory of mc.
2022-02-14 Arnaud GierschRevalidate random-bug-nocrash.tesh.
2022-02-13 Martin QuinsonRevalidate the tesh output of that test whose reduction...
2022-02-13 Martin QuinsonImplement WaitAnyTransition
2022-02-13 Martin Quinsonbetter name
2022-02-13 Martin QuinsonSonar fixes
2022-02-13 Martin QuinsonFix MC builds with gcc12 (and make the serialization...
2022-02-12 Martin QuinsonImplement TestAnyTransition
2022-02-12 Martin QuinsonSimplify the serialization protocol to implement TestAn...
2022-02-12 Martin Quinsonimplement CommTestTransition
2022-02-12 Martin QuinsonFix MC gcc builds :(
2022-02-12 Augustin Degommefix build
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-12 Martin QuinsonSimcallObservers don't need to be cloned anymore
2022-02-12 Martin QuinsonImprove the final stats reported by SafetyChecker,...
2022-02-12 Martin QuinsonFix more sonar things
2022-02-12 Martin QuinsonBetter fix for the security warning from sonar: hide...
2022-02-12 Martin QuinsonFix the security hotspots of sonar
2022-02-11 Martin QuinsonRevalidate the tesh of some working MC tests
2022-02-11 Martin QuinsonRevalidate the tesh of the mc-bugged1 test, which outpu...
2022-02-11 Martin QuinsonFix the depends of iSend/iRecv vs. WaitComm to fix...
2022-02-11 Martin QuinsonCommWaitTransition mailbox is now valid
2022-02-11 Martin QuinsonImplement the RandomTransition
2022-02-11 Martin QuinsonRemove the hostnames from the CommDet patterns: MC...
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] Try to fix exclusions for parserPromela.tab.cacc.
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 GierschLeak--.
2022-02-08 Arnaud GierschAvoid shadowed declarations.
2022-02-08 Arnaud GierschKill useless call to get_init().
2022-02-08 Arnaud GierschUpdate .mailmap [ci-skip].
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-07 Arnaud GierschFix error 404 for grey.png with recent jenkins [ci...
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)
next