Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile a piece of xbt with g++ to remove a useless function
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 9 Aug 2016 20:51:18 +0000 (22:51 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 9 Aug 2016 21:54:52 +0000 (23:54 +0200)
and please my ol' pal, sonar

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

similarity index 100%
rename from src/xbt/xbt_main.c
rename to src/xbt/xbt_main.cpp
index cc55a38..04f5669 100644 (file)
@@ -268,7 +268,7 @@ set(XBT_SRC
   src/xbt/xbt_log_appender_file.c
   src/xbt/xbt_log_layout_format.c
   src/xbt/xbt_log_layout_simple.c
-  src/xbt/xbt_main.c
+  src/xbt/xbt_main.cpp
   src/xbt/xbt_matrix.c
   src/xbt/xbt_os_file.c
   src/xbt/xbt_os_synchro.c