Changeset 91 in pacpusframework for trunk/src/PacpusTools


Ignore:
Timestamp:
05/19/13 12:32:48 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

Improvement of the build system to avoid some workarounds

Location:
trunk/src/PacpusTools
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusTools/CMakeLists.txt

    r64 r91  
    4343    ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/ShMem.h
    4444    ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/geodesie.h
     45        ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/AsyncWorkerBase.h
     46        ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/PeriodicWorker.h
    4547    ./src/matrice.cpp
    4648    ./src/geodesie.cpp
  • trunk/src/PacpusTools/src/AsyncWorkerBase.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Samuel Gosselin <firstname.surname@utc.fr>
     5/// @date    December, 2012
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/PeriodicWorker.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Samuel Gosselin <firstname.surname@utc.fr>
     5/// @date    December, 2012
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/PosixShMem.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    January, 2007
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/Win32ShMem.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    January, 2007
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/geodesie.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Jean Laneurit <firstname.surname@utc.fr>
     5/// @date    April, 2010
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/matrice.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Jean Laneurit <firstname.surname@utc.fr>
     5/// @date    April, 2010
    46// %pacpus:license}
    57
Note: See TracChangeset for help on using the changeset viewer.