Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
small sonar fixes
[simgrid.git] / examples /
2022-03-20 Martin Quinsonalso remove the master example from example syncho...
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-17 Martin Quinsoncosmetics in doc
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Jean-Edouard BOULANGERAdd Semaphore Python bindings
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 Arnaud GierschActivate test python-synchro-barrier.
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Jean-Edouard BOULANGERAdd missing license
2022-03-15 Jean-Edouard BOULANGERAdd Barrier Python bindings
2022-03-15 Martin QuinsonBetter fix for the mutex IDs modifications in mutex...
2022-03-15 Arnaud GierschUnnecessary semicolon.
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 BOULANGERUpdate synchro-mutex.py to match last version of s4u...
2022-03-15 Jean-Edouard BOULANGERMake synchro-mutex.py in line with s4u-synchro-mutex.cpp
2022-03-15 Jean-Edouard BOULANGERMartin's suggestions
2022-03-15 Jean-Edouard BOULANGERAdd Mutex Python bindings
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-14 Arnaud GierschCosmetics [ci-skip].
2022-03-14 Arnaud GierschMake test work with python < 3.9.
2022-03-14 Arnaud GierschFix distcheck.
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 Jean-Edouard BOULANGERAdd remaining Comm synchronisation Python bindings
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-06 Martin QuinsonMerge branch 'add_wait_for_to_py_comm_binding' into...
2022-03-06 Jean-Edouard BOULANGERAdded Python bindings: Comm.wait_for() and Comm.wait_an...
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Arnaud GierschUpdate URL for article.
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-02 Martin QuinsonPass the boolean parameter to the on_exit python binding
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-25 Martin QuinsonImplement SemaphoreImpl::acquire_async (timeouts are...
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-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
next