Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill src/include
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 18 Feb 2023 20:49:57 +0000 (21:49 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 18 Feb 2023 21:35:46 +0000 (22:35 +0100)
commit3e9453209f1da7deb92fe629428e49f3528217bd
tree5b16aa5c516df83dd93da144c675115d84607958
parent79a679e4a184d17d8029fefa1e022cfbbebac88c
Kill src/include

The -Isrc/include makes it difficult to recognize in the source which
\#include takes a public header and which one is a private header.

Plus, move the third-party headers to a specific directory.
110 files changed:
CMakeLists.txt
COPYING
MANIFEST.in
sonar-project.properties
src/3rd-party/catch.hpp [new file with mode: 0644]
src/3rd-party/xxhash.hpp [new file with mode: 0644]
src/include/catch.hpp [deleted file]
src/include/xxhash.hpp [deleted file]
src/instr/instr_paje_trace.cpp
src/kernel/EngineImpl.cpp
src/kernel/context/Context.cpp
src/kernel/context/ContextBoost.hpp
src/kernel/context/ContextRaw.cpp
src/kernel/context/ContextRaw.hpp
src/kernel/context/ContextSwapped.cpp
src/kernel/context/ContextSwapped.hpp
src/kernel/context/ContextThread.cpp
src/kernel/context/ContextUnix.cpp
src/kernel/context/ContextUnix.hpp
src/kernel/lmm/System.cpp
src/kernel/lmm/bmf.cpp
src/kernel/lmm/bmf_test.cpp
src/kernel/lmm/fair_bottleneck.cpp
src/kernel/lmm/maxmin.cpp
src/kernel/lmm/maxmin_test.cpp
src/kernel/resource/Action.cpp
src/kernel/resource/CpuImpl.cpp
src/kernel/resource/NetworkModel.cpp
src/kernel/resource/NetworkModelFactors.cpp
src/kernel/resource/NetworkModelFactors.hpp
src/kernel/resource/NetworkModelFactors_test.cpp
src/kernel/resource/SplitDuplexLinkImpl_test.cpp
src/kernel/resource/VirtualMachineImpl.cpp
src/kernel/resource/models/cpu_cas01.cpp
src/kernel/resource/models/cpu_ti.cpp
src/kernel/resource/models/disk_s19.cpp
src/kernel/resource/models/host_clm03.cpp
src/kernel/resource/models/network_cm02.cpp
src/kernel/resource/models/network_constant.cpp
src/kernel/resource/models/network_ib.cpp
src/kernel/resource/models/network_ns3.cpp
src/kernel/resource/models/network_ns3.hpp
src/kernel/resource/models/ptask_L07.cpp
src/kernel/resource/profile/Profile_test.cpp
src/kernel/routing/DijkstraZone_test.cpp
src/kernel/routing/DragonflyZone_test.cpp
src/kernel/routing/FatTreeZone_test.cpp
src/kernel/routing/FloydZone_test.cpp
src/kernel/routing/FullZone_test.cpp
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/StarZone_test.cpp
src/kernel/routing/TorusZone_test.cpp
src/kernel/xml/sg_platf.cpp
src/kernel/xml/surfxml_sax_cb.cpp
src/mc/datatypes.h [moved from src/include/mc/datatypes.h with 84% similarity]
src/mc/explo/simgrid_mc.cpp
src/mc/mc.h [moved from src/include/mc/mc.h with 100% similarity]
src/mc/mc_base.cpp
src/mc/mc_config.cpp
src/mc/mc_global.cpp
src/mc/mc_private.hpp
src/mc/remote/AppSide.cpp
src/mc/remote/RemoteProcess.hpp
src/mc/remote/mc_protocol.h
src/mc/sosp/PageStore.cpp
src/mc/sosp/PageStore_test.cpp
src/mc/sosp/Snapshot_test.cpp
src/s4u/s4u_Actor.cpp
src/s4u/s4u_Comm.cpp
src/s4u/s4u_Engine.cpp
src/simgrid/math_utils.h [moved from src/include/simgrid/math_utils.h with 100% similarity]
src/simgrid/module.cpp
src/simgrid/sg_config.cpp
src/simgrid/sg_config.hpp [moved from src/include/simgrid/sg_config.hpp with 100% similarity]
src/smpi/bindings/smpi_mpi.cpp
src/smpi/internals/instr_smpi.cpp
src/smpi/internals/smpi_actor.cpp
src/smpi/internals/smpi_config.cpp
src/smpi/internals/smpi_global.cpp
src/smpi/mpi/smpi_request.cpp
src/xbt/config.cpp
src/xbt/config_test.cpp
src/xbt/coverage.h [moved from src/include/xbt/coverage.h with 100% similarity]
src/xbt/dict.cpp
src/xbt/dict_test.cpp
src/xbt/dynar_test.cpp
src/xbt/log.cpp
src/xbt/mmalloc/mfree.c
src/xbt/mmalloc/mmalloc.h [moved from src/include/xbt/mmalloc.h with 100% similarity]
src/xbt/mmalloc/mmprivate.h
src/xbt/parmap.hpp [moved from src/include/xbt/parmap.hpp with 95% similarity]
src/xbt/random_test.cpp
src/xbt/unit-tests_main.cpp
src/xbt/xbt_main.cpp
src/xbt/xbt_modinter.h [moved from src/include/xbt/xbt_modinter.h with 93% similarity]
src/xbt/xbt_str_test.cpp
teshsuite/catch_simgrid.cpp
teshsuite/catch_simgrid.hpp [moved from src/include/catch_simgrid.hpp with 98% similarity]
teshsuite/mc/dwarf/dwarf.cpp
teshsuite/s4u/CMakeLists.txt
teshsuite/s4u/activity-lifecycle/testing_comm.cpp
teshsuite/s4u/activity-lifecycle/testing_comm_direct.cpp
teshsuite/s4u/activity-lifecycle/testing_exec.cpp
teshsuite/s4u/activity-lifecycle/testing_sleep.cpp
teshsuite/s4u/activity-lifecycle/testing_test-wait.cpp
teshsuite/xbt/mmalloc/mmalloc_test.cpp
teshsuite/xbt/parmap_bench/parmap_bench.cpp
teshsuite/xbt/parmap_test/parmap_test.cpp
tools/cmake/DefinePackages.cmake
tools/jenkins/Coverage.sh