Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile sg_config with g++ too
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 1 Apr 2016 19:26:14 +0000 (21:26 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 1 Apr 2016 19:26:18 +0000 (21:26 +0200)
- This should be the last C part of the simgrid kernel.
- Only the APIs and the xbt remain in C now
- This will allow further unCification in the internals.

src/simgrid/sg_config.cpp [moved from src/simgrid/sg_config.c with 100% similarity]
tools/cmake/DefinePackages.cmake

index 6a32436..1a0d668 100644 (file)
@@ -389,7 +389,7 @@ set(S4U_SRC
 )
 
 set(SIMGRID_SRC
-  src/simgrid/sg_config.c
+  src/simgrid/sg_config.cpp
   src/simgrid/host.cpp
   src/simgrid/util.hpp
   )