fiftyone-devicedetection-onpremise 4.5.0a50__tar.gz → 4.5.0a54__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.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/PKG-INFO +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.cpp +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.cpp +14 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.hpp +20 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.i +14 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collection.c +121 -358
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collection.h +32 -41
- fiftyone_devicedetection_onpremise-4.5.0a54/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collectionKey.h +81 -0
- fiftyone_devicedetection_onpremise-4.5.0a54/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collectionKeyTypes.c +67 -0
- fiftyone_devicedetection_onpremise-4.5.0a54/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collectionKeyTypes.h +170 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/component.c +29 -9
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/component.h +12 -4
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/fiftyone.h +6 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/indices.c +25 -4
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/json.c +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/overrides.c +3 -3
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/profile.c +81 -35
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/profile.h +23 -10
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/properties.c +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/properties.h +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/property.c +79 -39
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/property.h +16 -16
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/propertyValueType.h +17 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/storedBinaryValue.c +29 -172
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/storedBinaryValue.h +5 -5
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.c +22 -11
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.h +17 -4
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/StringCollection.hpp +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/value.c +50 -43
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/value.h +25 -25
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/gethighentropyvalues.c +13 -8
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataBuilderHash.cpp +7 -2
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataBuilderHash.cpp +9 -9
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataBuilderHash.hpp +7 -7
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionHash.cpp +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataBuilderHash.cpp +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataBuilderHash.hpp +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionBaseHash.cpp +2 -2
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForProfileHash.cpp +4 -4
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForPropertyHash.cpp +2 -2
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionHash.cpp +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/graph.c +22 -9
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/graph.h +2 -2
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.c +74 -35
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise.egg-info/PKG-INFO +1 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise.egg-info/SOURCES.txt +3 -0
- fiftyone_devicedetection_onpremise-4.5.0a54/version.txt +1 -0
- fiftyone_devicedetection_onpremise-4.5.0a50/version.txt +0 -1
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/MANIFEST.in +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/pyproject.toml +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/setup.cfg +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/setup.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/DeviceDetectionHashEngineModule.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/__init__.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/constants.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/FiftyoneDegrees.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Collection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Collection.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CsTypes.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EntityMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EntityMetaDataBuilder.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/FiftyoneDegrees.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/JavaTypes.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MapStringStringIterator.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Types.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Value.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Value.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/array.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/bool.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/bool.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/cache.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/cache.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/common.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/config.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/constants.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/data.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/data.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/dataset.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/dataset.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/date.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/evidence.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/evidence.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/exceptions.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/exceptionsc.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/file.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/file.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/fileOffset.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/float.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/float.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/headers.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/headers.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/indices.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/json.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/list.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/list.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/memory.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/memory.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/overrides.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pair.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pool.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pool.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/process.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/process.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/resource.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/resource.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/results.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/results.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/snprintf.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/status.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/status.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/stringBuilder.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/stringBuilder.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string_pp.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string_pp.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/Base.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/EngineTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/EvidenceTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/ExampleTests.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/FileHandle.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/FixedSizeCollection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/HeadersContainer.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/TestStrings.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/TestUtils_Pointers.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/VariableSizeCollection.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/pch.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/textfile.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/textfile.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/threading.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/threading.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tree.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tree.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot_pp.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot_pp.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/yamlfile.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/yamlfile.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/config-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/dataset-dd.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/dataset-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/fiftyone.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/gethighentropyvalues.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/MetaDataHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/MetaDataHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataBuilderHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataBuilderHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataCollectionHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForComponentHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForComponentHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForPropertyHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForPropertyHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.cpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionBaseHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForProfileHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForPropertyHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionHash.hpp +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/fiftyone.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.i +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/results-dd.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/results-dd.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/transform.h +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/cxx/src/transformc.c +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/devicedetection_datafile.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/devicedetection_onpremise.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/devicedetection_onpremise_pipelinebuilder.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/hash_python_wrap.cxx +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise/swig_data.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise.egg-info/dependency_links.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise.egg-info/requires.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/src/fiftyone_devicedetection_onpremise.egg-info/top_level.txt +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/tests/test_automatic_data_file_updates.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/tests/test_devicedetection.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/tests/test_properties.py +0 -0
- {fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/tests/test_swig.py +0 -0
{fiftyone_devicedetection_onpremise-4.5.0a50 → fiftyone_devicedetection_onpremise-4.5.0a54}/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.0a54
|
|
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
|
|
@@ -43,7 +43,7 @@ string MetaData::getValue(
|
|
|
43
43
|
fiftyoneDegreesPropertyValueType storedValueType) {
|
|
44
44
|
EXCEPTION_CREATE;
|
|
45
45
|
Item item;
|
|
46
|
-
StoredBinaryValue *binaryValue;
|
|
46
|
+
const StoredBinaryValue *binaryValue;
|
|
47
47
|
DataReset(&item.data);
|
|
48
48
|
binaryValue = StoredBinaryValueGet(
|
|
49
49
|
strings,
|
|
@@ -37,6 +37,14 @@ ValueMetaDataKey::ValueMetaDataKey(string propertyName, string valueName) {
|
|
|
37
37
|
this->valueName = valueName;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
+
ValueMetaDataKey::ValueMetaDataKey(
|
|
41
|
+
const string &propertyName,
|
|
42
|
+
const uint8_t *valueName,
|
|
43
|
+
const long valueNameLength) {
|
|
44
|
+
this->propertyName = propertyName;
|
|
45
|
+
this->valueName = std::string((const char *)valueName, valueNameLength);
|
|
46
|
+
}
|
|
47
|
+
|
|
40
48
|
/**
|
|
41
49
|
* Get the name of the property which the key relates to.
|
|
42
50
|
* @return name of property
|
|
@@ -109,4 +117,9 @@ string ValueMetaData::getDescription() const {
|
|
|
109
117
|
|
|
110
118
|
string ValueMetaData::getUrl() const {
|
|
111
119
|
return url;
|
|
112
|
-
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
std::vector<uint8_t> ValueMetaData::getUtf8ValueName() const {
|
|
123
|
+
const std::string& name = getName();
|
|
124
|
+
return std::vector<uint8_t>(name.begin(), name.end());
|
|
125
|
+
}
|
|
@@ -59,6 +59,19 @@ namespace FiftyoneDegrees {
|
|
|
59
59
|
*/
|
|
60
60
|
ValueMetaDataKey(string propertyName, string valueName);
|
|
61
61
|
|
|
62
|
+
/**
|
|
63
|
+
* Construct a new instance of ValueMetaDataKey from the unique
|
|
64
|
+
* combination of property and value names.
|
|
65
|
+
* @param propertyName the name of the property the value relates
|
|
66
|
+
* to
|
|
67
|
+
* @param valueName the name of the value
|
|
68
|
+
* @param valueNameLength the length of the name of the value
|
|
69
|
+
*/
|
|
70
|
+
ValueMetaDataKey(
|
|
71
|
+
const string &propertyName,
|
|
72
|
+
const uint8_t *valueName,
|
|
73
|
+
long valueNameLength);
|
|
74
|
+
|
|
62
75
|
/**
|
|
63
76
|
* @}
|
|
64
77
|
* @name Getters
|
|
@@ -171,6 +184,12 @@ namespace FiftyoneDegrees {
|
|
|
171
184
|
*/
|
|
172
185
|
string getUrl() const;
|
|
173
186
|
|
|
187
|
+
/**
|
|
188
|
+
* Get the name of the value as a UTF-8 byte vector.
|
|
189
|
+
* @return value name as UTF-8 bytes
|
|
190
|
+
*/
|
|
191
|
+
std::vector<uint8_t> getUtf8ValueName() const;
|
|
192
|
+
|
|
174
193
|
/**
|
|
175
194
|
* @}
|
|
176
195
|
*/
|
|
@@ -184,4 +203,4 @@ namespace FiftyoneDegrees {
|
|
|
184
203
|
}
|
|
185
204
|
}
|
|
186
205
|
|
|
187
|
-
#endif
|
|
206
|
+
#endif
|
|
@@ -20,17 +20,29 @@
|
|
|
20
20
|
* such notice(s) shall fulfill the requirements of that article.
|
|
21
21
|
* ********************************************************************* */
|
|
22
22
|
|
|
23
|
+
%include stdint.i
|
|
23
24
|
%include std_string.i
|
|
25
|
+
%include std_vector.i
|
|
26
|
+
|
|
27
|
+
%template(UTF8StringSwig) std::vector<uint8_t>;
|
|
24
28
|
|
|
25
29
|
%nodefaultctor ValueMetaDataKey;
|
|
26
30
|
|
|
27
31
|
%rename (ValueMetaDataKeySwig) ValueMetaDataKey;
|
|
28
32
|
%rename (ValueMetaDataSwig) ValueMetaData;
|
|
29
33
|
|
|
34
|
+
#ifdef SWIGCSHARP
|
|
35
|
+
%include "CsTypes.i"
|
|
36
|
+
#endif
|
|
37
|
+
#ifdef SWIGJAVA
|
|
38
|
+
%include "JavaTypes.i"
|
|
39
|
+
#endif
|
|
40
|
+
|
|
30
41
|
class ValueMetaDataKey
|
|
31
42
|
{
|
|
32
43
|
public:
|
|
33
44
|
ValueMetaDataKey(std::string propertyName, std::string valueName);
|
|
45
|
+
ValueMetaDataKey(std::string propertyName, unsigned char data[], long length);
|
|
34
46
|
std::string getPropertyName();
|
|
35
47
|
std::string getValueName();
|
|
36
48
|
};
|
|
@@ -43,4 +55,5 @@ public:
|
|
|
43
55
|
std::string getName();
|
|
44
56
|
std::string getDescription();
|
|
45
57
|
std::string getUrl();
|
|
46
|
-
|
|
58
|
+
std::vector<uint8_t> getUtf8ValueName();
|
|
59
|
+
};
|