Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Remove XBT_INFO call"
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 31 Mar 2014 19:43:02 +0000 (21:43 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 31 Mar 2014 19:43:13 +0000 (21:43 +0200)
commita279c221114b93985c6aa249e71cc4141082b310
treef33dba0e8151ca8a94c28bfab74caeeb92f2f92b
parentf9e6853d2c5b7b867211700bc12f0ee57f640b30
Revert "Remove XBT_INFO call"

This commit changes much much more than wanted. In particular, it
reverts several changes done in the tree recently. I assume that the
merge that occured just before this commit went awfully wrong,
actually.

That's ok, shit happens, don't worry.

Nevertheless, I revert this commit when it's still possible, before
the first unrelated commit on top of it. Pierre, please, pick your
changes back from the diff, and resubmit them.

This reverts commit f9e6853d2c5b7b867211700bc12f0ee57f640b30.
62 files changed:
.gitignore
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
examples/java/reservationSurfPlugin/Receiver.java
examples/java/reservationSurfPlugin/ReservationPlugin.java
examples/java/reservationSurfPlugin/Sender.java
examples/java/reservationSurfPlugin/TestPlugin.java
examples/java/reservationSurfPlugin/reservationSurfPluginDeployment.xml
examples/java/reservationSurfPlugin/reservationSurfPluginPlatform.xml
examples/java/reservationSurfPlugin/reservation_surf_plugin.tesh
examples/java/surfPlugin/TracePlugin.java
examples/msg/mc/bugged1.tesh
examples/msg/mc/bugged1_liveness.tesh
examples/msg/mc/bugged1_liveness_visited.tesh
examples/msg/mc/bugged2.tesh
examples/smpi/CMakeLists.txt
examples/smpi/mc/hostfile_mutual_exclusion [new file with mode: 0644]
examples/smpi/mc/mutual_exclusion.c [new file with mode: 0644]
src/bindings/java/surf.i
src/bindings/java/surf_swig.cpp
src/bindings/java/surf_swig.hpp
src/mc/mc_checkpoint.c
src/mc/mc_dwarf.c
src/mc/mc_dwarf_expression.c
src/mc/mc_global.c
src/mc/mc_private.h
src/msg/msg_io.c
src/simix/smx_global.c
src/simix/smx_io.c
src/smpi/smpi_base.c
src/smpi/smpi_bench.c
src/smpi/smpi_global.c
src/smpi/smpi_pmpi.c
src/surf/cpu_interface.cpp
src/surf/cpu_interface.hpp
src/surf/network_cm02.cpp
src/surf/network_cm02.hpp
src/surf/network_constant.cpp
src/surf/network_interface.cpp
src/surf/network_interface.hpp
src/surf/network_ns3.cpp
src/surf/network_ns3.hpp
src/surf/ns3/ns3_interface.cc
src/surf/ns3/ns3_interface.h
src/surf/plugins/energy.cpp
src/surf/storage_interface.cpp
src/surf/storage_interface.hpp
src/surf/surf_interface.cpp
src/surf/workstation_interface.cpp
src/surf/workstation_interface.hpp
src/surf/workstation_ptask_L07.cpp
src/surf/workstation_ptask_L07.hpp
src/xbt/mmalloc/mmorecore.c
teshsuite/bug-17132/CMakeLists.txt [new file with mode: 0644]
teshsuite/bug-17132/README [new file with mode: 0644]
teshsuite/bug-17132/bug-17132.c [new file with mode: 0644]
teshsuite/bug-17132/bug-17132.tesh [new file with mode: 0644]
teshsuite/bug-17132/hostfile.txt [new file with mode: 0644]
teshsuite/bug-17132/small_platform.xml [new file with mode: 0644]
teshsuite/simix/stack_overflow.tesh
testsuite/mc/dwarf_expression.c