|
|
@@ -65,33 +65,37 @@
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- CD5281EB29D3B173001A84DE /* join_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = join_view.h; sourceTree = "<group>"; };
|
|
|
+ CD5281EB29D3B173001A84DE /* join.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = join.h; sourceTree = "<group>"; };
|
|
|
CD5281EC29D3B173001A84DE /* traits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = traits.h; sourceTree = "<group>"; };
|
|
|
- CD5281ED29D3B173001A84DE /* transform_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = transform_view.h; sourceTree = "<group>"; };
|
|
|
+ CD5281ED29D3B173001A84DE /* transform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = transform.h; sourceTree = "<group>"; };
|
|
|
CD5281F029D3B173001A84DE /* forward.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = forward.h; sourceTree = "<group>"; };
|
|
|
- CD5281F529D3B173001A84DE /* filter_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = filter_view.h; sourceTree = "<group>"; };
|
|
|
- CD5281F629D3B173001A84DE /* ref_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ref_view.h; sourceTree = "<group>"; };
|
|
|
+ CD5281F529D3B173001A84DE /* filter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = filter.h; sourceTree = "<group>"; };
|
|
|
+ CD5281F629D3B173001A84DE /* subrange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = subrange.h; sourceTree = "<group>"; };
|
|
|
CD5281F729D3B173001A84DE /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
|
|
|
CD52820029D3B193001A84DE /* libstream.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libstream.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD52820B29D3B705001A84DE /* iterator.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = iterator.xcodeproj; path = external/iterator/iterator.xcodeproj; sourceTree = "<group>"; };
|
|
|
- CD52827729D4EED6001A84DE /* empty_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = empty_view.h; sourceTree = "<group>"; };
|
|
|
- CD52827829D4EF0E001A84DE /* single_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = single_view.h; sourceTree = "<group>"; };
|
|
|
- CD52827929D4EF43001A84DE /* owning_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = owning_view.h; sourceTree = "<group>"; };
|
|
|
- CD52827A29D4EFBE001A84DE /* iota_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iota_view.h; sourceTree = "<group>"; };
|
|
|
- CD52827B29D4F764001A84DE /* any_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = any_view.h; sourceTree = "<group>"; };
|
|
|
- CD52827C29D4FB11001A84DE /* to.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = to.h; sourceTree = "<group>"; };
|
|
|
+ CD52827729D4EED6001A84DE /* empty.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = empty.h; sourceTree = "<group>"; };
|
|
|
+ CD52827829D4EF0E001A84DE /* single.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = single.h; sourceTree = "<group>"; };
|
|
|
+ CD52827929D4EF43001A84DE /* all.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = all.h; sourceTree = "<group>"; };
|
|
|
+ CD52827A29D4EFBE001A84DE /* iota.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iota.h; sourceTree = "<group>"; };
|
|
|
+ CD52827B29D4F764001A84DE /* any.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = any.h; sourceTree = "<group>"; };
|
|
|
+ CD52827C29D4FB11001A84DE /* to_container.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = to_container.h; sourceTree = "<group>"; };
|
|
|
CD52827D29D50081001A84DE /* for_each.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = for_each.h; sourceTree = "<group>"; };
|
|
|
- CD52827E29D50BFA001A84DE /* reference_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = reference_view.h; sourceTree = "<group>"; };
|
|
|
+ CD52827E29D50BFA001A84DE /* ref.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ref.h; sourceTree = "<group>"; };
|
|
|
CD52827F29D50E24001A84DE /* fold.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fold.h; sourceTree = "<group>"; };
|
|
|
CD52828029D51166001A84DE /* identity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = identity.h; sourceTree = "<group>"; };
|
|
|
- CD52828129D5133C001A84DE /* tuple_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tuple_view.h; sourceTree = "<group>"; };
|
|
|
+ CD52828129D5133C001A84DE /* map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = map.h; sourceTree = "<group>"; };
|
|
|
CD5A8D3529D63C05008C2A4F /* count.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = count.h; sourceTree = "<group>"; };
|
|
|
CD5A8D3B29D63DF5008C2A4F /* named_pair.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = named_pair.h; sourceTree = "<group>"; };
|
|
|
CD64CCB926232D6900770A30 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
|
|
|
- CD6EBE1C29D5C61700F387C1 /* common_view.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common_view.h; sourceTree = "<group>"; };
|
|
|
+ CD6EBE1C29D5C61700F387C1 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
|
CD6EBE2329D5CAD900F387C1 /* size.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = size.h; sourceTree = "<group>"; };
|
|
|
CD6EBE2629D63B9E00F387C1 /* minmax.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minmax.h; sourceTree = "<group>"; };
|
|
|
CD9337281E3CD78B00699FF5 /* stream_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stream_test.cxx; sourceTree = "<group>"; };
|
|
|
+ CDA37D3929D9BDED000A1F97 /* macro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = "<group>"; };
|
|
|
+ CDA37D3A29D9BDF2000A1F97 /* undef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = undef.h; sourceTree = "<group>"; };
|
|
|
+ CDA37D3B29D9C30B000A1F97 /* common_iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common_iterator.h; sourceTree = "<group>"; };
|
|
|
+ CDA37D3C29D9C311000A1F97 /* transform_iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = transform_iterator.h; sourceTree = "<group>"; };
|
|
|
CDAA170121A3A738007BBA11 /* stream */ = {isa = PBXFileReference; lastKnownFileType = folder; name = stream; path = include/stream; sourceTree = "<group>"; };
|
|
|
CDE8545E24DEBEBF006FE7C7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
|
CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
@@ -144,26 +148,14 @@
|
|
|
CD5281E929D3B173001A84DE /* stream */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD5281F229D3B173001A84DE /* detail */,
|
|
|
- CD52827729D4EED6001A84DE /* empty_view.h */,
|
|
|
- CD52827829D4EF0E001A84DE /* single_view.h */,
|
|
|
- CD52827929D4EF43001A84DE /* owning_view.h */,
|
|
|
- CD5281F629D3B173001A84DE /* ref_view.h */,
|
|
|
- CD52827A29D4EFBE001A84DE /* iota_view.h */,
|
|
|
- CD6EBE1C29D5C61700F387C1 /* common_view.h */,
|
|
|
- CD5281ED29D3B173001A84DE /* transform_view.h */,
|
|
|
- CD52828129D5133C001A84DE /* tuple_view.h */,
|
|
|
- CD5281F529D3B173001A84DE /* filter_view.h */,
|
|
|
- CD5281EB29D3B173001A84DE /* join_view.h */,
|
|
|
- CD52827E29D50BFA001A84DE /* reference_view.h */,
|
|
|
- CD6EBE2329D5CAD900F387C1 /* size.h */,
|
|
|
- CD52827D29D50081001A84DE /* for_each.h */,
|
|
|
- CD52827C29D4FB11001A84DE /* to.h */,
|
|
|
- CD52827F29D50E24001A84DE /* fold.h */,
|
|
|
- CD5A8D3529D63C05008C2A4F /* count.h */,
|
|
|
- CD6EBE2629D63B9E00F387C1 /* minmax.h */,
|
|
|
- CD52827B29D4F764001A84DE /* any_view.h */,
|
|
|
CD5281F029D3B173001A84DE /* forward.h */,
|
|
|
+ CDA37D3529D9BB1A000A1F97 /* action */,
|
|
|
+ CDA37D2F29D9BB13000A1F97 /* algorithm */,
|
|
|
+ CD5281F229D3B173001A84DE /* detail */,
|
|
|
+ CDA37D3629D9BB24000A1F97 /* iterator */,
|
|
|
+ CDA37D3729D9BB9C000A1F97 /* numeric */,
|
|
|
+ CD52827C29D4FB11001A84DE /* to_container.h */,
|
|
|
+ CDA37D3829D9BBA5000A1F97 /* view */,
|
|
|
CD5281F729D3B173001A84DE /* streams.hpp */,
|
|
|
);
|
|
|
path = stream;
|
|
|
@@ -173,8 +165,10 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CD52828029D51166001A84DE /* identity.h */,
|
|
|
+ CDA37D3929D9BDED000A1F97 /* macro.h */,
|
|
|
CD5A8D3B29D63DF5008C2A4F /* named_pair.h */,
|
|
|
CD5281EC29D3B173001A84DE /* traits.h */,
|
|
|
+ CDA37D3A29D9BDF2000A1F97 /* undef.h */,
|
|
|
);
|
|
|
path = detail;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -206,6 +200,60 @@
|
|
|
path = test;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CDA37D2F29D9BB13000A1F97 /* algorithm */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD5A8D3529D63C05008C2A4F /* count.h */,
|
|
|
+ CD52827F29D50E24001A84DE /* fold.h */,
|
|
|
+ CD52827D29D50081001A84DE /* for_each.h */,
|
|
|
+ CD6EBE2629D63B9E00F387C1 /* minmax.h */,
|
|
|
+ CD6EBE2329D5CAD900F387C1 /* size.h */,
|
|
|
+ );
|
|
|
+ path = algorithm;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CDA37D3529D9BB1A000A1F97 /* action */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = action;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CDA37D3629D9BB24000A1F97 /* iterator */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CDA37D3B29D9C30B000A1F97 /* common_iterator.h */,
|
|
|
+ CDA37D3C29D9C311000A1F97 /* transform_iterator.h */,
|
|
|
+ );
|
|
|
+ path = iterator;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CDA37D3729D9BB9C000A1F97 /* numeric */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = numeric;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CDA37D3829D9BBA5000A1F97 /* view */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD52827929D4EF43001A84DE /* all.h */,
|
|
|
+ CD52827B29D4F764001A84DE /* any.h */,
|
|
|
+ CD6EBE1C29D5C61700F387C1 /* common.h */,
|
|
|
+ CD52827729D4EED6001A84DE /* empty.h */,
|
|
|
+ CD5281F529D3B173001A84DE /* filter.h */,
|
|
|
+ CD52827A29D4EFBE001A84DE /* iota.h */,
|
|
|
+ CD5281EB29D3B173001A84DE /* join.h */,
|
|
|
+ CD52828129D5133C001A84DE /* map.h */,
|
|
|
+ CD52827E29D50BFA001A84DE /* ref.h */,
|
|
|
+ CD52827829D4EF0E001A84DE /* single.h */,
|
|
|
+ CD5281F629D3B173001A84DE /* subrange.h */,
|
|
|
+ CD5281ED29D3B173001A84DE /* transform.h */,
|
|
|
+ );
|
|
|
+ path = view;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
CDEC1D5C23514BB50091D9F2 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|