geoip2_c 0.3.4 → 0.4.1
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.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +23 -0
- data/.github/workflows/ubuntu.yml +17 -8
- data/.github/workflows/windows.yml +18 -8
- data/.gitmodules +0 -3
- data/ext/geoip2/extconf.rb +9 -25
- data/ext/geoip2/geoip2.c +82 -32
- data/geoip2_c.gemspec +1 -0
- data/lib/geoip2/version.rb +1 -1
- metadata +18 -182
- data/ext/geoip2/libmaxminddb/.gitignore +0 -38
- data/ext/geoip2/libmaxminddb/.gitmodules +0 -9
- data/ext/geoip2/libmaxminddb/.perltidyrc +0 -11
- data/ext/geoip2/libmaxminddb/.travis.yml +0 -70
- data/ext/geoip2/libmaxminddb/.uncrustify.cfg +0 -78
- data/ext/geoip2/libmaxminddb/AUTHORS +0 -0
- data/ext/geoip2/libmaxminddb/Changes.md +0 -277
- data/ext/geoip2/libmaxminddb/LICENSE +0 -202
- data/ext/geoip2/libmaxminddb/Makefile.am +0 -41
- data/ext/geoip2/libmaxminddb/NOTICE +0 -13
- data/ext/geoip2/libmaxminddb/README.dev.md +0 -69
- data/ext/geoip2/libmaxminddb/README.md +0 -122
- data/ext/geoip2/libmaxminddb/appveyor.yml +0 -33
- data/ext/geoip2/libmaxminddb/bin/Makefile.am +0 -10
- data/ext/geoip2/libmaxminddb/bin/mmdblookup.c +0 -715
- data/ext/geoip2/libmaxminddb/bootstrap +0 -21
- data/ext/geoip2/libmaxminddb/common.mk +0 -7
- data/ext/geoip2/libmaxminddb/configure.ac +0 -132
- data/ext/geoip2/libmaxminddb/dev-bin/make-man-pages.pl +0 -76
- data/ext/geoip2/libmaxminddb/dev-bin/ppa-release.sh +0 -53
- data/ext/geoip2/libmaxminddb/dev-bin/regen-prototypes.pl +0 -136
- data/ext/geoip2/libmaxminddb/dev-bin/regen-win32-test-projs.pl +0 -54
- data/ext/geoip2/libmaxminddb/dev-bin/release.sh +0 -113
- data/ext/geoip2/libmaxminddb/dev-bin/uncrustify-all.sh +0 -21
- data/ext/geoip2/libmaxminddb/dev-bin/valgrind-all.pl +0 -53
- data/ext/geoip2/libmaxminddb/doc/libmaxminddb.md +0 -889
- data/ext/geoip2/libmaxminddb/doc/mmdblookup.md +0 -103
- data/ext/geoip2/libmaxminddb/include/maxminddb.h +0 -241
- data/ext/geoip2/libmaxminddb/include/maxminddb_config.h.in +0 -14
- data/ext/geoip2/libmaxminddb/projects/VS12/README.md +0 -59
- data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb-release.props +0 -32
- data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb-x64.props +0 -14
- data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb.props +0 -32
- data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb.sln +0 -150
- data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb.vcxproj +0 -143
- data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb.vcxproj.filters +0 -32
- data/ext/geoip2/libmaxminddb/projects/VS12/maxminddb_config.h +0 -14
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/bad_pointers.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/basic_lookup.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/data_entry_list.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/data_types.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/dump.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/get_value.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/get_value_pointer_bug.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/ipv4_start_cache.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/ipv6_lookup_in_ipv4.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/libtap.vcxproj +0 -85
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/maxminddb_test_helper.vcxproj +0 -107
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/metadata.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/metadata_pointers.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/no_map_get_value.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/read_node.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/shared.vcxproj +0 -104
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/threads.vcxproj +0 -103
- data/ext/geoip2/libmaxminddb/projects/VS12-tests/version.vcxproj +0 -105
- data/ext/geoip2/libmaxminddb/projects/test.vcxproj.template +0 -105
- data/ext/geoip2/libmaxminddb/src/Makefile.am +0 -25
- data/ext/geoip2/libmaxminddb/src/data-pool.c +0 -180
- data/ext/geoip2/libmaxminddb/src/data-pool.h +0 -52
- data/ext/geoip2/libmaxminddb/src/libmaxminddb.pc.in +0 -11
- data/ext/geoip2/libmaxminddb/src/maxminddb-compat-util.h +0 -167
- data/ext/geoip2/libmaxminddb/src/maxminddb.c +0 -2181
- data/ext/geoip2/libmaxminddb/t/Makefile.am +0 -27
- data/ext/geoip2/libmaxminddb/t/bad_databases_t.c +0 -67
- data/ext/geoip2/libmaxminddb/t/bad_pointers_t.c +0 -53
- data/ext/geoip2/libmaxminddb/t/basic_lookup_t.c +0 -207
- data/ext/geoip2/libmaxminddb/t/compile_c++_t.pl +0 -107
- data/ext/geoip2/libmaxminddb/t/data-pool-t.c +0 -374
- data/ext/geoip2/libmaxminddb/t/data_entry_list_t.c +0 -353
- data/ext/geoip2/libmaxminddb/t/data_types_t.c +0 -439
- data/ext/geoip2/libmaxminddb/t/dump_t.c +0 -103
- data/ext/geoip2/libmaxminddb/t/external_symbols_t.pl +0 -106
- data/ext/geoip2/libmaxminddb/t/get_value_pointer_bug_t.c +0 -66
- data/ext/geoip2/libmaxminddb/t/get_value_t.c +0 -249
- data/ext/geoip2/libmaxminddb/t/ipv4_start_cache_t.c +0 -36
- data/ext/geoip2/libmaxminddb/t/ipv6_lookup_in_ipv4_t.c +0 -48
- data/ext/geoip2/libmaxminddb/t/libtap/.gitignore +0 -13
- data/ext/geoip2/libmaxminddb/t/libtap/.travis.yml +0 -13
- data/ext/geoip2/libmaxminddb/t/libtap/COPYING +0 -165
- data/ext/geoip2/libmaxminddb/t/libtap/INSTALL +0 -41
- data/ext/geoip2/libmaxminddb/t/libtap/Makefile +0 -72
- data/ext/geoip2/libmaxminddb/t/libtap/Makefile.win +0 -37
- data/ext/geoip2/libmaxminddb/t/libtap/README.md +0 -268
- data/ext/geoip2/libmaxminddb/t/libtap/t/cmp_mem.c +0 -20
- data/ext/geoip2/libmaxminddb/t/libtap/t/cmp_mem.expected +0 -28
- data/ext/geoip2/libmaxminddb/t/libtap/t/cmpok.c +0 -16
- data/ext/geoip2/libmaxminddb/t/libtap/t/cmpok.expected +0 -37
- data/ext/geoip2/libmaxminddb/t/libtap/t/diag.c +0 -10
- data/ext/geoip2/libmaxminddb/t/libtap/t/diag.expected +0 -2
- data/ext/geoip2/libmaxminddb/t/libtap/t/diesok.c +0 -14
- data/ext/geoip2/libmaxminddb/t/libtap/t/diesok.expected +0 -6
- data/ext/geoip2/libmaxminddb/t/libtap/t/is.c +0 -24
- data/ext/geoip2/libmaxminddb/t/libtap/t/is.expected +0 -58
- data/ext/geoip2/libmaxminddb/t/libtap/t/like.c +0 -10
- data/ext/geoip2/libmaxminddb/t/libtap/t/like.expected +0 -4
- data/ext/geoip2/libmaxminddb/t/libtap/t/simple.c +0 -31
- data/ext/geoip2/libmaxminddb/t/libtap/t/simple.expected +0 -32
- data/ext/geoip2/libmaxminddb/t/libtap/t/skip.c +0 -23
- data/ext/geoip2/libmaxminddb/t/libtap/t/skip.expected +0 -9
- data/ext/geoip2/libmaxminddb/t/libtap/t/synopsis.c +0 -13
- data/ext/geoip2/libmaxminddb/t/libtap/t/synopsis.expected +0 -9
- data/ext/geoip2/libmaxminddb/t/libtap/t/test.c +0 -28
- data/ext/geoip2/libmaxminddb/t/libtap/t/todo.c +0 -17
- data/ext/geoip2/libmaxminddb/t/libtap/t/todo.expected +0 -11
- data/ext/geoip2/libmaxminddb/t/libtap/tap.c +0 -354
- data/ext/geoip2/libmaxminddb/t/libtap/tap.h +0 -115
- data/ext/geoip2/libmaxminddb/t/maxmind-db/.gitattributes +0 -1
- data/ext/geoip2/libmaxminddb/t/maxmind-db/.gitconfig +0 -2
- data/ext/geoip2/libmaxminddb/t/maxmind-db/.gitignore +0 -2
- data/ext/geoip2/libmaxminddb/t/maxmind-db/.perltidyallrc +0 -11
- data/ext/geoip2/libmaxminddb/t/maxmind-db/.tidyallrc +0 -7
- data/ext/geoip2/libmaxminddb/t/maxmind-db/LICENSE +0 -4
- data/ext/geoip2/libmaxminddb/t/maxmind-db/MaxMind-DB-spec.md +0 -558
- data/ext/geoip2/libmaxminddb/t/maxmind-db/README.md +0 -4
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/README.md +0 -7
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/libmaxminddb/libmaxminddb-offset-integer-overflow.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/cyclic-data-structure.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/invalid-bytes-length.mmdb +0 -1
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/invalid-data-record-offset.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/invalid-map-key-length.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/invalid-string-length.mmdb +0 -1
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/metadata-is-an-uint128.mmdb +0 -1
- data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/unexpected-bytes.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/perltidyrc +0 -12
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Anonymous-IP-Test.json +0 -32
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-City-Test.json +0 -12616
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Connection-Type-Test.json +0 -102
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Country-Test.json +0 -10975
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-DensityIncome-Test.json +0 -14
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Domain-Test.json +0 -452
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Enterprise-Test.json +0 -666
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-ISP-Test.json +0 -12585
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Precision-Enterprise-Test.json +0 -1035
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoLite2-ASN-Test.json +0 -37
- data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/README +0 -13
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Anonymous-IP-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-City-Test-Broken-Double-Format.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-City-Test-Invalid-Node-Count.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-City-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Connection-Type-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Country-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-DensityIncome-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Domain-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Enterprise-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-ISP-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Precision-Enterprise-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoLite2-ASN-Test.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-no-ipv4-search-tree.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-string-value-entries.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-broken-pointers-24.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-broken-search-tree-24.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv4-24.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv4-28.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv4-32.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv6-24.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv6-28.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv6-32.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-metadata-pointers.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-mixed-24.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-mixed-28.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-nested.mmdb +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/README.md +0 -26
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/maps-with-pointers.raw +0 -0
- data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/write-test-data.pl +0 -614
- data/ext/geoip2/libmaxminddb/t/maxmind-db/tidyall.ini +0 -5
- data/ext/geoip2/libmaxminddb/t/maxminddb_test_helper.c +0 -255
- data/ext/geoip2/libmaxminddb/t/maxminddb_test_helper.h +0 -69
- data/ext/geoip2/libmaxminddb/t/metadata_pointers_t.c +0 -32
- data/ext/geoip2/libmaxminddb/t/metadata_t.c +0 -226
- data/ext/geoip2/libmaxminddb/t/mmdblookup_t.pl +0 -158
- data/ext/geoip2/libmaxminddb/t/no_map_get_value_t.c +0 -32
- data/ext/geoip2/libmaxminddb/t/read_node_t.c +0 -157
- data/ext/geoip2/libmaxminddb/t/threads_t.c +0 -196
- data/ext/geoip2/libmaxminddb/t/version_t.c +0 -10
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup Label="ProjectConfigurations">
|
|
4
|
-
<ProjectConfiguration Include="Debug|Win32">
|
|
5
|
-
<Configuration>Debug</Configuration>
|
|
6
|
-
<Platform>Win32</Platform>
|
|
7
|
-
</ProjectConfiguration>
|
|
8
|
-
<ProjectConfiguration Include="Debug|x64">
|
|
9
|
-
<Configuration>Debug</Configuration>
|
|
10
|
-
<Platform>x64</Platform>
|
|
11
|
-
</ProjectConfiguration>
|
|
12
|
-
<ProjectConfiguration Include="Release|Win32">
|
|
13
|
-
<Configuration>Release</Configuration>
|
|
14
|
-
<Platform>Win32</Platform>
|
|
15
|
-
</ProjectConfiguration>
|
|
16
|
-
<ProjectConfiguration Include="Release|x64">
|
|
17
|
-
<Configuration>Release</Configuration>
|
|
18
|
-
<Platform>x64</Platform>
|
|
19
|
-
</ProjectConfiguration>
|
|
20
|
-
</ItemGroup>
|
|
21
|
-
<ItemGroup>
|
|
22
|
-
<ClCompile Include="..\..\src\maxminddb.c" />
|
|
23
|
-
<ClCompile Include="..\..\src\data-pool.c" />
|
|
24
|
-
</ItemGroup>
|
|
25
|
-
<ItemGroup>
|
|
26
|
-
<ClInclude Include="..\..\include\maxminddb.h" />
|
|
27
|
-
<ClInclude Include="..\..\src\data-pool.h" />
|
|
28
|
-
</ItemGroup>
|
|
29
|
-
<ItemGroup>
|
|
30
|
-
<None Include="README" />
|
|
31
|
-
</ItemGroup>
|
|
32
|
-
<PropertyGroup Label="Globals">
|
|
33
|
-
<ProjectGuid>{82953BDA-2960-4ADA-A6D5-92E65CCB4A3D}</ProjectGuid>
|
|
34
|
-
<Keyword>Win32Proj</Keyword>
|
|
35
|
-
<RootNamespace>libmaxminddb</RootNamespace>
|
|
36
|
-
</PropertyGroup>
|
|
37
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
38
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
39
|
-
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
40
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
41
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
42
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
43
|
-
</PropertyGroup>
|
|
44
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
45
|
-
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
46
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
47
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
48
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
49
|
-
</PropertyGroup>
|
|
50
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
51
|
-
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
52
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
53
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
54
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
55
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
56
|
-
</PropertyGroup>
|
|
57
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
58
|
-
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
59
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
60
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
61
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
62
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
63
|
-
</PropertyGroup>
|
|
64
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
65
|
-
<ImportGroup Label="ExtensionSettings">
|
|
66
|
-
</ImportGroup>
|
|
67
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
68
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
69
|
-
<Import Project="libmaxminddb.props" />
|
|
70
|
-
</ImportGroup>
|
|
71
|
-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
72
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
73
|
-
<Import Project="libmaxminddb.props" />
|
|
74
|
-
<Import Project="libmaxminddb-x64.props" />
|
|
75
|
-
</ImportGroup>
|
|
76
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
77
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
78
|
-
<Import Project="libmaxminddb.props" />
|
|
79
|
-
<Import Project="libmaxminddb-release.props" />
|
|
80
|
-
</ImportGroup>
|
|
81
|
-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
82
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
83
|
-
<Import Project="libmaxminddb.props" />
|
|
84
|
-
<Import Project="libmaxminddb-x64.props" />
|
|
85
|
-
<Import Project="libmaxminddb-release.props" />
|
|
86
|
-
</ImportGroup>
|
|
87
|
-
<PropertyGroup Label="UserMacros" />
|
|
88
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
89
|
-
<TargetName>$(ProjectName)d</TargetName>
|
|
90
|
-
</PropertyGroup>
|
|
91
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
92
|
-
<TargetName>$(ProjectName)d</TargetName>
|
|
93
|
-
</PropertyGroup>
|
|
94
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
95
|
-
<ClCompile>
|
|
96
|
-
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
97
|
-
</ClCompile>
|
|
98
|
-
<Link>
|
|
99
|
-
<SubSystem>Windows</SubSystem>
|
|
100
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
101
|
-
</Link>
|
|
102
|
-
<PreBuildEvent />
|
|
103
|
-
<Lib />
|
|
104
|
-
</ItemDefinitionGroup>
|
|
105
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
106
|
-
<ClCompile>
|
|
107
|
-
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
108
|
-
</ClCompile>
|
|
109
|
-
<Link>
|
|
110
|
-
<SubSystem>Windows</SubSystem>
|
|
111
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
112
|
-
</Link>
|
|
113
|
-
<PreBuildEvent />
|
|
114
|
-
<Lib />
|
|
115
|
-
</ItemDefinitionGroup>
|
|
116
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
117
|
-
<ClCompile>
|
|
118
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
119
|
-
</ClCompile>
|
|
120
|
-
<Link>
|
|
121
|
-
<SubSystem>Windows</SubSystem>
|
|
122
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
123
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
124
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
125
|
-
</Link>
|
|
126
|
-
<PreBuildEvent />
|
|
127
|
-
</ItemDefinitionGroup>
|
|
128
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
129
|
-
<ClCompile>
|
|
130
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
131
|
-
</ClCompile>
|
|
132
|
-
<Link>
|
|
133
|
-
<SubSystem>Windows</SubSystem>
|
|
134
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
135
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
136
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
137
|
-
</Link>
|
|
138
|
-
<PreBuildEvent />
|
|
139
|
-
</ItemDefinitionGroup>
|
|
140
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
141
|
-
<ImportGroup Label="ExtensionTargets">
|
|
142
|
-
</ImportGroup>
|
|
143
|
-
</Project>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup>
|
|
4
|
-
<Filter Include="Source Files">
|
|
5
|
-
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
|
6
|
-
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
|
7
|
-
</Filter>
|
|
8
|
-
<Filter Include="Header Files">
|
|
9
|
-
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
|
10
|
-
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
|
|
11
|
-
</Filter>
|
|
12
|
-
</ItemGroup>
|
|
13
|
-
<ItemGroup>
|
|
14
|
-
<ClCompile Include="..\..\src\maxminddb.c">
|
|
15
|
-
<Filter>Source Files</Filter>
|
|
16
|
-
</ClCompile>
|
|
17
|
-
<ClCompile Include="..\..\src\data-pool.c">
|
|
18
|
-
<Filter>Source Files</Filter>
|
|
19
|
-
</ClCompile>
|
|
20
|
-
</ItemGroup>
|
|
21
|
-
<ItemGroup>
|
|
22
|
-
<ClInclude Include="..\..\include\maxminddb.h">
|
|
23
|
-
<Filter>Header Files</Filter>
|
|
24
|
-
</ClInclude>
|
|
25
|
-
<ClInclude Include="..\..\src\data-pool.h">
|
|
26
|
-
<Filter>Header Files</Filter>
|
|
27
|
-
</ClInclude>
|
|
28
|
-
</ItemGroup>
|
|
29
|
-
<ItemGroup>
|
|
30
|
-
<None Include="README" />
|
|
31
|
-
</ItemGroup>
|
|
32
|
-
</Project>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#ifndef MAXMINDDB_CONFIG_H
|
|
2
|
-
#define MAXMINDDB_CONFIG_H
|
|
3
|
-
|
|
4
|
-
#ifndef MMDB_UINT128_USING_MODE
|
|
5
|
-
/* Define as 1 if we we use unsigned int __atribute__ ((__mode__(TI))) for uint128 values */
|
|
6
|
-
#define MMDB_UINT128_USING_MODE 0
|
|
7
|
-
#endif
|
|
8
|
-
|
|
9
|
-
#ifndef MMDB_UINT128_IS_BYTE_ARRAY
|
|
10
|
-
/* Define as 1 if we don't have an unsigned __int128 type */
|
|
11
|
-
#define MMDB_UINT128_IS_BYTE_ARRAY 1
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
#endif /* MAXMINDDB_CONFIG_H */
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup Label="ProjectConfigurations">
|
|
4
|
-
<ProjectConfiguration Include="Debug|Win32">
|
|
5
|
-
<Configuration>Debug</Configuration>
|
|
6
|
-
<Platform>Win32</Platform>
|
|
7
|
-
</ProjectConfiguration>
|
|
8
|
-
<ProjectConfiguration Include="Release|Win32">
|
|
9
|
-
<Configuration>Release</Configuration>
|
|
10
|
-
<Platform>Win32</Platform>
|
|
11
|
-
</ProjectConfiguration>
|
|
12
|
-
</ItemGroup>
|
|
13
|
-
<PropertyGroup Label="Globals">
|
|
14
|
-
<ProjectGuid>{B19839F4-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
|
|
15
|
-
<Keyword>Win32Proj</Keyword>
|
|
16
|
-
<RootNamespace>bad_pointers</RootNamespace>
|
|
17
|
-
<ProjectName>test_bad_pointers</ProjectName>
|
|
18
|
-
</PropertyGroup>
|
|
19
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
20
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
21
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
22
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
23
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
24
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
25
|
-
</PropertyGroup>
|
|
26
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
27
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
28
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
29
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
30
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
31
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
32
|
-
</PropertyGroup>
|
|
33
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
34
|
-
<ImportGroup Label="ExtensionSettings">
|
|
35
|
-
</ImportGroup>
|
|
36
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
37
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
38
|
-
</ImportGroup>
|
|
39
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
40
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
41
|
-
</ImportGroup>
|
|
42
|
-
<PropertyGroup Label="UserMacros" />
|
|
43
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
44
|
-
<LinkIncremental>true</LinkIncremental>
|
|
45
|
-
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
46
|
-
</PropertyGroup>
|
|
47
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
48
|
-
<LinkIncremental>false</LinkIncremental>
|
|
49
|
-
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
50
|
-
</PropertyGroup>
|
|
51
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
52
|
-
<ClCompile>
|
|
53
|
-
<PrecompiledHeader>
|
|
54
|
-
</PrecompiledHeader>
|
|
55
|
-
<WarningLevel>Level3</WarningLevel>
|
|
56
|
-
<Optimization>Disabled</Optimization>
|
|
57
|
-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
58
|
-
<AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
|
|
59
|
-
</ClCompile>
|
|
60
|
-
<Link>
|
|
61
|
-
<SubSystem>Console</SubSystem>
|
|
62
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
63
|
-
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
64
|
-
</Link>
|
|
65
|
-
</ItemDefinitionGroup>
|
|
66
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
67
|
-
<ClCompile>
|
|
68
|
-
<WarningLevel>Level3</WarningLevel>
|
|
69
|
-
<PrecompiledHeader>
|
|
70
|
-
</PrecompiledHeader>
|
|
71
|
-
<Optimization>MaxSpeed</Optimization>
|
|
72
|
-
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
73
|
-
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
74
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
75
|
-
</ClCompile>
|
|
76
|
-
<Link>
|
|
77
|
-
<SubSystem>Console</SubSystem>
|
|
78
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
79
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
80
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
81
|
-
</Link>
|
|
82
|
-
</ItemDefinitionGroup>
|
|
83
|
-
<ItemGroup>
|
|
84
|
-
<ClCompile Include="..\..\t\bad_pointers_t.c" />
|
|
85
|
-
</ItemGroup>
|
|
86
|
-
<ItemGroup>
|
|
87
|
-
<ProjectReference Include="libtap.vcxproj">
|
|
88
|
-
<Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
|
|
89
|
-
</ProjectReference>
|
|
90
|
-
<ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
|
|
91
|
-
<Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
|
|
92
|
-
</ProjectReference>
|
|
93
|
-
<ProjectReference Include="maxminddb_test_helper.vcxproj">
|
|
94
|
-
<Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
|
|
95
|
-
<Private>true</Private>
|
|
96
|
-
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
97
|
-
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
98
|
-
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
99
|
-
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
100
|
-
</ProjectReference>
|
|
101
|
-
</ItemGroup>
|
|
102
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
103
|
-
<ImportGroup Label="ExtensionTargets">
|
|
104
|
-
</ImportGroup>
|
|
105
|
-
</Project>
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup Label="ProjectConfigurations">
|
|
4
|
-
<ProjectConfiguration Include="Debug|Win32">
|
|
5
|
-
<Configuration>Debug</Configuration>
|
|
6
|
-
<Platform>Win32</Platform>
|
|
7
|
-
</ProjectConfiguration>
|
|
8
|
-
<ProjectConfiguration Include="Release|Win32">
|
|
9
|
-
<Configuration>Release</Configuration>
|
|
10
|
-
<Platform>Win32</Platform>
|
|
11
|
-
</ProjectConfiguration>
|
|
12
|
-
</ItemGroup>
|
|
13
|
-
<PropertyGroup Label="Globals">
|
|
14
|
-
<ProjectGuid>{B1983C10-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
|
|
15
|
-
<Keyword>Win32Proj</Keyword>
|
|
16
|
-
<RootNamespace>basic_lookup</RootNamespace>
|
|
17
|
-
<ProjectName>test_basic_lookup</ProjectName>
|
|
18
|
-
</PropertyGroup>
|
|
19
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
20
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
21
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
22
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
23
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
24
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
25
|
-
</PropertyGroup>
|
|
26
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
27
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
28
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
29
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
30
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
31
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
32
|
-
</PropertyGroup>
|
|
33
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
34
|
-
<ImportGroup Label="ExtensionSettings">
|
|
35
|
-
</ImportGroup>
|
|
36
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
37
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
38
|
-
</ImportGroup>
|
|
39
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
40
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
41
|
-
</ImportGroup>
|
|
42
|
-
<PropertyGroup Label="UserMacros" />
|
|
43
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
44
|
-
<LinkIncremental>true</LinkIncremental>
|
|
45
|
-
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
46
|
-
</PropertyGroup>
|
|
47
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
48
|
-
<LinkIncremental>false</LinkIncremental>
|
|
49
|
-
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
50
|
-
</PropertyGroup>
|
|
51
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
52
|
-
<ClCompile>
|
|
53
|
-
<PrecompiledHeader>
|
|
54
|
-
</PrecompiledHeader>
|
|
55
|
-
<WarningLevel>Level3</WarningLevel>
|
|
56
|
-
<Optimization>Disabled</Optimization>
|
|
57
|
-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
58
|
-
<AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
|
|
59
|
-
</ClCompile>
|
|
60
|
-
<Link>
|
|
61
|
-
<SubSystem>Console</SubSystem>
|
|
62
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
63
|
-
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
64
|
-
</Link>
|
|
65
|
-
</ItemDefinitionGroup>
|
|
66
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
67
|
-
<ClCompile>
|
|
68
|
-
<WarningLevel>Level3</WarningLevel>
|
|
69
|
-
<PrecompiledHeader>
|
|
70
|
-
</PrecompiledHeader>
|
|
71
|
-
<Optimization>MaxSpeed</Optimization>
|
|
72
|
-
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
73
|
-
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
74
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
75
|
-
</ClCompile>
|
|
76
|
-
<Link>
|
|
77
|
-
<SubSystem>Console</SubSystem>
|
|
78
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
79
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
80
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
81
|
-
</Link>
|
|
82
|
-
</ItemDefinitionGroup>
|
|
83
|
-
<ItemGroup>
|
|
84
|
-
<ClCompile Include="..\..\t\basic_lookup_t.c" />
|
|
85
|
-
</ItemGroup>
|
|
86
|
-
<ItemGroup>
|
|
87
|
-
<ProjectReference Include="libtap.vcxproj">
|
|
88
|
-
<Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
|
|
89
|
-
</ProjectReference>
|
|
90
|
-
<ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
|
|
91
|
-
<Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
|
|
92
|
-
</ProjectReference>
|
|
93
|
-
<ProjectReference Include="maxminddb_test_helper.vcxproj">
|
|
94
|
-
<Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
|
|
95
|
-
<Private>true</Private>
|
|
96
|
-
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
97
|
-
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
98
|
-
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
99
|
-
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
100
|
-
</ProjectReference>
|
|
101
|
-
</ItemGroup>
|
|
102
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
103
|
-
<ImportGroup Label="ExtensionTargets">
|
|
104
|
-
</ImportGroup>
|
|
105
|
-
</Project>
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup Label="ProjectConfigurations">
|
|
4
|
-
<ProjectConfiguration Include="Debug|Win32">
|
|
5
|
-
<Configuration>Debug</Configuration>
|
|
6
|
-
<Platform>Win32</Platform>
|
|
7
|
-
</ProjectConfiguration>
|
|
8
|
-
<ProjectConfiguration Include="Release|Win32">
|
|
9
|
-
<Configuration>Release</Configuration>
|
|
10
|
-
<Platform>Win32</Platform>
|
|
11
|
-
</ProjectConfiguration>
|
|
12
|
-
</ItemGroup>
|
|
13
|
-
<PropertyGroup Label="Globals">
|
|
14
|
-
<ProjectGuid>{B1983E90-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
|
|
15
|
-
<Keyword>Win32Proj</Keyword>
|
|
16
|
-
<RootNamespace>data_entry_list</RootNamespace>
|
|
17
|
-
<ProjectName>test_data_entry_list</ProjectName>
|
|
18
|
-
</PropertyGroup>
|
|
19
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
20
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
21
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
22
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
23
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
24
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
25
|
-
</PropertyGroup>
|
|
26
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
27
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
28
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
29
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
30
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
31
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
32
|
-
</PropertyGroup>
|
|
33
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
34
|
-
<ImportGroup Label="ExtensionSettings">
|
|
35
|
-
</ImportGroup>
|
|
36
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
37
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
38
|
-
</ImportGroup>
|
|
39
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
40
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
41
|
-
</ImportGroup>
|
|
42
|
-
<PropertyGroup Label="UserMacros" />
|
|
43
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
44
|
-
<LinkIncremental>true</LinkIncremental>
|
|
45
|
-
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
46
|
-
</PropertyGroup>
|
|
47
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
48
|
-
<LinkIncremental>false</LinkIncremental>
|
|
49
|
-
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
50
|
-
</PropertyGroup>
|
|
51
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
52
|
-
<ClCompile>
|
|
53
|
-
<PrecompiledHeader>
|
|
54
|
-
</PrecompiledHeader>
|
|
55
|
-
<WarningLevel>Level3</WarningLevel>
|
|
56
|
-
<Optimization>Disabled</Optimization>
|
|
57
|
-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
58
|
-
<AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
|
|
59
|
-
</ClCompile>
|
|
60
|
-
<Link>
|
|
61
|
-
<SubSystem>Console</SubSystem>
|
|
62
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
63
|
-
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
64
|
-
</Link>
|
|
65
|
-
</ItemDefinitionGroup>
|
|
66
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
67
|
-
<ClCompile>
|
|
68
|
-
<WarningLevel>Level3</WarningLevel>
|
|
69
|
-
<PrecompiledHeader>
|
|
70
|
-
</PrecompiledHeader>
|
|
71
|
-
<Optimization>MaxSpeed</Optimization>
|
|
72
|
-
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
73
|
-
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
74
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
75
|
-
</ClCompile>
|
|
76
|
-
<Link>
|
|
77
|
-
<SubSystem>Console</SubSystem>
|
|
78
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
79
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
80
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
81
|
-
</Link>
|
|
82
|
-
</ItemDefinitionGroup>
|
|
83
|
-
<ItemGroup>
|
|
84
|
-
<ClCompile Include="..\..\t\data_entry_list_t.c" />
|
|
85
|
-
</ItemGroup>
|
|
86
|
-
<ItemGroup>
|
|
87
|
-
<ProjectReference Include="libtap.vcxproj">
|
|
88
|
-
<Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
|
|
89
|
-
</ProjectReference>
|
|
90
|
-
<ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
|
|
91
|
-
<Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
|
|
92
|
-
</ProjectReference>
|
|
93
|
-
<ProjectReference Include="maxminddb_test_helper.vcxproj">
|
|
94
|
-
<Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
|
|
95
|
-
<Private>true</Private>
|
|
96
|
-
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
97
|
-
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
98
|
-
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
99
|
-
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
100
|
-
</ProjectReference>
|
|
101
|
-
</ItemGroup>
|
|
102
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
103
|
-
<ImportGroup Label="ExtensionTargets">
|
|
104
|
-
</ImportGroup>
|
|
105
|
-
</Project>
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup Label="ProjectConfigurations">
|
|
4
|
-
<ProjectConfiguration Include="Debug|Win32">
|
|
5
|
-
<Configuration>Debug</Configuration>
|
|
6
|
-
<Platform>Win32</Platform>
|
|
7
|
-
</ProjectConfiguration>
|
|
8
|
-
<ProjectConfiguration Include="Release|Win32">
|
|
9
|
-
<Configuration>Release</Configuration>
|
|
10
|
-
<Platform>Win32</Platform>
|
|
11
|
-
</ProjectConfiguration>
|
|
12
|
-
</ItemGroup>
|
|
13
|
-
<PropertyGroup Label="Globals">
|
|
14
|
-
<ProjectGuid>{B198400C-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
|
|
15
|
-
<Keyword>Win32Proj</Keyword>
|
|
16
|
-
<RootNamespace>data_types</RootNamespace>
|
|
17
|
-
<ProjectName>test_data_types</ProjectName>
|
|
18
|
-
</PropertyGroup>
|
|
19
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
20
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
21
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
22
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
23
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
24
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
25
|
-
</PropertyGroup>
|
|
26
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
27
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
28
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
29
|
-
<PlatformToolset>v120</PlatformToolset>
|
|
30
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
31
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
32
|
-
</PropertyGroup>
|
|
33
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
34
|
-
<ImportGroup Label="ExtensionSettings">
|
|
35
|
-
</ImportGroup>
|
|
36
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
37
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
38
|
-
</ImportGroup>
|
|
39
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
40
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
41
|
-
</ImportGroup>
|
|
42
|
-
<PropertyGroup Label="UserMacros" />
|
|
43
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
44
|
-
<LinkIncremental>true</LinkIncremental>
|
|
45
|
-
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
46
|
-
</PropertyGroup>
|
|
47
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
48
|
-
<LinkIncremental>false</LinkIncremental>
|
|
49
|
-
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
50
|
-
</PropertyGroup>
|
|
51
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
52
|
-
<ClCompile>
|
|
53
|
-
<PrecompiledHeader>
|
|
54
|
-
</PrecompiledHeader>
|
|
55
|
-
<WarningLevel>Level3</WarningLevel>
|
|
56
|
-
<Optimization>Disabled</Optimization>
|
|
57
|
-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
58
|
-
<AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
|
|
59
|
-
</ClCompile>
|
|
60
|
-
<Link>
|
|
61
|
-
<SubSystem>Console</SubSystem>
|
|
62
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
63
|
-
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
64
|
-
</Link>
|
|
65
|
-
</ItemDefinitionGroup>
|
|
66
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
67
|
-
<ClCompile>
|
|
68
|
-
<WarningLevel>Level3</WarningLevel>
|
|
69
|
-
<PrecompiledHeader>
|
|
70
|
-
</PrecompiledHeader>
|
|
71
|
-
<Optimization>MaxSpeed</Optimization>
|
|
72
|
-
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
73
|
-
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
74
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
75
|
-
</ClCompile>
|
|
76
|
-
<Link>
|
|
77
|
-
<SubSystem>Console</SubSystem>
|
|
78
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
79
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
80
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
81
|
-
</Link>
|
|
82
|
-
</ItemDefinitionGroup>
|
|
83
|
-
<ItemGroup>
|
|
84
|
-
<ClCompile Include="..\..\t\data_types_t.c" />
|
|
85
|
-
</ItemGroup>
|
|
86
|
-
<ItemGroup>
|
|
87
|
-
<ProjectReference Include="libtap.vcxproj">
|
|
88
|
-
<Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
|
|
89
|
-
</ProjectReference>
|
|
90
|
-
<ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
|
|
91
|
-
<Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
|
|
92
|
-
</ProjectReference>
|
|
93
|
-
<ProjectReference Include="maxminddb_test_helper.vcxproj">
|
|
94
|
-
<Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
|
|
95
|
-
<Private>true</Private>
|
|
96
|
-
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
97
|
-
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
98
|
-
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
99
|
-
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
100
|
-
</ProjectReference>
|
|
101
|
-
</ItemGroup>
|
|
102
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
103
|
-
<ImportGroup Label="ExtensionTargets">
|
|
104
|
-
</ImportGroup>
|
|
105
|
-
</Project>
|