diff --git a/math/hpcombi/Makefile b/math/hpcombi/Makefile index a8b54d9fad87..5c5a6ee21a88 100644 --- a/math/hpcombi/Makefile +++ b/math/hpcombi/Makefile @@ -1,51 +1,51 @@ PORTNAME= HPCombi -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= math devel MAINTAINER= thierry@FreeBSD.org COMMENT= Fast combinatorics in C++ using SSE/AVX instruction sets WWW= https://github.com/hivert/HPCombi LICENSE= GPLv3 ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= uses AVX instruction set BUILD_DEPENDS= sparsehash>0:devel/sparsehash LIB_DEPENDS= libbenchmark.so:devel/benchmark TEST_DEPENDS= boost-libs>0:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= hivert USES= cmake:testing compiler:c++17-lang localbase:ldflags pathfix \ pkgconfig CMAKE_ARGS= -DHPCOMBI_DISABLE_MARCH_NATIVE:BOOL=on NO_ARCH= yes #OPTIONS_DEFINE= DOXYGEN TEST OPTIONS_DEFINE= DOXYGEN OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CMAKE_ON= -DAPIDOC_DIR=${DOCSDIR} TEST_CMAKE_ON= -DBUILD_TESTING=1 TEST_LIB_DEPENDS= libCatch2.so:devel/catch2 DATADIR= ${PREFIX}/share/${PORTNAME:tl} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} .include pre-configure-DOXYGEN-off: ${REINPLACE_CMD} -e 's/add_subdirectory(doc)/# No doc/' \ ${WRKSRC}/CMakeLists.txt post-stage-DOXYGEN-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${BUILD_WRKSRC}/doc/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include diff --git a/math/hpcombi/distinfo b/math/hpcombi/distinfo index d438f5234c12..3a3fc3326717 100644 --- a/math/hpcombi/distinfo +++ b/math/hpcombi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743960204 -SHA256 (hivert-HPCombi-v1.1.0_GH0.tar.gz) = f07b55a54109b21546fa6c10d434c027c2911bb5664dfcee1b3cd2e3baa786b2 -SIZE (hivert-HPCombi-v1.1.0_GH0.tar.gz) = 3129040 +TIMESTAMP = 1765814524 +SHA256 (hivert-HPCombi-v1.1.1_GH0.tar.gz) = 6987e5c6c2db0f2f4ac3a103fb335bc95331515990f9bdd6ac74adcb1864a805 +SIZE (hivert-HPCombi-v1.1.1_GH0.tar.gz) = 3517207 diff --git a/math/hpcombi/pkg-plist b/math/hpcombi/pkg-plist index 0e42e2dd9035..1a1bcb214925 100644 --- a/math/hpcombi/pkg-plist +++ b/math/hpcombi/pkg-plist @@ -1,345 +1,346 @@ include/hpcombi/arch.hpp include/hpcombi/bmat16.hpp include/hpcombi/bmat16_impl.hpp include/hpcombi/bmat8.hpp include/hpcombi/bmat8_impl.hpp include/hpcombi/builder.hpp include/hpcombi/debug.hpp include/hpcombi/epu8.hpp include/hpcombi/epu8_impl.hpp include/hpcombi/hpcombi.hpp include/hpcombi/perm16.hpp include/hpcombi/perm16_impl.hpp include/hpcombi/perm_generic.hpp include/hpcombi/perm_generic_impl.hpp include/hpcombi/power.hpp -include/hpcombi/simde/arm/neon.h -include/hpcombi/simde/arm/sve.h -include/hpcombi/simde/mips/msa.h -include/hpcombi/simde/wasm/relaxed-simd.h -include/hpcombi/simde/wasm/simd128.h -include/hpcombi/simde/x86/avx.h -include/hpcombi/simde/x86/avx2.h -include/hpcombi/simde/x86/avx512.h -include/hpcombi/simde/x86/clmul.h -include/hpcombi/simde/x86/f16c.h -include/hpcombi/simde/x86/fma.h -include/hpcombi/simde/x86/gfni.h -include/hpcombi/simde/x86/mmx.h -include/hpcombi/simde/x86/sse.h -include/hpcombi/simde/x86/sse2.h -include/hpcombi/simde/x86/sse3.h -include/hpcombi/simde/x86/sse4.1.h -include/hpcombi/simde/x86/sse4.2.h -include/hpcombi/simde/x86/ssse3.h -include/hpcombi/simde/x86/svml.h -include/hpcombi/simde/x86/xop.h +include/hpcombi/simde-0.8.2/arm/neon.h +include/hpcombi/simde-0.8.2/arm/sve.h +include/hpcombi/simde-0.8.2/mips/msa.h +include/hpcombi/simde-0.8.2/wasm/relaxed-simd.h +include/hpcombi/simde-0.8.2/wasm/simd128.h +include/hpcombi/simde-0.8.2/x86/aes.h +include/hpcombi/simde-0.8.2/x86/avx.h +include/hpcombi/simde-0.8.2/x86/avx2.h +include/hpcombi/simde-0.8.2/x86/avx512.h +include/hpcombi/simde-0.8.2/x86/clmul.h +include/hpcombi/simde-0.8.2/x86/f16c.h +include/hpcombi/simde-0.8.2/x86/fma.h +include/hpcombi/simde-0.8.2/x86/gfni.h +include/hpcombi/simde-0.8.2/x86/mmx.h +include/hpcombi/simde-0.8.2/x86/sse.h +include/hpcombi/simde-0.8.2/x86/sse2.h +include/hpcombi/simde-0.8.2/x86/sse3.h +include/hpcombi/simde-0.8.2/x86/sse4.1.h +include/hpcombi/simde-0.8.2/x86/sse4.2.h +include/hpcombi/simde-0.8.2/x86/ssse3.h +include/hpcombi/simde-0.8.2/x86/svml.h +include/hpcombi/simde-0.8.2/x86/xop.h include/hpcombi/vect16.hpp include/hpcombi/vect_generic.hpp libdata/pkgconfig/hpcombi.pc %%DOXYGEN%%%%DOCSDIR%%/CF_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/RD_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/Renner_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/Trans_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/annotated.html %%DOXYGEN%%%%DOCSDIR%%/arch_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/arch_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/bc_s.png %%DOXYGEN%%%%DOCSDIR%%/bc_sd.png %%DOXYGEN%%%%DOCSDIR%%/bdwn.png %%DOXYGEN%%%%DOCSDIR%%/bmat16_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/bmat16_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/bmat16__impl_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/bmat16__impl_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/bmat8_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/bmat8_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/bmat8__impl_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/bmat8__impl_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/builder_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/builder_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/classEqEpu8-members.html %%DOXYGEN%%%%DOCSDIR%%/classEqEpu8.html %%DOXYGEN%%%%DOCSDIR%%/classHPCombi_1_1BMat16-members.html %%DOXYGEN%%%%DOCSDIR%%/classHPCombi_1_1BMat16.html %%DOXYGEN%%%%DOCSDIR%%/classHPCombi_1_1BMat8-members.html %%DOXYGEN%%%%DOCSDIR%%/classHPCombi_1_1BMat8.html %%DOXYGEN%%%%DOCSDIR%%/classes.html %%DOXYGEN%%%%DOCSDIR%%/classlibsemigroups_1_1Timer-members.html %%DOXYGEN%%%%DOCSDIR%%/classlibsemigroups_1_1Timer.html %%DOXYGEN%%%%DOCSDIR%%/closed.png %%DOXYGEN%%%%DOCSDIR%%/debug_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/debug_8hpp_source.html -%%DOXYGEN%%%%DOCSDIR%%/dir_34ca627235a89065f8c5a695cac9ddab.html -%%DOXYGEN%%%%DOCSDIR%%/dir_9431461fe4fc1b38bb4fd222da4da8e5.html -%%DOXYGEN%%%%DOCSDIR%%/dir_ba740b1b6c5af4004c3573360476ab5b.html -%%DOXYGEN%%%%DOCSDIR%%/dir_e001190c0b571bfe7ca10db4d849015c.html +%%DOXYGEN%%%%DOCSDIR%%/dir_0c3936d75fb7de070c6bfec10ff2cf55.html +%%DOXYGEN%%%%DOCSDIR%%/dir_16159a270efdabcd442030a08e20a6fe.html +%%DOXYGEN%%%%DOCSDIR%%/dir_25db0f30f44cb0f96892112789cf4aee.html +%%DOXYGEN%%%%DOCSDIR%%/dir_fe1e55dd4e1af501eb772862e06be18d.html %%DOXYGEN%%%%DOCSDIR%%/doc.png %%DOXYGEN%%%%DOCSDIR%%/docd.png %%DOXYGEN%%%%DOCSDIR%%/doxygen.css %%DOXYGEN%%%%DOCSDIR%%/doxygen.svg %%DOXYGEN%%%%DOCSDIR%%/dynsections.js %%DOXYGEN%%%%DOCSDIR%%/epu8_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/epu8_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/epu8__impl_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/epu8__impl_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/examples.html %%DOXYGEN%%%%DOCSDIR%%/files.html %%DOXYGEN%%%%DOCSDIR%%/folderclosed.png %%DOXYGEN%%%%DOCSDIR%%/folderopen.png %%DOXYGEN%%%%DOCSDIR%%/functions.html %%DOXYGEN%%%%DOCSDIR%%/functions_b.html %%DOXYGEN%%%%DOCSDIR%%/functions_c.html %%DOXYGEN%%%%DOCSDIR%%/functions_d.html %%DOXYGEN%%%%DOCSDIR%%/functions_e.html %%DOXYGEN%%%%DOCSDIR%%/functions_f.html %%DOXYGEN%%%%DOCSDIR%%/functions_func.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_b.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_c.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_d.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_e.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_f.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_h.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_i.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_l.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_m.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_n.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_o.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_p.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_r.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_s.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_t.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_u.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_v.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_w.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_~.html %%DOXYGEN%%%%DOCSDIR%%/functions_h.html %%DOXYGEN%%%%DOCSDIR%%/functions_i.html %%DOXYGEN%%%%DOCSDIR%%/functions_l.html %%DOXYGEN%%%%DOCSDIR%%/functions_m.html %%DOXYGEN%%%%DOCSDIR%%/functions_n.html %%DOXYGEN%%%%DOCSDIR%%/functions_o.html %%DOXYGEN%%%%DOCSDIR%%/functions_p.html %%DOXYGEN%%%%DOCSDIR%%/functions_r.html %%DOXYGEN%%%%DOCSDIR%%/functions_rela.html %%DOXYGEN%%%%DOCSDIR%%/functions_s.html %%DOXYGEN%%%%DOCSDIR%%/functions_t.html %%DOXYGEN%%%%DOCSDIR%%/functions_type.html %%DOXYGEN%%%%DOCSDIR%%/functions_u.html %%DOXYGEN%%%%DOCSDIR%%/functions_v.html %%DOXYGEN%%%%DOCSDIR%%/functions_vars.html %%DOXYGEN%%%%DOCSDIR%%/functions_w.html %%DOXYGEN%%%%DOCSDIR%%/functions_~.html %%DOXYGEN%%%%DOCSDIR%%/globals.html %%DOXYGEN%%%%DOCSDIR%%/globals_defs.html %%DOXYGEN%%%%DOCSDIR%%/globals_func.html %%DOXYGEN%%%%DOCSDIR%%/globals_vars.html %%DOXYGEN%%%%DOCSDIR%%/hierarchy.html %%DOXYGEN%%%%DOCSDIR%%/hpcombi_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/hpcombi_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/image_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/index.html %%DOXYGEN%%%%DOCSDIR%%/jquery.js %%DOXYGEN%%%%DOCSDIR%%/menu.js %%DOXYGEN%%%%DOCSDIR%%/menudata.js %%DOXYGEN%%%%DOCSDIR%%/namespaceHPCombi.html %%DOXYGEN%%%%DOCSDIR%%/namespaceHPCombi_1_1detail.html %%DOXYGEN%%%%DOCSDIR%%/namespaceHPCombi_1_1power__helper.html %%DOXYGEN%%%%DOCSDIR%%/namespacelibsemigroups.html %%DOXYGEN%%%%DOCSDIR%%/namespacemembers.html %%DOXYGEN%%%%DOCSDIR%%/namespacemembers_func.html %%DOXYGEN%%%%DOCSDIR%%/namespacemembers_type.html %%DOXYGEN%%%%DOCSDIR%%/namespacemembers_vars.html %%DOXYGEN%%%%DOCSDIR%%/namespaces.html %%DOXYGEN%%%%DOCSDIR%%/namespacestd.html %%DOXYGEN%%%%DOCSDIR%%/nav_f.png %%DOXYGEN%%%%DOCSDIR%%/nav_fd.png %%DOXYGEN%%%%DOCSDIR%%/nav_g.png %%DOXYGEN%%%%DOCSDIR%%/nav_h.png %%DOXYGEN%%%%DOCSDIR%%/nav_hd.png %%DOXYGEN%%%%DOCSDIR%%/open.png %%DOXYGEN%%%%DOCSDIR%%/pattern_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/perm16_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/perm16_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/perm16__impl_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/perm16__impl_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/perm__generic_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/perm__generic_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/perm__generic__impl_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/perm__generic__impl_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/power_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/power_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/search/all_0.js %%DOXYGEN%%%%DOCSDIR%%/search/all_1.js %%DOXYGEN%%%%DOCSDIR%%/search/all_10.js %%DOXYGEN%%%%DOCSDIR%%/search/all_11.js %%DOXYGEN%%%%DOCSDIR%%/search/all_12.js %%DOXYGEN%%%%DOCSDIR%%/search/all_13.js %%DOXYGEN%%%%DOCSDIR%%/search/all_14.js %%DOXYGEN%%%%DOCSDIR%%/search/all_15.js %%DOXYGEN%%%%DOCSDIR%%/search/all_2.js %%DOXYGEN%%%%DOCSDIR%%/search/all_3.js %%DOXYGEN%%%%DOCSDIR%%/search/all_4.js %%DOXYGEN%%%%DOCSDIR%%/search/all_5.js %%DOXYGEN%%%%DOCSDIR%%/search/all_6.js %%DOXYGEN%%%%DOCSDIR%%/search/all_7.js %%DOXYGEN%%%%DOCSDIR%%/search/all_8.js %%DOXYGEN%%%%DOCSDIR%%/search/all_9.js %%DOXYGEN%%%%DOCSDIR%%/search/all_a.js %%DOXYGEN%%%%DOCSDIR%%/search/all_b.js %%DOXYGEN%%%%DOCSDIR%%/search/all_c.js %%DOXYGEN%%%%DOCSDIR%%/search/all_d.js %%DOXYGEN%%%%DOCSDIR%%/search/all_e.js %%DOXYGEN%%%%DOCSDIR%%/search/all_f.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_0.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_1.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_2.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_3.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_4.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_5.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_6.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_7.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_8.js %%DOXYGEN%%%%DOCSDIR%%/search/close.svg %%DOXYGEN%%%%DOCSDIR%%/search/defines_0.js %%DOXYGEN%%%%DOCSDIR%%/search/defines_1.js %%DOXYGEN%%%%DOCSDIR%%/search/files_0.js %%DOXYGEN%%%%DOCSDIR%%/search/files_1.js %%DOXYGEN%%%%DOCSDIR%%/search/files_2.js %%DOXYGEN%%%%DOCSDIR%%/search/files_3.js %%DOXYGEN%%%%DOCSDIR%%/search/files_4.js %%DOXYGEN%%%%DOCSDIR%%/search/files_5.js %%DOXYGEN%%%%DOCSDIR%%/search/files_6.js %%DOXYGEN%%%%DOCSDIR%%/search/files_7.js %%DOXYGEN%%%%DOCSDIR%%/search/files_8.js %%DOXYGEN%%%%DOCSDIR%%/search/files_9.js %%DOXYGEN%%%%DOCSDIR%%/search/files_a.js %%DOXYGEN%%%%DOCSDIR%%/search/files_b.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_0.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_1.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_10.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_11.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_12.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_13.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_2.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_3.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_4.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_5.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_6.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_7.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_8.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_9.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_a.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_b.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_c.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_d.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_e.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_f.js %%DOXYGEN%%%%DOCSDIR%%/search/mag.svg %%DOXYGEN%%%%DOCSDIR%%/search/mag_d.svg %%DOXYGEN%%%%DOCSDIR%%/search/mag_sel.svg %%DOXYGEN%%%%DOCSDIR%%/search/mag_seld.svg %%DOXYGEN%%%%DOCSDIR%%/search/namespaces_0.js %%DOXYGEN%%%%DOCSDIR%%/search/namespaces_1.js %%DOXYGEN%%%%DOCSDIR%%/search/namespaces_2.js %%DOXYGEN%%%%DOCSDIR%%/search/pages_0.js %%DOXYGEN%%%%DOCSDIR%%/search/related_0.js %%DOXYGEN%%%%DOCSDIR%%/search/search.css %%DOXYGEN%%%%DOCSDIR%%/search/search.js %%DOXYGEN%%%%DOCSDIR%%/search/searchdata.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_0.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_1.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_2.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_3.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_4.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_5.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_6.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_7.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_0.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_1.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_2.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_3.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_4.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_5.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_6.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_7.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_8.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_9.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_a.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_b.js %%DOXYGEN%%%%DOCSDIR%%/splitbar.png %%DOXYGEN%%%%DOCSDIR%%/splitbard.png %%DOXYGEN%%%%DOCSDIR%%/stringmonoid_8cpp-example.html %%DOXYGEN%%%%DOCSDIR%%/stringmonoid_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PPerm16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PPerm16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PPerm16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PTransf16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PTransf16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PTransf16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Perm16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Perm16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Perm16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PermGeneric-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PermGeneric.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PermGeneric.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1TPUBuild-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1TPUBuild.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Transf16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Transf16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Transf16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Vect16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Vect16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Vect16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1VectGeneric-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1VectGeneric.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1VectGeneric.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid_3_01Perm16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid_3_01Perm16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid_3_01std_1_1string_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid_3_01std_1_1string_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1equal__to_3_01HPCombi_1_1epu8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1equal__to_3_01HPCombi_1_1epu8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1BMat8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1BMat8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PPerm16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PPerm16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PTransf16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PTransf16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Perm16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Perm16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PermGeneric_3_01Size_00_01Expo_01_4_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PermGeneric_3_01Size_00_01Expo_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Transf16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Transf16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Vect16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Vect16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1VectGeneric_3_01Size_00_01Expo_01_4_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1VectGeneric_3_01Size_00_01Expo_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1epu8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1epu8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1less_3_01HPCombi_1_1epu8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1less_3_01HPCombi_1_1epu8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1not__equal__to_3_01HPCombi_1_1epu8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1not__equal__to_3_01HPCombi_1_1epu8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/sync_off.png %%DOXYGEN%%%%DOCSDIR%%/sync_on.png %%DOXYGEN%%%%DOCSDIR%%/tab_a.png %%DOXYGEN%%%%DOCSDIR%%/tab_ad.png %%DOXYGEN%%%%DOCSDIR%%/tab_b.png %%DOXYGEN%%%%DOCSDIR%%/tab_bd.png %%DOXYGEN%%%%DOCSDIR%%/tab_h.png %%DOXYGEN%%%%DOCSDIR%%/tab_hd.png %%DOXYGEN%%%%DOCSDIR%%/tab_s.png %%DOXYGEN%%%%DOCSDIR%%/tab_sd.png %%DOXYGEN%%%%DOCSDIR%%/tabs.css %%DOXYGEN%%%%DOCSDIR%%/timer_8h.html %%DOXYGEN%%%%DOCSDIR%%/timer_8h_source.html %%DOXYGEN%%%%DOCSDIR%%/vect16_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/vect16_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/vect__generic_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/vect__generic_8hpp_source.html %%DATADIR%%/HPCOMBI_VERSION %%DATADIR%%/LICENSE %%DATADIR%%/README.md