fiftyone-devicedetection-onpremise 4.5.0a29__tar.gz → 4.5.0a31__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/PKG-INFO +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.hpp +2 -2
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collection.c +13 -13
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collection.h +4 -5
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/component.c +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/dataset.c +3 -3
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/dataset.h +4 -4
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/fiftyone.h +5 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/file.c +83 -37
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/file.h +27 -4
- fiftyone_devicedetection_onpremise-4.5.0a31/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/fileOffset.h +74 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/memory.h +2 -1
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/status.h +1 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/storedBinaryValue.c +67 -5
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/FixedSizeCollection.hpp +2 -1
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/VariableSizeCollection.hpp +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise.egg-info/PKG-INFO +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise.egg-info/SOURCES.txt +1 -0
- fiftyone_devicedetection_onpremise-4.5.0a31/version.txt +1 -0
- fiftyone_devicedetection_onpremise-4.5.0a29/version.txt +0 -1
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/MANIFEST.in +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/pyproject.toml +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/setup.cfg +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/setup.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/DeviceDetectionHashEngineModule.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/__init__.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/constants.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/FiftyoneDegrees.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Collection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Collection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CsTypes.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EntityMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EntityMetaDataBuilder.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/FiftyoneDegrees.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/JavaTypes.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MapStringStringIterator.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Types.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Value.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Value.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/array.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/bool.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/bool.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/cache.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/cache.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/common.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/component.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/config.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/constants.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/data.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/data.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/date.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/evidence.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/evidence.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/exceptions.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/exceptionsc.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/float.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/float.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/headers.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/headers.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/indices.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/indices.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/json.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/json.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/list.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/list.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/memory.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/overrides.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/overrides.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pair.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pool.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pool.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/process.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/process.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/profile.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/profile.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/properties.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/properties.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/property.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/property.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/propertyValueType.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/resource.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/resource.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/results.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/results.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/snprintf.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/status.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/storedBinaryValue.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/stringBuilder.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/stringBuilder.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string_pp.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string_pp.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/Base.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/EngineTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/EvidenceTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/ExampleTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/FileHandle.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/HeadersContainer.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/StringCollection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/TestStrings.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/pch.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/textfile.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/textfile.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/threading.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/threading.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tree.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tree.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/value.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/value.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot_pp.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot_pp.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/yamlfile.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/yamlfile.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/config-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/dataset-dd.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/dataset-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/fiftyone.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/gethighentropyvalues.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/gethighentropyvalues.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/MetaDataHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/MetaDataHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForComponentHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForComponentHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForPropertyHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForPropertyHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionBaseHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionBaseHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForProfileHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForProfileHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForPropertyHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForPropertyHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/fiftyone.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/graph.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/graph.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/results-dd.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/results-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/transform.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/cxx/src/transformc.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/devicedetection_datafile.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/devicedetection_onpremise.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/devicedetection_onpremise_pipelinebuilder.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/hash_python_wrap.cxx +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise/swig_data.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise.egg-info/dependency_links.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise.egg-info/requires.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/src/fiftyone_devicedetection_onpremise.egg-info/top_level.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/tests/test_automatic_data_file_updates.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/tests/test_devicedetection.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/tests/test_properties.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/tests/test_swig.py +0 -0
{fiftyone_devicedetection_onpremise-4.5.0a29 → fiftyone_devicedetection_onpremise-4.5.0a31}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fiftyone_devicedetection_onpremise
|
|
3
|
-
Version: 4.5.
|
|
3
|
+
Version: 4.5.0a31
|
|
4
4
|
Summary: This project contains 51Degrees Device Detection OnPremise engine that can be used with the 51Degrees Pipeline API. The Pipeline is a generic web request intelligence and data processing solution with the ability to add a range of 51Degrees and/or custom plug ins (Engines)
|
|
5
5
|
Author: 51Degrees Engineering
|
|
6
6
|
Author-email: engineering@51degrees.com
|
|
@@ -130,14 +130,14 @@ namespace FiftyoneDegrees {
|
|
|
130
130
|
* @param data pointer to the data in memory
|
|
131
131
|
* @param length length of the data in memory
|
|
132
132
|
*/
|
|
133
|
-
virtual void refreshData(void *data,
|
|
133
|
+
virtual void refreshData(void *data, fiftyoneDegreesFileOffset length) const = 0;
|
|
134
134
|
|
|
135
135
|
/**
|
|
136
136
|
* Refresh the data set from the memory location provided.
|
|
137
137
|
* @param data pointer to the data in memory
|
|
138
138
|
* @param length of the data in memory
|
|
139
139
|
*/
|
|
140
|
-
virtual void refreshData(unsigned char data[],
|
|
140
|
+
virtual void refreshData(unsigned char data[], fiftyoneDegreesFileOffset length) const = 0;
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
143
|
* @}
|
|
@@ -517,10 +517,10 @@ static CollectionFile* readFile(CollectionFile *fileCollection, FILE *file) {
|
|
|
517
517
|
}
|
|
518
518
|
|
|
519
519
|
// Record the offset in the source file to the collection.
|
|
520
|
-
fileCollection->offset =
|
|
520
|
+
fileCollection->offset = FileTell(file);
|
|
521
521
|
|
|
522
522
|
// Move the file handle past the collection.
|
|
523
|
-
if (
|
|
523
|
+
if (FileSeek(file, fileCollection->collection->size, SEEK_CUR) != 0) {
|
|
524
524
|
return NULL;
|
|
525
525
|
}
|
|
526
526
|
|
|
@@ -596,7 +596,7 @@ static Collection* createFromFilePartial(
|
|
|
596
596
|
memory->memoryToFree = memory->firstByte;
|
|
597
597
|
|
|
598
598
|
// Position the file reader at the start of the collection.
|
|
599
|
-
if (
|
|
599
|
+
if (FileSeek(file, header->startPosition, SEEK_SET) != 0) {
|
|
600
600
|
freeMemoryCollection(collection);
|
|
601
601
|
source->freeCollection(source);
|
|
602
602
|
return NULL;
|
|
@@ -611,7 +611,7 @@ static Collection* createFromFilePartial(
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
// Move the file position to the byte after the collection.
|
|
614
|
-
if (
|
|
614
|
+
if (FileSeek(file, source->size - memory->collection->size, SEEK_CUR) != 0) {
|
|
615
615
|
freeMemoryCollection(collection);
|
|
616
616
|
source->freeCollection(source);
|
|
617
617
|
return NULL;
|
|
@@ -702,7 +702,7 @@ static Collection* createFromFileSecond(
|
|
|
702
702
|
|
|
703
703
|
// Return the file position to the start of the collection ready to
|
|
704
704
|
// read the next collection.
|
|
705
|
-
if (
|
|
705
|
+
if (FileSeek(file, header.startPosition, SEEK_SET) == 0) {
|
|
706
706
|
|
|
707
707
|
// Choose between the cached or file based collection.
|
|
708
708
|
if (config->capacity > 0 && config->concurrency > 0) {
|
|
@@ -748,7 +748,7 @@ fiftyoneDegreesCollectionHeader fiftyoneDegreesCollectionHeaderFromMemory(
|
|
|
748
748
|
|
|
749
749
|
// Advance the memory reader and record the start of the collection.
|
|
750
750
|
if (MemoryAdvance(reader, sizeof(uint32_t))) {
|
|
751
|
-
header.startPosition = (
|
|
751
|
+
header.startPosition = (FileOffsetUnsigned)(reader->current - reader->startByte);
|
|
752
752
|
}
|
|
753
753
|
else {
|
|
754
754
|
header.startPosition = 0;
|
|
@@ -762,7 +762,7 @@ fiftyoneDegreesCollection* fiftyoneDegreesCollectionCreateFromMemory(
|
|
|
762
762
|
fiftyoneDegreesCollectionHeader header) {
|
|
763
763
|
|
|
764
764
|
// Validate the header and the reader are in sync at the correct position.
|
|
765
|
-
if ((
|
|
765
|
+
if ((FileOffsetUnsigned)(reader->current - reader->startByte) !=
|
|
766
766
|
header.startPosition) {
|
|
767
767
|
return NULL;
|
|
768
768
|
}
|
|
@@ -829,7 +829,7 @@ fiftyoneDegreesCollectionHeader fiftyoneDegreesCollectionHeaderFromFile(
|
|
|
829
829
|
header.length = sizeOrCount;
|
|
830
830
|
header.count = elementSize > 0 ? header.length / elementSize : 0;
|
|
831
831
|
}
|
|
832
|
-
header.startPosition = (
|
|
832
|
+
header.startPosition = (FileOffsetUnsigned)FileTell(file);
|
|
833
833
|
}
|
|
834
834
|
else {
|
|
835
835
|
header.startPosition = 0;
|
|
@@ -876,7 +876,7 @@ fiftyoneDegreesCollection* fiftyoneDegreesCollectionCreateFromFile(
|
|
|
876
876
|
|
|
877
877
|
if (result == NULL || (
|
|
878
878
|
result->count == config->loaded &&
|
|
879
|
-
(
|
|
879
|
+
(FileOffset)result->size < (FileTell(file) - (FileOffset)header.startPosition))) {
|
|
880
880
|
|
|
881
881
|
// Create the next collection if one is needed.
|
|
882
882
|
*next = createFromFileSecond(file, reader, config, header, read);
|
|
@@ -910,11 +910,11 @@ fiftyoneDegreesCollection* fiftyoneDegreesCollectionCreateFromFile(
|
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
memory.startByte = memory.current;
|
|
913
|
-
memory.length = (
|
|
913
|
+
memory.length = (FileOffset)header.length;
|
|
914
914
|
memory.lastByte = memory.current + memory.length;
|
|
915
915
|
|
|
916
916
|
// Position the file reader at the start of the collection.
|
|
917
|
-
if (
|
|
917
|
+
if (FileSeek(file, header.startPosition, SEEK_SET) != 0) {
|
|
918
918
|
free(data);
|
|
919
919
|
return NULL;
|
|
920
920
|
}
|
|
@@ -961,7 +961,7 @@ fiftyoneDegreesFileHandle* fiftyoneDegreesCollectionReadFilePosition(
|
|
|
961
961
|
|
|
962
962
|
// Move to the start of the record in the file handling success or
|
|
963
963
|
// failure of the operation via the status code.
|
|
964
|
-
if (
|
|
964
|
+
if (FileSeek(handle->file, file->offset + offset, SEEK_SET) != 0) {
|
|
965
965
|
|
|
966
966
|
// Release the handle as the operation failed.
|
|
967
967
|
FileHandleRelease(handle);
|
|
@@ -1048,7 +1048,7 @@ static void* readFileVariable(
|
|
|
1048
1048
|
void *ptr = NULL;
|
|
1049
1049
|
|
|
1050
1050
|
// Set the file position to the start of the item being read.
|
|
1051
|
-
if (
|
|
1051
|
+
if (FileSeek(handle->file, fileCollection->offset + offset, SEEK_SET) == 0) {
|
|
1052
1052
|
|
|
1053
1053
|
// Read the item header minus the last part of the structure
|
|
1054
1054
|
// that may not always be included with every item.
|
|
@@ -246,7 +246,6 @@
|
|
|
246
246
|
#include "common.h"
|
|
247
247
|
#include <stdio.h>
|
|
248
248
|
#include <string.h>
|
|
249
|
-
#include <assert.h>
|
|
250
249
|
|
|
251
250
|
/**
|
|
252
251
|
* Free a collection by checking if it is NULL first.
|
|
@@ -272,9 +271,9 @@ if (c != NULL) { c->freeCollection(c); }
|
|
|
272
271
|
* Collection header structure which defines the size and location of the
|
|
273
272
|
* collection data.
|
|
274
273
|
*/
|
|
275
|
-
#pragma pack(push,
|
|
274
|
+
#pragma pack(push, 1)
|
|
276
275
|
typedef struct fiftyone_degrees_collection_header_t {
|
|
277
|
-
|
|
276
|
+
fiftyoneDegreesFileOffsetUnsigned startPosition; /**< Start position in the data file of the entities */
|
|
278
277
|
uint32_t length; /**< Length in bytes of all the entities */
|
|
279
278
|
uint32_t count; /**< Number of entities in the collection */
|
|
280
279
|
} fiftyoneDegreesCollectionHeader;
|
|
@@ -319,7 +318,7 @@ typedef struct fiftyone_degrees_collection_item_t {
|
|
|
319
318
|
* if the item could not be loaded. The exception parameter is set to the
|
|
320
319
|
* status code to indicate the failure.
|
|
321
320
|
* @param collection pointer to the file collection
|
|
322
|
-
* @param
|
|
321
|
+
* @param indexOrOffset index or offset to the item in the data structure
|
|
323
322
|
* @param item pointer to the item structure to place the result in
|
|
324
323
|
* @param exception pointer to an exception data structure to be used if an
|
|
325
324
|
* exception occurs. See exceptions.h.
|
|
@@ -446,7 +445,7 @@ typedef struct fiftyone_degrees_collection_file_t {
|
|
|
446
445
|
fiftyoneDegreesCollection *collection; /**< The generic collection */
|
|
447
446
|
fiftyoneDegreesFilePool *reader; /**< Reader used to load items into the
|
|
448
447
|
cache, or NULL if no cache */
|
|
449
|
-
|
|
448
|
+
fiftyoneDegreesFileOffset offset; /**< Offset to the collection in the source data structure */
|
|
450
449
|
fiftyoneDegreesCollectionFileRead read; /**< Read method used to read an
|
|
451
450
|
item from file at an offset or
|
|
452
451
|
index */
|
|
@@ -44,7 +44,7 @@ uint32_t fiftyoneDegreesComponentGetDefaultProfileId(
|
|
|
44
44
|
&profileItem,
|
|
45
45
|
exception);
|
|
46
46
|
if (profile != NULL && EXCEPTION_OKAY) {
|
|
47
|
-
profileId =
|
|
47
|
+
profileId = profile->profileId;
|
|
48
48
|
COLLECTION_RELEASE(profiles, &profileItem);
|
|
49
49
|
}
|
|
50
50
|
return profileId;
|
|
@@ -50,7 +50,7 @@ static StatusCode replace(
|
|
|
50
50
|
|
|
51
51
|
static StatusCode initWithTempFile(
|
|
52
52
|
DataSetBase *dataSet,
|
|
53
|
-
|
|
53
|
+
FileOffset bytesToCompare) {
|
|
54
54
|
if (CONFIG(dataSet)->reuseTempFile == false ||
|
|
55
55
|
FileGetExistingTempFile(
|
|
56
56
|
dataSet->masterFileName,
|
|
@@ -192,7 +192,7 @@ fiftyoneDegreesStatusCode fiftyoneDegreesDataSetInitHeaders(
|
|
|
192
192
|
fiftyoneDegreesStatusCode fiftyoneDegreesDataSetInitFromFile(
|
|
193
193
|
fiftyoneDegreesDataSetBase *dataSet,
|
|
194
194
|
const char *fileName,
|
|
195
|
-
|
|
195
|
+
FileOffset bytesToCompare) {
|
|
196
196
|
char *copiedString;
|
|
197
197
|
// Add 1 for the null terminator
|
|
198
198
|
size_t fileNameLength = strlen(fileName) + 1;
|
|
@@ -270,7 +270,7 @@ void fiftyoneDegreesDataSetRelease(fiftyoneDegreesDataSetBase *dataSet) {
|
|
|
270
270
|
fiftyoneDegreesStatusCode fiftyoneDegreesDataSetReloadManagerFromMemory(
|
|
271
271
|
fiftyoneDegreesResourceManager *manager,
|
|
272
272
|
void *source,
|
|
273
|
-
|
|
273
|
+
FileOffset length,
|
|
274
274
|
size_t dataSetSize,
|
|
275
275
|
fiftyoneDegreesDataSetInitFromMemoryMethod initDataSet,
|
|
276
276
|
fiftyoneDegreesException *exception) {
|
|
@@ -155,7 +155,7 @@ typedef fiftyoneDegreesStatusCode(*fiftyoneDegreesDataSetInitFromMemoryMethod)(
|
|
|
155
155
|
const void *config,
|
|
156
156
|
fiftyoneDegreesPropertiesRequired *properties,
|
|
157
157
|
void *memory,
|
|
158
|
-
|
|
158
|
+
fiftyoneDegreesFileOffset size,
|
|
159
159
|
fiftyoneDegreesException *exception);
|
|
160
160
|
|
|
161
161
|
/**
|
|
@@ -241,7 +241,7 @@ fiftyoneDegreesStatusCode fiftyoneDegreesDataSetInitHeaders(
|
|
|
241
241
|
fiftyoneDegreesStatusCode fiftyoneDegreesDataSetInitFromFile(
|
|
242
242
|
fiftyoneDegreesDataSetBase *dataSet,
|
|
243
243
|
const char *fileName,
|
|
244
|
-
|
|
244
|
+
fiftyoneDegreesFileOffset bytesToCompare);
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
247
|
* Initialses the data set from data stored in continuous memory.
|
|
@@ -310,7 +310,7 @@ void fiftyoneDegreesDataSetFree(fiftyoneDegreesDataSetBase *dataSet);
|
|
|
310
310
|
fiftyoneDegreesStatusCode fiftyoneDegreesDataSetReloadManagerFromMemory(
|
|
311
311
|
fiftyoneDegreesResourceManager *manager,
|
|
312
312
|
void *source,
|
|
313
|
-
|
|
313
|
+
fiftyoneDegreesFileOffset length,
|
|
314
314
|
size_t dataSetSize,
|
|
315
315
|
fiftyoneDegreesDataSetInitFromMemoryMethod initDataSet,
|
|
316
316
|
fiftyoneDegreesException *exception);
|
|
@@ -371,7 +371,7 @@ fiftyoneDegreesStatusCode fiftyoneDegreesDataSetReloadManagerFromFile(
|
|
|
371
371
|
fiftyoneDegreesStatusCode fiftyoneDegrees##t##ReloadManagerFromMemory( \
|
|
372
372
|
fiftyoneDegreesResourceManager *manager, \
|
|
373
373
|
void *source, \
|
|
374
|
-
|
|
374
|
+
fiftyoneDegreesFileOffset length, \
|
|
375
375
|
fiftyoneDegreesException *exception) { \
|
|
376
376
|
return fiftyoneDegreesDataSetReloadManagerFromMemory( \
|
|
377
377
|
manager, \
|
|
@@ -113,6 +113,8 @@ MAP_TYPE(CollectionCache)
|
|
|
113
113
|
MAP_TYPE(CollectionFileRead)
|
|
114
114
|
#endif
|
|
115
115
|
MAP_TYPE(FileHandle)
|
|
116
|
+
MAP_TYPE(FileOffset)
|
|
117
|
+
MAP_TYPE(FileOffsetUnsigned)
|
|
116
118
|
MAP_TYPE(CacheNode)
|
|
117
119
|
MAP_TYPE(FilePool)
|
|
118
120
|
MAP_TYPE(CollectionHeader)
|
|
@@ -254,6 +256,8 @@ MAP_TYPE(WkbtotResult)
|
|
|
254
256
|
#define HeadersFree fiftyoneDegreesHeadersFree /**< Synonym for #fiftyoneDegreesHeadersFree function. */
|
|
255
257
|
#define PropertiesFree fiftyoneDegreesPropertiesFree /**< Synonym for #fiftyoneDegreesPropertiesFree function. */
|
|
256
258
|
#define FilePoolRelease fiftyoneDegreesFilePoolRelease /**< Synonym for #fiftyoneDegreesFilePoolRelease function. */
|
|
259
|
+
#define FileSeek fiftyoneDegreesFileSeek /**< Synonym for #fiftyoneDegreesFileSeek function. */
|
|
260
|
+
#define FileTell fiftyoneDegreesFileTell /**< Synonym for #fiftyoneDegreesFileTell function. */
|
|
257
261
|
#define FileDelete fiftyoneDegreesFileDelete /**< Synonym for #fiftyoneDegreesFileDelete function. */
|
|
258
262
|
#define FilePoolReset fiftyoneDegreesFilePoolReset /**< Synonym for #fiftyoneDegreesFilePoolReset function. */
|
|
259
263
|
#define PropertiesCreate fiftyoneDegreesPropertiesCreate /**< Synonym for #fiftyoneDegreesPropertiesCreate function. */
|
|
@@ -466,6 +470,7 @@ MAP_TYPE(WkbtotResult)
|
|
|
466
470
|
#define INSUFFICIENT_CAPACITY FIFTYONE_DEGREES_STATUS_INSUFFICIENT_CAPACITY /**< Synonym for #FIFTYONE_DEGREES_STATUS_INSUFFICIENT_CAPACITY status code. */
|
|
467
471
|
#define INVALID_INPUT FIFTYONE_DEGREES_STATUS_INVALID_INPUT /**< Synonym for #FIFTYONE_DEGREES_STATUS_INVALID_INPUT status code.*/
|
|
468
472
|
#define UNSUPPORTED_STORED_VALUE_TYPE FIFTYONE_DEGREES_STATUS_UNSUPPORTED_STORED_VALUE_TYPE /**< Synonym for #FIFTYONE_DEGREES_STATUS_UNSUPPORTED_STORED_VALUE_TYPE status code.*/
|
|
473
|
+
#define FILE_TOO_LARGE FIFTYONE_DEGREES_STATUS_FILE_TOO_LARGE /**< Synonym for #FIFTYONE_DEGREES_STATUS_FILE_TOO_LARGE status code.*/
|
|
469
474
|
#define IPV6_LENGTH FIFTYONE_DEGREES_IPV6_LENGTH /**< Synonym for #FIFTYONE_DEGREES_IPV6_LENGTH status code.*/
|
|
470
475
|
#define IPV4_LENGTH FIFTYONE_DEGREES_IPV4_LENGTH /**< Synonym for #FIFTYONE_DEGREES_IPV4_LENGTH status code.*/
|
|
471
476
|
#define IP_TYPE_IPV4 FIFTYONE_DEGREES_IP_TYPE_IPV4 /**< Synonym for #FIFTYONE_DEGREES_IP_TYPE_IPV4 status code.*/
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
#ifdef _MSC_VER
|
|
29
29
|
#include <windows.h>
|
|
30
30
|
#else
|
|
31
|
+
#include <stdio.h>
|
|
31
32
|
#include <unistd.h>
|
|
32
33
|
#endif
|
|
33
34
|
|
|
@@ -49,7 +50,7 @@ typedef struct fileIteratorState_t {
|
|
|
49
50
|
the path and extension) */
|
|
50
51
|
size_t baseNameLength; /* Length of baseName */
|
|
51
52
|
const char *destination; /* Memory to write the matching file path to */
|
|
52
|
-
|
|
53
|
+
FileOffset bytesToCompare; /* Number of bytes to compare from the start of the
|
|
53
54
|
file */
|
|
54
55
|
} fileIteratorState;
|
|
55
56
|
|
|
@@ -77,14 +78,48 @@ static void freeFileHandle(Pool *pool, void *fileHandle) {
|
|
|
77
78
|
#pragma warning (default:4100)
|
|
78
79
|
#endif
|
|
79
80
|
|
|
80
|
-
|
|
81
|
+
int fiftyoneDegreesFileSeek(
|
|
82
|
+
FILE * const stream,
|
|
83
|
+
const FileOffset offset,
|
|
84
|
+
const int origin) {
|
|
85
|
+
|
|
86
|
+
return
|
|
87
|
+
#ifdef FIFTYONE_DEGREES_LARGE_DATA_FILE_SUPPORT
|
|
88
|
+
# ifdef _MSC_VER
|
|
89
|
+
_fseeki64
|
|
90
|
+
# else
|
|
91
|
+
fseeko
|
|
92
|
+
# endif
|
|
93
|
+
#else
|
|
94
|
+
fseek
|
|
95
|
+
#endif
|
|
96
|
+
(stream, offset, origin);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
FileOffset fiftyoneDegreesFileTell(FILE * const stream) {
|
|
100
|
+
|
|
101
|
+
return
|
|
102
|
+
#ifdef FIFTYONE_DEGREES_LARGE_DATA_FILE_SUPPORT
|
|
103
|
+
# ifdef _MSC_VER
|
|
104
|
+
_ftelli64
|
|
105
|
+
# else
|
|
106
|
+
ftello
|
|
107
|
+
# endif
|
|
108
|
+
#else
|
|
109
|
+
ftell
|
|
110
|
+
#endif
|
|
111
|
+
(stream);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
static FileOffset fileGetSize(FILE *file) {
|
|
81
116
|
if (fseek(file, 0L, SEEK_END) == 0) {
|
|
82
|
-
return
|
|
117
|
+
return FileTell(file);
|
|
83
118
|
}
|
|
84
119
|
return -1;
|
|
85
120
|
}
|
|
86
121
|
|
|
87
|
-
static
|
|
122
|
+
static FileOffset setLength(FilePool *reader, Exception *exception) {
|
|
88
123
|
FileHandle *handle;
|
|
89
124
|
reader->length = 0;
|
|
90
125
|
handle = FileHandleGet(reader, exception);
|
|
@@ -256,10 +291,10 @@ static int getUniqueLegacyFileName(
|
|
|
256
291
|
static bool compareFiles(
|
|
257
292
|
const char *fileName,
|
|
258
293
|
const char *otherFileName,
|
|
259
|
-
|
|
294
|
+
FileOffset bytesToCompare) {
|
|
260
295
|
StatusCode status;
|
|
261
296
|
FILE *file, *otherFile;
|
|
262
|
-
|
|
297
|
+
FileOffset size;
|
|
263
298
|
byte buffer[1024], otherBuffer[1024];
|
|
264
299
|
|
|
265
300
|
// Compare the sizes.
|
|
@@ -278,11 +313,16 @@ static bool compareFiles(
|
|
|
278
313
|
return false;
|
|
279
314
|
}
|
|
280
315
|
|
|
281
|
-
while (
|
|
282
|
-
(bytesToCompare < 0 ||
|
|
283
|
-
read =
|
|
284
|
-
|
|
285
|
-
|
|
316
|
+
while (FileTell(file) < size &&
|
|
317
|
+
(bytesToCompare < 0 || FileTell(file) < bytesToCompare)) {
|
|
318
|
+
size_t read = (
|
|
319
|
+
((bytesToCompare > 0)
|
|
320
|
+
&& (bytesToCompare <= (FileOffset)sizeof(buffer)))
|
|
321
|
+
? (size_t)bytesToCompare
|
|
322
|
+
: sizeof(buffer));
|
|
323
|
+
|
|
324
|
+
if ((uint64_t)(size - FileTell(file)) < (uint64_t)read) {
|
|
325
|
+
read = (size_t)(size - FileTell(file));
|
|
286
326
|
}
|
|
287
327
|
|
|
288
328
|
if (fread(buffer, read, 1, file) != 1) {
|
|
@@ -645,7 +685,7 @@ int fiftyoneDegreesFileDeleteUnusedTempFiles(
|
|
|
645
685
|
const char *masterFileName,
|
|
646
686
|
const char **paths,
|
|
647
687
|
int count,
|
|
648
|
-
|
|
688
|
+
FileOffset bytesToCompare) {
|
|
649
689
|
int i;
|
|
650
690
|
byte deleted = 0;
|
|
651
691
|
fileIteratorState state;
|
|
@@ -687,7 +727,7 @@ bool fiftyoneDegreesFileGetExistingTempFile(
|
|
|
687
727
|
const char *masterFileName,
|
|
688
728
|
const char **paths,
|
|
689
729
|
int count,
|
|
690
|
-
|
|
730
|
+
FileOffset bytesToCompare,
|
|
691
731
|
const char *destination) {
|
|
692
732
|
int i;
|
|
693
733
|
fileIteratorState state;
|
|
@@ -1041,9 +1081,9 @@ fiftyoneDegreesStatusCode fiftyoneDegreesFileCopy(
|
|
|
1041
1081
|
return status;
|
|
1042
1082
|
}
|
|
1043
1083
|
|
|
1044
|
-
|
|
1084
|
+
FileOffset fiftyoneDegreesFileGetSize(const char *source) {
|
|
1045
1085
|
FILE *sourceFile;
|
|
1046
|
-
|
|
1086
|
+
FileOffset size = -1;
|
|
1047
1087
|
if (FileOpen(source, &sourceFile) == SUCCESS) {
|
|
1048
1088
|
size = fileGetSize(sourceFile);
|
|
1049
1089
|
fclose(sourceFile);
|
|
@@ -1059,32 +1099,38 @@ fiftyoneDegreesStatusCode fiftyoneDegreesFileReadToByteArray(
|
|
|
1059
1099
|
if (status == SUCCESS) {
|
|
1060
1100
|
// Get the size of the file and allocate sufficient memory.
|
|
1061
1101
|
reader->length = fileGetSize(sourceFile);
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
if (reader->
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1102
|
+
if (reader->length < 0) {
|
|
1103
|
+
status = FILE_FAILURE;
|
|
1104
|
+
} else if ((uint64_t)reader->length > (uint64_t)SIZE_MAX) {
|
|
1105
|
+
status = FILE_TOO_LARGE;
|
|
1106
|
+
} else {
|
|
1107
|
+
size_t const fileSize = (size_t)(reader->length * sizeof(char));
|
|
1108
|
+
reader->current = reader->startByte = (byte*)Malloc(fileSize);
|
|
1109
|
+
if (reader->current != NULL) {
|
|
1110
|
+
if (fseek(sourceFile, 0L, SEEK_SET) != 0 ||
|
|
1111
|
+
fread(reader->current, fileSize, 1, sourceFile) != 1) {
|
|
1112
|
+
// The file could not be loaded into memory. Release the
|
|
1113
|
+
// memory allocated earlier and set the status to file
|
|
1114
|
+
// failure.
|
|
1115
|
+
free(reader->current);
|
|
1116
|
+
reader->startByte = NULL;
|
|
1117
|
+
reader->current = NULL;
|
|
1118
|
+
reader->length = 0;
|
|
1119
|
+
status = FILE_FAILURE;
|
|
1120
|
+
}
|
|
1121
|
+
else {
|
|
1122
|
+
// Set the last byte to validate that the entire data structure
|
|
1123
|
+
// has been read.
|
|
1124
|
+
reader->lastByte = reader->current + reader->length;
|
|
1125
|
+
}
|
|
1075
1126
|
}
|
|
1076
1127
|
else {
|
|
1077
|
-
//
|
|
1078
|
-
|
|
1079
|
-
reader->
|
|
1128
|
+
// Sufficient memory could not be allocated.
|
|
1129
|
+
reader->current = NULL;
|
|
1130
|
+
reader->length = 0;
|
|
1131
|
+
status = INSUFFICIENT_MEMORY;
|
|
1080
1132
|
}
|
|
1081
1133
|
}
|
|
1082
|
-
else {
|
|
1083
|
-
// Sufficient memory could not be allocated.
|
|
1084
|
-
reader->current = NULL;
|
|
1085
|
-
reader->length = 0;
|
|
1086
|
-
status = INSUFFICIENT_MEMORY;
|
|
1087
|
-
}
|
|
1088
1134
|
fclose(sourceFile);
|
|
1089
1135
|
}
|
|
1090
1136
|
return status;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
#include <limits.h>
|
|
172
172
|
#include <time.h>
|
|
173
173
|
#include "data.h"
|
|
174
|
+
#include "fileOffset.h"
|
|
174
175
|
#include "exceptions.h"
|
|
175
176
|
#include "status.h"
|
|
176
177
|
#include "memory.h"
|
|
@@ -213,6 +214,7 @@
|
|
|
213
214
|
#define FIFTYONE_DEGREES_FILE_MAX_PATH 4096
|
|
214
215
|
#endif
|
|
215
216
|
|
|
217
|
+
|
|
216
218
|
/**
|
|
217
219
|
* File handle node in the stack of handles.
|
|
218
220
|
*/
|
|
@@ -226,9 +228,30 @@ typedef union fiftyone_degrees_file_handle_t {
|
|
|
226
228
|
*/
|
|
227
229
|
typedef struct fiftyone_degrees_file_pool_t {
|
|
228
230
|
fiftyoneDegreesPool pool; /**< The pool of file handles */
|
|
229
|
-
|
|
231
|
+
fiftyoneDegreesFileOffset length; /**< Length of the file in bytes */
|
|
230
232
|
} fiftyoneDegreesFilePool;
|
|
231
233
|
|
|
234
|
+
/**
|
|
235
|
+
* Moves the file pointer to a specified location.
|
|
236
|
+
* @param stream Pointer to FILE structure.
|
|
237
|
+
* @param offset Number of bytes from origin.
|
|
238
|
+
* @param origin Initial position.
|
|
239
|
+
* @return
|
|
240
|
+
*/
|
|
241
|
+
EXTERNAL int fiftyoneDegreesFileSeek(
|
|
242
|
+
FILE *stream,
|
|
243
|
+
fiftyoneDegreesFileOffset offset,
|
|
244
|
+
int origin);
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Gets the current position of a file pointer.
|
|
248
|
+
* @param stream Target FILE structure.
|
|
249
|
+
* @return The current file position.
|
|
250
|
+
*/
|
|
251
|
+
EXTERNAL fiftyoneDegreesFileOffset fiftyoneDegreesFileTell(
|
|
252
|
+
FILE *stream
|
|
253
|
+
);
|
|
254
|
+
|
|
232
255
|
/**
|
|
233
256
|
* Releases the file handles contained in the pool and frees any internal
|
|
234
257
|
* memory used by the pool. Does not free the memory pointed to by pool.
|
|
@@ -331,7 +354,7 @@ EXTERNAL bool fiftyoneDegreesFileGetExistingTempFile(
|
|
|
331
354
|
const char *masterFile,
|
|
332
355
|
const char **paths,
|
|
333
356
|
int count,
|
|
334
|
-
|
|
357
|
+
fiftyoneDegreesFileOffset bytesToCompare,
|
|
335
358
|
const char *destination);
|
|
336
359
|
|
|
337
360
|
/**
|
|
@@ -355,7 +378,7 @@ EXTERNAL int fiftyoneDegreesFileDeleteUnusedTempFiles(
|
|
|
355
378
|
const char *masterFileName,
|
|
356
379
|
const char **paths,
|
|
357
380
|
int count,
|
|
358
|
-
|
|
381
|
+
fiftyoneDegreesFileOffset bytesToCompare);
|
|
359
382
|
|
|
360
383
|
/**
|
|
361
384
|
* Create a temporary file name and add it to the destination.
|
|
@@ -455,7 +478,7 @@ EXTERNAL void fiftyoneDegreesFileHandleRelease(
|
|
|
455
478
|
* @param fileName path to the file
|
|
456
479
|
* @return size of file in bytes or -1
|
|
457
480
|
*/
|
|
458
|
-
EXTERNAL
|
|
481
|
+
EXTERNAL fiftyoneDegreesFileOffset fiftyoneDegreesFileGetSize(const char *fileName);
|
|
459
482
|
|
|
460
483
|
/**
|
|
461
484
|
* Reads the contents of a file into memory. The correct amount of memory will
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/* *********************************************************************
|
|
2
|
+
* This Original Work is copyright of 51 Degrees Mobile Experts Limited.
|
|
3
|
+
* Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House,
|
|
4
|
+
* Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
|
|
5
|
+
*
|
|
6
|
+
* This Original Work is licensed under the European Union Public Licence
|
|
7
|
+
* (EUPL) v.1.2 and is subject to its terms as set out below.
|
|
8
|
+
*
|
|
9
|
+
* If a copy of the EUPL was not distributed with this file, You can obtain
|
|
10
|
+
* one at https://opensource.org/licenses/EUPL-1.2.
|
|
11
|
+
*
|
|
12
|
+
* The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
|
|
13
|
+
* amended by the European Commission) shall be deemed incompatible for
|
|
14
|
+
* the purposes of the Work and the provisions of the compatibility
|
|
15
|
+
* clause in Article 5 of the EUPL shall not apply.
|
|
16
|
+
*
|
|
17
|
+
* If using the Work as, or as part of, a network application, by
|
|
18
|
+
* including the attribution notice(s) required under Article 5 of the EUPL
|
|
19
|
+
* in the end user terms of the application under an appropriate heading,
|
|
20
|
+
* such notice(s) shall fulfill the requirements of that article.
|
|
21
|
+
* ********************************************************************* */
|
|
22
|
+
|
|
23
|
+
#ifndef FIFTYONE_DEGREES_FILE_OFFSET_H_INCLUDED
|
|
24
|
+
#define FIFTYONE_DEGREES_FILE_OFFSET_H_INCLUDED
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @ingroup FiftyOneDegreesCommon
|
|
28
|
+
* @defgroup FiftyOneDegreesFile FileOffset
|
|
29
|
+
*
|
|
30
|
+
* `FileOffset` offset types:
|
|
31
|
+
* - signed `FileOffset` -- for interop with native API (fseek/ftell)
|
|
32
|
+
* - unsigned `FileOffsetUnsigned` -- as present in data file
|
|
33
|
+
*
|
|
34
|
+
*
|
|
35
|
+
* if FIFTYONE_DEGREES_LARGE_DATA_FILE_SUPPORT macro is defined,
|
|
36
|
+
* both types will be 64-bit.
|
|
37
|
+
*
|
|
38
|
+
* Motivation for this is that an offset in a large file
|
|
39
|
+
* beyond 4GB is not addressable by a `uint32_t` variable.
|
|
40
|
+
*
|
|
41
|
+
* For files smaller than 4GB `uint32_t` is fully sufficient to address an offset.
|
|
42
|
+
*
|
|
43
|
+
* `fseek`/`ftell` functions MAY also fail on files larger than 2 GiB
|
|
44
|
+
* due to the limitations of `long int` type used,
|
|
45
|
+
* so enabling the option MIGHT be necessary in those cases as well.
|
|
46
|
+
*
|
|
47
|
+
* On POSIX systems `_FILE_OFFSET_BITS` should be defined as `64` at the same time
|
|
48
|
+
* for `off_t` (used by `fseeko`/`ftello` from `<stdio.h>`) to be 64-bit as well.
|
|
49
|
+
*
|
|
50
|
+
* @{
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
#include <stdint.h>
|
|
54
|
+
|
|
55
|
+
typedef
|
|
56
|
+
#ifdef FIFTYONE_DEGREES_LARGE_DATA_FILE_SUPPORT
|
|
57
|
+
uint64_t
|
|
58
|
+
#else
|
|
59
|
+
uint32_t
|
|
60
|
+
#endif
|
|
61
|
+
fiftyoneDegreesFileOffsetUnsigned; /**< Type for collection start offset (in file). [unsigned] */
|
|
62
|
+
|
|
63
|
+
typedef
|
|
64
|
+
#ifdef FIFTYONE_DEGREES_LARGE_DATA_FILE_SUPPORT
|
|
65
|
+
int64_t
|
|
66
|
+
#else
|
|
67
|
+
long
|
|
68
|
+
#endif
|
|
69
|
+
fiftyoneDegreesFileOffset; /**< Type for file offset in API. [signed] */
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @}
|
|
73
|
+
*/
|
|
74
|
+
#endif
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
#include "threading.h"
|
|
41
41
|
#include "tree.h"
|
|
42
42
|
#include "common.h"
|
|
43
|
+
#include "fileOffset.h"
|
|
43
44
|
|
|
44
45
|
#ifdef _MSC_VER
|
|
45
46
|
#define FIFTYONE_DEGREES_CALL_CONV __cdecl
|
|
@@ -54,7 +55,7 @@ typedef struct fiftyone_degrees_memory_reader_t {
|
|
|
54
55
|
byte *startByte; /**< The first byte in memory */
|
|
55
56
|
byte *current; /**< The current byte being read from */
|
|
56
57
|
byte *lastByte; /**< The maximum byte that can be read from */
|
|
57
|
-
|
|
58
|
+
fiftyoneDegreesFileOffset length; /**< Length of the file in bytes */
|
|
58
59
|
} fiftyoneDegreesMemoryReader;
|
|
59
60
|
|
|
60
61
|
/**
|
|
@@ -144,6 +144,7 @@ typedef enum e_fiftyone_degrees_status_code {
|
|
|
144
144
|
misformat or semantic inconsistency) */
|
|
145
145
|
FIFTYONE_DEGREES_STATUS_UNSUPPORTED_STORED_VALUE_TYPE, /**< StoredValueType
|
|
146
146
|
is not supported at this version. */
|
|
147
|
+
FIFTYONE_DEGREES_STATUS_FILE_TOO_LARGE, /**< File size exceeds malloc capabilities */
|
|
147
148
|
} fiftyoneDegreesStatusCode;
|
|
148
149
|
|
|
149
150
|
/**
|