Boost logo

Boost-Commit :

From: stipe_at_[hidden]
Date: 2008-08-10 17:20:41


Author: srajko
Date: 2008-08-10 17:20:41 EDT (Sun, 10 Aug 2008)
New Revision: 48067
URL: http://svn.boost.org/trac/boost/changeset/48067

Log:
update xcode/Jamroot build files
Added:
   sandbox/dataflow-rewrite/libs/dataflow/build/xcodeide/dataflow.xcodeproj/ (props changed)
      - copied from r47744, /sandbox/SOC/2007/signals/libs/dataflow/build/xcodeide/dataflow.xcodeproj/
   sandbox/dataflow-rewrite/libs/dataflow/build/xcodeide/dataflow.xcodeproj/project.pbxproj
      - copied, changed from r47926, /sandbox/SOC/2007/signals/libs/dataflow/build/xcodeide/dataflow.xcodeproj/project.pbxproj
Text files modified:
   sandbox/dataflow-rewrite/Jamroot | 20
   sandbox/dataflow-rewrite/libs/dataflow/build/xcodeide/dataflow.xcodeproj/project.pbxproj | 1025 ---------------------------------------
   2 files changed, 21 insertions(+), 1024 deletions(-)

Modified: sandbox/dataflow-rewrite/Jamroot
==============================================================================
--- sandbox/dataflow-rewrite/Jamroot (original)
+++ sandbox/dataflow-rewrite/Jamroot 2008-08-10 17:20:41 EDT (Sun, 10 Aug 2008)
@@ -1,13 +1,28 @@
-# Copyright 2007 Stjepan Rajko.
+# Copyright 2007-2008 Stjepan Rajko.
 # Distributed under the Boost Software License, Version 1.0. (See
 # accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
+import os ;
 
+# Set the BOOST_ROOT environment variable on your command-line or in the
+# environment to point at the root of your regular Boost installation.
+
+# get the BOOST_ROOT environment variable
+path-constant BOOST_ROOT : [ os.environ BOOST_ROOT ] ;
+
+# record the root of the datalow directory structure
+path-constant TOP : . ;
+
+# point to Boost.Build
+boost-build $(BOOST_ROOT)/tools/build/v2 ;
+
+# we are using Boost
 use-project boost
    : $(BOOST_ROOT)
    ;
-
+
+# the Dataflow project and anything using it needs Dataflow and Boost headers
 project dataflow
    : build-dir bin.v2
    : usage-requirements
@@ -16,5 +31,4 @@
     : requirements
         <include>.
         <include>$(BOOST_ROOT)
-
    ;
\ No newline at end of file

Copied: sandbox/dataflow-rewrite/libs/dataflow/build/xcodeide/dataflow.xcodeproj/project.pbxproj (from r47926, /sandbox/SOC/2007/signals/libs/dataflow/build/xcodeide/dataflow.xcodeproj/project.pbxproj)
==============================================================================
--- /sandbox/SOC/2007/signals/libs/dataflow/build/xcodeide/dataflow.xcodeproj/project.pbxproj (original)
+++ sandbox/dataflow-rewrite/libs/dataflow/build/xcodeide/dataflow.xcodeproj/project.pbxproj 2008-08-10 17:20:41 EDT (Sun, 10 Aug 2008)
@@ -76,1072 +76,55 @@
 /* End PBXAggregateTarget section */
 
 /* Begin PBXFileReference section */
