Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev-cpuimpl-used' into 'master'
[simgrid.git] / examples /
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-10 Fabien ChaixFix regression tests
2022-06-08 Arnaud GierschMatch xbt_malloc with xbt_free.
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-30 Arnaud GierschPlease static checkers.
2022-05-25 Arnaud GierschMerge branch 'simgrid-platform_robustness'
2022-05-25 Arnaud GierschMerge branch 'simgrid-topo_simplification'
2022-05-25 Tom CornebizeImprove the supernode.py script
2022-05-24 Arnaud GierschUnused import.
2022-05-20 Arnaud GierschToday's sonar/codefactor issues.
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-hosts_to_activity' into 'master'
2022-05-19 Arnaud GierschMake distcheck.
2022-05-19 Arnaud GierschMerge branch 'Ezibenroc/simgrid-example_platform'
2022-05-19 Tom Cornebizeclang-format
2022-05-19 Tom CornebizeCosmetic
2022-05-18 Tom CornebizeAdd a 'supernode' example platform
2022-05-13 Arnaud GierschEnable test only on 64bits.
2022-05-13 Arnaud GierschGive another try to test mc-bugged1-liveness-visited...
2022-05-12 Arnaud GierschRename variables to avoid shadowed declarations.
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-22 Arnaud GierschFix some warnings in doc generation.
2022-04-22 Arnaud GierschAlign exec-async with C++ example (also define python...
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-14 Martin Quinsontypo
2022-03-31 Arnaud GierschLittle Sonar things.
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-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-28 Arnaud GierschFix locale for Java example.
2022-03-28 Bruno DonassoloFix java test
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-26 Arnaud GierschFix dead links.
2022-03-25 Arnaud GierschSlightly improve message on deadlock.
2022-03-25 Jean-Edouard BOULANGERAdd remaining Comm bindings and examples
2022-03-23 Martin QuinsonRevalidate the tesh outputs after cosmetics to the...
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...
next