30 #ifndef IMPBENCHMARK_CONFIG_H
31 #define IMPBENCHMARK_CONFIG_H
33 #include <IMP/kernel_config.h>
39 #ifdef IMPBENCHMARK_EXPORTS
40 #define IMPBENCHMARKEXPORT __declspec(dllexport)
42 #define IMPBENCHMARKEXPORT __declspec(dllimport)
48 #define IMPBENCHMARKEXPORT __attribute__((visibility("default")))
49 #else // GCC_VISIBILITY
50 #define IMPBENCHMARKEXPORT
51 #endif // GCC_VISIBILITY
55 #if defined(_MSC_VER) && !defined(SWIG)
56 #ifdef IMPBENCHMARK_EXPORTS
58 #define IMPBENCHMARK_EXPORT_TEMPLATE(name) \
59 template class __declspec(dllexport) name
63 #define IMPBENCHMARK_EXPORT_TEMPLATE(name) \
64 template class __declspec(dllimport) name
69 #define IMPBENCHMARK_EXPORT_TEMPLATE(name) IMP_REQUIRE_SEMICOLON_NAMESPACE
71 #endif // MSC and SWIG
73 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
75 #define IMPBENCHMARK_BEGIN_NAMESPACE \
76 IMP_COMPILER_ENABLE_WARNINGS namespace IMP{ namespace benchmark {
78 #define IMPBENCHMARK_END_NAMESPACE } } \
79 IMP_COMPILER_DISABLE_WARNINGS
81 #define IMPBENCHMARK_BEGIN_INTERNAL_NAMESPACE IMPBENCHMARK_BEGIN_NAMESPACE \
84 #define IMPBENCHMARK_END_INTERNAL_NAMESPACE } IMPBENCHMARK_END_NAMESPACE
86 #else // SWIG and DOXYGEN
87 #define IMPBENCHMARK_BEGIN_NAMESPACE namespace IMP{ namespace benchmark {
89 #define IMPBENCHMARK_END_NAMESPACE } }
91 #define IMPBENCHMARK_BEGIN_INTERNAL_NAMESPACE IMPBENCHMARK_BEGIN_NAMESPACE\
94 #define IMPBENCHMARK_END_INTERNAL_NAMESPACE } IMPBENCHMARK_END_NAMESPACE
96 #endif // SWIG AND DOXYGEN
98 #define IMP_BENCHMARK_USE_BOOST_FILESYSTEM
99 #define IMP_BENCHMARK_HAS_BOOST_FILESYSTEM 1
100 #define IMP_BENCHMARK_USE_BOOST_PROGRAMOPTIONS
101 #define IMP_BENCHMARK_HAS_BOOST_PROGRAMOPTIONS 1
102 #define IMP_BENCHMARK_USE_BOOST_RANDOM
103 #define IMP_BENCHMARK_HAS_BOOST_RANDOM 1
104 #define IMP_BENCHMARK_USE_BOOST_SERIALIZATION
105 #define IMP_BENCHMARK_HAS_BOOST_SERIALIZATION 1
106 #define IMP_BENCHMARK_USE_BOOST_SYSTEM
107 #define IMP_BENCHMARK_HAS_BOOST_SYSTEM 1
108 #define IMP_BENCHMARK_USE_NUMPY
109 #define IMP_BENCHMARK_HAS_NUMPY 1
112 namespace IMP{
namespace benchmark {
124 inline std::string get_module_name() {
return "IMP::benchmark"; }
140 IMPBENCHMARKEXPORT std::string
get_data_path(std::string file_name);
163 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
168 namespace IMP{
namespace benchmark {
169 using ::IMP::Showable;
170 using ::IMP::operator<<;
171 using ::IMP::hash_value;
173 namespace IMP{
namespace benchmark {
namespace internal {
174 using ::IMP::Showable;
175 using ::IMP::operator<<;
176 using ::IMP::hash_value;
179 #endif // !defined(SWIG) && !defined(IMP_DOXYGEN)
188 #ifdef IMPBENCHMARK_DEPRECATED_HEADER
189 #undef IMPBENCHMARK_DEPRECATED_HEADER
190 #undef IMPBENCHMARK_DEPRECATED_VALUE_DEF
191 #undef IMPBENCHMARK_DEPRECATED_VALUE_DECL
192 #undef IMPBENCHMARK_DEPRECATED_OBJECT_DEF
193 #undef IMPBENCHMARK_DEPRECATED_OBJECT_DECL
194 #undef IMPBENCHMARK_DEPRECATED_FUNCTION_DEF
195 #undef IMPBENCHMARK_DEPRECATED_FUNCTION_DECL
196 #undef IMPBENCHMARK_DEPRECATED_METHOD_DEF
197 #undef IMPBENCHMARK_DEPRECATED_METHOD_DECL
198 #undef IMPBENCHMARK_DEPRECATED_MACRO
199 #undef IMPBENCHMARK_SHOW_WARNINGS
203 #if defined( IMPBENCHMARK_COMPILATION) \
204 || defined(SWIG) || defined(IMP_SWIG_WRAPPER) \
205 || defined( IMPBENCHMARK_ALL) || defined(IMP_DOXYGEN) \
206 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
207 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
208 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
209 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
210 || defined(IMPSCOREFUNCTOR_COMPILATION) || defined(IMPRMF_COMPILATION) \
211 || defined(IMPGSL_COMPILATION)
212 #define IMPBENCHMARK_SHOW_WARNINGS 0
214 #define IMPBENCHMARK_SHOW_WARNINGS 1
218 #if IMPBENCHMARK_SHOW_WARNINGS
219 #define IMPBENCHMARK_DEPRECATED_HEADER(version, help_message) \
220 IMP_PRAGMA(message(__FILE__ " is deprecated: " help_message))
221 #define IMPBENCHMARK_DEPRECATED_VALUE_DECL(version) \
222 IMP_DEPRECATED_ATTRIBUTE
223 #define IMPBENCHMARK_DEPRECATED_OBJECT_DECL(version) \
224 IMP_DEPRECATED_ATTRIBUTE
225 #define IMPBENCHMARK_DEPRECATED_FUNCTION_DECL(version) \
226 IMP_DEPRECATED_ATTRIBUTE
227 #define IMPBENCHMARK_DEPRECATED_METHOD_DECL(version) \
228 IMP_DEPRECATED_ATTRIBUTE
230 #else //IMPBENCHMARK_SHOW_WARNINGS
232 #define IMPBENCHMARK_DEPRECATED_HEADER(version, help_message) \
234 #define IMPBENCHMARK_DEPRECATED_VALUE_DECL(version)
236 #define IMPBENCHMARK_DEPRECATED_OBJECT_DECL(version)
238 #define IMPBENCHMARK_DEPRECATED_FUNCTION_DECL(version)
240 #define IMPBENCHMARK_DEPRECATED_METHOD_DECL(version)
242 #endif // IMPBENCHMARK_SHOW_WARNINGS
245 #if !defined(IMP_ALL) || defined(SWIG) || defined(IMP_DOXYGEN) \
246 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
247 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
248 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
249 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
250 || defined(IMPSCOREFUNCTOR_COMPILATION)
252 #define IMPBENCHMARK_DEPRECATED_MACRO(version, message)
255 #define IMPBENCHMARK_DEPRECATED_MACRO(version, message) \
256 IMP_DEPRECATED_MACRO(version, message)
260 #define IMPBENCHMARK_DEPRECATED_VALUE_DEF(version, message) \
261 IMP_DEPRECATED_VALUE_RUNTIME_WARNING(version, message)
264 #define IMPBENCHMARK_DEPRECATED_OBJECT_DEF(version, message) \
265 IMP_DEPRECATED_OBJECT_RUNTIME_WARNING(version, message)
268 #define IMPBENCHMARK_DEPRECATED_FUNCTION_DEF(version, message) \
269 IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING(version, message)
272 #define IMPBENCHMARK_DEPRECATED_METHOD_DEF(version, message) \
273 IMP_DEPRECATED_METHOD_RUNTIME_WARNING(version, message)
278 #if defined(IMP_EXECUTABLE) && !defined(IMP_EXECUTABLE_WARNINGS)
279 IMP_COMPILER_ENABLE_WARNINGS
280 #define IMP_EXECUTABLE_WARNINGS
std::string get_data_path(std::string file_name)
Return the full path to one of this module's data files.
Helper functions for implementing hashes.
Helper class to aid in output of IMP classes to streams.
std::string get_module_version()
Return the version of this module, as a string.
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
Various compiler workarounds.