- 0800AC300C8CA99700994538 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 0800AC390C8CAAC300994538 /* boost-build.jam */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.jam; name = "boost-build.jam"; path = "../../../../boost-build.jam"; sourceTree = SOURCE_ROOT; };
- 0800AC3A0C8CAAC300994538 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = Jamfile.v2; path = ../../../../Jamfile.v2; sourceTree = SOURCE_ROOT; };
- 0800AC3B0C8CAAC300994538 /* project-root.jam */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.jam; name = "project-root.jam"; path = "../../../../project-root.jam"; sourceTree = SOURCE_ROOT; };
- 0801B4370CE9488B00A7A8D1 /* operator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = operator.hpp; sourceTree = "<group>"; };
- 080612F30CF20A4A00F9DDF9 /* complemented_port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = complemented_port.hpp; sourceTree = "<group>"; };
- 08061C2D0CBEE985002DC710 /* binary_operation.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = binary_operation.hpp; sourceTree = "<group>"; };
- 08061C980CBEF0C6002DC710 /* keyed_port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = keyed_port.hpp; sourceTree = "<group>"; };
- 0812D6370CF1283B0047236E /* binary_operation_t.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = binary_operation_t.hpp; sourceTree = "<group>"; };
- 0812D6380CF1283B0047236E /* binary_operation.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = binary_operation.hpp; sourceTree = "<group>"; };
- 0812D63C0CF140F30047236E /* component.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = component.hpp; sourceTree = "<group>"; };
- 0814D87E0E42E16400AC5DFC /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
- 0814D8800E42E38300AC5DFC /* support.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = support.hpp; sourceTree = "<group>"; };
- 0815AE780D0B7C88007ED135 /* is_type.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = is_type.hpp; sourceTree = "<group>"; };
- 0815AEC90D0B814E007ED135 /* test_complemented_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_complemented_port.cpp; sourceTree = "<group>"; };
- 08256FE60CEBDFEC003EC1B4 /* network.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = network.hpp; sourceTree = "<group>"; };
- 082761BE0C6037A90030E557 /* invocable.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = invocable.hpp; sourceTree = "<group>"; };
- 083F14A50D8A250700D0F8B7 /* test_connect_result.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_connect_result.cpp; sourceTree = "<group>"; };
- 083F151E0D8A356500D0F8B7 /* tracking_consumer_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tracking_consumer_example.cpp; sourceTree = "<group>"; };
- 083FD3B90C62A4CB00EF3F6B /* concepts.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = concepts.qbk; sourceTree = "<group>"; };
- 083FD3C10C62A75B00EF3F6B /* concepts.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = concepts.qbk; sourceTree = "<group>"; };
- 083FD3C60C62A7F600EF3F6B /* phoenix.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = phoenix.qbk; sourceTree = "<group>"; };
- 0842A35C0D5A79A500CF8479 /* forced_sequence.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = forced_sequence.hpp; sourceTree = "<group>"; };
- 0842A3600D5A7A8700CF8479 /* test_forced_sequence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_forced_sequence.cpp; sourceTree = "<group>"; };
- 084467150CE790B300B3CFDF /* test_reflective_component.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_reflective_component.cpp; sourceTree = "<group>"; };
- 0844671B0CE7918C00B3CFDF /* reflective_component.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = reflective_component.hpp; sourceTree = "<group>"; };
- 084482560CA0B37200B88137 /* operators.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = operators.hpp; sourceTree = "<group>"; };
- 084B11CE0D08EB2C00491E27 /* forwardable.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = forwardable.hpp; sourceTree = "<group>"; };
- 084D2E6E0CE7DFE900E861FA /* gil_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gil_example.cpp; sourceTree = "<group>"; };
- 08622E2E0D1EE4A70068A238 /* component_bank.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = component_bank.hpp; sourceTree = "<group>"; };
- 086231CB0D1F422F0068A238 /* BlueprintWindow.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = BlueprintWindow.hpp; sourceTree = "<group>"; };
- 086231CD0D1F42650068A238 /* BlueprintBank.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = BlueprintBank.hpp; sourceTree = "<group>"; };
- 086231CE0D1F42650068A238 /* BlueprintBank.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BlueprintBank.cpp; sourceTree = "<group>"; };
- 086231CF0D1F42A10068A238 /* BlueprintComponent.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = BlueprintComponent.hpp; sourceTree = "<group>"; };
- 086231D00D1F42A10068A238 /* BlueprintComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BlueprintComponent.cpp; sourceTree = "<group>"; };
- 086231D10D1F42B60068A238 /* BlueprintWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BlueprintWindow.cpp; sourceTree = "<group>"; };
- 08668C4E0C19A16300ACB19A /* simple_distributed_example.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = simple_distributed_example.cpp; sourceTree = "<group>"; };
- 08668C4F0C19A16300ACB19A /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 088FC6BF0D5A6EAD004F0E76 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08920DCE0D84514B00E148EF /* test_bind_mem_fn_overload.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_bind_mem_fn_overload.cpp; sourceTree = "<group>"; };
- 089321AD0D7BB18300F16965 /* vtk_example.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vtk_example.qbk; sourceTree = "<group>"; };
- 089321AF0D7BB19200F16965 /* distributed_example.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = distributed_example.qbk; sourceTree = "<group>"; };
- 089321B00D7BB19200F16965 /* gil_example.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gil_example.qbk; sourceTree = "<group>"; };
- 089321B20D7BB19D00F16965 /* blueprint_example.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = blueprint_example.qbk; sourceTree = "<group>"; };
- 089321B30D7BB19D00F16965 /* gui_example.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gui_example.qbk; sourceTree = "<group>"; };
- 089321B50D7BB26100F16965 /* examples.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = examples.qbk; sourceTree = "<group>"; };
- 089321B60D7BB28000F16965 /* examples.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = examples.qbk; sourceTree = "<group>"; };
- 089321BB0D7BB38D00F16965 /* examples.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = examples.qbk; sourceTree = "<group>"; };
- 0896A06B0E16CE380094DF6D /* fusion_component.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fusion_component.hpp; sourceTree = "<group>"; };
- 0896A0700E16D11D0094DF6D /* test_fusion_component.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_fusion_component.cpp; sourceTree = "<group>"; };
- 08998BA10D8B2094006ED577 /* specific_tracking_consumer_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = specific_tracking_consumer_example.cpp; sourceTree = "<group>"; };
- 089AE57F0D79C5CF00AB9DA8 /* bind_mem_fn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bind_mem_fn.hpp; sourceTree = "<group>"; };
- 089AE5830D79C7CB00AB9DA8 /* bind_object.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bind_object.hpp; sourceTree = "<group>"; };
- 089AE58B0D79C96200AB9DA8 /* slot_type.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = slot_type.hpp; sourceTree = "<group>"; };
- 089AE5BC0D79CE5E00AB9DA8 /* test_bind_mem_fn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_bind_mem_fn.cpp; sourceTree = "<group>"; };
- 089AE6390D79D95C00AB9DA8 /* member_function_signature.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = member_function_signature.hpp; sourceTree = "<group>"; };
- 089B93720D5AA99700F6EEAA /* test_filter_base.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_filter_base.cpp; sourceTree = "<group>"; };
- 089C08A40E0AFA7200397123 /* component.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = component.hpp; sourceTree = "<group>"; };
- 089C08A50E0AFAA500397123 /* port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = port.hpp; sourceTree = "<group>"; };
- 089C08AC0E0AFB7800397123 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
- 089C08AE0E0AFBB600397123 /* test_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_port.cpp; sourceTree = "<group>"; };
- 089C08BB0E0AFDF400397123 /* network.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = network.hpp; sourceTree = "<group>"; };
- 089C098C0E0B11FF00397123 /* test_network.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_network.cpp; sourceTree = "<group>"; };
- 089CDA940D832AD200731C70 /* tutorial.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tutorial.qbk; sourceTree = "<group>"; };
- 089CDAA90D8333CC00731C70 /* unary_operation.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = unary_operation.hpp; sourceTree = "<group>"; };
- 089E78C20E132E220008C0BB /* dynamic_multi_port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dynamic_multi_port.hpp; sourceTree = "<group>"; };
- 089F845A0E2CFAB900F6B668 /* lazy_sequence.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lazy_sequence.hpp; sourceTree = "<group>"; };
- 089F845E0E2D032E00F6B668 /* test_lazy_sequence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_lazy_sequence.cpp; sourceTree = "<group>"; };
- 08A0B20C0D21C4A90054AD32 /* cppgui_example.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = cppgui_example.cpp; sourceTree = "<group>"; };
- 08A0B20D0D21C4A90054AD32 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08A0B2AC0D21D88F0054AD32 /* blueprint_bank.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = blueprint_bank.cpp; sourceTree = "<group>"; };
- 08A0B2AD0D21D88F0054AD32 /* blueprint_bank.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = blueprint_bank.hpp; sourceTree = "<group>"; };
- 08A0B3D80D21E8B30054AD32 /* blueprint_window.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = blueprint_window.cpp; sourceTree = "<group>"; };
- 08A0B3D90D21E8B30054AD32 /* blueprint_window.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = blueprint_window.hpp; sourceTree = "<group>"; };
- 08A0B43C0D21EDDE0054AD32 /* blueprint_component.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = blueprint_component.cpp; sourceTree = "<group>"; };
- 08A0B43D0D21EDDE0054AD32 /* blueprint_component.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = blueprint_component.hpp; sourceTree = "<group>"; };
- 08A0B5710D220CCF0054AD32 /* introduction.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = introduction.qbk; sourceTree = "<group>"; };
- 08A0E54C0D7A7674009B11DD /* quick_start_examples.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = quick_start_examples.cpp; sourceTree = "<group>"; };
- 08A15D250E290EA0005AE94D /* support.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = support.hpp; sourceTree = "<group>"; };
- 08A15D2B0E29108B005AE94D /* runtime_support.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = runtime_support.hpp; sourceTree = "<group>"; };
- 08A15D6F0E2914C3005AE94D /* test_managed_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_managed_port.cpp; sourceTree = "<group>"; };
- 08A2D5040E2A728A00D8FA04 /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = "<group>"; };
- 08A2D5060E2A728A00D8FA04 /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = "<group>"; };
- 08A2D5070E2A728A00D8FA04 /* glv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv.h; sourceTree = "<group>"; };
- 08A2D5080E2A728A00D8FA04 /* glv_abstract_binding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_abstract_binding.h; sourceTree = "<group>"; };
- 08A2D5090E2A728A00D8FA04 /* glv_behavior.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_behavior.h; sourceTree = "<group>"; };
- 08A2D50A0E2A728A00D8FA04 /* glv_binding_carbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_binding_carbon.h; sourceTree = "<group>"; };
- 08A2D50B0E2A728A00D8FA04 /* glv_binding_fltk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_binding_fltk.h; sourceTree = "<group>"; };
- 08A2D50C0E2A728A00D8FA04 /* glv_binding_glut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_binding_glut.h; sourceTree = "<group>"; };
- 08A2D50D0E2A728A00D8FA04 /* glv_color.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_color.h; sourceTree = "<group>"; };
- 08A2D50E0E2A728A00D8FA04 /* glv_conf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_conf.h; sourceTree = "<group>"; };
- 08A2D50F0E2A728A00D8FA04 /* glv_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_core.h; sourceTree = "<group>"; };
- 08A2D5100E2A728A00D8FA04 /* glv_draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_draw.h; sourceTree = "<group>"; };
- 08A2D5110E2A728A00D8FA04 /* glv_layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_layout.h; sourceTree = "<group>"; };
- 08A2D5120E2A728A00D8FA04 /* glv_observer_pattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_observer_pattern.h; sourceTree = "<group>"; };
- 08A2D5130E2A728A00D8FA04 /* glv_rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_rect.h; sourceTree = "<group>"; };
- 08A2D5140E2A728A00D8FA04 /* glv_sliders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_sliders.h; sourceTree = "<group>"; };
- 08A2D5150E2A728A00D8FA04 /* glv_texture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_texture.h; sourceTree = "<group>"; };
- 08A2D5160E2A728A00D8FA04 /* glv_textview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_textview.h; sourceTree = "<group>"; };
- 08A2D5170E2A728A00D8FA04 /* glv_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glv_util.h; sourceTree = "<group>"; };
- 08A2D5180E2A728A00D8FA04 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
- 08A2D51A0E2A728A00D8FA04 /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = "<group>"; };
- 08A2D51C0E2A728A00D8FA04 /* FontGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FontGL.cpp; sourceTree = "<group>"; };
- 08A2D51D0E2A728A00D8FA04 /* FontGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FontGL.h; sourceTree = "<group>"; };
- 08A2D51E0E2A728A00D8FA04 /* glv_abstract_binding.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_abstract_binding.cpp; sourceTree = "<group>"; };
- 08A2D51F0E2A728A00D8FA04 /* glv_binding_carbon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_binding_carbon.cpp; sourceTree = "<group>"; };
- 08A2D5200E2A728A00D8FA04 /* glv_binding_fltk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_binding_fltk.cpp; sourceTree = "<group>"; };
- 08A2D5210E2A728A00D8FA04 /* glv_binding_glut.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_binding_glut.cpp; sourceTree = "<group>"; };
- 08A2D5220E2A728A00D8FA04 /* glv_color.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_color.cpp; sourceTree = "<group>"; };
- 08A2D5230E2A728A00D8FA04 /* glv_core.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_core.cpp; sourceTree = "<group>"; };
- 08A2D5240E2A728A00D8FA04 /* glv_draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_draw.cpp; sourceTree = "<group>"; };
- 08A2D5250E2A728A00D8FA04 /* glv_glv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_glv.cpp; sourceTree = "<group>"; };
- 08A2D5260E2A728A00D8FA04 /* glv_inputdevice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_inputdevice.cpp; sourceTree = "<group>"; };
- 08A2D5270E2A728A00D8FA04 /* glv_layout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_layout.cpp; sourceTree = "<group>"; };
- 08A2D5280E2A728A00D8FA04 /* glv_sliders.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_sliders.cpp; sourceTree = "<group>"; };
- 08A2D5290E2A728A00D8FA04 /* glv_texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_texture.cpp; sourceTree = "<group>"; };
- 08A2D52A0E2A728A00D8FA04 /* glv_textview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_textview.cpp; sourceTree = "<group>"; };
- 08A2D52B0E2A728A00D8FA04 /* glv_view.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glv_view.cpp; sourceTree = "<group>"; };
- 08A364C10E129DC7001E6002 /* test_dynamic_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_dynamic_port.cpp; sourceTree = "<group>"; };
- 08A438900E295AE7009845FD /* component.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = component.cpp; sourceTree = "<group>"; };
- 08A439B80E295B8B009845FD /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = "<group>"; };
- 08A6B2650E25A566005539F2 /* blueprint_bank.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blueprint_bank.cpp; sourceTree = "<group>"; };
- 08A6B2660E25A566005539F2 /* blueprint_bank.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blueprint_bank.hpp; sourceTree = "<group>"; };
- 08A6B2670E25A566005539F2 /* blueprint_component.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blueprint_component.cpp; sourceTree = "<group>"; };
- 08A6B2680E25A566005539F2 /* blueprint_component.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blueprint_component.hpp; sourceTree = "<group>"; };
- 08A6B2690E25A566005539F2 /* blueprint_window.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blueprint_window.cpp; sourceTree = "<group>"; };
- 08A6B26A0E25A566005539F2 /* blueprint_window.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blueprint_window.hpp; sourceTree = "<group>"; };
- 08A6B26B0E25A566005539F2 /* glvgui_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glvgui_example.cpp; sourceTree = "<group>"; };
- 08A6B26C0E25A566005539F2 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08A74E790E33AFA900B1A8CF /* glvgui_graph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glvgui_graph.cpp; sourceTree = "<group>"; };
- 08A82B550E11EBF500AAB117 /* dynamic_port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dynamic_port.hpp; sourceTree = "<group>"; };
- 08A8CA6F0E3E819C00DA0439 /* glvgui_vtk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glvgui_vtk.cpp; sourceTree = "<group>"; };
- 08AD8AB50D84DF31008A9764 /* test_has_call_operator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_has_call_operator.cpp; sourceTree = "<group>"; };
- 08AD8AC40D84E3A9008A9764 /* has_call_operator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = has_call_operator.hpp; sourceTree = "<group>"; };
- 08B234E40DC92C3A002A7FFE /* fusion_filter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fusion_filter.hpp; sourceTree = "<group>"; };
- 08B9D4190CC3D0790050F10B /* test_binary_op.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_binary_op.cpp; sourceTree = "<group>"; };
- 08B9D41E0CC3D0A80050F10B /* my_producer_consumer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = my_producer_consumer.hpp; sourceTree = "<group>"; };
- 08BD9AFB0CEB9D330069AFE2 /* get_port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = get_port.hpp; sourceTree = "<group>"; };
- 08BD9B090CEB9E3D0069AFE2 /* port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = port.hpp; sourceTree = "<group>"; };
- 08C3EEA20C625AE30074AB9E /* simple_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simple_example.cpp; sourceTree = "<group>"; };
- 08C617FB0E27E39500FC4F24 /* glvgui_logic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glvgui_logic.cpp; sourceTree = "<group>"; };
- 08C675970C13A03E00D85379 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08C8FA0F0E130E9B00FE64F3 /* dynamic_port_t.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dynamic_port_t.hpp; sourceTree = "<group>"; };
- 08C8FA140E13112D00FE64F3 /* test_dynamic_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_dynamic_port.cpp; sourceTree = "<group>"; };
- 08C9D7DA0D83C5EB00354FF8 /* bind_mem_fn_overload.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bind_mem_fn_overload.hpp; sourceTree = "<group>"; };
- 08D2C7330D1DDE5C008388D7 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08D2C7390D1DDEB8008388D7 /* fltk_gui_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fltk_gui_example.cpp; sourceTree = "<group>"; };
- 08DC14FC0C951C4800B96B2E /* Cone.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Cone.cxx; sourceTree = "<group>"; };
- 08E180320E2C863D00F4BF04 /* test_vector_same_initialization.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_vector_same_initialization.cpp; sourceTree = "<group>"; };
- 08EBA7590CFF8B6D0080E225 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = example.cpp; sourceTree = "<group>"; };
- 08EF045E0CEBF1AD002ABBBC /* port_t.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = port_t.hpp; sourceTree = "<group>"; };
- 08EF9B220C5D506A00D4D206 /* applicator.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = applicator.hpp; sourceTree = "<group>"; };
- 08EF9B230C5D506A00D4D206 /* chain.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = chain.hpp; sourceTree = "<group>"; };
- 08EF9B240C5D506A00D4D206 /* conditional.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = conditional.hpp; sourceTree = "<group>"; };
- 08EF9B250C5D506A00D4D206 /* conditional_modifier.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = conditional_modifier.hpp; sourceTree = "<group>"; };
- 08EF9B260C5D506A00D4D206 /* counter.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = counter.hpp; sourceTree = "<group>"; };
- 08EF9B280C5D506A00D4D206 /* generic_template.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = generic_template.hpp; sourceTree = "<group>"; };
- 08EF9B290C5D506A00D4D206 /* serialize_fusion_vector.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = serialize_fusion_vector.hpp; sourceTree = "<group>"; };
- 08EF9B2A0C5D506A00D4D206 /* storable.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = storable.hpp; sourceTree = "<group>"; };
- 08EF9B2B0C5D506A00D4D206 /* unfused_inherited.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = unfused_inherited.hpp; sourceTree = "<group>"; };
- 08EF9B2C0C5D506A00D4D206 /* filter.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = filter.hpp; sourceTree = "<group>"; };
- 08EF9B2D0C5D506A00D4D206 /* filter_base.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = filter_base.hpp; sourceTree = "<group>"; };
- 08EF9B2E0C5D506A00D4D206 /* function.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = function.hpp; sourceTree = "<group>"; };
- 08EF9B2F0C5D506A00D4D206 /* instantiator.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = instantiator.hpp; sourceTree = "<group>"; };
- 08EF9B300C5D506A00D4D206 /* junction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = junction.hpp; sourceTree = "<group>"; };
- 08EF9B310C5D506A00D4D206 /* modifier.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = modifier.hpp; sourceTree = "<group>"; };
- 08EF9B320C5D506A00D4D206 /* mutex.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = mutex.hpp; sourceTree = "<group>"; };
- 08EF9B330C5D506A00D4D206 /* multiplexer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = multiplexer.hpp; sourceTree = "<group>"; };
- 08EF9B340C5D506A00D4D206 /* socket_receiver.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = socket_receiver.hpp; sourceTree = "<group>"; };
- 08EF9B350C5D506A00D4D206 /* socket_sender.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = socket_sender.hpp; sourceTree = "<group>"; };
- 08EF9B360C5D506A00D4D206 /* storage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = storage.hpp; sourceTree = "<group>"; };
- 08EF9B370C5D506A00D4D206 /* timed_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = timed_generator.hpp; sourceTree = "<group>"; };
- 08EF9B3D0C5D506A00D4D206 /* replace_return_type.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = replace_return_type.hpp; sourceTree = "<group>"; };
- 08EF9B3E0C5D506A00D4D206 /* result_of_defined.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = result_of_defined.hpp; sourceTree = "<group>"; };
- 08EF9B440C5D506A00D4D206 /* connection.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = connection.hpp; sourceTree = "<group>"; };
- 08EF9B470C5D506A00D4D206 /* unfused_typed_class.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = unfused_typed_class.hpp; sourceTree = "<group>"; };
- 08EF9B520C5D537F00D4D206 /* support.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = support.hpp; sourceTree = "<group>"; };
- 08EFED440C1CD55100097C80 /* timing_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timing_example.cpp; sourceTree = "<group>"; };
- 08EFF41A0D0DAFEC004182AE /* enable_if_type.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = enable_if_type.hpp; sourceTree = "<group>"; };
- 08F01A280D0A0D68002CDBAF /* transform_remove_reference.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = transform_remove_reference.hpp; sourceTree = "<group>"; };
- 08F01F970C470EB700C0ED27 /* support.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = support.hpp; sourceTree = "<group>"; };
- 08F01FA30C47132000C0ED27 /* support.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = support.hpp; sourceTree = "<group>"; };
- 08F022C20C47556200C0ED27 /* group.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = group.hpp; sourceTree = "<group>"; };
- 08F022C70C47565600C0ED27 /* operators.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = operators.hpp; sourceTree = "<group>"; };
- 08F077830C63F736003D448D /* components.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = components.qbk; sourceTree = "<group>"; };
- 08F082570C1DD53400687E1B /* components.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = components.qbk; sourceTree = "<group>"; };
- 08F0825A0C1DD58500687E1B /* connections.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = connections.qbk; sourceTree = "<group>"; };
- 08F09E820D00ACCD00DE0BFC /* fusion_component.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fusion_component.hpp; sourceTree = "<group>"; };
- 08F09F2E0D00B5C300DE0BFC /* my_producer_consumer_operations.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = my_producer_consumer_operations.hpp; sourceTree = "<group>"; };
- 08F179B80D00832F005FDC23 /* make_specializable_operation.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = make_specializable_operation.hpp; sourceTree = "<group>"; };
- 08F1A9970D0B5DE200D3812E /* traits.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = traits.hpp; sourceTree = "<group>"; };
- 08F1A9990D0B5E3900D3812E /* traits.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = traits.hpp; sourceTree = "<group>"; };
- 08F1A9A60D0B605000D3812E /* traits_sequence.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = traits_sequence.hpp; sourceTree = "<group>"; };
- 08F1AAA40D0B69D200D3812E /* test_entity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_entity.cpp; sourceTree = "<group>"; };
- 08F216430CC95C3800DD25D3 /* test_result_of_defined.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_result_of_defined.cpp; sourceTree = "<group>"; };
- 08F217BB0CC570CD00F9A91B /* proxy_port_traits_sequence.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = proxy_port_traits_sequence.hpp; sourceTree = "<group>"; };
- 08F21F770CC6A2EB00DE649A /* test_unary_op.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_unary_op.cpp; sourceTree = "<group>"; };
- 08F21FAD0CC6ABCF00DE649A /* component.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = component.hpp; sourceTree = "<group>"; };
- 08F21FB90CC6B29600DE649A /* component_operation.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = component_operation.hpp; sourceTree = "<group>"; };
- 08F21FC20CC6B3E600DE649A /* test_component.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_component.cpp; sourceTree = "<group>"; };
- 08F22ECE0C4BF6130027D364 /* make_ref.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = make_ref.hpp; sourceTree = "<group>"; };
- 08F22ED60C4BF78B0027D364 /* sequence_environment.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sequence_environment.hpp; sourceTree = "<group>"; };
- 08F22F1C0C4C1CE50027D364 /* iterator_relative.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = iterator_relative.hpp; sourceTree = "<group>"; };
- 08F22FB40C4C83900027D364 /* constant.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = constant.hpp; sourceTree = "<group>"; };
- 08F22FD70C4C87C50027D364 /* static_value.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = static_value.hpp; sourceTree = "<group>"; };
- 08F230020C4C894E0027D364 /* advance.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = advance.hpp; sourceTree = "<group>"; };
- 08F230430C4C8D810027D364 /* static_function.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = static_function.hpp; sourceTree = "<group>"; };
- 08F244EA0D1B682D00EC9B03 /* keyed_port_t.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = keyed_port_t.hpp; sourceTree = "<group>"; };
- 08F2464B0CA86D85001C3D41 /* Cone2.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Cone2.cxx; sourceTree = "<group>"; };
- 08F2464C0CA86D85001C3D41 /* Cone3.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Cone3.cxx; sourceTree = "<group>"; };
- 08F2464D0CA86D85001C3D41 /* Cone4.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Cone4.cxx; sourceTree = "<group>"; };
- 08F2464E0CA86D85001C3D41 /* Cone5.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Cone5.cxx; sourceTree = "<group>"; };
- 08F2464F0CA86D85001C3D41 /* Cone6.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Cone6.cxx; sourceTree = "<group>"; };
- 08F24D6E0CC4419F00FC4A0C /* test_keyed_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_keyed_port.cpp; sourceTree = "<group>"; };
- 08F26C8B0CBF1CBA00EDC3F6 /* test_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_port.cpp; sourceTree = "<group>"; };
- 08F26D630CBF2D4100EDC3F6 /* test_proxy_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_proxy_port.cpp; sourceTree = "<group>"; };
- 08F2A7C20D0C597000AED0BC /* utility.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = utility.qbk; sourceTree = "<group>"; };
- 08F2A83A0D0C634200AED0BC /* fusion_vector_port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fusion_vector_port.hpp; sourceTree = "<group>"; };
- 08F2A85A0D0C663C00AED0BC /* fusion_keyed_port.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = fusion_keyed_port.hpp; sourceTree = "<group>"; };
- 08F2D3A90CCADDE00042A3FF /* underlying_type.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = underlying_type.hpp; sourceTree = "<group>"; };
- 08F2D4A60D0B0C640054E4A2 /* fusion_port_vector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fusion_port_vector.hpp; sourceTree = "<group>"; };
- 08F2D4D10D0B106F0054E4A2 /* test_vector_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_vector_port.cpp; sourceTree = "<group>"; };
- 08F322240D09F136007C1658 /* port_vector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = port_vector.hpp; sourceTree = "<group>"; };
- 08F3226F0D0A026B007C1658 /* general.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = general.qbk; sourceTree = "<group>"; };
- 08F322740D0A0445007C1658 /* vector_port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vector_port.hpp; sourceTree = "<group>"; };
- 08F346EC0D0CFE9700A037A3 /* vector_port_t.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vector_port_t.hpp; sourceTree = "<group>"; };
- 08F348510C492B4B0096097F /* group.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = group.hpp; sourceTree = "<group>"; };
- 08F348970CC021E0006D0A67 /* copy_cv.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = copy_cv.hpp; sourceTree = "<group>"; };
- 08F3592D0CED1EC400E2BBFB /* blueprint.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = blueprint.qbk; sourceTree = "<group>"; };
- 08F36DFB0C41375B00E2F9A1 /* dataflow_table.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = dataflow_table.xml; sourceTree = "<group>"; };
- 08F37EDF0C57A4A700AC7FB8 /* static_function_call.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = static_function_call.hpp; sourceTree = "<group>"; };
- 08F3944C0CCEC35E00ED7978 /* binary_operation.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = binary_operation.hpp; sourceTree = "<group>"; };
- 08F40B2B0CEFF9BD00D20F30 /* introduction.qbk */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = introduction.qbk; sourceTree = "<group>"; };
- 08F417350CFA466000C10A54 /* runtime_support.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = runtime_support.hpp; sourceTree = "<group>"; };
- 08F4173A0CFA468D00C10A54 /* runtime.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = runtime.hpp; sourceTree = "<group>"; };
- 08F417460CFA486200C10A54 /* tags.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tags.hpp; sourceTree = "<group>"; };
- 08F418080CBD69FE007E7F7A /* port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = port.hpp; sourceTree = "<group>"; };
- 08F418AB0CBD7668007E7F7A /* proxy_port.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = proxy_port.hpp; sourceTree = "<group>"; };
- 08F448760CD5368000E128A8 /* simple_example_components.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = simple_example_components.hpp; sourceTree = "<group>"; };
- 08F49B8B0D08946200D0CF0E /* uuid_constant.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = uuid_constant.hpp; sourceTree = "<group>"; };
- 08F49BFE0D08AD9400D0CF0E /* test_component.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_component.cpp; sourceTree = "<group>"; };
- 08F4FBB80C56AFDF00EB271A /* producer_wrapper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = producer_wrapper.hpp; sourceTree = "<group>"; };
- 08F4FC170C56C96300EB271A /* producer_container.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = producer_container.hpp; sourceTree = "<group>"; };
- 08F59F200D01B5E6007CD201 /* category.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = category.hpp; sourceTree = "<group>"; };
- 08F59F460D01B9D4007CD201 /* default_port_provider.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = default_port_provider.hpp; sourceTree = "<group>"; };
- 08F59F4E0D01BC56007CD201 /* default_port_provider.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = default_port_provider.hpp; sourceTree = "<group>"; };
- 08F59F520D01BD19007CD201 /* port.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = port.hpp; sourceTree = "<group>"; };
- 08F59F7A0D01C0D2007CD201 /* binary_operable.qbk */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = binary_operable.qbk; sourceTree = "<group>"; };
- 08F59F7B0D01C0D2007CD201 /* component.qbk */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = component.qbk; sourceTree = "<group>"; };
- 08F59F7C0D01C0D2007CD201 /* concepts.qbk */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = concepts.qbk; sourceTree = "<group>"; };
- 08F59F7D0D01C0D2007CD201 /* port.qbk */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = port.qbk; sourceTree = "<group>"; };
- 08F59F7E0D01C0D2007CD201 /* unary_operable.qbk */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = unary_operable.qbk; sourceTree = "<group>"; };
- 08F59F820D01C122007CD201 /* support.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = support.qbk; sourceTree = "<group>"; };
- 08F5FF070D07082200FDBAEE /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08F5FF130D070A1400FDBAEE /* test_port.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_port.cpp; sourceTree = "<group>"; };
- 08F71D3E0CA3547C0010099E /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08F71D400CA3547C0010099E /* test_branching.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_branching.cpp; sourceTree = "<group>"; };
- 08F71D410CA3547C0010099E /* test_chain.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_chain.cpp; sourceTree = "<group>"; };
- 08F71D420CA3547C0010099E /* test_connect.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_connect.cpp; sourceTree = "<group>"; };
- 08F71D430CA3547C0010099E /* test_connections.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_connections.cpp; sourceTree = "<group>"; };
- 08F71D440CA3547C0010099E /* test_counter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_counter.cpp; sourceTree = "<group>"; };
- 08F71D450CA3547C0010099E /* test_disconnect.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_disconnect.cpp; sourceTree = "<group>"; };
- 08F71D460CA3547C0010099E /* test_filter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_filter.cpp; sourceTree = "<group>"; };
- 08F71D470CA3547C0010099E /* test_function.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_function.cpp; sourceTree = "<group>"; };
- 08F71D480CA3547C0010099E /* test_junction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_junction.cpp; sourceTree = "<group>"; };
- 08F71D490CA3547C0010099E /* test_multi_args.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_multi_args.cpp; sourceTree = "<group>"; };
- 08F71D4A0CA3547C0010099E /* test_multi_out.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_multi_out.cpp; sourceTree = "<group>"; };
- 08F71D4B0CA3547C0010099E /* test_multi_type.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_multi_type.cpp; sourceTree = "<group>"; };
- 08F71D4C0CA3547C0010099E /* test_mutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_mutex.cpp; sourceTree = "<group>"; };
- 08F71D4D0CA3547C0010099E /* test_pull.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_pull.cpp; sourceTree = "<group>"; };
- 08F71D4E0CA3547C0010099E /* test_same_type.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_same_type.cpp; sourceTree = "<group>"; };
- 08F71D4F0CA3547C0010099E /* test_socket.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_socket.cpp; sourceTree = "<group>"; };
- 08F71D500CA3547C0010099E /* test_storage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = test_storage.cpp; sourceTree = "<group>"; };
- 08F9459A0C46A86E00E224E4 /* components.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = components.hpp; sourceTree = "<group>"; };
- 08F9462E0C46C2F000E224E4 /* fibonacci.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fibonacci.cpp; sourceTree = "<group>"; };
- 08F972FB0D0471FA00ABF6C1 /* port_adapter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = port_adapter.hpp; sourceTree = "<group>"; };
- 08F98B400CD0190A009D642B /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08F98B470CD01963009D642B /* intro_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = intro_example.cpp; sourceTree = "<group>"; };
- 08F995660CCFC68F001184CE /* condition.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = condition.hpp; sourceTree = "<group>"; };
- 08FA6A050C41E11800434913 /* rationale.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rationale.qbk; sourceTree = "<group>"; };
- 08FB7BEF0C6157D000BD4EC2 /* introduction.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = introduction.qbk; sourceTree = "<group>"; };
- 08FB7BFE0C61597000BD4EC2 /* signals.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = signals.qbk; sourceTree = "<group>"; };
- 08FBDA240CD26F8700CC3891 /* unfused_inherited_templated.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = unfused_inherited_templated.hpp; sourceTree = "<group>"; };
- 08FBDA3A0CD272ED00CC3891 /* test_multiplexer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_multiplexer.cpp; sourceTree = "<group>"; };
- 08FBDA3B0CD2748100CC3891 /* conditional_templated.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = conditional_templated.hpp; path = component/conditional_templated.hpp; sourceTree = "<group>"; };
- 08FC25DB0C45D0F700F59CDD /* producer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = producer.hpp; sourceTree = "<group>"; };
- 08FC25DF0C45D18700F59CDD /* consumer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = consumer.hpp; sourceTree = "<group>"; };
- 08FC25FC0C45E77B00F59CDD /* producer_accumulator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = producer_accumulator.hpp; sourceTree = "<group>"; };
- 08FC26060C46049400F59CDD /* edit_distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = edit_distance.cpp; sourceTree = "<group>"; };
- 08FCB38D0CC5DCD2003906C1 /* unary_operation.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = unary_operation.hpp; sourceTree = "<group>"; };
- 08FCEFCE0CB9CEB000BBB599 /* future.qbk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = future.qbk; sourceTree = "<group>"; };
- 08FD5E4D0C1BA60800F00877 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
- 08FD5E4E0C1BA60800F00877 /* dataflow.qbk */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = dataflow.qbk; sourceTree = "<group>"; };
- 08FDEF940DC8E91800422676 /* test_composition.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_composition.cpp; sourceTree = "<group>"; };
- 08FFDD6F0CEB70AD009318A8 /* blueprint_example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blueprint_example.cpp; sourceTree = "<group>"; };
- 08FFDD740CEB71A2009318A8 /* Jamfile.v2 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Jamfile.v2; sourceTree = "<group>"; };
+ 08A77AB30E4F91AA00B8793E /* Jamroot */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Jamroot; path = ../../../../Jamroot; sourceTree = SOURCE_ROOT; };
+ 08A77AB40E4F91AB00B8793E /* LICENSE_1_0.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE_1_0.txt; path = ../../../../LICENSE_1_0.txt; sourceTree = SOURCE_ROOT; };
 /* End PBXFileReference section */
 
 /* Begin PBXGroup section */
