Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
proper use of the HAVE_TRACING variable defined by Cmake through -Dtracing=on
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 1 Apr 2010 14:17:02 +0000 (14:17 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 1 Apr 2010 14:17:02 +0000 (14:17 +0000)
commita182030b5a8c0db05a1de18ca230b61e76363ebc
treeabde35cd850edf40f91ea7d76dc0b7124de67255
parent21e348c392c2b7a818d7cd938d35c0bbc3f26922
proper use of the HAVE_TRACING variable defined by Cmake through -Dtracing=on

details:
- cleaning some code (instr/config.h) that was autotools-related
- created a Cmake rule to create a tracing_config.h that contains
the preprocessor variable HAVE_TRACING
- msg/datatypes.h and instr/instr.h needs to include tracing_config.h
to not segfault because of the size of the task struct
- .gitignore updated

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7423 48e7efb5-ca39-0410-a469-dd3cf9ba447f
17 files changed:
.gitignore
buildtools/Cmake/src/CMakeCompleteInFiles.txt
buildtools/Cmake/src/tracing_config.h.in [new file with mode: 0644]
include/instr/config.h [deleted file]
include/instr/config.h.in [deleted file]
include/instr/instr.h
include/msg/datatypes.h
src/instr/general.c
src/instr/interface.c
src/instr/msg_process_instr.c
src/instr/msg_task_instr.c
src/instr/paje.c
src/instr/private.h
src/instr/smx_instr.c
src/instr/surf_instr.c
src/instr/variables_instr.c
src/simix/private.h