Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Address a few "null dereference" warnings from fbinfer.
[simgrid.git] / examples / cpp /
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-05-13 Arnaud GierschEnable test only on 64bits.
2022-05-13 Arnaud GierschGive another try to test mc-bugged1-liveness-visited...
2022-05-09 Arnaud GierschTest is normally always true: replace by an assert.
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for variables used for dynamic_cast to...
2022-05-06 Arnaud GierschSearch in map once only.
2022-05-06 Arnaud GierschNo need to have two code paths.
2022-05-04 Arnaud GierschOops, it's stoi() for integers.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-05-03 Arnaud GierschAvoid old-style C string processing in C++ example.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschDon't build useless temporary object (sonar, c++17).
2022-04-25 Arnaud GierschRely on template argument deduction (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-14 Martin Quinsontypo
2022-03-31 SUTER Fredericint->size_t
2022-03-31 SUTER Fredericallow users to retrieve hosts and links by the zone...
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud GierschSlightly improve message on deadlock.
2022-03-23 Martin QuinsonRevalidate the tesh outputs after cosmetics to the...
2022-03-20 Martin QuinsonDon't have an extra actor in s4u-synchro-mutex to creat...
2022-03-17 Arnaud GierschSuppress trailing whitespaces.
2022-03-16 Arnaud GierschMake example s4u-replay-io use s4u::File::open/close.
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Martin QuinsonBetter fix for the mutex IDs modifications in mutex...
2022-03-15 Martin QuinsonRevalidate the tesh output of mutex-MC. The mutex IDs...
2022-03-15 Martin QuinsonMerge branch 'add_mutex_python_bindings' into 'master'
2022-03-15 Jean-Edouard BOULANGERMake synchro-mutex.py in line with s4u-synchro-mutex.cpp
2022-03-14 Martin Quinsonsynchro-mutex example: don't have all pairs intermix...
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-03-12 SUTER Fredericaugment example to check sharing of a thread-execute
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-03-08 Arnaud GierschRename example, and update doc.
2022-03-08 SUTER Fredericadd an s to example name
2022-03-08 SUTER Fredericintroduce thread_execute
2022-03-06 Martin QuinsonUse the sg4 namespace in all examples
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Martin Quinsoncmake simplification so that you only have to edit...
2022-03-03 Martin QuinsonAdd a test for Semaphores + DPOR
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 SUTER Fredericrework how host-to-host comms are managed
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-27 Martin Quinsoncosmetics (sg4 namespace, comments, log channel)
2022-02-24 Martin QuinsonTest the dependencies of Mutex transitions
2022-02-24 Martin QuinsonAdd a MC version of the s4u-synchro-mutex test
2022-02-23 Martin QuinsonMC: Support Mutexes in DPOR
2022-02-18 Martin QuinsonRevalidate all SafetyChecker tesh now that the output...
2022-02-18 Arnaud GierschFix sonar issues in ns3 examples.
2022-02-17 Arnaud GierschPylint examples/*.py.
2022-02-12 Martin QuinsonImprove the final stats reported by SafetyChecker,...
2022-02-12 Martin QuinsonFix more sonar things
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-08 Arnaud GierschLeak--.
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericbetter handling of ActivityImpl::wait_for with dying...
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-24 SUTER Fredericplease sonar
2022-01-22 Martin QuinsonExtend a test to use Host::route_to
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonMake Activity::on_completion take a const&, just like...
2022-01-21 SUTER Frederic[sonar] parameter check to avoid potential division...
2022-01-21 SUTER Fredericfix java tesh files with new log category names
2022-01-20 Martin QuinsonConvert the MasterWorker to python, in preparation...
2022-01-20 SUTER Fredericrework an example. less XML more programmatic
2022-01-20 SUTER FredericCleanup in log categories
2022-01-20 SUTER Fredericglitch
2022-01-20 SUTER Fredericmore XML cleanup
2022-01-20 SUTER Fredericadd an example for Comm::test_any (mimic that from...
2022-01-20 SUTER Fredericremove 2 avoidable deployment files
2022-01-16 Arnaud GierschPointer-to-const.
2022-01-13 Arnaud GierschFix ccpcheck warning: Possible null pointer dereference...
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-11 SUTER Fredericcontinue the deprecation of instrumentation C interface
2022-01-11 SUTER Frederic[sonar] const
2022-01-10 SUTER Fredericc++-ify interface to instr
2022-01-10 SUTER Fredericfix conflict
2022-01-10 SUTER Fredericcosmetics
2022-01-08 Arnaud GierschDon't hide pointer type.
2022-01-07 Arnaud GierschUse distinct name for different variables.
2022-01-07 Arnaud GierschPlease Sonar (constexpr for global constants; explicit...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge branch 'issue95' into 'master'
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 SUTER Fredericremove a bunch of dumb deployment files + simplify...
2022-01-05 SUTER Fredericremove last MSG example
2022-01-05 SUTER Fredericconvert MSG MC test to cpp
next