- 0800AC2F0C8CA99700994538 /* VTK */ = {
- isa = PBXGroup;
- children = (
- 0800AC300C8CA99700994538 /* Jamfile.v2 */,
- 08F2464B0CA86D85001C3D41 /* Cone2.cxx */,
- 08F2464C0CA86D85001C3D41 /* Cone3.cxx */,
- 08F2464D0CA86D85001C3D41 /* Cone4.cxx */,
- 08F2464E0CA86D85001C3D41 /* Cone5.cxx */,
- 08F2464F0CA86D85001C3D41 /* Cone6.cxx */,
- 08DC14FC0C951C4800B96B2E /* Cone.cxx */,
- );
- path = VTK;
- sourceTree = "<group>";
- };
                 080DD7560C13908400EEB53D = {
                         isa = PBXGroup;
                         children = (
- 0814D87D0E42E15600AC5DFC /* vtk */,
- 089B78DE0E2C2E5900D09757 /* fusion */,
- 08A2D5030E2A728A00D8FA04 /* glv */,
+ 08A77AB30E4F91AA00B8793E /* Jamroot */,
+ 08A77AB40E4F91AB00B8793E /* LICENSE_1_0.txt */,
                                 08A439340E295B35009845FD /* build */,
- 0800AC390C8CAAC300994538 /* boost-build.jam */,
- 0800AC3A0C8CAAC300994538 /* Jamfile.v2 */,
- 0800AC3B0C8CAAC300994538 /* project-root.jam */,
- 08FC25BA0C45B60E00F59CDD /* dataflow */,
- 08A4388E0E295AAB009845FD /* src */,
                                 08FD5DE40C1BA60700F00877 /* doc */,
                                 08668C4D0C19A16300ACB19A /* example */,
                                 08C675960C13A03E00D85379 /* test */,
                         );
                         sourceTree = "<group>";
                 };
