diff --git a/xcode/base/base.xcodeproj/project.pbxproj b/xcode/base/base.xcodeproj/project.pbxproj index 5f08733490..f1d54d0964 100644 --- a/xcode/base/base.xcodeproj/project.pbxproj +++ b/xcode/base/base.xcodeproj/project.pbxproj @@ -16,6 +16,11 @@ 3446C67D1DDCAA4900146687 /* uni_string_dfa_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3446C6791DDCAA2500146687 /* uni_string_dfa_test.cpp */; }; 3446C6821DDCAA7400146687 /* newtype_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3446C67E1DDCAA6E00146687 /* newtype_test.cpp */; }; 3446C6831DDCAA7800146687 /* ref_counted_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3446C67F1DDCAA6E00146687 /* ref_counted_tests.cpp */; }; + 390F1C0D2294298E00EA58E3 /* file_name_utils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 390F1C0B2294298E00EA58E3 /* file_name_utils.hpp */; }; + 390F1C0E2294298E00EA58E3 /* file_name_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 390F1C0C2294298E00EA58E3 /* file_name_utils.cpp */; }; + 390F1C112294299E00EA58E3 /* file_name_utils_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 390F1C0F2294299A00EA58E3 /* file_name_utils_tests.cpp */; }; + 390F1C12229429A700EA58E3 /* thread_pool_computational_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1B7FFC521FA1A2100F094DC /* thread_pool_computational_tests.cpp */; }; + 390F1C13229429AA00EA58E3 /* thread_pool_delayed_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1B7FFC621FA1A2200F094DC /* thread_pool_delayed_tests.cpp */; }; 3917FA53211E008C00937DF4 /* clustering_map.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3917FA52211E008C00937DF4 /* clustering_map.hpp */; }; 3917FA57211E009700937DF4 /* geo_object_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3917FA54211E009700937DF4 /* geo_object_id.cpp */; }; 3917FA58211E009700937DF4 /* geo_object_id.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3917FA55211E009700937DF4 /* geo_object_id.hpp */; }; @@ -146,8 +151,6 @@ E1B7FFC221FA19FE00F094DC /* thread_pool_delayed.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E1B7FFBE21FA19FD00F094DC /* thread_pool_delayed.hpp */; }; E1B7FFC321FA19FE00F094DC /* thread_utils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E1B7FFBF21FA19FD00F094DC /* thread_utils.hpp */; }; E1B7FFC421FA19FE00F094DC /* thread_pool_delayed.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1B7FFC021FA19FE00F094DC /* thread_pool_delayed.cpp */; }; - E1B7FFC721FA1A2200F094DC /* thread_pool_computational_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1B7FFC521FA1A2100F094DC /* thread_pool_computational_tests.cpp */; }; - E1B7FFC821FA1A2200F094DC /* thread_pool_delayed_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1B7FFC621FA1A2200F094DC /* thread_pool_delayed_tests.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -162,6 +165,9 @@ 3446C67F1DDCAA6E00146687 /* ref_counted_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ref_counted_tests.cpp; sourceTree = ""; }; 34BA2D6A1DBE169E00FAB345 /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = ""; }; 34BA2D6B1DBE169E00FAB345 /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = ""; }; + 390F1C0B2294298E00EA58E3 /* file_name_utils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_name_utils.hpp; sourceTree = ""; }; + 390F1C0C2294298E00EA58E3 /* file_name_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_name_utils.cpp; sourceTree = ""; }; + 390F1C0F2294299A00EA58E3 /* file_name_utils_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_name_utils_tests.cpp; sourceTree = ""; }; 3917FA52211E008C00937DF4 /* clustering_map.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = clustering_map.hpp; sourceTree = ""; }; 3917FA54211E009700937DF4 /* geo_object_id.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = geo_object_id.cpp; sourceTree = ""; }; 3917FA55211E009700937DF4 /* geo_object_id.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = geo_object_id.hpp; sourceTree = ""; }; @@ -324,6 +330,7 @@ 39FD26C71CC659D200AFF551 /* base_tests */ = { isa = PBXGroup; children = ( + 390F1C0F2294299A00EA58E3 /* file_name_utils_tests.cpp */, E1B7FFC521FA1A2100F094DC /* thread_pool_computational_tests.cpp */, E1B7FFC621FA1A2200F094DC /* thread_pool_delayed_tests.cpp */, 39F1E53021C961B800D961DC /* beam_tests.cpp */, @@ -395,6 +402,8 @@ 675341791A3F57BF00A0A8C3 /* base */ = { isa = PBXGroup; children = ( + 390F1C0C2294298E00EA58E3 /* file_name_utils.cpp */, + 390F1C0B2294298E00EA58E3 /* file_name_utils.hpp */, E1B7FFBD21FA19FD00F094DC /* thread_pool_computational.hpp */, E1B7FFC021FA19FE00F094DC /* thread_pool_delayed.cpp */, E1B7FFBE21FA19FD00F094DC /* thread_pool_delayed.hpp */, @@ -554,6 +563,7 @@ 3917FA5F211E00C400937DF4 /* suffix_array.hpp in Headers */, 3917FA53211E008C00937DF4 /* clustering_map.hpp in Headers */, 3D3731FF1F9A445500D2121B /* url_helpers.hpp in Headers */, + 390F1C0D2294298E00EA58E3 /* file_name_utils.hpp in Headers */, E1B7FFC121FA19FE00F094DC /* thread_pool_computational.hpp in Headers */, 675342071A3F57E400A0A8C3 /* thread_pool.hpp in Headers */, 3446C6711DDCA96300146687 /* dfa_helpers.hpp in Headers */, @@ -704,6 +714,7 @@ 39FD272C1CC65AD000AFF551 /* range_iterator_test.cpp in Sources */, 39FD27261CC65AD000AFF551 /* containers_test.cpp in Sources */, 3917FA67211E010400937DF4 /* bwt_tests.cpp in Sources */, + 390F1C12229429A700EA58E3 /* thread_pool_computational_tests.cpp in Sources */, 3446C6821DDCAA7400146687 /* newtype_test.cpp in Sources */, 39FD27231CC65AD000AFF551 /* collection_cast_test.cpp in Sources */, 39FD272E1CC65AD000AFF551 /* rolling_hash_test.cpp in Sources */, @@ -713,6 +724,7 @@ 39FD27371CC65AD000AFF551 /* threads_test.cpp in Sources */, 39FD27331CC65AD000AFF551 /* string_utils_test.cpp in Sources */, 3446C6831DDCAA7800146687 /* ref_counted_tests.cpp in Sources */, + 390F1C13229429AA00EA58E3 /* thread_pool_delayed_tests.cpp in Sources */, 39FD27211CC65AD000AFF551 /* buffer_vector_test.cpp in Sources */, 3917FA64211E010400937DF4 /* suffix_array_tests.cpp in Sources */, 3917FA62211E010400937DF4 /* geo_object_id_tests.cpp in Sources */, @@ -724,6 +736,7 @@ 39FD272F1CC65AD000AFF551 /* scope_guard_test.cpp in Sources */, 39FD27281CC65AD000AFF551 /* math_test.cpp in Sources */, 39FD27271CC65AD000AFF551 /* logging_test.cpp in Sources */, + 390F1C112294299E00EA58E3 /* file_name_utils_tests.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -733,12 +746,11 @@ files = ( 3446C6741DDCA96300146687 /* uni_string_dfa.cpp in Sources */, 3446C6721DDCA96300146687 /* levenshtein_dfa.cpp in Sources */, + 390F1C0E2294298E00EA58E3 /* file_name_utils.cpp in Sources */, 6753453D1A3F6F6A00A0A8C3 /* message.cpp in Sources */, 675342081A3F57E400A0A8C3 /* thread.cpp in Sources */, - E1B7FFC821FA1A2200F094DC /* thread_pool_delayed_tests.cpp in Sources */, 675342061A3F57E400A0A8C3 /* thread_pool.cpp in Sources */, 670E39441C46C76900E9C0A6 /* sunrise_sunset.cpp in Sources */, - E1B7FFC721FA1A2200F094DC /* thread_pool_computational_tests.cpp in Sources */, 6753420E1A3F57E400A0A8C3 /* timer.cpp in Sources */, 675341F61A3F57E400A0A8C3 /* shared_buffer_manager.cpp in Sources */, 56B1A0741E69DE4D00395022 /* random.cpp in Sources */, diff --git a/xcode/coding/coding.xcodeproj/project.pbxproj b/xcode/coding/coding.xcodeproj/project.pbxproj index ec44f5b374..22cfc6cc10 100644 --- a/xcode/coding/coding.xcodeproj/project.pbxproj +++ b/xcode/coding/coding.xcodeproj/project.pbxproj @@ -71,8 +71,6 @@ 675342991A3F588C00A0A8C3 /* endianness.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675342421A3F588B00A0A8C3 /* endianness.hpp */; }; 6753429A1A3F588C00A0A8C3 /* file_container.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675342431A3F588B00A0A8C3 /* file_container.cpp */; }; 6753429B1A3F588C00A0A8C3 /* file_container.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675342441A3F588B00A0A8C3 /* file_container.hpp */; }; - 6753429C1A3F588C00A0A8C3 /* file_name_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675342451A3F588B00A0A8C3 /* file_name_utils.cpp */; }; - 6753429D1A3F588C00A0A8C3 /* file_name_utils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675342461A3F588B00A0A8C3 /* file_name_utils.hpp */; }; 6753429F1A3F588C00A0A8C3 /* file_reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675342481A3F588B00A0A8C3 /* file_reader.cpp */; }; 675342A01A3F588C00A0A8C3 /* file_reader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 675342491A3F588B00A0A8C3 /* file_reader.hpp */; }; 675342A11A3F588C00A0A8C3 /* file_sort.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6753424A1A3F588B00A0A8C3 /* file_sort.hpp */; }; @@ -120,7 +118,6 @@ 67E8DB5E1BBC17490053C5BA /* file_container_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67E8DB131BBC16C70053C5BA /* file_container_test.cpp */; }; 67E8DB5F1BBC17490053C5BA /* file_data_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67E8DB141BBC16C70053C5BA /* file_data_test.cpp */; }; 67E8DB601BBC17490053C5BA /* file_sort_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67E8DB151BBC16C70053C5BA /* file_sort_test.cpp */; }; - 67E8DB611BBC17490053C5BA /* file_utils_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67E8DB161BBC16C70053C5BA /* file_utils_test.cpp */; }; 67E8DB621BBC17490053C5BA /* hex_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67E8DB171BBC16C70053C5BA /* hex_test.cpp */; }; 67E8DB631BBC17490053C5BA /* huffman_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67E8DB181BBC16C70053C5BA /* huffman_test.cpp */; }; 67E8DB641BBC17490053C5BA /* mem_file_reader_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67E8DB191BBC16C70053C5BA /* mem_file_reader_test.cpp */; }; @@ -227,8 +224,6 @@ 675342421A3F588B00A0A8C3 /* endianness.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = endianness.hpp; sourceTree = ""; }; 675342431A3F588B00A0A8C3 /* file_container.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_container.cpp; sourceTree = ""; }; 675342441A3F588B00A0A8C3 /* file_container.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_container.hpp; sourceTree = ""; }; - 675342451A3F588B00A0A8C3 /* file_name_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_name_utils.cpp; sourceTree = ""; }; - 675342461A3F588B00A0A8C3 /* file_name_utils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_name_utils.hpp; sourceTree = ""; }; 675342481A3F588B00A0A8C3 /* file_reader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_reader.cpp; sourceTree = ""; }; 675342491A3F588B00A0A8C3 /* file_reader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_reader.hpp; sourceTree = ""; }; 6753424A1A3F588B00A0A8C3 /* file_sort.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_sort.hpp; sourceTree = ""; }; @@ -276,7 +271,6 @@ 67E8DB131BBC16C70053C5BA /* file_container_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_container_test.cpp; sourceTree = ""; }; 67E8DB141BBC16C70053C5BA /* file_data_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_data_test.cpp; sourceTree = ""; }; 67E8DB151BBC16C70053C5BA /* file_sort_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_sort_test.cpp; sourceTree = ""; }; - 67E8DB161BBC16C70053C5BA /* file_utils_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_utils_test.cpp; sourceTree = ""; }; 67E8DB171BBC16C70053C5BA /* hex_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hex_test.cpp; sourceTree = ""; }; 67E8DB181BBC16C70053C5BA /* huffman_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = huffman_test.cpp; sourceTree = ""; }; 67E8DB191BBC16C70053C5BA /* mem_file_reader_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mem_file_reader_test.cpp; sourceTree = ""; }; @@ -369,7 +363,6 @@ 67E8DB131BBC16C70053C5BA /* file_container_test.cpp */, 67E8DB141BBC16C70053C5BA /* file_data_test.cpp */, 67E8DB151BBC16C70053C5BA /* file_sort_test.cpp */, - 67E8DB161BBC16C70053C5BA /* file_utils_test.cpp */, 67E8DB171BBC16C70053C5BA /* hex_test.cpp */, 67E8DB181BBC16C70053C5BA /* huffman_test.cpp */, 67E8DB191BBC16C70053C5BA /* mem_file_reader_test.cpp */, @@ -454,8 +447,6 @@ 675342431A3F588B00A0A8C3 /* file_container.cpp */, 402E9A9221D0DBD9002D3CF4 /* map_uint32_to_val.hpp */, 675342441A3F588B00A0A8C3 /* file_container.hpp */, - 675342451A3F588B00A0A8C3 /* file_name_utils.cpp */, - 675342461A3F588B00A0A8C3 /* file_name_utils.hpp */, 675342481A3F588B00A0A8C3 /* file_reader.cpp */, 675342491A3F588B00A0A8C3 /* file_reader.hpp */, 6753424A1A3F588B00A0A8C3 /* file_sort.hpp */, @@ -545,7 +536,6 @@ 39F376C9207D32820058E8E0 /* tesselator_decl.hpp in Headers */, 39B2B97B1FB4692D00AB85A1 /* text_storage.hpp in Headers */, 347F33391C4540F0009758CC /* fixed_bits_ddvector.hpp in Headers */, - 6753429D1A3F588C00A0A8C3 /* file_name_utils.hpp in Headers */, 675E889D1DB7B0D000F8EBDA /* traffic.hpp in Headers */, 347F33381C4540F0009758CC /* compressed_bit_vector.hpp in Headers */, 675342B21A3F588C00A0A8C3 /* parse_xml.hpp in Headers */, @@ -680,7 +670,6 @@ 67E8DB711BBC17490053C5BA /* var_record_reader_test.cpp in Sources */, 67E8DB5E1BBC17490053C5BA /* file_container_test.cpp in Sources */, 67E8DB6A1BBC17490053C5BA /* reader_writer_ops_test.cpp in Sources */, - 67E8DB611BBC17490053C5BA /* file_utils_test.cpp in Sources */, 3D489BC31D3D21AE0052AA38 /* elias_coder_test.cpp in Sources */, 39F376D2207D32AA0058E8E0 /* test_polylines.cpp in Sources */, 67E8DB671BBC17490053C5BA /* png_decoder_test.cpp in Sources */, @@ -737,7 +726,6 @@ 675342C51A3F588C00A0A8C3 /* uri.cpp in Sources */, 675342BB1A3F588C00A0A8C3 /* reader.cpp in Sources */, 670BAACB1D0B0C1E000302DA /* huffman.cpp in Sources */, - 6753429C1A3F588C00A0A8C3 /* file_name_utils.cpp in Sources */, 675342A71A3F588C00A0A8C3 /* hex.cpp in Sources */, 675342A31A3F588C00A0A8C3 /* file_writer.cpp in Sources */, 670D04BF1B0BA92D0013A7AC /* file_data.cpp in Sources */,