Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate Engine::shutdown()
[simgrid.git] / examples /
2022-02-22 Augustin Degommeselected collectives changed for these tests -> timing...
2022-02-22 Arnaud GierschDisable tests failing when debug logs are disabled...
2022-02-19 Martin QuinsonMC: move a check_deadlock from ModelChecker to Session...
2022-02-18 Martin QuinsonRevalidate all SafetyChecker tesh now that the output...
2022-02-18 Martin QuinsonMake CommDet a plugin on top of Safety
2022-02-18 Martin QuinsonCommDet: reimplement on top of transitions. Don't mess...
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-28 SUTER Frederic[no-ci] use :py:attr: when it is the case
2022-01-28 SUTER Fredericfix borken refs
2022-01-28 SUTER Fredericmore attributes in python bindings
2022-01-28 SUTER Fredericuse property_readonly_static and update deprecation...
2022-01-28 SUTER Frederic[python] cleanup Engine getters/setters
2022-01-28 Martin Quinsonfix some doc issues
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-24 Arnaud GierschUnused python imports.
2022-01-24 SUTER Fredericplease sonar
2022-01-23 Martin QuinsonPython: Add platform-failures example, and extend Py...
2022-01-23 Martin QuinsonImplement the last (?) Python functions needed for...
2022-01-23 Martin QuinsonExtend the python bindings and cosmetics
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 QuinsonFurther fixups and cosmetics in the doc
2022-01-22 Martin QuinsonMake Activity::on_completion take a const&, just like...
2022-01-22 Martin QuinsonMany tiny documentation improvements
2022-01-22 Martin QuinsonChange how examples are presented: from itemize to...
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-21 Martin QuinsonPort the Algorithm tutorial to python
2022-01-20 Martin QuinsonFix makedistcheck
2022-01-20 Martin QuinsonConvert the MasterWorker to python, in preparation...
2022-01-20 Martin Quinsondoc: don't include files that were removed earlier
2022-01-20 SUTER Fredericrework an example. less XML more programmatic
2022-01-20 SUTER Fredericforgot one
2022-01-20 SUTER Fredericfix java tesh files with new log category names
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-11 SUTER Fredericdeprecate a large part of the old C tracing API
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-06 Martin QuinsonMerge branch 'appveyor' of github.com:simgrid/simgrid
2022-01-06 SUTER Fredericdrop the old Lua bindings for programmatic platform...
2022-01-06 Arnaud GierschFix java/win32 tests.
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-03 Martin QuinsonSecond attempt at fixing appveyor
2022-01-02 Martin QuinsonFix Java builds on native windows
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-27 Martin QuinsonMake lib_in_jar useful to work on Java
2021-12-27 Martin QuinsonFix java examples after reverting one of the 2 commits
2021-12-27 Martin QuinsonSimplify the cmake around java examples
2021-12-26 Martin Quinsondoc: Change the TOC. 'Models' become a full section...
2021-12-24 Martin QuinsonImprove and unify the doc of <cluster>
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-24 SUTER Fredericjust keep cycle detection in dag-dotload example
2021-12-24 SUTER Fredericremove deprecated simdag test example
2021-12-24 SUTER Fredericremove deprecated schedule-dotload example
2021-12-24 SUTER Fredericremove deperecated ptg-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...
next