- 0814D87D0E42E15600AC5DFC /* vtk */ = {
- isa = PBXGroup;
- children = (
- 0814D87E0E42E16400AC5DFC /* Jamfile */,
- );
- name = vtk;
- path = ../../../vtk;
- sourceTree = SOURCE_ROOT;
- };
- 0814D87F0E42E38300AC5DFC /* vtk */ = {
- isa = PBXGroup;
- children = (
- 0814D8800E42E38300AC5DFC /* support.hpp */,
- );
- path = vtk;
- sourceTree = "<group>";
- };
- 083FD3C00C62A75100EF3F6B /* phoenix */ = {
- isa = PBXGroup;
- children = (
- 083FD3C10C62A75B00EF3F6B /* concepts.qbk */,
- );
- path = phoenix;
- sourceTree = "<group>";
- };
                 08668C4D0C19A16300ACB19A /* example */ = {
                         isa = PBXGroup;
                         children = (
- 08A6B2640E25A566005539F2 /* glv_gui */,
- 08668C4F0C19A16300ACB19A /* Jamfile.v2 */,
- 08EBA7590CFF8B6D0080E225 /* example.cpp */,
- 08FFDD6E0CEB709A009318A8 /* blueprint */,
- 08A0B20A0D21C4050054AD32 /* cppgui_gui */,
- 08D2C7320D1DDE41008388D7 /* fltk_gui */,
- 08F98B3F0CD018E7009D642B /* signals */,
- 0800AC2F0C8CA99700994538 /* VTK */,
- 08EFED440C1CD55100097C80 /* timing_example.cpp */,
- 08FC26060C46049400F59CDD /* edit_distance.cpp */,
- 08F9462E0C46C2F000E224E4 /* fibonacci.cpp */,
                         );
                         name = example;
                         path = ../../example;
                         sourceTree = SOURCE_ROOT;
                 };
