nojhan
d83681d6fa
add cmake export to all targets & bugfix Find module
...
- Add "EXPORT paradiseo-targets" to cmake's "install" commands.
- Export those targets in "paradiseo-config.cmake",
which is needed by FindParadiseo.cmake script.
- Bugfix "FindParadiseo.cmake" script:
- document PARADISEO_ROOT input,
- add PARADISEO_DIR to specify a bin dir (try build, debug and release as defaults),
- bugfix bad copy pastes involving edo and peo,
- default messages only for eo, mo and meo.
2019-09-29 21:14:30 +02:00
..
CMakeLists.txt
add cmake export to all targets & bugfix Find module
2019-09-29 21:14:30 +02:00
Entity.h
Precised group MPI instead of group Parallel for Mpi classes in documentation.
2012-07-13 15:50:51 +02:00
eoSerial.h
eoserial: removed Serialize.h (something else coming soon...)
2013-03-22 17:05:19 +01:00
json_example
Serialization of EO user objects.
2012-06-15 10:56:59 +02:00
Parser.cpp
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
Parser.h
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
SerialArray.cpp
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
SerialArray.h
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
Serializable.h
Documentation of serialization, utils/eoTimer and eoPopEvalFunc.
2012-07-12 13:56:54 +02:00
SerialObject.cpp
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
SerialObject.h
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
SerialString.cpp
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
SerialString.h
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
Traits.h
eoserial: traits for knowing whether a class is derived from another one at compile time. Thanks Herb Sutter
2013-03-22 17:01:12 +01:00
Utils.h
Explicit iterator instead of auto, for old C++ compat
2013-04-30 16:05:29 +02:00