Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
All this started with a simple namespace renaming
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 30 Nov 2017 20:26:50 +0000 (21:26 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 30 Nov 2017 20:31:58 +0000 (21:31 +0100)
commit27f7006d3136f93a67086f125afca174554c3f5e
treeb63297b9d3091e4f1eef373fb64225a1206557cc
parent1e923a7d5217123d202921536ce592af7743e436
All this started with a simple namespace renaming

to move the lmm related stuff into their own namespace. But one cannot
split a huge namespace such as simgrid::surf without retaliation.
21 files changed:
include/simgrid/forward.h
src/include/surf/datatypes.hpp [deleted file]
src/include/surf/surf.hpp
src/kernel/lmm/fair_bottleneck.cpp
src/kernel/lmm/lagrange.cpp
src/kernel/lmm/maxmin.cpp
src/kernel/lmm/maxmin.hpp [moved from src/include/surf/maxmin.hpp with 96% similarity]
src/plugins/vm/VirtualMachineImpl.cpp
src/s4u/s4u_link.cpp
src/simgrid/sg_config.cpp
src/surf/StorageImpl.cpp
src/surf/cpu_cas01.cpp
src/surf/cpu_interface.hpp
src/surf/network_cm02.cpp
src/surf/network_ib.cpp
src/surf/network_interface.hpp
src/surf/ptask_L07.cpp
src/surf/storage_n11.cpp
teshsuite/surf/lmm_usage/lmm_usage.cpp
teshsuite/surf/maxmin_bench/maxmin_bench.cpp
tools/cmake/DefinePackages.cmake