fiftyone-devicedetection-onpremise 4.5.0a26__tar.gz → 4.5.0a28__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.
Files changed (244) hide show
  1. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/PKG-INFO +1 -1
  2. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.cpp +30 -7
  3. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.hpp +13 -0
  4. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EntityMetaDataBuilder.hpp +39 -8
  5. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.cpp +19 -8
  6. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.hpp +6 -4
  7. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.cpp +1 -1
  8. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collection.c +2 -1
  9. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/component.c +4 -3
  10. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/constants.h +10 -0
  11. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/fiftyone.h +22 -5
  12. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/headers.c +3 -3
  13. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/json.c +48 -17
  14. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/json.h +1 -0
  15. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/overrides.c +1 -1
  16. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/profile.c +131 -16
  17. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/profile.h +55 -4
  18. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/properties.c +3 -3
  19. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/property.c +62 -1
  20. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/property.h +38 -16
  21. fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/propertyValueType.h +42 -0
  22. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/status.c +1 -0
  23. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/status.h +3 -1
  24. fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/storedBinaryValue.c +355 -0
  25. fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/storedBinaryValue.h +186 -0
  26. fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.c +112 -0
  27. fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.h +169 -0
  28. fiftyone_devicedetection_onpremise-4.5.0a26/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.c → fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/stringBuilder.c +41 -128
  29. fiftyone_devicedetection_onpremise-4.5.0a26/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string.h → fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/stringBuilder.h +11 -161
  30. fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string_pp.cpp +99 -0
  31. fiftyone_devicedetection_onpremise-4.5.0a26/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/coordinate.c → fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/string_pp.hpp +24 -18
  32. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/HeadersContainer.hpp +0 -1
  33. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/value.c +72 -113
  34. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/value.h +60 -1
  35. fiftyone_devicedetection_onpremise-4.5.0a26/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.cpp → fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot_pp.cpp +27 -14
  36. fiftyone_devicedetection_onpremise-4.5.0a26/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.hpp → fiftyone_devicedetection_onpremise-4.5.0a28/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot_pp.hpp +1 -1
  37. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.c +1 -0
  38. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise.egg-info/PKG-INFO +1 -1
  39. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise.egg-info/SOURCES.txt +9 -5
  40. fiftyone_devicedetection_onpremise-4.5.0a28/version.txt +1 -0
  41. fiftyone_devicedetection_onpremise-4.5.0a26/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Coordinate.i +0 -28
  42. fiftyone_devicedetection_onpremise-4.5.0a26/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/coordinate.h +0 -73
  43. fiftyone_devicedetection_onpremise-4.5.0a26/version.txt +0 -1
  44. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/MANIFEST.in +0 -0
  45. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/pyproject.toml +0 -0
  46. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/setup.cfg +0 -0
  47. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/setup.py +0 -0
  48. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/DeviceDetectionHashEngineModule.py +0 -0
  49. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/__init__.py +0 -0
  50. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/constants.py +0 -0
  51. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.cpp +0 -0
  52. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.hpp +0 -0
  53. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/ConfigDeviceDetection.i +0 -0
  54. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.cpp +0 -0
  55. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.hpp +0 -0
  56. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/EngineDeviceDetection.i +0 -0
  57. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.cpp +0 -0
  58. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.hpp +0 -0
  59. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/EvidenceDeviceDetection.i +0 -0
  60. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/FiftyoneDegrees.hpp +0 -0
  61. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.cpp +0 -0
  62. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.hpp +0 -0
  63. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/ResultsDeviceDetection.i +0 -0
  64. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.cpp +0 -0
  65. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.hpp +0 -0
  66. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/Transform.i +0 -0
  67. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Collection.hpp +0 -0
  68. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Collection.i +0 -0
  69. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.cpp +0 -0
  70. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.hpp +0 -0
  71. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CollectionConfig.i +0 -0
  72. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.cpp +0 -0
  73. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.hpp +0 -0
  74. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ComponentMetaData.i +0 -0
  75. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.cpp +0 -0
  76. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.hpp +0 -0
  77. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ConfigBase.i +0 -0
  78. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/CsTypes.i +0 -0
  79. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.cpp +0 -0
  80. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.hpp +0 -0
  81. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Date.i +0 -0
  82. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EngineBase.i +0 -0
  83. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EntityMetaData.hpp +0 -0
  84. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.cpp +0 -0
  85. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.hpp +0 -0
  86. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/EvidenceBase.i +0 -0
  87. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.cpp +0 -0
  88. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.hpp +0 -0
  89. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Exceptions.i +0 -0
  90. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/FiftyoneDegrees.hpp +0 -0
  91. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.cpp +0 -0
  92. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.hpp +0 -0
  93. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/IpAddress.i +0 -0
  94. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/JavaTypes.i +0 -0
  95. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MapStringStringIterator.i +0 -0
  96. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/MetaData.i +0 -0
  97. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.cpp +0 -0
  98. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.hpp +0 -0
  99. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ProfileMetaData.i +0 -0
  100. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.cpp +0 -0
  101. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.hpp +0 -0
  102. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/PropertyMetaData.i +0 -0
  103. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.cpp +0 -0
  104. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.hpp +0 -0
  105. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/RequiredPropertiesConfig.i +0 -0
  106. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.hpp +0 -0
  107. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ResultsBase.i +0 -0
  108. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Types.i +0 -0
  109. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Value.hpp +0 -0
  110. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/Value.i +0 -0
  111. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.cpp +0 -0
  112. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.hpp +0 -0
  113. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ValueMetaData.i +0 -0
  114. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/array.h +0 -0
  115. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/bool.c +0 -0
  116. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/bool.h +0 -0
  117. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/cache.c +0 -0
  118. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/cache.h +0 -0
  119. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/collection.h +0 -0
  120. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/common.h +0 -0
  121. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/component.h +0 -0
  122. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/config.h +0 -0
  123. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/data.c +0 -0
  124. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/data.h +0 -0
  125. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/dataset.c +0 -0
  126. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/dataset.h +0 -0
  127. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/date.h +0 -0
  128. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/evidence.c +0 -0
  129. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/evidence.h +0 -0
  130. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/exceptions.h +0 -0
  131. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/exceptionsc.c +0 -0
  132. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/file.c +0 -0
  133. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/file.h +0 -0
  134. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/float.c +0 -0
  135. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/float.h +0 -0
  136. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/headers.h +0 -0
  137. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/indices.c +0 -0
  138. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/indices.h +0 -0
  139. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.c +0 -0
  140. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.h +0 -0
  141. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/ip.i +0 -0
  142. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/list.c +0 -0
  143. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/list.h +0 -0
  144. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/memory.c +0 -0
  145. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/memory.h +0 -0
  146. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/overrides.h +0 -0
  147. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pair.h +0 -0
  148. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pool.c +0 -0
  149. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/pool.h +0 -0
  150. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/process.c +0 -0
  151. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/process.h +0 -0
  152. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/properties.h +0 -0
  153. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/resource.c +0 -0
  154. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/resource.h +0 -0
  155. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/results.c +0 -0
  156. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/results.h +0 -0
  157. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/snprintf.h +0 -0
  158. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/Base.hpp +0 -0
  159. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/EngineTests.hpp +0 -0
  160. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/EvidenceTests.hpp +0 -0
  161. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/ExampleTests.hpp +0 -0
  162. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/FileHandle.hpp +0 -0
  163. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/FixedSizeCollection.hpp +0 -0
  164. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/StringCollection.hpp +0 -0
  165. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/TestStrings.hpp +0 -0
  166. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/VariableSizeCollection.hpp +0 -0
  167. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tests/pch.h +0 -0
  168. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/textfile.c +0 -0
  169. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/textfile.h +0 -0
  170. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/threading.c +0 -0
  171. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/threading.h +0 -0
  172. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tree.c +0 -0
  173. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/tree.h +0 -0
  174. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.c +0 -0
  175. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/wkbtot.h +0 -0
  176. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/yamlfile.c +0 -0
  177. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/common-cxx/yamlfile.h +0 -0
  178. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/config-dd.h +0 -0
  179. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/dataset-dd.c +0 -0
  180. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/dataset-dd.h +0 -0
  181. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/fiftyone.h +0 -0
  182. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/gethighentropyvalues.c +0 -0
  183. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/gethighentropyvalues.h +0 -0
  184. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataBuilderHash.cpp +0 -0
  185. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataBuilderHash.hpp +0 -0
  186. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataCollectionHash.cpp +0 -0
  187. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ComponentMetaDataCollectionHash.hpp +0 -0
  188. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.cpp +0 -0
  189. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.hpp +0 -0
  190. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ConfigHash.i +0 -0
  191. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.cpp +0 -0
  192. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.hpp +0 -0
  193. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/EngineHash.i +0 -0
  194. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/MetaDataHash.cpp +0 -0
  195. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/MetaDataHash.hpp +0 -0
  196. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataBuilderHash.cpp +0 -0
  197. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataBuilderHash.hpp +0 -0
  198. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataCollectionHash.cpp +0 -0
  199. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ProfileMetaDataCollectionHash.hpp +0 -0
  200. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataBuilderHash.cpp +0 -0
  201. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataBuilderHash.hpp +0 -0
  202. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForComponentHash.cpp +0 -0
  203. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForComponentHash.hpp +0 -0
  204. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForPropertyHash.cpp +0 -0
  205. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionForPropertyHash.hpp +0 -0
  206. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionHash.cpp +0 -0
  207. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/PropertyMetaDataCollectionHash.hpp +0 -0
  208. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.cpp +0 -0
  209. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.hpp +0 -0
  210. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHash.i +0 -0
  211. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.cpp +0 -0
  212. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.hpp +0 -0
  213. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ResultsHashSerializer.i +0 -0
  214. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataBuilderHash.cpp +0 -0
  215. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataBuilderHash.hpp +0 -0
  216. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionBaseHash.cpp +0 -0
  217. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionBaseHash.hpp +0 -0
  218. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForProfileHash.cpp +0 -0
  219. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForProfileHash.hpp +0 -0
  220. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForPropertyHash.cpp +0 -0
  221. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionForPropertyHash.hpp +0 -0
  222. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionHash.cpp +0 -0
  223. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/ValueMetaDataCollectionHash.hpp +0 -0
  224. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/fiftyone.h +0 -0
  225. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/graph.c +0 -0
  226. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/graph.h +0 -0
  227. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.h +0 -0
  228. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/hash/hash.i +0 -0
  229. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/results-dd.c +0 -0
  230. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/results-dd.h +0 -0
  231. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/transform.h +0 -0
  232. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/cxx/src/transformc.c +0 -0
  233. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/devicedetection_datafile.py +0 -0
  234. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/devicedetection_onpremise.py +0 -0
  235. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/devicedetection_onpremise_pipelinebuilder.py +0 -0
  236. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/hash_python_wrap.cxx +0 -0
  237. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise/swig_data.py +0 -0
  238. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise.egg-info/dependency_links.txt +0 -0
  239. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise.egg-info/requires.txt +0 -0
  240. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/src/fiftyone_devicedetection_onpremise.egg-info/top_level.txt +0 -0
  241. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/tests/test_automatic_data_file_updates.py +0 -0
  242. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/tests/test_devicedetection.py +0 -0
  243. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/tests/test_properties.py +0 -0
  244. {fiftyone_devicedetection_onpremise-4.5.0a26 → fiftyone_devicedetection_onpremise-4.5.0a28}/tests/test_swig.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiftyone_devicedetection_onpremise