- 088FC6BE0D5A6EAD004F0E76 /* utility */ = {
- isa = PBXGroup;
- children = (
- 088FC6BF0D5A6EAD004F0E76 /* Jamfile.v2 */,
- 0842A3600D5A7A8700CF8479 /* test_forced_sequence.cpp */,
- 089AE5BC0D79CE5E00AB9DA8 /* test_bind_mem_fn.cpp */,
- 08920DCE0D84514B00E148EF /* test_bind_mem_fn_overload.cpp */,
- 08AD8AB50D84DF31008A9764 /* test_has_call_operator.cpp */,
- 08E180320E2C863D00F4BF04 /* test_vector_same_initialization.cpp */,
- 089F845E0E2D032E00F6B668 /* test_lazy_sequence.cpp */,
- );
- path = utility;
- sourceTree = "<group>";
- };
- 089321AC0D7BB18300F16965 /* examples */ = {
- isa = PBXGroup;
- children = (
- 089321AD0D7BB18300F16965 /* vtk_example.qbk */,
- );
- path = examples;
- sourceTree = "<group>";
- };
- 089321AE0D7BB19200F16965 /* examples */ = {
- isa = PBXGroup;
- children = (
- 089321AF0D7BB19200F16965 /* distributed_example.qbk */,
- 089321B00D7BB19200F16965 /* gil_example.qbk */,
- );
- path = examples;
- sourceTree = "<group>";
- };
- 089321B10D7BB19D00F16965 /* examples */ = {
- isa = PBXGroup;
- children = (
- 089321B20D7BB19D00F16965 /* blueprint_example.qbk */,
- 089321B30D7BB19D00F16965 /* gui_example.qbk */,
- );
- path = examples;
- sourceTree = "<group>";
- };
- 089B78DE0E2C2E5900D09757 /* fusion */ = {
- isa = PBXGroup;
- children = (
- 089B78DF0E2C2E5900D09757 /* container */,
- );
- name = fusion;
- path = ../../../../boost/fusion;
- sourceTree = SOURCE_ROOT;
- };
- 089B78DF0E2C2E5900D09757 /* container */ = {
- isa = PBXGroup;
- children = (
- 089F845A0E2CFAB900F6B668 /* lazy_sequence.hpp */,
- );
- path = container;
- sourceTree = "<group>";
- };
- 089C08A30E0AFA5E00397123 /* managed */ = {
- isa = PBXGroup;
- children = (
- 089C08A40E0AFA7200397123 /* component.hpp */,
- 089C08A50E0AFAA500397123 /* port.hpp */,
- 089C08BB0E0AFDF400397123 /* network.hpp */,
- 0896A06B0E16CE380094DF6D /* fusion_component.hpp */,
- 08A15D250E290EA0005AE94D /* support.hpp */,
- 08A15D2B0E29108B005AE94D /* runtime_support.hpp */,
- );
- path = managed;
- sourceTree = "<group>";
- };
- 089C08A60E0AFAF500397123 /* managed */ = {
- isa = PBXGroup;
- children = (
- 089C08AC0E0AFB7800397123 /* Jamfile */,
- 089C08AE0E0AFBB600397123 /* test_port.cpp */,
- 089C098C0E0B11FF00397123 /* test_network.cpp */,
- 0896A0700E16D11D0094DF6D /* test_fusion_component.cpp */,
- );
- path = managed;
- sourceTree = "<group>";
- };
- 08A0B20A0D21C4050054AD32 /* cppgui_gui */ = {
- isa = PBXGroup;
- children = (
- 08A0B43C0D21EDDE0054AD32 /* blueprint_component.cpp */,
- 08A0B43D0D21EDDE0054AD32 /* blueprint_component.hpp */,
- 08A0B3D80D21E8B30054AD32 /* blueprint_window.cpp */,
- 08A0B3D90D21E8B30054AD32 /* blueprint_window.hpp */,
- 08A0B2AC0D21D88F0054AD32 /* blueprint_bank.cpp */,
- 08A0B2AD0D21D88F0054AD32 /* blueprint_bank.hpp */,
- 08A0B20C0D21C4A90054AD32 /* cppgui_example.cpp */,
- 08A0B20D0D21C4A90054AD32 /* Jamfile.v2 */,
- );
- path = cppgui_gui;
- sourceTree = "<group>";
- };
- 08A2D5030E2A728A00D8FA04 /* glv */ = {
- isa = PBXGroup;
- children = (
- 08A2D5040E2A728A00D8FA04 /* COPYRIGHT */,
- 08A2D5050E2A728A00D8FA04 /* include */,
- 08A2D5180E2A728A00D8FA04 /* Jamfile */,
- 08A2D5190E2A728A00D8FA04 /* src */,
- );
- name = glv;
- path = ../../../glv;
- sourceTree = SOURCE_ROOT;
- };
- 08A2D5050E2A728A00D8FA04 /* include */ = {
- isa = PBXGroup;
- children = (
- 08A2D5060E2A728A00D8FA04 /* COPYRIGHT */,
- 08A2D5070E2A728A00D8FA04 /* glv.h */,
- 08A2D5080E2A728A00D8FA04 /* glv_abstract_binding.h */,
- 08A2D5090E2A728A00D8FA04 /* glv_behavior.h */,
- 08A2D50A0E2A728A00D8FA04 /* glv_binding_carbon.h */,
- 08A2D50B0E2A728A00D8FA04 /* glv_binding_fltk.h */,
- 08A2D50C0E2A728A00D8FA04 /* glv_binding_glut.h */,
- 08A2D50D0E2A728A00D8FA04 /* glv_color.h */,
- 08A2D50E0E2A728A00D8FA04 /* glv_conf.h */,
- 08A2D50F0E2A728A00D8FA04 /* glv_core.h */,
- 08A2D5100E2A728A00D8FA04 /* glv_draw.h */,
- 08A2D5110E2A728A00D8FA04 /* glv_layout.h */,
- 08A2D5120E2A728A00D8FA04 /* glv_observer_pattern.h */,
- 08A2D5130E2A728A00D8FA04 /* glv_rect.h */,
- 08A2D5140E2A728A00D8FA04 /* glv_sliders.h */,
- 08A2D5150E2A728A00D8FA04 /* glv_texture.h */,
- 08A2D5160E2A728A00D8FA04 /* glv_textview.h */,
- 08A2D5170E2A728A00D8FA04 /* glv_util.h */,
- );
- path = include;
- sourceTree = "<group>";
- };
- 08A2D5190E2A728A00D8FA04 /* src */ = {
- isa = PBXGroup;
- children = (
- 08A2D51A0E2A728A00D8FA04 /* COPYRIGHT */,
- 08A2D51B0E2A728A00D8FA04 /* FontGL */,
- 08A2D51E0E2A728A00D8FA04 /* glv_abstract_binding.cpp */,
- 08A2D51F0E2A728A00D8FA04 /* glv_binding_carbon.cpp */,
- 08A2D5200E2A728A00D8FA04 /* glv_binding_fltk.cpp */,
- 08A2D5210E2A728A00D8FA04 /* glv_binding_glut.cpp */,
- 08A2D5220E2A728A00D8FA04 /* glv_color.cpp */,
- 08A2D5230E2A728A00D8FA04 /* glv_core.cpp */,
- 08A2D5240E2A728A00D8FA04 /* glv_draw.cpp */,
- 08A2D5250E2A728A00D8FA04 /* glv_glv.cpp */,
- 08A2D5260E2A728A00D8FA04 /* glv_inputdevice.cpp */,
- 08A2D5270E2A728A00D8FA04 /* glv_layout.cpp */,
- 08A2D5280E2A728A00D8FA04 /* glv_sliders.cpp */,
- 08A2D5290E2A728A00D8FA04 /* glv_texture.cpp */,
- 08A2D52A0E2A728A00D8FA04 /* glv_textview.cpp */,
- 08A2D52B0E2A728A00D8FA04 /* glv_view.cpp */,
- );
- path = src;
- sourceTree = "<group>";
- };
- 08A2D51B0E2A728A00D8FA04 /* FontGL */ = {
- isa = PBXGroup;
- children = (
- 08A2D51C0E2A728A00D8FA04 /* FontGL.cpp */,
- 08A2D51D0E2A728A00D8FA04 /* FontGL.h */,
- );
- path = FontGL;
- sourceTree = "<group>";
- };
- 08A4388E0E295AAB009845FD /* src */ = {
- isa = PBXGroup;
- children = (
- 08A4388F0E295AD6009845FD /* managed */,
- );
- name = src;
- path = ../../src;
- sourceTree = SOURCE_ROOT;
- };
- 08A4388F0E295AD6009845FD /* managed */ = {
- isa = PBXGroup;
- children = (
- 08A438900E295AE7009845FD /* component.cpp */,
- );
- path = managed;
- sourceTree = "<group>";
- };
                 08A439340E295B35009845FD /* build */ = {
                         isa = PBXGroup;
                         children = (
- 08A439B70E295B8B009845FD /* managed */,
                         );
                         name = build;
                         path = ..;
                         sourceTree = SOURCE_ROOT;
                 };
