Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
guess what? more refactoring!
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Sun, 6 Mar 2016 22:32:43 +0000 (23:32 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Sun, 6 Mar 2016 22:37:11 +0000 (23:37 +0100)
commit1c344d71e53430eca582bdcd56655ba9f078e901
tree6334a5e965b5517948fcd889cc2cc332042488c0
parentcfc676704bebcd57e5ea98bb43154245a150948f
guess what? more refactoring!
45 files changed:
.gitignore
examples/msg/CMakeLists.txt
examples/msg/actions/CMakeLists.txt
examples/msg/bittorrent/CMakeLists.txt
examples/msg/chainsend/CMakeLists.txt
examples/msg/chord/CMakeLists.txt
examples/msg/cloud/CMakeLists.txt
examples/msg/energy/CMakeLists.txt [new file with mode: 0644]
examples/msg/energy/consumption/CMakeLists.txt [deleted file]
examples/msg/energy/consumption/consumption.c [moved from examples/msg/energy/consumption/energy_consumption.c with 100% similarity]
examples/msg/energy/consumption/consumption.tesh [moved from examples/msg/energy/consumption/energy_consumption.tesh with 89% similarity]
examples/msg/energy/onoff/CMakeLists.txt [deleted file]
examples/msg/energy/pstate/CMakeLists.txt [deleted file]
examples/msg/energy/vm/CMakeLists.txt [deleted file]
examples/msg/energy/vm/vm.c [moved from examples/msg/energy/vm/energy_vm.c with 100% similarity]
examples/msg/energy/vm/vm.tesh [moved from examples/msg/energy/vm/energy_vm.tesh with 90% similarity]
examples/msg/exception/CMakeLists.txt
examples/msg/gtnets/CMakeLists.txt
examples/msg/icomms/CMakeLists.txt
examples/msg/io/CMakeLists.txt
examples/msg/io/file.tesh [moved from examples/msg/io/io.tesh with 87% similarity]
examples/msg/io/file_unlink.tesh [new file with mode: 0644]
examples/msg/kademlia/CMakeLists.txt
examples/msg/migration/CMakeLists.txt
examples/msg/ns3/CMakeLists.txt
examples/msg/parallel_task/CMakeLists.txt
examples/msg/pastry/CMakeLists.txt
examples/msg/pastry/pastry.c
examples/msg/pastry/pastry.tesh
examples/msg/pastry/pastry_crosstraffic.tesh [deleted file]
examples/msg/pmm/CMakeLists.txt
examples/msg/priority/CMakeLists.txt
examples/msg/properties/CMakeLists.txt
examples/msg/semaphores/CMakeLists.txt
examples/msg/sendrecv/CMakeLists.txt
examples/msg/set-maestro/CMakeLists.txt
examples/msg/start_kill_time/CMakeLists.txt
examples/msg/suspend/CMakeLists.txt
examples/msg/token_ring/CMakeLists.txt
examples/smpi/energy/CMakeLists.txt
examples/smpi/energy/f77/CMakeLists.txt
examples/smpi/energy/f90/CMakeLists.txt
examples/smpi/smpi_msg_masterslave/CMakeLists.txt
tools/cmake/DefinePackages.cmake
tools/cmake/Tests.cmake