3
- Version: 4.5.0a26
3
+ Version: 4.5.0a28
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
@@ -23,6 +23,7 @@
23
23
  #include "EngineBase.hpp"
24
24
 
25
25
  #include "fiftyone.h"
26
+ #include "string_pp.hpp"
26
27
 
27
28
  using namespace FiftyoneDegrees::Common;
28
29
 
@@ -66,7 +67,7 @@ void EngineBase::initOverrideKeys(
66
67
  if (overrideProperties->prefix == true) {
67
68
  key.append("51D_");
68
69
  }
69
- tempKey = STRING(
70
+ tempKey = STRING( // name is string
70
71
  overrideProperties->items[i].available->name.data.ptr);
71
72
  if (tempKey != nullptr) {
72
73
  key.append(tempKey);
@@ -79,7 +80,7 @@ void EngineBase::initOverrideKeys(
79
80
  if (overrideProperties->prefix == true) {
80
81
  key.append("51D_");
81
82
  }
82
- tempKey = STRING(
83
+ tempKey = STRING( // name is string
83
84
  overrideProperties->items[i].available->name.data.ptr);
84
85
  if (tempKey != nullptr) {
85
86
  key.append(tempKey);
@@ -150,17 +151,39 @@ bool EngineBase::getIsThreadSafe() const {
150
151
  return ThreadingGetIsThreadSafe();
151
152
  }
152
153
 
153
- void EngineBase::appendString(
154
+ void EngineBase::appendValue(
154
155
  stringstream &stream,
155
156
  fiftyoneDegreesCollection *strings,
156
- uint32_t offset) const {
157
+ uint32_t offset,
158
+ PropertyValueType storedValueType) const {
157
159
  EXCEPTION_CREATE;
158
160
  Item item;
159
161
  DataReset(&item.data);
160
- String *string = StringGet(strings, offset, &item, exception);
161
- if (string != NULL && EXCEPTION_OKAY) {
162
- stream << STRING(string);
162
+ const StoredBinaryValue * const binaryValue = StoredBinaryValueGet(
163
+ strings,
164
+ offset,
165
+ storedValueType,
166
+ &item,
167
+ exception);
168
+ if (binaryValue != nullptr && EXCEPTION_OKAY) {
169
+ writeStoredBinaryValueToStringStream(
170
+ binaryValue,
171
+ storedValueType,
172
+ stream,
173
+ MAX_DOUBLE_DECIMAL_PLACES,
174
+ exception);
163
175
  COLLECTION_RELEASE(strings, &item);
164
176
  }
165
177
  EXCEPTION_THROW;
178
+ }
179
+
180
+ void EngineBase::appendString(
181
+ stringstream &stream,
182
+ fiftyoneDegreesCollection *strings,
183
+ uint32_t offset) const {
184
+ appendValue(
185
+ stream,
186
+ strings,
187
+ offset,
188
+ FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_STRING); // legacy contract
166
189
  }
@@ -275,6 +275,19 @@ namespace FiftyoneDegrees {
275
275
  /** Keys which should be added to evidence. */
276
276
  vector<string> keys;
277
277
 
278
+ /**
279
+ * Gets a string from a strings collection, and appends to a stream.
280
+ * @param stream to append the string to
281
+ * @param strings collection to get the string from
282
+ * @param offset of the string in the collection
283
+ * @param storedValueType format of byte array representation.
284
+ */
285
+ virtual void appendValue(
286
+ stringstream &stream,
287
+ fiftyoneDegreesCollection *strings,
288
+ uint32_t offset,
289
+ fiftyoneDegreesPropertyValueType storedValueType) const;
290
+
278
291
  /**
279
292
  * Gets a string from a strings collection, and appends to a stream.
280
293
  * @param stream to append the string to
@@ -26,7 +26,10 @@
26
26
  #include <string>
27
27
  #include "Exceptions.hpp"
28
28
  #include "collection.h"
29
+ #include "constants.h"
30
+ #include "storedBinaryValue.h"
29
31
  #include "string.h"
32
+ #include "string_pp.hpp"
30
33
 
31
34
 
32
35
  using namespace FiftyoneDegrees;
@@ -57,23 +60,51 @@ namespace FiftyoneDegrees {
57
60
  static string getString(
58
61
  fiftyoneDegreesCollection *stringsCollection,
59
62
  uint32_t offset) {
63
+ return getValue(
64
+ stringsCollection,
65
+ offset,
66
+ FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_STRING); // legacy contract
67
+ }
68
+
69
+ /**
70
+ * Get a copy of a binary value (as string) from the strings collection at the offset
71
+ * provided.
72
+ * @param stringsCollection pointer to the collection to copy the
73
+ * value (as string) from
74
+ * @param offset offset in the strings collection of the binary value to
75
+ * copy (as string)
76
+ * @param storedValueType format of byte array representation.
77
+ * @return string describing contents of binary value the offset provided
78
+ */
79
+ static string getValue(
80
+ fiftyoneDegreesCollection *stringsCollection,
81
+ uint32_t offset,
82
+ fiftyoneDegreesPropertyValueType storedValueType) {
60
83
  FIFTYONE_DEGREES_EXCEPTION_CREATE;
61
84
  string result;
62
85
  fiftyoneDegreesCollectionItem item;
63
- fiftyoneDegreesString *str;
64
86
  fiftyoneDegreesDataReset(&item.data);
65
- str = fiftyoneDegreesStringGet(
87
+ const fiftyoneDegreesStoredBinaryValue * const binaryValue = fiftyoneDegreesStoredBinaryValueGet(
66
88
  stringsCollection,
67
89
  offset,
90
+ storedValueType,
68
91
  &item,
69
92
  exception);
70
93
  FIFTYONE_DEGREES_EXCEPTION_THROW;
71
- if (str != nullptr) {
72
- result.append(&str->value);
73
- }
74
- FIFTYONE_DEGREES_COLLECTION_RELEASE(
75
- stringsCollection,
76
- &item);
94
+ if (binaryValue != nullptr) {
95
+ std::stringstream stream;
96
+ writeStoredBinaryValueToStringStream(
97
+ binaryValue,
98
+ storedValueType,
99
+ stream,
100
+ FIFTYONE_DEGREES_MAX_DOUBLE_DECIMAL_PLACES,
101
+ exception);
102
+ FIFTYONE_DEGREES_EXCEPTION_THROW;
103
+ result.append(stream.str());
104
+ }
105
+ FIFTYONE_DEGREES_COLLECTION_RELEASE(
106
+ stringsCollection,
107
+ &item);
77
108
  return result;
78
109
  }
79
110
 
@@ -21,8 +21,12 @@
21
21
  * ********************************************************************* */
22
22
 
23
23
  #include "MetaData.hpp"
24
+
25
+ #include <sstream>
26
+
24
27
  #include "Exceptions.hpp"
25
28
  #include "fiftyone.h"
29
+ #include "string_pp.hpp"
26
30
 
27
31
  using namespace FiftyoneDegrees::Common;
28
32
 
@@ -33,23 +37,30 @@ MetaData::MetaData(shared_ptr<fiftyoneDegreesResourceManager> manager) {
33
37
  MetaData::~MetaData() {
34
38
  }
35
39
 
36
- string MetaData::getString(
40
+ string MetaData::getValue(
37
41
  fiftyoneDegreesCollection *strings,
38
- uint32_t offset) {
42
+ uint32_t offset,
43
+ fiftyoneDegreesPropertyValueType storedValueType) {
39
44
  EXCEPTION_CREATE;
40
- string result;
41
45
  Item item;
42
- String *str;
46
+ StoredBinaryValue *binaryValue;
43
47
  DataReset(&item.data);
44
- str = StringGet(
48
+ binaryValue = StoredBinaryValueGet(
45
49
  strings,
46
50
  offset,
51
+ storedValueType,
47
52
  &item,
48
53
  exception);
49
54
  EXCEPTION_THROW;
50
- if (str != nullptr) {
51
- result.append(&str->value);
55
+ std::stringstream ss;
56
+ if (binaryValue != nullptr) {
57
+ writeStoredBinaryValueToStringStream(
58
+ binaryValue,
59
+ storedValueType,
60
+ ss,
61
+ (uint8_t)ss.precision(),
62
+ exception);
52
63
  }
53
64
  COLLECTION_RELEASE(strings, &item);
54
- return result;
65
+ return ss.str();
55
66
  }
@@ -225,16 +225,18 @@ namespace FiftyoneDegrees {
225
225
  shared_ptr<fiftyoneDegreesResourceManager> manager;
226
226
 
227
227
  /**
228
- * Get a string from the collection and copy it to a C++ string
228
+ * Get a value from the collection and copy it as string to a C++ string
229
229
  * instance. This method releases the collection item before
230
230
  * returning.
231
231
  * @param strings pointer to the collection containing the string
232
232
  * @param offset of the string in the collection
233
- * @return copy of the requested string from the collection
233
+ * @param storedValueType format of byte array representation.
234
+ * @return copy of the requested value from the collection as string
234
235
  */
235
- string getString(
236
+ string getValue(
236
237
  fiftyoneDegreesCollection *strings,
237
- uint32_t offset);
238
+ uint32_t offset,
239
+ fiftyoneDegreesPropertyValueType storedValueType);
238
240
  };
239
241
  }
240
242
  }
@@ -62,7 +62,7 @@ string ResultsBase::getPropertyName(
62
62
  const char *cName;
63
63
  if (requiredPropertyIndex >= 0 &&
64
64
  requiredPropertyIndex < (int)available->count) {
65
- cName = STRING(PropertiesGetNameFromRequiredIndex(
65
+ cName = STRING(PropertiesGetNameFromRequiredIndex( // name is string
66
66
  available,
67
67
  requiredPropertyIndex));
68
68
  if (cName != nullptr) {
@@ -107,6 +107,7 @@ static void releaseCache(Item *item) {
107
107
  if (item->handle != NULL) {
108
108
  CacheRelease((CacheNode*)item->handle);
109
109
  item->handle = NULL;
110
+ DataReset(&item->data); // data is not owned by the item
110
111
  }
111
112
  }
112
113
 
@@ -1051,7 +1052,7 @@ static void* readFileVariable(
1051
1052
 
1052
1053
  // Read the item header minus the last part of the structure
1053
1054
  // that may not always be included with every item.
1054
- if (fread(initial, initialSize, 1, handle->file) == 1) {
1055
+ if ((!initialSize) || (fread(initial, initialSize, 1, handle->file) == 1)) {
1055
1056
 
1056
1057
  // Calculate the number of bytes needed to store the item.
1057
1058
  bytesNeeded = getFinalSize(initial);
@@ -55,11 +55,12 @@ fiftyoneDegreesString* fiftyoneDegreesComponentGetName(
55
55
  fiftyoneDegreesComponent *component,
56
56
  fiftyoneDegreesCollectionItem *item,
57
57
  fiftyoneDegreesException *exception) {
58
- return StringGet(
58
+ return &StoredBinaryValueGet(
59
59
  stringsCollection,
60
- component->nameOffset,
60
+ component->nameOffset,
61
+ FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_STRING, // name is string
61
62
  item,
62
- exception);
63
+ exception)->stringValue;
63
64
  }
64
65
 
65
66
  const fiftyoneDegreesComponentKeyValuePair*
@@ -31,4 +31,14 @@
31
31
  */
32
32
  static const uint8_t fiftyoneDegreesIpAddressStringMaxLength = 50;
33
33
 
34
+ /**
35
+ * The length for the buffer most WKT strings are expected to fit into.
36
+ */
37
+ #define FIFTYONE_DEGREES_REASONABLE_WKT_STRING_LENGTH 128
38
+
39
+ /**
40
+ * Max. number of decimal places to be printed for a double.
41
+ */
42
+ #define FIFTYONE_DEGREES_MAX_DOUBLE_DECIMAL_PLACES 15
43
+
34
44
  #endif //FIFTYONE_DEGREES_CONSTANTS_H
@@ -65,6 +65,7 @@
65
65
  #include "resource.h"
66
66
  #include "results.h"
67
67
  #include "status.h"
68
+ #include "storedBinaryValue.h"
68
69
  #include "string.h"
69
70
  #include "property.h"
70
71
  #include "value.h"
@@ -73,7 +74,6 @@
73
74
  #include "tree.h"
74
75
  #include "ip.h"
75
76
  #include "float.h"
76
- #include "coordinate.h"
77
77
  #include "snprintf.h"
78
78
  #include "bool.h"
79
79
  #include "process.h"
@@ -144,8 +144,10 @@ MAP_TYPE(PropertiesGetMethod)
144
144
  MAP_TYPE(HeadersGetMethod)
145
145
  MAP_TYPE(DataSetInitFromFileMethod)
146
146
  MAP_TYPE(String)
147
- MAP_TYPE(StringFormat)
147
+ MAP_TYPE(VarLengthByteArray)
148
+ MAP_TYPE(StoredBinaryValue)
148
149
  MAP_TYPE(Property)
150
+ MAP_TYPE(PropertyTypeRecord)
149
151
  MAP_TYPE(Component)
150
152
  MAP_TYPE(ComponentKeyValuePair)
151
153
  MAP_TYPE(Value)
@@ -157,6 +159,7 @@ MAP_TYPE(OverrideValueArray)
157
159
  MAP_TYPE(EvidenceKeyValuePair)
158
160
  MAP_TYPE(EvidenceKeyValuePairArray)
159
161
  MAP_TYPE(PropertyAvailable)
162
+ MAP_TYPE(PropertyValueType)
160
163
  MAP_TYPE(PropertiesAvailable)
161
164
  MAP_TYPE(EvidencePropertyIndex)
162
165
  MAP_TYPE(EvidenceProperties)
@@ -173,7 +176,6 @@ MAP_TYPE(TreeRoot)
173
176
  MAP_TYPE(ProfileOffset)
174
177
  MAP_TYPE(ProfileIterateMethod)
175
178
  MAP_TYPE(Float)
176
- MAP_TYPE(Coordinate)
177
179
  MAP_TYPE(KeyValuePair)
178
180
  MAP_TYPE(HeaderID)
179
181
  MAP_TYPE(IndicesPropertyProfile)
@@ -188,6 +190,7 @@ MAP_TYPE(WkbtotResult)
188
190
  #define OverrideValuesAdd fiftyoneDegreesOverrideValuesAdd /**< Synonym for #fiftyoneDegreesOverrideValuesAdd function. */
189
191
  #define ExceptionGetMessage fiftyoneDegreesExceptionGetMessage /**< Synonym for #fiftyoneDegreesExceptionGetMessage function. */
190
192
  #define ProfileGetByProfileId fiftyoneDegreesProfileGetByProfileId /**< Synonym for #fiftyoneDegreesProfileGetByProfileId function. */
193
+ #define ProfileGetByProfileIdIndirect fiftyoneDegreesProfileGetByProfileIdIndirect /**< Synonym for #fiftyoneDegreesProfileGetByProfileIdIndirect function. */
191
194
  #define ProfileGetByIndex fiftyoneDegreesProfileGetByIndex /**< Synonym for #fiftyoneDegreesProfileGetByIndex function. */
192
195
  #define OverridesAdd fiftyoneDegreesOverridesAdd /**< Synonym for #fiftyoneDegreesOverridesAdd function. */
193
196
  #define OverrideProfileIds fiftyoneDegreesOverrideProfileIds /**< Synonym for #fiftyoneDegreesOverrideProfileIds function. */
@@ -281,6 +284,11 @@ MAP_TYPE(WkbtotResult)
281
284
  #define MemoryStandardFreeAligned fiftyoneDegreesMemoryStandardFreeAligned /**< Synonym for #fiftyoneDegreesMemoryStandardFreeAligned function. */
282
285
  #define ResourceManagerFree fiftyoneDegreesResourceManagerFree /**< Synonym for #fiftyoneDegreesResourceManagerFree function. */
283
286
  #define StringGet fiftyoneDegreesStringGet /**< Synonym for #fiftyoneDegreesStringGet function. */
287
+ #define StoredBinaryValueGet fiftyoneDegreesStoredBinaryValueGet /**< Synonym for #fiftyoneDegreesStoredBinaryValueGet function. */
288
+ #define StoredBinaryValueCompareWithString fiftyoneDegreesStoredBinaryValueCompareWithString /**< Synonym for #fiftyoneDegreesStoredBinaryValueCompareWithString function. */
289
+ #define StoredBinaryValueToIntOrDefault fiftyoneDegreesStoredBinaryValueToIntOrDefault /**< Synonym for #fiftyoneDegreesStoredBinaryValueToIntOrDefault function. */
290
+ #define StoredBinaryValueToDoubleOrDefault fiftyoneDegreesStoredBinaryValueToDoubleOrDefault /**< Synonym for #fiftyoneDegreesStoredBinaryValueToDoubleOrDefault function. */
291
+ #define StoredBinaryValueToBoolOrDefault fiftyoneDegreesStoredBinaryValueToBoolOrDefault /**< Synonym for #fiftyoneDegreesStoredBinaryValueToBoolOrDefault function. */
284
292
  #define EvidenceFree fiftyoneDegreesEvidenceFree /**< Synonym for #fiftyoneDegreesEvidenceFree function. */
285
293
  #define EvidenceCreate fiftyoneDegreesEvidenceCreate /**< Synonym for #fiftyoneDegreesEvidenceCreate function. */
286
294
  #define EvidenceMapPrefix fiftyoneDegreesEvidenceMapPrefix /**< Synonym for #fiftyoneDegreesEvidenceMapPrefix function. */
@@ -322,11 +330,17 @@ MAP_TYPE(WkbtotResult)
322
330
  #define HeadersIsHttp fiftyoneDegreesHeadersIsHttp /**< Synonym for #fiftyoneDegreesHeadersIsHttp function. */
323
331
  #define ListReset fiftyoneDegreesListReset /**< Synonym for #fiftyoneDegreesListReset function. */
324
332
  #define ListRelease fiftyoneDegreesListRelease /**< Synonym for #fiftyoneDegreesListRelease function. */
333
+ #define ValueGetContent fiftyoneDegreesValueGetContent /**< Synonym for #fiftyoneDegreesValueGetContent function. */
325
334
  #define ValueGetName fiftyoneDegreesValueGetName /**< Synonym for #fiftyoneDegreesValueGetName function. */
326
335
  #define ValueGetByName fiftyoneDegreesValueGetByName /**< Synonym for #fiftyoneDegreesValueGetByName function. */
336
+ #define ValueGetByNameAndType fiftyoneDegreesValueGetByNameAndType /**< Synonym for #fiftyoneDegreesValueGetByNameAndType function. */
337
+ #define ValueGetIndexByName fiftyoneDegreesValueGetIndexByName /**< Synonym for #fiftyoneDegreesValueGetIndexByName function. */
338
+ #define ValueGetIndexByNameAndType fiftyoneDegreesValueGetIndexByNameAndType /**< Synonym for #fiftyoneDegreesValueGetIndexByNameAndType function. */
327
339
  #define ValueGet fiftyoneDegreesValueGet /**< Synonym for #fiftyoneDegreesValueGet function. */
328
340
  #define CollectionBinarySearch fiftyoneDegreesCollectionBinarySearch /**< Synonym for #fiftyoneDegreesCollectionBinarySearch function. */
329
341
  #define PropertyGetName fiftyoneDegreesPropertyGetName /**< Synonym for #fiftyoneDegreesPropertyGetName function. */
342
+ #define PropertyGetStoredType fiftyoneDegreesPropertyGetStoredType /**< Synonym for #fiftyoneDegreesPropertyGetStoredType function. */
343
+ #define PropertyGetStoredTypeByIndex fiftyoneDegreesPropertyGetStoredTypeByIndex /**< Synonym for #fiftyoneDegreesPropertyGetStoredTypeByIndex function. */
330
344
  #define CollectionReadFileVariable fiftyoneDegreesCollectionReadFileVariable /**< Synonym for #fiftyoneDegreesCollectionReadFileVariable function. */
331
345
  #define PropertyGetByName fiftyoneDegreesPropertyGetByName /**< Synonym for #fiftyoneDegreesPropertyGetByName function. */
332
346
  #define ComponentGetKeyValuePair fiftyoneDegreesComponentGetKeyValuePair /**< Synonym for #fiftyoneDegreesComponentGetKeyValuePair function., */
@@ -364,12 +378,15 @@ MAP_TYPE(WkbtotResult)
364
378
  #define IpAddressParse fiftyoneDegreesIpAddressParse /**< Synonym for fiftyoneDegreesIpAddressParse */
365
379
  #define IpAddressesCompare fiftyoneDegreesIpAddressesCompare /**< Synonym for fiftyoneDegreesIpAddressesCompare */
366
380
  #define ConvertWkbToWkt fiftyoneDegreesConvertWkbToWkt /**< Synonym for fiftyoneDegreesConvertWkbToWkt */
381
+ #define WriteWkbAsWktToStringBuilder fiftyoneDegreesWriteWkbAsWktToStringBuilder /**< Synonym for fiftyoneDegreesWriteWkbAsWktToStringBuilder */
367
382
 
368
383
  /* <-- only one asterisk to avoid inclusion in documentation
369
384
  * Shortened constants.
370
385
  */
371
386
 
372
- #define IpAddressStringMaxLength fiftyoneDegreesIpAddressStringMaxLength /**< Synonym for #fiftyoneDegreesIpAddressStringMaxLength macro. */
387
+ #define IpAddressStringMaxLength fiftyoneDegreesIpAddressStringMaxLength /**< Synonym for #fiftyoneDegreesIpAddressStringMaxLength constant. */
388
+ #define REASONABLE_WKT_STRING_LENGTH FIFTYONE_DEGREES_REASONABLE_WKT_STRING_LENGTH /**< Synonym for #FIFTYONE_DEGREES_REASONABLE_WKT_STRING_LENGTH constant macro. */
389
+ #define MAX_DOUBLE_DECIMAL_PLACES FIFTYONE_DEGREES_MAX_DOUBLE_DECIMAL_PLACES /**< Synonym for #FIFTYONE_DEGREES_MAX_DOUBLE_DECIMAL_PLACES constant macro. */
373
390
 
374
391
  /* <-- only one asterisk to avoid inclusion in documentation
375
392
  * Shortened macros.
@@ -383,7 +400,6 @@ MAP_TYPE(WkbtotResult)
383
400
  #define EXCEPTION_THROW FIFTYONE_DEGREES_EXCEPTION_THROW /**< Synonym for #FIFTYONE_DEGREES_EXCEPTION_THROW macro. */
384
401
  #define EXCEPTION_CHECK FIFTYONE_DEGREES_EXCEPTION_CHECK /**< Synonym for #FIFTYONE_DEGREES_EXCEPTION_CHECK macro. */
385
402
  #define STRING FIFTYONE_DEGREES_STRING /**< Synonym for #FIFTYONE_DEGREES_STRING macro. */
386
- #define IP_ADDRESS FIFTYONE_DEGREES_IP_ADDRESS /**< Synonym for #FIFTYONE_DEGREES_IP_ADDRESS macro. */
387
403
  #define COLLECTION_RELEASE FIFTYONE_DEGREES_COLLECTION_RELEASE /**< Synonym for #FIFTYONE_DEGREES_COLLECTION_RELEASE macro. */
388
404
  #define FILE_MAX_PATH FIFTYONE_DEGREES_FILE_MAX_PATH /**< Synonym for #FIFTYONE_DEGREES_FILE_MAX_PATH macro. */
389
405
  #define THREAD_CREATE FIFTYONE_DEGREES_THREAD_CREATE /**< Synonym for #FIFTYONE_DEGREES_THREAD_CREATE macro. */
@@ -449,6 +465,7 @@ MAP_TYPE(WkbtotResult)
449
465
  #define DATA_FILE_NEEDS_UPDATED FIFTYONE_DEGREES_STATUS_DATA_FILE_NEEDS_UPDATED /**< Synonym for #FIFTYONE_DEGREES_STATUS_DATA_FILE_NEEDS_UPDATED status code. */
450
466
  #define INSUFFICIENT_CAPACITY FIFTYONE_DEGREES_STATUS_INSUFFICIENT_CAPACITY /**< Synonym for #FIFTYONE_DEGREES_STATUS_INSUFFICIENT_CAPACITY status code. */
451
467
  #define INVALID_INPUT FIFTYONE_DEGREES_STATUS_INVALID_INPUT /**< Synonym for #FIFTYONE_DEGREES_STATUS_INVALID_INPUT status code.*/
468
+ #define UNSUPPORTED_STORED_VALUE_TYPE FIFTYONE_DEGREES_STATUS_UNSUPPORTED_STORED_VALUE_TYPE /**< Synonym for #FIFTYONE_DEGREES_STATUS_UNSUPPORTED_STORED_VALUE_TYPE status code.*/
452
469
  #define IPV6_LENGTH FIFTYONE_DEGREES_IPV6_LENGTH /**< Synonym for #FIFTYONE_DEGREES_IPV6_LENGTH status code.*/
453
470
  #define IPV4_LENGTH FIFTYONE_DEGREES_IPV4_LENGTH /**< Synonym for #FIFTYONE_DEGREES_IPV4_LENGTH status code.*/
454
471
  #define IP_TYPE_IPV4 FIFTYONE_DEGREES_IP_TYPE_IPV4 /**< Synonym for #FIFTYONE_DEGREES_IP_TYPE_IPV4 status code.*/
@@ -121,11 +121,11 @@ static int countAllSegments(void* state, HeadersGetMethod get) {
121
121
  Item item;
122
122
  DataReset(&item.data);
123
123
  while (get(state, index, &item) >= 0) {
124
- name = STRING(item.data.ptr);
124
+ name = STRING(item.data.ptr); // header is string
125
125
  if (isHeaderValid(name)) {
126
126
 
127
127
  // Count the number of segments.
128
- segments = countHeaderSegments(STRING(item.data.ptr));
128
+ segments = countHeaderSegments(STRING(item.data.ptr)); // header is string
129
129
  count += segments;
130
130
 
131
131
  // If there are more than one segment then this is a pseudo header
@@ -272,7 +272,7 @@ static bool addHeadersFromDataSet(
272
272
  // Loop through all the available headers in the data set adding those that
273
273
  // are valid and unique to the headers collection.
274
274
  while ((headerId = get(state, index++, &item)) >= 0) {
275
- name = STRING(item.data.ptr);
275
+ name = STRING(item.data.ptr); // header is string
276
276
  if (isHeaderValid(name) && isUnique(headers, name)) {
277
277
 
278
278
  // Set the next header from the data set name item aborting if
@@ -61,17 +61,40 @@ static void addStringEscape(
61
61
  }
62
62
  }
63
63
 
64
- // Adds a string including surrounding double quotes and escaping special
65
- // characters.
66
- static void addString(
67
- fiftyoneDegreesJson* s,
68
- const char* value,
69
- size_t length) {
64
+ /**
65
+ * Adds a binary including surrounding double quotes and escaping special
66
+ * characters.
67
+ * @param s fiftyoneDegreesJson to add to
68
+ * @param binaryValue pointer to raw bytes as stored in data file
69
+ * @param storedValueType format of byte array representation
70
+ */
71
+ static void addValueContents(
72
+ fiftyoneDegreesJson * const s,
73
+ const StoredBinaryValue * const binaryValue,
74
+ const PropertyValueType storedValueType) {
75
+
76
+ Exception * const exception = s->exception;
70
77
  StringBuilderAddChar(&s->builder, '\"');
71
- addStringEscape(s, value, length);
78
+ if (storedValueType == FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_STRING) {
79
+ addStringEscape(
80
+ s,
81
+ &binaryValue->stringValue.value,
82
+ binaryValue->stringValue.size - 1);
83
+ } else {
84
+ StringBuilderAddStringValue(
85
+ &s->builder,
86
+ binaryValue,
87
+ storedValueType,
88
+ MAX_DOUBLE_DECIMAL_PLACES,
89
+ s->exception);
90
+ if (EXCEPTION_FAILED) {
91
+ return;
92
+ }
93
+ }
72
94
  StringBuilderAddChar(&s->builder, '\"');
73
95
  }
74
96
 
97
+
75
98
  // Adds a comma separator.
76
99
  static void addSeparator(fiftyoneDegreesJson* s) {
77
100
  StringBuilderAddChar(&s->builder, ',');
@@ -92,7 +115,7 @@ void fiftyoneDegreesJsonPropertySeparator(fiftyoneDegreesJson* s) {
92
115
  }
93
116
 
94
117
  void fiftyoneDegreesJsonPropertyStart(fiftyoneDegreesJson* s) {
95
- fiftyoneDegreesString* name;
118
+ fiftyoneDegreesStoredBinaryValue* name;
96
119
  fiftyoneDegreesCollectionItem stringItem;
97
120
  fiftyoneDegreesException* exception = s->exception;
98
121
 
@@ -105,17 +128,20 @@ void fiftyoneDegreesJsonPropertyStart(fiftyoneDegreesJson* s) {
105
128
 
106
129
  // Get the property name as a string.
107
130
  fiftyoneDegreesDataReset(&stringItem.data);
108
- name = fiftyoneDegreesStringGet(
131
+ name = fiftyoneDegreesStoredBinaryValueGet(
109
132
  s->strings,
110
133
  s->property->nameOffset,
134
+ FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_STRING, // name is string
111
135
  &stringItem,
112
136
  exception);
113
137
  if (name != NULL && FIFTYONE_DEGREES_EXCEPTION_OKAY) {
114
138
 
115
- // Add the property name to the JSON buffer considering whether
139
+ // Add the property name to the JSON buffer considering whether
116
140
  // it's a list or single value property.
117
- const char* value = FIFTYONE_DEGREES_STRING(name);
118
- addString(s, value, strlen(value));
141
+ addValueContents(
142
+ s,
143
+ name,
144
+ FIFTYONE_DEGREES_PROPERTY_VALUE_TYPE_STRING); // name is string
119
145
  StringBuilderAddChar(&s->builder, ':');
120
146
  if (s->property->isList) {
121
147
  StringBuilderAddChar(&s->builder, '[');
@@ -139,8 +165,8 @@ void fiftyoneDegreesJsonPropertyEnd(fiftyoneDegreesJson* s) {
139
165
  }
140
166
 
141
167
  void fiftyoneDegreesJsonPropertyValues(fiftyoneDegreesJson* s) {
142
- const char* value;
143
- fiftyoneDegreesException* exception = s->exception;
168
+ const StoredBinaryValue* value;
169
+ fiftyoneDegreesException * const exception = s->exception;
144
170
 
145
171
  // Check that the values is populated.
146
172
  if (s->values == NULL) {
@@ -153,10 +179,15 @@ void fiftyoneDegreesJsonPropertyValues(fiftyoneDegreesJson* s) {
153
179
  if (i > 0) {
154
180
  addSeparator(s);
155
181
  }
156
- value = FIFTYONE_DEGREES_STRING(
157
- (fiftyoneDegreesString*)s->values->items[i].data.ptr);
182
+ value = (StoredBinaryValue*)s->values->items[i].data.ptr;
158
183
  if (value != NULL) {
159
- addString(s, value, strlen(value));
184
+ addValueContents(
185
+ s,
186
+ value,
187
+ s->storedPropertyType);
188
+ if (EXCEPTION_FAILED) {
189
+ return;
190
+ }
160
191
  }
161
192
  }
162
193
  }
@@ -82,6 +82,7 @@ typedef struct fiftyone_degrees_json {
82
82
  fiftyoneDegreesProperty* property; /**< The property being added */
83
83
  fiftyoneDegreesList* values; /**< The values for the property */
84
84
  fiftyoneDegreesException* exception; /**< Exception */
85
+ fiftyoneDegreesPropertyValueType storedPropertyType; /**< Stored type of the values for the property */
85
86
  } fiftyoneDegreesJson;
86
87
 
87
88
  /**
@@ -127,7 +127,7 @@ static int getRequiredPropertyIndexFromName(
127
127
  // being overridden.
128
128
  for (i = 0; i < properties->count; i++) {
129
129
  property = &properties->items[i];
130
- current = STRING(property->available->name.data.ptr);
130
+ current = STRING(property->available->name.data.ptr); // name is string
131
131
  if (StringCompare((char*)current, (char*)name) == 0) {
132
132
  return property->requiredPropertyIndex;
133
133
  }