Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/s4u examples/cpp
[simgrid.git] / examples / c /
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp
2021-01-27 Martin QuinsonY U NO test before commit/push??
2021-01-27 Arnaud GierschAvoid to define log categories twice.
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-25 Martin QuinsonStart cleaning up the log channel hierarchy
2021-01-23 Martin QuinsonRename an example: I'm always looking for a simple...
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Arnaud GierschReduce scope for variables.
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschFinish replacing calloc with xbt_new0 in example.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschUse xbt_new0 (calloc may fail).
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschMore const.
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMore coding style updates for sg_disk.
2020-10-23 Arnaud GierschFollow coding style for sg_disk_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-16 Arnaud GierschKeep the right definition for type_names[].
2020-10-11 Martin QuinsonFinish this plugin rename to make the tests pass again
2020-10-11 Martin QuinsonRename that C example for consistency with C++
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-02 Arnaud GierschReduce scope for loop variables.
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-17 Arnaud GierschAdd an assert to please scan-build.
2020-07-10 Arnaud GierschCosmetics.
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (C examples).
2020-07-06 Martin QuinsonRename the async-* tests into comm-*
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud GierschAny idea on how to fix this?
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-06-12 Augustin Degommespelling mistakes in include/ and examples/
2020-05-31 Arnaud GierschFix potential memory leaks.
2020-05-10 Martin QuinsonPlease the checkers (sonar, codacy)
2020-05-10 Martin QuinsonThe examples must be readable. I'll shut off sonar...
2020-05-06 Martin QuinsonThe return type of the sg_actor_on_exit() callbacks...
2020-05-06 Martin Quinsonactor-exiting: Align the C test with the C++ one
2020-04-05 Frederic Suteruseless morning cleanups
2020-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2020-03-27 Frederic Suterplease sonar
2020-03-27 Frederic Suterrename C examples binaries (prefix and not suffix)
2020-03-26 Martin QuinsonPlease PVS
2020-03-26 Frederic Suterplease sonar
2020-03-25 Frederic Suterconvert teshsuite/msg/io-file to examples/c/io-file...
2020-03-23 Frederic Suteranother const for sonar
2020-03-23 Frederic Suterdo not use memory after free
2020-03-21 Frederic Suterfix example
2020-03-21 Frederic Suterconvert dht-pastry
2020-03-21 Frederic Suterconvert sychro-semaphore
2020-03-21 Frederic Suterplease sonar
2020-03-19 Frederic Sutercleanups
2020-03-19 Frederic Suterconvert and massevely rewrite app-bittorrent
2020-03-19 Frederic Suterwrong order
2020-03-19 Frederic Suterplease sonar with a few const
2020-03-18 Martin QuinsonPVS: don't survive malloc returning NULL
2020-03-16 Frederic Suterplug leaks
2020-03-16 Frederic Suterconvert (and simplify a bit) dht-kademlia example
2020-03-12 Frederic Suterconvert msg/app-masterworker
2020-03-11 Arnaud GierschCosmetics.
2020-03-10 Frederic Suterconvert platform-properties
2020-03-10 Frederic Suterfix (thx agier)
2020-03-10 Frederic SuterDo not call actors processes in S4U examples
2020-03-10 Frederic Suterconvert cloud-masterworker
2020-03-09 Arnaud GierschPlug a mem leak.
2020-03-09 Arnaud GierschCheck argc.
2020-03-09 Arnaud GierschMark unused parameters.
2020-03-07 Frederic Suterconvert platform-failures
2020-03-07 Frederic SuterC version of exec-waitany
2020-03-06 Frederic Suteradd C version of exec-async
2020-03-06 Frederic Suteradd C version of actor-stacksize example
2020-03-05 Frederic Suteradd C version of exec-remote
2020-03-04 Frederic Suteradd C version of exec-basic (including execute w/ priority)
2020-03-04 Frederic Suterconvert and simplify msg/process-lifetime
2020-03-04 Frederic Suterintroduce sg_actor_create and use it in C examples
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Frederic Suterconvert energy-ptask to energy-exec-ptask
2020-02-25 Frederic Suteradd sg_actor_parallel_execute and rename sg_actor_self_...
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-24 Frederic Sutercosmetic changes
2020-02-24 Frederic Suterconvert and simplify async-wait
2020-02-23 Frederic Sutercosmetics
2020-02-22 Arnaud GierschKill unused variable.
2020-02-22 Arnaud Giersch[sonar] Const again.
2020-02-21 Arnaud GierschXBT_ATTRIB_UNUSED for unused parameters.
2020-02-21 Frederic Suterconvert energy-vm
2020-02-20 Frederic Suterconvert cloud-migration
2020-02-20 Frederic Sutermore documented examples
2020-02-20 Frederic Suterconvert io-file-remote
next