- 08A439B70E295B8B009845FD /* managed */ = {
- isa = PBXGroup;
- children = (
- 08A439B80E295B8B009845FD /* Jamfile */,
- );
- path = managed;
- sourceTree = "<group>";
- };
- 08A6B2640E25A566005539F2 /* glv_gui */ = {
- isa = PBXGroup;
- children = (
- 08A74E790E33AFA900B1A8CF /* glvgui_graph.cpp */,
- 08C617FB0E27E39500FC4F24 /* glvgui_logic.cpp */,
- 08A6B2650E25A566005539F2 /* blueprint_bank.cpp */,
- 08A6B2660E25A566005539F2 /* blueprint_bank.hpp */,
- 08A6B2670E25A566005539F2 /* blueprint_component.cpp */,
- 08A6B2680E25A566005539F2 /* blueprint_component.hpp */,
- 08A6B2690E25A566005539F2 /* blueprint_window.cpp */,
- 08A6B26A0E25A566005539F2 /* blueprint_window.hpp */,
- 08A6B26B0E25A566005539F2 /* glvgui_example.cpp */,
- 08A6B26C0E25A566005539F2 /* Jamfile.v2 */,
- 08A8CA6F0E3E819C00DA0439 /* glvgui_vtk.cpp */,
- );
- path = glv_gui;
- sourceTree = "<group>";
- };
                 08C675960C13A03E00D85379 /* test */ = {
                         isa = PBXGroup;
                         children = (
- 089C08A60E0AFAF500397123 /* managed */,
- 08C675970C13A03E00D85379 /* Jamfile.v2 */,
- 08F5FF060D07082200FDBAEE /* blueprint */,
- 08F71D3D0CA3547C0010099E /* signals */,
- 088FC6BE0D5A6EAD004F0E76 /* utility */,
- 084467150CE790B300B3CFDF /* test_reflective_component.cpp */,
- 08B9D4190CC3D0790050F10B /* test_binary_op.cpp */,
- 08F26C8B0CBF1CBA00EDC3F6 /* test_port.cpp */,
- 08F26D630CBF2D4100EDC3F6 /* test_proxy_port.cpp */,
- 08B9D41E0CC3D0A80050F10B /* my_producer_consumer.hpp */,
- 08F24D6E0CC4419F00FC4A0C /* test_keyed_port.cpp */,
- 08F21F770CC6A2EB00DE649A /* test_unary_op.cpp */,
- 08F21FC20CC6B3E600DE649A /* test_component.cpp */,
- 08F09F2E0D00B5C300DE0BFC /* my_producer_consumer_operations.hpp */,
- 08F2D4D10D0B106F0054E4A2 /* test_vector_port.cpp */,
- 08F1AAA40D0B69D200D3812E /* test_entity.cpp */,
- 0815AEC90D0B814E007ED135 /* test_complemented_port.cpp */,
- 08A364C10E129DC7001E6002 /* test_dynamic_port.cpp */,
- 089E78C20E132E220008C0BB /* dynamic_multi_port.hpp */,
                         );
                         name = test;
                         path = ../../test;
                         sourceTree = SOURCE_ROOT;
                 };
