Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate Engine::shutdown()
[simgrid.git] / examples / cpp /
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
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-03 SUTER Frederic[sonar] fix smells
2022-01-02 SUTER Fredericmerge dag parsers into a single file
2022-01-02 SUTER FredericKill both SimDag and Jedule bindings. Cleanups will...
2022-01-02 SUTER Fredericadd missing include
2022-01-02 SUTER Frederic[sonar] cleanup some recent smells
2022-01-02 SUTER Fredericconvert the last two simdag examples. Simdag can die
2021-12-24 Bruno DonassoloFix test (no timing changes)
2021-12-24 Mael Madonadd the tesh file with expected behavior of unit test...
2021-12-24 Mael MadonExtend 1 unit test and add 1 other for multicore ptast...
2021-12-24 Martin QuinsonFix MC builds on 32bits
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-24 SUTER Fredericremove depredecated dag-dotload example
2021-12-23 Martin QuinsonFurther cmake factorization
2021-12-23 Martin Quinsonfix non-graphviz builds
2021-12-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-12-23 Martin QuinsonFactorize CMakeLists
2021-12-23 SUTER Fredericreturn all dependencies and successors and let the...
2021-12-23 Martin Quinsons/_/-/
2021-12-23 SUTER Fredericupdate tests and examples after recent changes
2021-12-23 SUTER Fredericstupid typo that breaks everything
2021-12-23 SUTER Fredericfirst attempt to a DAG loader for s4u. To be improved...
2021-12-22 Martin QuinsonExtend the platf-failure example to show how to create...
2021-12-22 Martin QuinsonShow how to programatically attach a state profile...
2021-12-22 SUTER Fredericimprove dag-comm example
2021-12-22 SUTER Fredericadd new exemple of dag with comm
2021-12-22 SUTER FredericActivity refactoring
2021-12-21 SUTER Fredericnew example of dag with I/Os
2021-12-21 SUTER Fredericremove commented code
2021-12-21 SUTER Fredericreplace old and counter-intuitive simdag-throttling...
2021-12-21 SUTER Fredericcosmetics and wrapper
2021-12-20 SUTER Fredericno dangling else
2021-12-20 SUTER Fredericreplace old simdag-fail example by new s4u-dag-failure one
2021-12-16 SUTER Fredericalso display start and finish time on Exec completion
2021-12-15 Martin QuinsonFix clang builds
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonNew signal: Activity::on_veto, to detect when an activi...
2021-12-14 Martin QuinsonAdd an example for Engine::run_until()
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
2021-10-30 SUTER Fredericadd user friendly wrapper to set priorities on I/Os
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-29 SUTER Frederic[no-ci] another copy/paste glitch
2021-10-28 SUTER Frederic[no-ci] typos in comments
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-27 Arnaud GierschDisplay test output to ease debugging.
2021-10-27 SUTER FredericChange the way VMs are created.
2021-10-27 SUTER Fredericadd File::open and File::close in FileSystem plugin
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-10-13 Arnaud GierschKill trailing whitespaces in XML files.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-21 SUTER Fredericless indirect calls to get_instance in examples (exec...
2021-09-21 SUTER Fredericplease sonar, get_clock is a static method
2021-09-21 SUTER Fredericplease sonar, set_config is a static method
2021-09-21 SUTER Fredericless indirect calls to get_instance in examples (actor...
2021-09-20 SUTER Fredericsave some hidden calls to Engine::get_instance
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
next