From 9d8ed62ad5899fa0acd2f75e7f8ad8dfe441f340 Mon Sep 17 00:00:00 2001 From: Samuel Felton Date: Thu, 27 Jun 2024 14:18:29 +0200 Subject: [PATCH] Fix bindings parsing issue, ignore vpEndian in config --- modules/core/include/visp3/core/vpIoTools.h | 2 +- modules/python/config/core.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/include/visp3/core/vpIoTools.h b/modules/core/include/visp3/core/vpIoTools.h index 9d1b93be15..246624d377 100644 --- a/modules/core/include/visp3/core/vpIoTools.h +++ b/modules/core/include/visp3/core/vpIoTools.h @@ -57,9 +57,9 @@ #if VISP_CXX_STANDARD > VISP_CXX_STANDARD_98 -#ifndef DOXYGEN_SHOULD_SKIP_THIS namespace visp { +#ifndef DOXYGEN_SHOULD_SKIP_THIS // https://github.com/BinomialLLC/basis_universal/blob/ad9386a4a1cf2a248f7bbd45f543a7448db15267/encoder/basisu_miniz.h#L665 static inline unsigned long vp_mz_crc32(unsigned long crc, const unsigned char *ptr, size_t buf_len) { diff --git a/modules/python/config/core.json b/modules/python/config/core.json index 8189dafc0a..f52116f0dd 100644 --- a/modules/python/config/core.json +++ b/modules/python/config/core.json @@ -1,5 +1,5 @@ { - "ignored_headers": ["vpGEMM.h", "vpDebug.h"], + "ignored_headers": ["vpGEMM.h", "vpDebug.h", "vpEndian.h"], "ignored_classes": ["vpException", "vpImageException", "vpTrackingException", "vpFrameGrabberException", "vpIoException", "vpDisplayException", "vpMatrixException"],