Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a few globals.
[simgrid.git] / examples / cpp / dht-kademlia /
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-06 Martin QuinsonUse the sg4 namespace in all examples
2022-02-17 Arnaud GierschPylint examples/*.py.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-21 SUTER Fredericplease sonar, get_clock is a static method
2021-09-21 SUTER Fredericless indirect calls to get_instance in examples (actor...
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-15 Arnaud GierschUse rule-of-three, and hope to please sonar without...
2021-04-14 Arnaud GierschRevert "Delete the implicitely defined move constructor."
2021-04-14 Arnaud GierschDelete the implicitely defined move constructor.
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-19 Arnaud GierschDon't mix public and private fields (sonar).
2021-03-19 Arnaud GierschFactorize handling of asynchronous receives.
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-11 Arnaud GierschUse nullptr rather than 0.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp