fiftyone-devicedetection-onpremise 4.5.0a32__tar.gz → 4.5.0a34__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.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/PKG-INFO +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/fiftyone.h +8 -5
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/propertyValueType.h +14 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/status.c +16 -4
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/status.h +2 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/storedBinaryValue.c +88 -14
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/storedBinaryValue.h +1 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/stringBuilder.c +16 -1
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.c +195 -49
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.h +11 -1
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot_pp.cpp +3 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot_pp.hpp +2 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise.egg-info/PKG-INFO +1 -1
- fiftyone_devicedetection_onpremise-4.5.0a34/version.txt +1 -0
- fiftyone_devicedetection_onpremise-4.5.0a32/version.txt +0 -1
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/MANIFEST.in +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/pyproject.toml +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/setup.cfg +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/setup.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/DeviceDetectionHashEngineModule.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/__init__.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/constants.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/FiftyoneDegrees.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Collection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Collection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CsTypes.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EntityMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EntityMetaDataBuilder.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/FiftyoneDegrees.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/JavaTypes.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MapStringStringIterator.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Types.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Value.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Value.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/array.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/bool.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/bool.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/cache.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/cache.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collection.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collection.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/common.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/component.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/component.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/config.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/constants.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/data.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/data.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/dataset.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/dataset.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/date.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/evidence.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/evidence.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/exceptions.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/exceptionsc.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/file.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/file.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/fileOffset.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/float.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/float.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/headers.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/headers.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/indices.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/indices.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/json.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/json.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/list.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/list.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/memory.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/memory.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/overrides.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/overrides.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pair.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pool.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pool.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/process.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/process.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/profile.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/profile.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/properties.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/properties.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/property.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/property.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/resource.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/resource.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/results.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/results.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/snprintf.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/stringBuilder.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string_pp.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string_pp.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/Base.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/EngineTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/EvidenceTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/ExampleTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/FileHandle.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/FixedSizeCollection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/HeadersContainer.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/StringCollection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/TestStrings.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/VariableSizeCollection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/pch.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/textfile.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/textfile.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/threading.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/threading.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tree.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tree.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/value.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/value.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/yamlfile.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/yamlfile.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/config-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/dataset-dd.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/dataset-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/fiftyone.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/gethighentropyvalues.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/gethighentropyvalues.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/MetaDataHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/MetaDataHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForComponentHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForComponentHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForPropertyHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForPropertyHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionBaseHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionBaseHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForProfileHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForProfileHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForPropertyHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForPropertyHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/fiftyone.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/graph.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/graph.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/results-dd.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/results-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/transform.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/cxx/src/transformc.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/devicedetection_datafile.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/devicedetection_onpremise.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/devicedetection_onpremise_pipelinebuilder.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/hash_python_wrap.cxx +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise/swig_data.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise.egg-info/SOURCES.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise.egg-info/dependency_links.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise.egg-info/requires.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/src/fiftyone_devicedetection_onpremise.egg-info/top_level.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/tests/test_automatic_data_file_updates.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/tests/test_devicedetection.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/tests/test_properties.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/tests/test_swig.py +0 -0
{fiftyone_devicedetection_onpremise-4.5.0a32 → fiftyone_devicedetection_onpremise-4.5.0a34}/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.0a34
|
|
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
|
|
@@ -187,6 +187,7 @@ MAP_TYPE(KeyValuePairArray)
|
|
|
187
187
|
MAP_TYPE(IpType)
|
|
188
188
|
MAP_TYPE(IpAddress)
|
|
189
189
|
MAP_TYPE(WkbtotResult)
|
|
190
|
+
MAP_TYPE(WkbtotReductionMode)
|
|
190
191
|
|
|
191
192
|
#define ProfileGetOffsetForProfileId fiftyoneDegreesProfileGetOffsetForProfileId /**< Synonym for #fiftyoneDegreesProfileGetOffsetForProfileId function. */
|
|
192
193
|
#define OverrideValuesAdd fiftyoneDegreesOverrideValuesAdd /**< Synonym for #fiftyoneDegreesOverrideValuesAdd function. */
|
|
@@ -471,11 +472,13 @@ MAP_TYPE(WkbtotResult)
|
|
|
471
472
|
#define INVALID_INPUT FIFTYONE_DEGREES_STATUS_INVALID_INPUT /**< Synonym for #FIFTYONE_DEGREES_STATUS_INVALID_INPUT status code.*/
|
|
472
473
|
#define UNSUPPORTED_STORED_VALUE_TYPE FIFTYONE_DEGREES_STATUS_UNSUPPORTED_STORED_VALUE_TYPE /**< Synonym for #FIFTYONE_DEGREES_STATUS_UNSUPPORTED_STORED_VALUE_TYPE status code.*/
|
|
473
474
|
#define FILE_TOO_LARGE FIFTYONE_DEGREES_STATUS_FILE_TOO_LARGE /**< Synonym for #FIFTYONE_DEGREES_STATUS_FILE_TOO_LARGE status code.*/
|
|
474
|
-
#define
|
|
475
|
-
#define
|
|
476
|
-
#define
|
|
477
|
-
#define
|
|
478
|
-
#define
|
|
475
|
+
#define UNKNOWN_GEOMETRY FIFTYONE_DEGREES_STATUS_UNKNOWN_GEOMETRY /**< Synonym for #FIFTYONE_DEGREES_STATUS_UNKNOWN_GEOMETRY status code.*/
|
|
476
|
+
#define RESERVED_GEOMETRY FIFTYONE_DEGREES_STATUS_RESERVED_GEOMETRY /**< Synonym for #FIFTYONE_DEGREES_STATUS_RESERVED_GEOMETRY status code.*/
|
|
477
|
+
#define IPV6_LENGTH FIFTYONE_DEGREES_IPV6_LENGTH /**< Synonym for #FIFTYONE_DEGREES_IPV6_LENGTH macro.*/
|
|
478
|
+
#define IPV4_LENGTH FIFTYONE_DEGREES_IPV4_LENGTH /**< Synonym for #FIFTYONE_DEGREES_IPV4_LENGTH macro.*/
|
|
479
|
+
#define IP_TYPE_IPV4 FIFTYONE_DEGREES_IP_TYPE_IPV4 /**< Synonym for #FIFTYONE_DEGREES_IP_TYPE_IPV4 enum value.*/
|
|
480
|
+
#define IP_TYPE_IPV6 FIFTYONE_DEGREES_IP_TYPE_IPV6 /**< Synonym for #FIFTYONE_DEGREES_IP_TYPE_IPV6 enum value.*/
|
|
481
|
+
#define IP_TYPE_INVALID FIFTYONE_DEGREES_IP_TYPE_INVALID /**< Synonym for #FIFTYONE_DEGREES_IP_TYPE_INVALID enum value.*/
|
|
479
482
|
|
|
480
483
|
/**
|
|
481
484
|
* @}
|
|
@@ -37,6 +37,20 @@ typedef enum e_fiftyone_degrees_property_value_type {
|
|
|
37
37
|
FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_COORDINATE = 7, /**< Coordinate */
|
|
38
38
|
FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_IP_ADDRESS = 8, /**< Ip Range */
|
|
39
39
|
FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_WKB = 9, /**< Well-known binary for geometry */
|
|
40
|
+
FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_OBJECT = 10, /**< Mainly this is used for nested AspectData. */
|
|
41
|
+
/**
|
|
42
|
+
* Angle north (positive) or south (negative) of the [celestial] equator,
|
|
43
|
+
* [-90;90] saved as short (int16_t),
|
|
44
|
+
* i.e. projected onto [-INT16_MAX;INT16_MAX]
|
|
45
|
+
*/
|
|
46
|
+
FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_DECLINATION = 11,
|
|
47
|
+
/**
|
|
48
|
+
* Horizontal angle from a cardinal direction (e.g. 0 meridian),
|
|
49
|
+
* [-180;180] saved as short (int16_t),
|
|
50
|
+
* i.e. projected onto [-INT16_MAX;INT16_MAX]
|
|
51
|
+
*/
|
|
52
|
+
FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_AZIMUTH = 12,
|
|
53
|
+
FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_WKB_R = 13, /**< Well-known binary (reduced) for geometry */
|
|
40
54
|
} fiftyoneDegreesPropertyValueType;
|
|
41
55
|
|
|
42
56
|
#endif
|
|
@@ -42,9 +42,16 @@ static StatusMessage messages[] = {
|
|
|
42
42
|
{ FILE_NOT_FOUND,
|
|
43
43
|
"The data file '%s' could not be found. Check the file path and that "
|
|
44
44
|
"the program has sufficient read permissions." },
|
|
45
|
+
{ FILE_BUSY,
|
|
46
|
+
"The data file '%s' was busy." },
|
|
45
47
|
{ FILE_FAILURE,
|
|
46
48
|
"An unknown error occurred accessing the file '%s'. Check the file "
|
|
47
49
|
"path and that the program has sufficient read permissions." },
|
|
50
|
+
// `NOT_SET` should NOT return a value.
|
|
51
|
+
// See `Status.Get_NotSetMessage` unit test.
|
|
52
|
+
//
|
|
53
|
+
// { NOT_SET,
|
|
54
|
+
// "This status code should never be returned to the caller." },
|
|
48
55
|
{ NULL_POINTER,
|
|
49
56
|
"Null pointer to the existing dataset or memory location." },
|
|
50
57
|
{ POINTER_OUT_OF_BOUNDS,
|
|
@@ -100,18 +107,18 @@ static StatusMessage messages[] = {
|
|
|
100
107
|
"The configuration provided was not valid, and has caused a failure "
|
|
101
108
|
"while building the resource it configures." },
|
|
102
109
|
{ INSUFFICIENT_HANDLES,
|
|
103
|
-
"Insufficient handles available in the pool. Verify the pool has "
|
|
110
|
+
"Insufficient handles available in the pool. Verify the pool has "
|
|
104
111
|
"sufficient handles to support the maximum number of concurrent "
|
|
105
112
|
"threads. This can be set when creating the resource containg the "
|
|
106
113
|
"pool. Another way to avoid this is by using an in-memory "
|
|
107
114
|
"configuration, which avoids using file handles completely, and "
|
|
108
115
|
"removes any limit on concurrency. For info see "
|
|
109
116
|
"https://51degrees.com/documentation/4.4/_device_detection__features__concurrent_processing.html"},
|
|
110
|
-
{ COLLECTION_INDEX_OUT_OF_RANGE,
|
|
117
|
+
{ COLLECTION_INDEX_OUT_OF_RANGE,
|
|
111
118
|
"Index used to retrieve an item from a collection was out of range." },
|
|
112
|
-
{ COLLECTION_OFFSET_OUT_OF_RANGE,
|
|
119
|
+
{ COLLECTION_OFFSET_OUT_OF_RANGE,
|
|
113
120
|
"Offset used to retrieve an item from a collection was out of range." },
|
|
114
|
-
{ COLLECTION_FILE_SEEK_FAIL,
|
|
121
|
+
{ COLLECTION_FILE_SEEK_FAIL,
|
|
115
122
|
"A seek operation on a file ('%s') failed." },
|
|
116
123
|
{ COLLECTION_FILE_READ_FAIL,
|
|
117
124
|
"A read operation on a file ('%s') failed." },
|
|
@@ -121,8 +128,13 @@ static StatusMessage messages[] = {
|
|
|
121
128
|
"associated input data is also consistent." },
|
|
122
129
|
{ TEMP_FILE_ERROR,
|
|
123
130
|
"Error occurs during the creation of a temporary file."},
|
|
131
|
+
{ INSUFFICIENT_CAPACITY,
|
|
132
|
+
"Insufficient capacity of the array to hold all the items."},
|
|
124
133
|
{ INVALID_INPUT, "The input value is invalid: misformatted or semantically inconsistent."},
|
|
125
134
|
{ UNSUPPORTED_STORED_VALUE_TYPE, "Property's StoredValueType is not supported at this version."},
|
|
135
|
+
{ FILE_TOO_LARGE, "File size exceeds malloc capabilities."},
|
|
136
|
+
{ UNKNOWN_GEOMETRY, "Unsupported geometry type found in WKB."},
|
|
137
|
+
{ RESERVED_GEOMETRY, "Geometry type found in WKB is abstract or reserved."},
|
|
126
138
|
};
|
|
127
139
|
|
|
128
140
|
static char defaultMessage[] = "Status code %i does not have any message text.";
|
|
@@ -145,6 +145,8 @@ typedef enum e_fiftyone_degrees_status_code {
|
|
|
145
145
|
FIFTYONE_DEGREES_STATUS_UNSUPPORTED_STORED_VALUE_TYPE, /**< StoredValueType
|
|
146
146
|
is not supported at this version. */
|
|
147
147
|
FIFTYONE_DEGREES_STATUS_FILE_TOO_LARGE, /**< File size exceeds malloc capabilities */
|
|
148
|
+
FIFTYONE_DEGREES_STATUS_UNKNOWN_GEOMETRY, /**< Unsupported geometry type found in WKB */
|
|
149
|
+
FIFTYONE_DEGREES_STATUS_RESERVED_GEOMETRY, /**< Geometry type found in WKB is abstract/reserved */
|
|
148
150
|
} fiftyoneDegreesStatusCode;
|
|
149
151
|
|
|
150
152
|
/**
|
|
@@ -41,6 +41,12 @@ static uint32_t getFinalIntegerSize(void *initial) {
|
|
|
41
41
|
# endif
|
|
42
42
|
return sizeof(int32_t);
|
|
43
43
|
}
|
|
44
|
+
static uint32_t getFinalShortSize(void *initial) {
|
|
45
|
+
# ifdef _MSC_VER
|
|
46
|
+
UNREFERENCED_PARAMETER(initial);
|
|
47
|
+
# endif
|
|
48
|
+
return sizeof(int16_t);
|
|
49
|
+
}
|
|
44
50
|
|
|
45
51
|
#ifndef FIFTYONE_DEGREES_MEMORY_ONLY
|
|
46
52
|
|
|
@@ -87,6 +93,17 @@ void* fiftyoneDegreesStoredBinaryValueRead(
|
|
|
87
93
|
getFinalIntegerSize,
|
|
88
94
|
exception);
|
|
89
95
|
}
|
|
96
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_AZIMUTH:
|
|
97
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_DECLINATION: {
|
|
98
|
+
return CollectionReadFileVariable(
|
|
99
|
+
file,
|
|
100
|
+
data,
|
|
101
|
+
offset,
|
|
102
|
+
&length,
|
|
103
|
+
0,
|
|
104
|
+
getFinalShortSize,
|
|
105
|
+
exception);
|
|
106
|
+
}
|
|
90
107
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_SINGLE_PRECISION_FLOAT: {
|
|
91
108
|
return CollectionReadFileVariable(
|
|
92
109
|
file,
|
|
@@ -98,6 +115,7 @@ void* fiftyoneDegreesStoredBinaryValueRead(
|
|
|
98
115
|
exception);
|
|
99
116
|
}
|
|
100
117
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_IP_ADDRESS:
|
|
118
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_WKB_R:
|
|
101
119
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_WKB: {
|
|
102
120
|
return CollectionReadFileVariable(
|
|
103
121
|
file,
|
|
@@ -237,6 +255,7 @@ static int compareIpAddressToString(const VarLengthByteArray * const value, cons
|
|
|
237
255
|
|
|
238
256
|
static int compareWkbToString(
|
|
239
257
|
const VarLengthByteArray * const binaryValue,
|
|
258
|
+
const WkbtotReductionMode reductionMode,
|
|
240
259
|
const char * const target,
|
|
241
260
|
Exception * const exception) {
|
|
242
261
|
WkbtotResult toWktResult = {
|
|
@@ -257,6 +276,7 @@ static int compareWkbToString(
|
|
|
257
276
|
StringBuilderInit(&builder);
|
|
258
277
|
WriteWkbAsWktToStringBuilder(
|
|
259
278
|
&binaryValue->firstByte,
|
|
279
|
+
reductionMode,
|
|
260
280
|
MAX_DOUBLE_DECIMAL_PLACES,
|
|
261
281
|
&builder,
|
|
262
282
|
exception
|
|
@@ -278,6 +298,7 @@ static int compareWkbToString(
|
|
|
278
298
|
StringBuilderInit(&builder);
|
|
279
299
|
WriteWkbAsWktToStringBuilder(
|
|
280
300
|
&binaryValue->firstByte,
|
|
301
|
+
reductionMode,
|
|
281
302
|
MAX_DOUBLE_DECIMAL_PLACES,
|
|
282
303
|
&builder,
|
|
283
304
|
exception
|
|
@@ -294,6 +315,33 @@ static int compareWkbToString(
|
|
|
294
315
|
return result;
|
|
295
316
|
}
|
|
296
317
|
|
|
318
|
+
static double shortToDouble(const StoredBinaryValue * const value, const double maxAngle) {
|
|
319
|
+
return (value->shortValue * maxAngle) / INT16_MAX;
|
|
320
|
+
}
|
|
321
|
+
static double toAzimuth(const StoredBinaryValue * const value) {
|
|
322
|
+
return shortToDouble(value, 180);
|
|
323
|
+
}
|
|
324
|
+
static double toDeclination(const StoredBinaryValue * const value) {
|
|
325
|
+
return shortToDouble(value, 90);
|
|
326
|
+
}
|
|
327
|
+
static double toDoubleFromFloat(const StoredBinaryValue * const value) {
|
|
328
|
+
return FLOAT_TO_NATIVE(value->floatValue);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
static int compareDoubleToString(
|
|
332
|
+
const double testedValue,
|
|
333
|
+
const char * const target) {
|
|
334
|
+
|
|
335
|
+
const double searchValue = (float)strtod(target, NULL);
|
|
336
|
+
if (errno == ERANGE)
|
|
337
|
+
{
|
|
338
|
+
errno = 0;
|
|
339
|
+
return -1;
|
|
340
|
+
}
|
|
341
|
+
const double dv = testedValue - searchValue;
|
|
342
|
+
return !dv ? 0 : (dv < 0 ? -1 : 1);
|
|
343
|
+
}
|
|
344
|
+
|
|
297
345
|
int fiftyoneDegreesStoredBinaryValueCompareWithString(
|
|
298
346
|
const StoredBinaryValue * const value,
|
|
299
347
|
const PropertyValueType storedValueType,
|
|
@@ -318,11 +366,22 @@ int fiftyoneDegreesStoredBinaryValueCompareWithString(
|
|
|
318
366
|
return compareIpAddressToString(&value->byteArrayValue, target);
|
|
319
367
|
}
|
|
320
368
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_WKB: {
|
|
321
|
-
return compareWkbToString(
|
|
369
|
+
return compareWkbToString(
|
|
370
|
+
&value->byteArrayValue,
|
|
371
|
+
FIFTYONE_DEGREES_WKBToT_REDUCTION_NONE,
|
|
372
|
+
target,
|
|
373
|
+
exception);
|
|
374
|
+
}
|
|
375
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_WKB_R: {
|
|
376
|
+
return compareWkbToString(
|
|
377
|
+
&value->byteArrayValue,
|
|
378
|
+
FIFTYONE_DEGREES_WKBToT_REDUCTION_SHORT,
|
|
379
|
+
target,
|
|
380
|
+
exception);
|
|
322
381
|
}
|
|
323
382
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_INTEGER: {
|
|
324
383
|
const int32_t intValue = value->intValue;
|
|
325
|
-
const int32_t searchInt = strtol(target, NULL, 10);
|
|
384
|
+
const int32_t searchInt = (int32_t) strtol(target, NULL, 10);
|
|
326
385
|
if (errno == ERANGE)
|
|
327
386
|
{
|
|
328
387
|
errno = 0;
|
|
@@ -331,16 +390,13 @@ int fiftyoneDegreesStoredBinaryValueCompareWithString(
|
|
|
331
390
|
return intValue - searchInt;
|
|
332
391
|
}
|
|
333
392
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_SINGLE_PRECISION_FLOAT: {
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
}
|
|
342
|
-
const float dv = floatValue - searchFloat;
|
|
343
|
-
return !dv ? 0 : (dv < 0 ? -1 : 1);
|
|
393
|
+
return compareDoubleToString(toDoubleFromFloat(value), target);
|
|
394
|
+
}
|
|
395
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_AZIMUTH: {
|
|
396
|
+
return compareDoubleToString(toAzimuth(value), target);
|
|
397
|
+
}
|
|
398
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_DECLINATION: {
|
|
399
|
+
return compareDoubleToString(toDeclination(value), target);
|
|
344
400
|
}
|
|
345
401
|
default: {
|
|
346
402
|
EXCEPTION_SET(UNSUPPORTED_STORED_VALUE_TYPE);
|
|
@@ -365,6 +421,12 @@ int fiftyoneDegreesStoredBinaryValueToIntOrDefault(
|
|
|
365
421
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_SINGLE_PRECISION_FLOAT: {
|
|
366
422
|
return (int)FLOAT_TO_NATIVE(value->floatValue);
|
|
367
423
|
}
|
|
424
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_AZIMUTH: {
|
|
425
|
+
return (int)toAzimuth(value);
|
|
426
|
+
}
|
|
427
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_DECLINATION: {
|
|
428
|
+
return (int)toDeclination(value);
|
|
429
|
+
}
|
|
368
430
|
default: {
|
|
369
431
|
return defaultValue;
|
|
370
432
|
}
|
|
@@ -386,6 +448,12 @@ double fiftyoneDegreesStoredBinaryValueToDoubleOrDefault(
|
|
|
386
448
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_SINGLE_PRECISION_FLOAT: {
|
|
387
449
|
return FLOAT_TO_NATIVE(value->floatValue);
|
|
388
450
|
}
|
|
451
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_AZIMUTH: {
|
|
452
|
+
return toAzimuth(value);
|
|
453
|
+
}
|
|
454
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_DECLINATION: {
|
|
455
|
+
return toDeclination(value);
|
|
456
|
+
}
|
|
389
457
|
default: {
|
|
390
458
|
return defaultValue;
|
|
391
459
|
}
|
|
@@ -405,10 +473,16 @@ bool fiftyoneDegreesStoredBinaryValueToBoolOrDefault(
|
|
|
405
473
|
return !strncmp(&value->stringValue.value, "True", 4);
|
|
406
474
|
}
|
|
407
475
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_INTEGER: {
|
|
408
|
-
return value->intValue;
|
|
476
|
+
return value->intValue ? true : false;
|
|
409
477
|
}
|
|
410
478
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_SINGLE_PRECISION_FLOAT: {
|
|
411
|
-
return FLOAT_TO_NATIVE(value->floatValue);
|
|
479
|
+
return FLOAT_TO_NATIVE(value->floatValue) ? true : false;
|
|
480
|
+
}
|
|
481
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_AZIMUTH: {
|
|
482
|
+
return toAzimuth(value) ? true : false;
|
|
483
|
+
}
|
|
484
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_DECLINATION: {
|
|
485
|
+
return toDeclination(value) ? true : false;
|
|
412
486
|
}
|
|
413
487
|
default: {
|
|
414
488
|
return defaultValue;
|
|
@@ -83,6 +83,7 @@ typedef union fiftyone_degrees_stored_binary_value_t {
|
|
|
83
83
|
fiftyoneDegreesVarLengthByteArray byteArrayValue; /**< Byte array value (e.g. IP or WKB) */
|
|
84
84
|
fiftyoneDegreesFloat floatValue; /**< single precision floating point value */
|
|
85
85
|
int32_t intValue; /**< Integer value */
|
|
86
|
+
int16_t shortValue; /**< Short value. Potentially half(-precision float). */
|
|
86
87
|
} fiftyoneDegreesStoredBinaryValue;
|
|
87
88
|
#pragma pack(pop)
|
|
88
89
|
|
|
@@ -270,6 +270,16 @@ StringBuilder* fiftyoneDegreesStringBuilderAddStringValue(
|
|
|
270
270
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_WKB: {
|
|
271
271
|
fiftyoneDegreesWriteWkbAsWktToStringBuilder(
|
|
272
272
|
&value->byteArrayValue.firstByte,
|
|
273
|
+
FIFTYONE_DEGREES_WKBToT_REDUCTION_NONE,
|
|
274
|
+
decimalPlaces,
|
|
275
|
+
builder,
|
|
276
|
+
exception);
|
|
277
|
+
break;
|
|
278
|
+
}
|
|
279
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_WKB_R: {
|
|
280
|
+
fiftyoneDegreesWriteWkbAsWktToStringBuilder(
|
|
281
|
+
&value->byteArrayValue.firstByte,
|
|
282
|
+
FIFTYONE_DEGREES_WKBToT_REDUCTION_SHORT,
|
|
273
283
|
decimalPlaces,
|
|
274
284
|
builder,
|
|
275
285
|
exception);
|
|
@@ -285,10 +295,15 @@ StringBuilder* fiftyoneDegreesStringBuilderAddStringValue(
|
|
|
285
295
|
}
|
|
286
296
|
break;
|
|
287
297
|
}
|
|
298
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_AZIMUTH:
|
|
299
|
+
case FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_DECLINATION:
|
|
288
300
|
case FIFTYONE_DEGREES_PROPERTY_VALUE_SINGLE_PRECISION_FLOAT: {
|
|
289
301
|
StringBuilderAddDouble(
|
|
290
302
|
builder,
|
|
291
|
-
|
|
303
|
+
StoredBinaryValueToDoubleOrDefault(
|
|
304
|
+
value,
|
|
305
|
+
valueType,
|
|
306
|
+
0),
|
|
292
307
|
decimalPlaces);
|
|
293
308
|
break;
|
|
294
309
|
}
|