Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
banish some surf parsing files to a src/surf/xml jail
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 21 Feb 2016 00:42:34 +0000 (01:42 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 21 Feb 2016 01:48:36 +0000 (02:48 +0100)
commit25f00868d318a0c49b4965ea9dea9a78bc349365
tree41421dc8133037289d67846b9154de5d7c464977
parentd62b8c686a1127c6f04cbd0fd2acf570589f7b65
banish some surf parsing files to a src/surf/xml jail

The ultimate goal is to make them useless, then deprecated, then gone.
45 files changed:
.gitignore
include/surf/surf_routing.h
src/bindings/lua/lua_platf.cpp
src/bindings/lua/simgrid_lua.cpp
src/include/simgrid/platf_interface.h [deleted file]
src/include/surf/surf.h
src/instr/instr_private.h
src/msg/msg_global.cpp
src/msg/msg_vm.cpp
src/simgrid/sg_config.c
src/simix/smx_deployment.cpp
src/simix/smx_environment.cpp
src/simix/smx_global.cpp
src/surf/cpu_cas01.cpp
src/surf/cpu_ti.cpp
src/surf/instr_routing.cpp
src/surf/network_cm02.cpp
src/surf/network_constant.cpp
src/surf/network_ib.cpp
src/surf/network_ns3.cpp
src/surf/network_smpi.cpp
src/surf/platform.hpp [deleted file]
src/surf/ptask_L07.cpp
src/surf/sg_platf.cpp
src/surf/storage_n11.cpp
src/surf/surf_interface.hpp
src/surf/surf_private.h
src/surf/surf_routing.cpp
src/surf/surf_routing_RoutedGraph.cpp
src/surf/surf_routing_cluster_fat_tree.cpp
src/surf/surf_routing_cluster_torus.cpp
src/surf/trace_mgr.hpp
src/surf/xml/platf.hpp [moved from include/surf/surfxml_parse.h with 65% similarity]
src/surf/xml/platf_private.hpp [moved from include/simgrid/platf.h with 86% similarity]
src/surf/xml/simgrid.dtd [moved from src/surf/simgrid.dtd with 100% similarity]
src/surf/xml/simgrid_dtd.c [moved from src/surf/simgrid_dtd.c with 99% similarity]
src/surf/xml/simgrid_dtd.h [moved from include/surf/simgrid_dtd.h with 99% similarity]
src/surf/xml/surfxml_parseplatf.cpp [moved from src/surf/surfxml_parseplatf.cpp with 99% similarity]
src/surf/xml/surfxml_sax_cb.cpp [moved from src/surf/surfxml_parse.cpp with 99% similarity]
teshsuite/simix/stack_overflow/stack_overflow.c
teshsuite/surf/surf_usage/surf_usage.cpp
teshsuite/surf/surf_usage/surf_usage2.cpp
tools/cmake/DefinePackages.cmake
tools/cmake/Documentation.cmake
tools/cmake/MaintainerMode.cmake