Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: alembic-devel | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.8.4 | Vendor: openSUSE |
Release: bp156.3.6 | Build date: Tue Mar 19 13:33:50 2024 |
Group: Development/Libraries/C and C++ | Build host: obs-power9-12 |
Size: 971227 | Source RPM: alembic-1.8.4-bp156.3.6.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.alembic.io | |
Summary: Development files for alembic |
This package contains the C++ header files and symbolic links to the shared libraries for alembic. If you would like to develop programs using alembic, you will need to install alembic-devel.
BSD-3-Clause
* Fri Jun 23 2023 Андрей Алыпов <and.november@opensuse.org> - Added Alembic's cmake files to devel package * Sat Dec 03 2022 Dirk Müller <dmueller@suse.com> - update to 1.8.4: * Add ALEMBIC_DEBUG_WARNINGS_AS_ERRORS to control the build in debug mode. * It is set to ON by default to preserve the current behavior. * Use add_compile_options instead of the older add_definitions. (PR371) * Fix the include dirs for AbcCoreHDF5 tests. (PR382) * Fix issue hinted at in Issue 223: use PROJECT_SOURCE_DIR instead of * CMAKE_SOURCE_DIR when embedding Alembic within another CMake project. (PR393) * On Windows _BitScanForward64 is only available when _WIN64 is defined. * When it is not, fall back on using _BitScanForward. (PR 373) * Fuzzer issue 49213 turned up some new malformed MetaData memory problems. * Indexed MetaData on the write side only allows 254 (plus the default empty one) * small (up to 256 bytes), we now throw if we encounter malformed MetaData. * We were also allowing empty property and object names through on the read side * even though the writer forbids this. * Finally integrate a couple of tests flagged by Taotao Gu's local fuzzer. * (PR391 and PR397) * Fuzzer issue 52939 showed that with certain malformed MetaData the pair * separator should NOT occur before the assign separator. (PR396) * N2f and N2d properties were not being correctly bound.(PR390) * Sun Jun 26 2022 Berthold Gunreben <azouhr@opensuse.org> - Ogawa only supports little endian. Disable s390x builds. * Tue Jan 04 2022 Dirk Müller <dmueller@suse.com> - update to 1.8.3: * Make sure we export the IlmBase requirement in CMake when using OpenEXR 2 to fulfill the Imath requirement. * Address report from GCC Undefined Behavior Sanitizer by initializing a couple of bools in OXform. * Fix compile issue when using C++17 with Microsoft Visual Studio and use a hopefully much faster find first bit set when using that compiler. (Issue 358) * One of the fuzzer tests were was failing with 32 bit builds because of a different exception message. * Fix a bug with 32 bit memory mapped Windows builds. * Look for boost python a little differently, falling back on existing behavior. * Wed May 19 2021 Ferdinand Thiessen <rpm@fthiessen.de> - Update to 1.8.1: * Ogawa: Sanity check that we have a valid group to avoid infinite recursion during traversal. - Enable testsuite - Add fuzztest.patch * Wed Apr 28 2021 Ferdinand Thiessen <rpm@fthiessen.de> - Update to 1.8.0: API: * Dropped support for the ancient TR1, expect compilers to support at least support C++std11 and currently default to C++std14. * Removed ALEMBIC_LIB_USES_TR1 and ALEMBIC_LIB_USES_BOOST and instead expect the std versions like shared_ptr. Ogawa: * Better support emscripten and ARM toolchains by using memcpy to avoid dereferencing non-aligned pointers. AbcStitcher: * Propagate MetaData from the first of our ordered input archives over to the stitched output. Other: * Overhaul to support Imath 3 * Fix for using Alembic as a 3rd party with Imath 3. * Tue Dec 29 2020 Matthias Eliasson <elimat@opensuse.org> - update to 1.7.16: GitHub: * Add a Github Action to create a python 2.7 wheel. (PR 310) AbcCoreHDF5: * Specify char signedness when setting the HDF5 data type as some architectures, like ARM, default to unsigned. (PR 316) AbcCoreOgawa: * Fuzzer issue 25695: Fix leak that can occur when reading meta data, but the file is maliciously cut short. (PR 315) * Fuzzer issue 26125: Add a check and throw an excpetion for an obviously recursive group. (PR 321) * Fri Sep 11 2020 Dirk Mueller <dmueller@suse.com> - update to 1.7.15: * Fuzzer issues 25166, 25175, 25185, 25204, and 25236 all test for illegal meta data index values which we more carefully test. * Fuzzer issue 25192 turned up a leak from a malformed file causing OrData to throw. * Wed Aug 26 2020 Dirk Mueller <dmueller@suse.com> - update to 1.7.14: * Fix another Fuzzer issue with Ogawa::IData allocating too much memory because of a malicious file. Add tests for Fuzzer issues: 24846, 24853, 24598, 25051, and 25081. (PR296) * Remove Murmur3 from the LICENSE.txt since it was moved into the public domain a while ago, and is reflected as such in the code. (Issue 292) * Fix uninitialized member variable in OTypedGeomParam. (PR290) * Remove some unused local functions. (Issue 293) * Tue Aug 18 2020 Dirk Mueller <dmueller@suse.com> - update to 1.7.13: * Ogawa: Google generously setup AutoFuzz and it found several issues when reading maliciously created files. These issues reported issues are fixed: 253-258, 269-272, 282, 283 (PR266) * AbcImport: Add support for connecting MFnData::kFloatArray. * Fix issue where WFObjConvert headers were being put in the wrong place when installed. (Issue 264) * Partly address Issue 265 by making some adjustments to the Doxyfile and remove a very old reference to MD5Hash in the very old Houdini SOP. * Thu Nov 21 2019 Hans-Peter Jansen <hpj@urpla.net> - Update to version 1.7.12 API: + Use critical section instead of mutex on Windows. (PR220) * ErrorHandler now uses const char * for message instead of std::string for efficiency gain. (PR221) + Fix incompatibilities with C++17. (PR237) * Add optional DCC FPS hint when calling CreateArchiveWithInfo and GetArchiveInfo. (PR241) Maya: + AbcExport: Support writing animated facesets. (PR217) + AbcExport: Support per curve width. (PR239) * AbcExport: When writing sparse data like just the UVs, create an OObject instead of an OXform. (PR241) Utils: * WFOBJConvert: Fix bug where OBJ files with more than one shape would fail to properly convert UVs and Normals. (PR232) CMake: * Make it easier to select the python version to build against. (PR215) - Clean up spec, remove any superflous parameterization * Fri Aug 23 2019 Hans-Peter Jansen <hpj@urpla.net> - Avoid forcing SSE/SSE2 on %ix86, it is not guaranteed to exist. * Fri Aug 23 2019 Jan Engelhardt <jengelh@inai.de> - Move documentation to -dev subpackage. * Fri Jul 12 2019 Hans-Peter Jansen <hpj@urpla.net> - version 1.7.11: initial build
/usr/include/Alembic /usr/include/Alembic/Abc /usr/include/Alembic/Abc/All.h /usr/include/Alembic/Abc/ArchiveInfo.h /usr/include/Alembic/Abc/Argument.h /usr/include/Alembic/Abc/Base.h /usr/include/Alembic/Abc/ErrorHandler.h /usr/include/Alembic/Abc/Foundation.h /usr/include/Alembic/Abc/IArchive.h /usr/include/Alembic/Abc/IArrayProperty.h /usr/include/Alembic/Abc/IBaseProperty.h /usr/include/Alembic/Abc/ICompoundProperty.h /usr/include/Alembic/Abc/IObject.h /usr/include/Alembic/Abc/ISampleSelector.h /usr/include/Alembic/Abc/IScalarProperty.h /usr/include/Alembic/Abc/ISchema.h /usr/include/Alembic/Abc/ISchemaObject.h /usr/include/Alembic/Abc/ITypedArrayProperty.h /usr/include/Alembic/Abc/ITypedScalarProperty.h /usr/include/Alembic/Abc/OArchive.h /usr/include/Alembic/Abc/OArrayProperty.h /usr/include/Alembic/Abc/OBaseProperty.h /usr/include/Alembic/Abc/OCompoundProperty.h /usr/include/Alembic/Abc/OObject.h /usr/include/Alembic/Abc/OScalarProperty.h /usr/include/Alembic/Abc/OSchema.h /usr/include/Alembic/Abc/OSchemaObject.h /usr/include/Alembic/Abc/OTypedArrayProperty.h /usr/include/Alembic/Abc/OTypedScalarProperty.h /usr/include/Alembic/Abc/Reference.h /usr/include/Alembic/Abc/SourceName.h /usr/include/Alembic/Abc/TypedArraySample.h /usr/include/Alembic/Abc/TypedPropertyTraits.h /usr/include/Alembic/AbcCollection /usr/include/Alembic/AbcCollection/All.h /usr/include/Alembic/AbcCollection/ICollections.h /usr/include/Alembic/AbcCollection/OCollections.h /usr/include/Alembic/AbcCollection/SchemaInfoDeclarations.h /usr/include/Alembic/AbcCoreAbstract /usr/include/Alembic/AbcCoreAbstract/All.h /usr/include/Alembic/AbcCoreAbstract/ArchiveReader.h /usr/include/Alembic/AbcCoreAbstract/ArchiveWriter.h /usr/include/Alembic/AbcCoreAbstract/ArrayPropertyReader.h /usr/include/Alembic/AbcCoreAbstract/ArrayPropertyWriter.h /usr/include/Alembic/AbcCoreAbstract/ArraySample.h /usr/include/Alembic/AbcCoreAbstract/ArraySampleKey.h /usr/include/Alembic/AbcCoreAbstract/BasePropertyReader.h /usr/include/Alembic/AbcCoreAbstract/BasePropertyWriter.h /usr/include/Alembic/AbcCoreAbstract/CompoundPropertyReader.h /usr/include/Alembic/AbcCoreAbstract/CompoundPropertyWriter.h /usr/include/Alembic/AbcCoreAbstract/DataType.h /usr/include/Alembic/AbcCoreAbstract/ForwardDeclarations.h /usr/include/Alembic/AbcCoreAbstract/Foundation.h /usr/include/Alembic/AbcCoreAbstract/MetaData.h /usr/include/Alembic/AbcCoreAbstract/ObjectHeader.h /usr/include/Alembic/AbcCoreAbstract/ObjectReader.h /usr/include/Alembic/AbcCoreAbstract/ObjectWriter.h /usr/include/Alembic/AbcCoreAbstract/PropertyHeader.h /usr/include/Alembic/AbcCoreAbstract/ReadArraySampleCache.h /usr/include/Alembic/AbcCoreAbstract/ScalarPropertyReader.h /usr/include/Alembic/AbcCoreAbstract/ScalarPropertyWriter.h /usr/include/Alembic/AbcCoreAbstract/ScalarSample.h /usr/include/Alembic/AbcCoreAbstract/TimeSampling.h /usr/include/Alembic/AbcCoreAbstract/TimeSamplingType.h /usr/include/Alembic/AbcCoreFactory /usr/include/Alembic/AbcCoreFactory/All.h /usr/include/Alembic/AbcCoreFactory/IFactory.h /usr/include/Alembic/AbcCoreLayer /usr/include/Alembic/AbcCoreLayer/Foundation.h /usr/include/Alembic/AbcCoreLayer/Read.h /usr/include/Alembic/AbcCoreLayer/Util.h /usr/include/Alembic/AbcCoreOgawa /usr/include/Alembic/AbcCoreOgawa/All.h /usr/include/Alembic/AbcCoreOgawa/ReadWrite.h /usr/include/Alembic/AbcGeom /usr/include/Alembic/AbcGeom/All.h /usr/include/Alembic/AbcGeom/ArchiveBounds.h /usr/include/Alembic/AbcGeom/Basis.h /usr/include/Alembic/AbcGeom/CameraSample.h /usr/include/Alembic/AbcGeom/CurveType.h /usr/include/Alembic/AbcGeom/FaceSetExclusivity.h /usr/include/Alembic/AbcGeom/FilmBackXformOp.h /usr/include/Alembic/AbcGeom/Foundation.h /usr/include/Alembic/AbcGeom/GeometryScope.h /usr/include/Alembic/AbcGeom/ICamera.h /usr/include/Alembic/AbcGeom/ICurves.h /usr/include/Alembic/AbcGeom/IFaceSet.h /usr/include/Alembic/AbcGeom/IGeomBase.h /usr/include/Alembic/AbcGeom/IGeomParam.h /usr/include/Alembic/AbcGeom/ILight.h /usr/include/Alembic/AbcGeom/INuPatch.h /usr/include/Alembic/AbcGeom/IPoints.h /usr/include/Alembic/AbcGeom/IPolyMesh.h /usr/include/Alembic/AbcGeom/ISubD.h /usr/include/Alembic/AbcGeom/IXform.h /usr/include/Alembic/AbcGeom/OCamera.h /usr/include/Alembic/AbcGeom/OCurves.h /usr/include/Alembic/AbcGeom/OFaceSet.h /usr/include/Alembic/AbcGeom/OGeomBase.h /usr/include/Alembic/AbcGeom/OGeomParam.h /usr/include/Alembic/AbcGeom/OLight.h /usr/include/Alembic/AbcGeom/ONuPatch.h /usr/include/Alembic/AbcGeom/OPoints.h /usr/include/Alembic/AbcGeom/OPolyMesh.h /usr/include/Alembic/AbcGeom/OSubD.h /usr/include/Alembic/AbcGeom/OXform.h /usr/include/Alembic/AbcGeom/SchemaInfoDeclarations.h /usr/include/Alembic/AbcGeom/Visibility.h /usr/include/Alembic/AbcGeom/XformOp.h /usr/include/Alembic/AbcGeom/XformSample.h /usr/include/Alembic/AbcMaterial /usr/include/Alembic/AbcMaterial/All.h /usr/include/Alembic/AbcMaterial/IMaterial.h /usr/include/Alembic/AbcMaterial/MaterialAssignment.h /usr/include/Alembic/AbcMaterial/MaterialFlatten.h /usr/include/Alembic/AbcMaterial/OMaterial.h /usr/include/Alembic/AbcMaterial/SchemaInfoDeclarations.h /usr/include/Alembic/Util /usr/include/Alembic/Util/All.h /usr/include/Alembic/Util/Config.h /usr/include/Alembic/Util/Digest.h /usr/include/Alembic/Util/Dimensions.h /usr/include/Alembic/Util/Exception.h /usr/include/Alembic/Util/Export.h /usr/include/Alembic/Util/Foundation.h /usr/include/Alembic/Util/Murmur3.h /usr/include/Alembic/Util/Naming.h /usr/include/Alembic/Util/OperatorBool.h /usr/include/Alembic/Util/PlainOldDataType.h /usr/include/Alembic/Util/SpookyV2.h /usr/include/Alembic/Util/TokenMap.h /usr/lib64/cmake/Alembic /usr/lib64/cmake/Alembic/AlembicConfig.cmake /usr/lib64/cmake/Alembic/AlembicConfigVersion.cmake /usr/lib64/cmake/Alembic/AlembicTargets-relwithdebinfo.cmake /usr/lib64/cmake/Alembic/AlembicTargets.cmake /usr/lib64/libAlembic.so /usr/share/doc/packages/alembic-devel /usr/share/doc/packages/alembic-devel/ACKNOWLEDGEMENTS.txt /usr/share/doc/packages/alembic-devel/FEEDBACK.txt /usr/share/doc/packages/alembic-devel/NEWS.txt /usr/share/doc/packages/alembic-devel/README.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024