Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / examples / cpp /
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-21 Arnaud GierschCosmetics: "transfert" -> "transfer".
2022-11-17 Arnaud GierschCheck bounds.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
2022-10-23 Martin QuinsonAllow to set the network factors callback from userland...
2022-10-22 Martin QuinsonCleanups around network/latency-factor. Default latency...
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-08 Martin QuinsonDon't test statequality: it's ~15h w/o DPOR and hard...
2022-08-08 Martin QuinsonAdd the teshfiles to the archive even when MC is disabled
2022-08-08 Martin QuinsonAdd tests of state equality reduction and nodpor for...
2022-08-02 Martin QuinsonMerge an initialization function into the constructor
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-15 Arnaud GierschFix distcheck (populate tesh_files, even when !HAVE_MC).
2022-07-13 Martin QuinsonMake sure that all MC tests are built on target tests-mc
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-10 Fabien ChaixFix regression tests
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...
next