- 08D2C7320D1DDE41008388D7 /* fltk_gui */ = {
- isa = PBXGroup;
- children = (
- 08D2C7330D1DDE5C008388D7 /* Jamfile.v2 */,
- 08D2C7390D1DDEB8008388D7 /* fltk_gui_example.cpp */,
- 086231CB0D1F422F0068A238 /* BlueprintWindow.hpp */,
- 086231D10D1F42B60068A238 /* BlueprintWindow.cpp */,
- 086231CD0D1F42650068A238 /* BlueprintBank.hpp */,
- 086231CE0D1F42650068A238 /* BlueprintBank.cpp */,
- 086231CF0D1F42A10068A238 /* BlueprintComponent.hpp */,
- 086231D00D1F42A10068A238 /* BlueprintComponent.cpp */,
- );
- path = fltk_gui;
- sourceTree = "<group>";
- };
- 08EF9B200C5D506A00D4D206 /* signals */ = {
- isa = PBXGroup;
- children = (
- 08FBDA3B0CD2748100CC3891 /* conditional_templated.hpp */,
- 08EF9B520C5D537F00D4D206 /* support.hpp */,
- 08EF9B210C5D506A00D4D206 /* component */,
- 08EF9B390C5D506A00D4D206 /* connection */,
- 08EF9B440C5D506A00D4D206 /* connection.hpp */,
- 08EF9B450C5D506A00D4D206 /* detail */,
- 08F417350CFA466000C10A54 /* runtime_support.hpp */,
- );
- path = signals;
- sourceTree = "<group>";
- };
- 08EF9B210C5D506A00D4D206 /* component */ = {
- isa = PBXGroup;
- children = (
- 08EF9B270C5D506A00D4D206 /* detail */,
- 08EF9B220C5D506A00D4D206 /* applicator.hpp */,
- 08EF9B230C5D506A00D4D206 /* chain.hpp */,
- 08EF9B240C5D506A00D4D206 /* conditional.hpp */,
- 08EF9B250C5D506A00D4D206 /* conditional_modifier.hpp */,
- 08EF9B260C5D506A00D4D206 /* counter.hpp */,
- 08EF9B2C0C5D506A00D4D206 /* filter.hpp */,
- 08EF9B2D0C5D506A00D4D206 /* filter_base.hpp */,
- 08B234E40DC92C3A002A7FFE /* fusion_filter.hpp */,
- 08EF9B2E0C5D506A00D4D206 /* function.hpp */,
- 08EF9B2F0C5D506A00D4D206 /* instantiator.hpp */,
- 08EF9B300C5D506A00D4D206 /* junction.hpp */,
- 08EF9B310C5D506A00D4D206 /* modifier.hpp */,
- 08EF9B320C5D506A00D4D206 /* mutex.hpp */,
- 08EF9B330C5D506A00D4D206 /* multiplexer.hpp */,
- 08EF9B340C5D506A00D4D206 /* socket_receiver.hpp */,
- 08EF9B350C5D506A00D4D206 /* socket_sender.hpp */,
- 08EF9B360C5D506A00D4D206 /* storage.hpp */,
- 08EF9B370C5D506A00D4D206 /* timed_generator.hpp */,
- 08F995660CCFC68F001184CE /* condition.hpp */,
- );
- path = component;
- sourceTree = "<group>";
- };
- 08EF9B270C5D506A00D4D206 /* detail */ = {
- isa = PBXGroup;
- children = (
- 08FBDA240CD26F8700CC3891 /* unfused_inherited_templated.hpp */,
- 08EF9B280C5D506A00D4D206 /* generic_template.hpp */,
- 08EF9B290C5D506A00D4D206 /* serialize_fusion_vector.hpp */,
- 08EF9B2A0C5D506A00D4D206 /* storable.hpp */,
- 08EF9B2B0C5D506A00D4D206 /* unfused_inherited.hpp */,
- );
- path = detail;
- sourceTree = "<group>";
- };
- 08EF9B390C5D506A00D4D206 /* connection */ = {
- isa = PBXGroup;
- children = (
- 08EF9B3B0C5D506A00D4D206 /* detail */,
- 084482560CA0B37200B88137 /* operators.hpp */,
- );
- path = connection;
- sourceTree = "<group>";
- };
- 08EF9B3B0C5D506A00D4D206 /* detail */ = {
- isa = PBXGroup;
- children = (
- 08EF9B3D0C5D506A00D4D206 /* replace_return_type.hpp */,
- 08EF9B3E0C5D506A00D4D206 /* result_of_defined.hpp */,
- );
- path = detail;
- sourceTree = "<group>";
- };
- 08EF9B450C5D506A00D4D206 /* detail */ = {
- isa = PBXGroup;
- children = (
- 08EF9B470C5D506A00D4D206 /* unfused_typed_class.hpp */,
- );
- path = detail;
- sourceTree = "<group>";
- };
- 08F01F950C470E1500C0ED27 /* support */ = {
- isa = PBXGroup;
- children = (
- 08F1A9970D0B5DE200D3812E /* traits.hpp */,
- 08F59F460D01B9D4007CD201 /* default_port_provider.hpp */,
- 08F418080CBD69FE007E7F7A /* port.hpp */,
- 08F1CD260CC55A2A00EB5B4A /* port */,
- 08FCB38D0CC5DCD2003906C1 /* unary_operation.hpp */,
- 082761BE0C6037A90030E557 /* invocable.hpp */,
- 08F418AB0CBD7668007E7F7A /* proxy_port.hpp */,
- 08061C2D0CBEE985002DC710 /* binary_operation.hpp */,
- 08061C980CBEF0C6002DC710 /* keyed_port.hpp */,
- 08F2A85A0D0C663C00AED0BC /* fusion_keyed_port.hpp */,
- 08F21FAD0CC6ABCF00DE649A /* component.hpp */,
- 08F21FB90CC6B29600DE649A /* component_operation.hpp */,
- 0844671B0CE7918C00B3CFDF /* reflective_component.hpp */,
- 080612F30CF20A4A00F9DDF9 /* complemented_port.hpp */,
- 08F4173A0CFA468D00C10A54 /* runtime.hpp */,
- 08F417460CFA486200C10A54 /* tags.hpp */,
- 08F09E820D00ACCD00DE0BFC /* fusion_component.hpp */,
- 08F179B70D008313005FDC23 /* detail */,
- 08F322240D09F136007C1658 /* port_vector.hpp */,
- 08F2D4A60D0B0C640054E4A2 /* fusion_port_vector.hpp */,
- 08F322740D0A0445007C1658 /* vector_port.hpp */,
- 08F2A83A0D0C634200AED0BC /* fusion_vector_port.hpp */,
- 08A82B550E11EBF500AAB117 /* dynamic_port.hpp */,
- );
- path = support;
- sourceTree = "<group>";
- };
- 08F0216A0C473AE000C0ED27 /* detail */ = {
- isa = PBXGroup;
- children = (
- 08F22ECE0C4BF6130027D364 /* make_ref.hpp */,
- 08F01A280D0A0D68002CDBAF /* transform_remove_reference.hpp */,
- );
- path = detail;
- sourceTree = "<group>";
- };
- 08F022C10C47556200C0ED27 /* connection */ = {
- isa = PBXGroup;
- children = (
- 08F348500C492B320096097F /* operator */,
- 08F022C20C47556200C0ED27 /* group.hpp */,
- 08F022C70C47565600C0ED27 /* operators.hpp */,
- );
- path = connection;
- sourceTree = "<group>";
- };
- 08F079940CA88EAB001E6E24 /* templates */ = {
- isa = PBXGroup;
- children = (
- 08F3944C0CCEC35E00ED7978 /* binary_operation.hpp */,
- 0801B4370CE9488B00A7A8D1 /* operator.hpp */,
- 089CDAA90D8333CC00731C70 /* unary_operation.hpp */,
- );
- path = templates;
- sourceTree = "<group>";
- };
- 08F179B70D008313005FDC23 /* detail */ = {
- isa = PBXGroup;
- children = (
- 08F1A9A60D0B605000D3812E /* traits_sequence.hpp */,
- 08F179B80D00832F005FDC23 /* make_specializable_operation.hpp */,
- );
- path = detail;
- sourceTree = "<group>";
- };
- 08F1CD260CC55A2A00EB5B4A /* port */ = {
- isa = PBXGroup;
- children = (
- 08F1A9990D0B5E3900D3812E /* traits.hpp */,
- 08F59F520D01BD19007CD201 /* port.hpp */,
- 08F59F4E0D01BC56007CD201 /* default_port_provider.hpp */,
- 08F59F200D01B5E6007CD201 /* category.hpp */,
- 08F1CD270CC55A2A00EB5B4A /* detail */,
- 08F972FB0D0471FA00ABF6C1 /* port_adapter.hpp */,
- );
- path = port;
- sourceTree = "<group>";
- };
- 08F1CD270CC55A2A00EB5B4A /* detail */ = {
- isa = PBXGroup;
- children = (
- 08F217BB0CC570CD00F9A91B /* proxy_port_traits_sequence.hpp */,
- );
- path = detail;
- sourceTree = "<group>";
- };
- 08F22F1B0C4C1CC70027D364 /* connection */ = {
- isa = PBXGroup;
- children = (
- 08F22F1C0C4C1CE50027D364 /* iterator_relative.hpp */,
- );
- path = connection;
- sourceTree = "<group>";
- };
- 08F264770CEA9DE800DA01C9 /* introduction */ = {
- isa = PBXGroup;
- children = (
- 08F40B2B0CEFF9BD00D20F30 /* introduction.qbk */,
- );
- path = introduction;
- sourceTree = "<group>";
- };
- 08F265440CEAC22400DA01C9 /* blueprint */ = {
- isa = PBXGroup;
- children = (
- 0812D63C0CF140F30047236E /* component.hpp */,
- 0812D6370CF1283B0047236E /* binary_operation_t.hpp */,
- 0812D6380CF1283B0047236E /* binary_operation.hpp */,
- 08BD9AFB0CEB9D330069AFE2 /* get_port.hpp */,
- 08BD9B090CEB9E3D0069AFE2 /* port.hpp */,
- 08EF045E0CEBF1AD002ABBBC /* port_t.hpp */,
- 08256FE60CEBDFEC003EC1B4 /* network.hpp */,
- 08F346EC0D0CFE9700A037A3 /* vector_port_t.hpp */,
- 08F244EA0D1B682D00EC9B03 /* keyed_port_t.hpp */,
- 08622E2E0D1EE4A70068A238 /* component_bank.hpp */,
- 08C8FA0F0E130E9B00FE64F3 /* dynamic_port_t.hpp */,
- );
- path = blueprint;
- sourceTree = "<group>";
- };
- 08F2A7C10D0C596600AED0BC /* utility */ = {
- isa = PBXGroup;
- children = (
- 08F2A7C20D0C597000AED0BC /* utility.qbk */,
- );
- path = utility;
- sourceTree = "<group>";
- };
- 08F348500C492B320096097F /* operator */ = {
- isa = PBXGroup;
- children = (
- 08F348510C492B4B0096097F /* group.hpp */,
- );
- path = operator;
- sourceTree = "<group>";
- };
- 08F348960CC021CE006D0A67 /* utility */ = {
- isa = PBXGroup;
- children = (
- 089AE58B0D79C96200AB9DA8 /* slot_type.hpp */,
- 089AE5830D79C7CB00AB9DA8 /* bind_object.hpp */,
- 08EFF41A0D0DAFEC004182AE /* enable_if_type.hpp */,
- 08F348970CC021E0006D0A67 /* copy_cv.hpp */,
- 08F2D3A90CCADDE00042A3FF /* underlying_type.hpp */,
- 08F49B8B0D08946200D0CF0E /* uuid_constant.hpp */,
- 084B11CE0D08EB2C00491E27 /* forwardable.hpp */,
- 0815AE780D0B7C88007ED135 /* is_type.hpp */,
- 0842A35C0D5A79A500CF8479 /* forced_sequence.hpp */,
- 089AE57F0D79C5CF00AB9DA8 /* bind_mem_fn.hpp */,
- 089AE6390D79D95C00AB9DA8 /* member_function_signature.hpp */,
- 08C9D7DA0D83C5EB00354FF8 /* bind_mem_fn_overload.hpp */,
- 08AD8AC40D84E3A9008A9764 /* has_call_operator.hpp */,
- );
- path = utility;
- sourceTree = "<group>";
- };
- 08F3592C0CED1E9F00E2BBFB /* blueprint */ = {
- isa = PBXGroup;
- children = (
- 089321B10D7BB19D00F16965 /* examples */,
- 08F3592D0CED1EC400E2BBFB /* blueprint.qbk */,
- 089321B60D7BB28000F16965 /* examples.qbk */,
- );
- path = blueprint;
- sourceTree = "<group>";
- };
- 08F37EDE0C57A49500AC7FB8 /* detail */ = {
- isa = PBXGroup;
- children = (
- 08F37EDF0C57A4A700AC7FB8 /* static_function_call.hpp */,
- );
- path = detail;
- sourceTree = "<group>";
- };
- 08F59F780D01C019007CD201 /* support */ = {
- isa = PBXGroup;
- children = (
- 089321AC0D7BB18300F16965 /* examples */,
- 08F59F820D01C122007CD201 /* support.qbk */,
- 08A0B5710D220CCF0054AD32 /* introduction.qbk */,
- 08F59F790D01C0D2007CD201 /* concepts */,
- 089321BB0D7BB38D00F16965 /* examples.qbk */,
- );
- path = support;
- sourceTree = "<group>";
- };
- 08F59F790D01C0D2007CD201 /* concepts */ = {
- isa = PBXGroup;
- children = (
- 08F59F7A0D01C0D2007CD201 /* binary_operable.qbk */,
- 08F59F7B0D01C0D2007CD201 /* component.qbk */,
- 08F59F7C0D01C0D2007CD201 /* concepts.qbk */,
- 08F59F7D0D01C0D2007CD201 /* port.qbk */,
- 08F59F7E0D01C0D2007CD201 /* unary_operable.qbk */,
- 08F3226F0D0A026B007C1658 /* general.qbk */,
- );
- path = concepts;
- sourceTree = "<group>";
- };
- 08F5FF060D07082200FDBAEE /* blueprint */ = {
- isa = PBXGroup;
- children = (
- 08A15D6F0E2914C3005AE94D /* test_managed_port.cpp */,
- 08F5FF070D07082200FDBAEE /* Jamfile.v2 */,
- 08F5FF130D070A1400FDBAEE /* test_port.cpp */,
- 08F49BFE0D08AD9400D0CF0E /* test_component.cpp */,
- 08C8FA140E13112D00FE64F3 /* test_dynamic_port.cpp */,
- );
- path = blueprint;
- sourceTree = "<group>";
- };
- 08F71D3D0CA3547C0010099E /* signals */ = {
- isa = PBXGroup;
- children = (
- 08F71D3E0CA3547C0010099E /* Jamfile.v2 */,
- 08F216430CC95C3800DD25D3 /* test_result_of_defined.cpp */,
- 08F71D420CA3547C0010099E /* test_connect.cpp */,
- 08F71D460CA3547C0010099E /* test_filter.cpp */,
- 08F71D440CA3547C0010099E /* test_counter.cpp */,
- 08F71D400CA3547C0010099E /* test_branching.cpp */,
- 08F71D410CA3547C0010099E /* test_chain.cpp */,
- 08F71D430CA3547C0010099E /* test_connections.cpp */,
- 08F71D450CA3547C0010099E /* test_disconnect.cpp */,
- 08F71D470CA3547C0010099E /* test_function.cpp */,
- 08F71D480CA3547C0010099E /* test_junction.cpp */,
- 08F71D490CA3547C0010099E /* test_multi_args.cpp */,
- 08F71D4A0CA3547C0010099E /* test_multi_out.cpp */,
- 08F71D4B0CA3547C0010099E /* test_multi_type.cpp */,
- 08F71D4C0CA3547C0010099E /* test_mutex.cpp */,
- 08F71D4D0CA3547C0010099E /* test_pull.cpp */,
- 08F71D4E0CA3547C0010099E /* test_same_type.cpp */,
- 08F71D4F0CA3547C0010099E /* test_socket.cpp */,
- 08F71D500CA3547C0010099E /* test_storage.cpp */,
- 08FBDA3A0CD272ED00CC3891 /* test_multiplexer.cpp */,
- 089B93720D5AA99700F6EEAA /* test_filter_base.cpp */,
- 083F14A50D8A250700D0F8B7 /* test_connect_result.cpp */,
- 08FDEF940DC8E91800422676 /* test_composition.cpp */,
- );
- path = signals;
- sourceTree = "<group>";
- };
- 08F98B3F0CD018E7009D642B /* signals */ = {
- isa = PBXGroup;
- children = (
- 08F98B400CD0190A009D642B /* Jamfile.v2 */,
- 08F448760CD5368000E128A8 /* simple_example_components.hpp */,
- 08C3EEA20C625AE30074AB9E /* simple_example.cpp */,
- 08668C4E0C19A16300ACB19A /* simple_distributed_example.cpp */,
- 08F98B470CD01963009D642B /* intro_example.cpp */,
- 084D2E6E0CE7DFE900E861FA /* gil_example.cpp */,
- 08A0E54C0D7A7674009B11DD /* quick_start_examples.cpp */,
- 083F151E0D8A356500D0F8B7 /* tracking_consumer_example.cpp */,
- 08998BA10D8B2094006ED577 /* specific_tracking_consumer_example.cpp */,
- );
- path = signals;
- sourceTree = "<group>";
- };
- 08FB7BEE0C6157AE00BD4EC2 /* signals */ = {
- isa = PBXGroup;
- children = (
- 089321AE0D7BB19200F16965 /* examples */,
- 08F082570C1DD53400687E1B /* components.qbk */,
- 08F0825A0C1DD58500687E1B /* connections.qbk */,
- 08FB7BEF0C6157D000BD4EC2 /* introduction.qbk */,
- 083FD3B90C62A4CB00EF3F6B /* concepts.qbk */,
- 089321B50D7BB26100F16965 /* examples.qbk */,
- 089CDA940D832AD200731C70 /* tutorial.qbk */,
- );
- path = signals;
- sourceTree = "<group>";
- };
- 08FC25BA0C45B60E00F59CDD /* dataflow */ = {
- isa = PBXGroup;
- children = (
- 0814D87F0E42E38300AC5DFC /* vtk */,
- 089C08A30E0AFA5E00397123 /* managed */,
- 08F01F950C470E1500C0ED27 /* support */,
- 08EF9B200C5D506A00D4D206 /* signals */,
- 08F265440CEAC22400DA01C9 /* blueprint */,
- 08F348960CC021CE006D0A67 /* utility */,
- 08F079940CA88EAB001E6E24 /* templates */,
- 08F022C10C47556200C0ED27 /* connection */,
- 08F0216A0C473AE000C0ED27 /* detail */,
- 08FC25CA0C45CF5B00F59CDD /* phoenix */,
- 08F01F970C470EB700C0ED27 /* support.hpp */,
- );
- name = dataflow;
- path = ../../../../boost/dataflow;
- sourceTree = SOURCE_ROOT;
- };
- 08FC25CA0C45CF5B00F59CDD /* phoenix */ = {
- isa = PBXGroup;
- children = (
- 08F37EDE0C57A49500AC7FB8 /* detail */,
- 08F22F1B0C4C1CC70027D364 /* connection */,
- 08FC25DA0C45D0F700F59CDD /* component */,
- 08F9459A0C46A86E00E224E4 /* components.hpp */,
- 08F01FA30C47132000C0ED27 /* support.hpp */,
- 08F22ED60C4BF78B0027D364 /* sequence_environment.hpp */,
- 08F22FD70C4C87C50027D364 /* static_value.hpp */,
- 08F230020C4C894E0027D364 /* advance.hpp */,
- 08F230430C4C8D810027D364 /* static_function.hpp */,
- 08F4FC170C56C96300EB271A /* producer_container.hpp */,
- );
- path = phoenix;
- sourceTree = "<group>";
- };
- 08FC25DA0C45D0F700F59CDD /* component */ = {
- isa = PBXGroup;
- children = (
- 08FC25DB0C45D0F700F59CDD /* producer.hpp */,
- 08FC25DF0C45D18700F59CDD /* consumer.hpp */,
- 08FC25FC0C45E77B00F59CDD /* producer_accumulator.hpp */,
- 08F22FB40C4C83900027D364 /* constant.hpp */,
- 08F4FBB80C56AFDF00EB271A /* producer_wrapper.hpp */,
- );
- path = component;
- sourceTree = "<group>";
- };
                 08FD5DE40C1BA60700F00877 /* doc */ = {
                         isa = PBXGroup;
                         children = (
- 08FD5E4D0C1BA60800F00877 /* Jamfile.v2 */,
- 08F264770CEA9DE800DA01C9 /* introduction */,
- 08F59F780D01C019007CD201 /* support */,
- 08FB7BEE0C6157AE00BD4EC2 /* signals */,
- 08F3592C0CED1E9F00E2BBFB /* blueprint */,
- 083FD3C00C62A75100EF3F6B /* phoenix */,
- 08F2A7C10D0C596600AED0BC /* utility */,
- 08FD5E4E0C1BA60800F00877 /* dataflow.qbk */,
- 08F36DFB0C41375B00E2F9A1 /* dataflow_table.xml */,
- 08FA6A050C41E11800434913 /* rationale.qbk */,
- 08FB7BFE0C61597000BD4EC2 /* signals.qbk */,
- 083FD3C60C62A7F600EF3F6B /* phoenix.qbk */,
- 08F077830C63F736003D448D /* components.qbk */,
- 08FCEFCE0CB9CEB000BBB599 /* future.qbk */,
                         );
                         name = doc;
                         path = ../../doc;
                         sourceTree = SOURCE_ROOT;
                 };
- 08FFDD6E0CEB709A009318A8 /* blueprint */ = {
- isa = PBXGroup;
- children = (
- 08FFDD740CEB71A2009318A8 /* Jamfile.v2 */,
- 08FFDD6F0CEB70AD009318A8 /* blueprint_example.cpp */,
- );
- path = blueprint;
- sourceTree = "<group>";
- };
 /* End PBXGroup section */
 
 /* Begin PBXProject section */


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk