Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2015 15:31:35 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383135 - head/devel/embb
Message-ID:  <201504031531.t33FVZOu023595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Fri Apr  3 15:31:34 2015
New Revision: 383135
URL: https://svnweb.freebsd.org/changeset/ports/383135

Log:
  Update to upstream version 0.3.0

Modified:
  head/devel/embb/Makefile
  head/devel/embb/distinfo
  head/devel/embb/pkg-plist

Modified: head/devel/embb/Makefile
==============================================================================
--- head/devel/embb/Makefile	Fri Apr  3 15:17:28 2015	(r383134)
+++ head/devel/embb/Makefile	Fri Apr  3 15:31:34 2015	(r383135)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	embb
-PORTVERSION=	0.2.3
+PORTVERSION=	0.3.0
 CATEGORIES=	devel
 
 MAINTAINER=	riggs@FreeBSD.org
@@ -13,8 +13,7 @@ LICENSE_COMB=	multi
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	siemens
-GH_COMMIT=	6d3c6d0
-GH_TAGNAME=	${GH_COMMIT}
+GH_TAGNAME=	5abeb06
 
 USES=		cmake:outsource compiler:c11
 

Modified: head/devel/embb/distinfo
==============================================================================
--- head/devel/embb/distinfo	Fri Apr  3 15:17:28 2015	(r383134)
+++ head/devel/embb/distinfo	Fri Apr  3 15:31:34 2015	(r383135)
@@ -1,2 +1,2 @@
-SHA256 (embb-0.2.3.tar.gz) = fbed9141c85aca3b58776f4ad229d4f0dfdeb0c004fdf3f2d0a6a34881f40c76
-SIZE (embb-0.2.3.tar.gz) = 1457322
+SHA256 (siemens-embb-0.3.0-5abeb06_GH0.tar.gz) = c96270ad4db7efb077ebe580fcd25cb271d1572f12620028a6ce74f5e5ef7cdb
+SIZE (siemens-embb-0.3.0-5abeb06_GH0.tar.gz) = 1520639

Modified: head/devel/embb/pkg-plist
==============================================================================
--- head/devel/embb/pkg-plist	Fri Apr  3 15:17:28 2015	(r383134)
+++ head/devel/embb/pkg-plist	Fri Apr  3 15:31:34 2015	(r383135)
@@ -125,17 +125,36 @@ include/embb/dataflow/internal/tuple.h
 include/embb/dataflow/internal/typelist.h
 include/embb/dataflow/network.h
 include/embb/mtapi/action.h
+include/embb/mtapi/action_attributes.h
+include/embb/mtapi/affinity.h
 include/embb/mtapi/c/mtapi.h
-include/embb/mtapi/continuation.h
-include/embb/mtapi/execution_policy.h
-include/embb/mtapi/internal/cmake_config.h
+include/embb/mtapi/c/mtapi_ext.h
+include/embb/mtapi/c/mtapi_network.h
 include/embb/mtapi/group.h
+include/embb/mtapi/group_attributes.h
+include/embb/mtapi/internal/check_status.h
+include/embb/mtapi/job.h
 include/embb/mtapi/mtapi.h
 include/embb/mtapi/node.h
+include/embb/mtapi/node_attributes.h
 include/embb/mtapi/queue.h
+include/embb/mtapi/queue_attributes.h
+include/embb/mtapi/status_exception.h
 include/embb/mtapi/task.h
-include/embb/mtapi/taskcontext.h
+include/embb/mtapi/task_attributes.h
+include/embb/mtapi/task_context.h
+include/embb/tasks/action.h
+include/embb/tasks/continuation.h
+include/embb/tasks/execution_policy.h
+include/embb/tasks/group.h
+include/embb/tasks/internal/cmake_config.h
+include/embb/tasks/node.h
+include/embb/tasks/queue.h
+include/embb/tasks/task.h
+include/embb/tasks/task_context.h
+include/embb/tasks/tasks.h
 include/mtapi.h
+include/mtapi_ext.h
 lib/libembb_algorithms_cpp.a
 lib/libembb_base_c.a
 lib/libembb_base_cpp.a
@@ -143,90 +162,8 @@ lib/libembb_containers_cpp.a
 lib/libembb_dataflow_cpp.a
 lib/libembb_mtapi_c.a
 lib/libembb_mtapi_cpp.a
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/count-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/count_if-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/counting-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/setup-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/doubling-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/doubling_zip-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/for_each-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/setup_zip-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/invocation-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/invoke-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/packages-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/parallel_quick_sort-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/quick_sort-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/dot_product-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/parallel-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/range_init-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/reduce-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/second_range_init-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/sequential-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/prefix_sum-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/scan-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/sequential_prefix_sum-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/setup-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/merge_sort_preallocated-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/quick_sort-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/quick_sort_custom_compare-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/range_define-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/sorting-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool_2-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/containers/queues-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/containers/queues-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/containers/stack-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/containers/stack-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_add-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_comparator-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_connect-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_consumer-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_add_sources-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_replace-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_sink-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_source-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_include-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_linear-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_network-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_nonlinear-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_producer-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_replace_function-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_run-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_sink_function-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_source_function-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/insert_snippets.py
-%%EXAMPLES%%%%EXAMPLESDIR%%/main.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_action_signature-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_calc_direct-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_calc_task-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_domain_node_id-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_finalize-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_initialize-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_register_action-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_start_task-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_validate_arguments-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_validate_result_buffer-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_wait_task-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_check_status-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp-fragmented.cc
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_action_signature-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_calc_direct-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_calc_task-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_get_node-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_start_task-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_wait_task-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_terminating_condition-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_write_back-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/function-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/function_define-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/functor-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/functor_define-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/lambda-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/manual-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/setup-snippet.h
-%%EXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/stl_for_each-fragmented.cc
+lib/libembb_mtapi_network_c.a
+lib/libembb_tasks_cpp.a
 %%DOCS%%%%DOCSDIR%%/images/embb.jpg
 %%DOCS%%%%DOCSDIR%%/images/embb.pdf
 %%DOCS%%%%DOCSDIR%%/images/embb.png
@@ -252,3 +189,119 @@ lib/libembb_mtapi_cpp.a
 %%DOCS%%%%DOCSDIR%%/tutorial/sty/siemens_double.sty
 %%DOCS%%%%DOCSDIR%%/tutorial/sty/siemens_single.sty
 %%DOCS%%%%DOCSDIR%%/tutorial/tutorial.tex
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/content/tasks.tex
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/count-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/count_if-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/counting-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/counting/setup-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/doubling-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/doubling_zip-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/for_each-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/for_each/setup_zip-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/invocation-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/invoke-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/packages-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/parallel_quick_sort-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/invoke/quick_sort-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/dot_product-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/parallel-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/range_init-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/reduce-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/second_range_init-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/reduce/sequential-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/prefix_sum-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/scan-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/sequential_prefix_sum-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/scan/setup-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/merge_sort_preallocated-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/quick_sort-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/quick_sort_custom_compare-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/range_define-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algorithms/sorting/sorting-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/containers/object_pool_2-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/containers/queues-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/containers/queues-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/containers/stack-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/containers/stack-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_add-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_comparator-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_connect-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_consumer-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_add_sources-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_replace-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_sink-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_declare_source-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_include-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_linear-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_network-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_nonlinear-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_producer-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_replace_function-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_run-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_sink_function-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataflow/dataflow_source_function-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insert_snippets.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_action_signature-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_calc_direct-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_calc_task-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_domain_node_id-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_finalize-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_initialize-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_network-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_opencl-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_plugin-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_plugin_action_create-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_plugin_action_finalize_cb-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_plugin_get_job-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_plugin_task_cancel_cb-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_plugin_task_schedule-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_plugin_task_start-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_plugin_task_start_cb-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_register_action-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_start_task-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_validate_arguments-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_validate_result_buffer-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_c_wait_task-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_check_status-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_calc_task-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_domain_node_id-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_finalize-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_get_node-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_initialize-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_main-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_register_action-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_start_task-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_cpp_wait_task-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_network_c_action_function-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_network_c_header-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_network_c_local_action_create-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_network_c_plugin_finalize-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_network_c_plugin_initialize-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_network_c_remote_action_create-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_opencl_c_action_create-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_opencl_c_header-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_opencl_c_kernel-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_opencl_c_plugin_finalize-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_opencl_c_plugin_initialize-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_terminating_condition-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtapi/mtapi_write_back-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/function-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/function_define-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/functor-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/functor_define-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/lambda-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/manual-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/setup-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stl_for_each/stl_for_each-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tasks/tasks_cpp-fragmented.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tasks/tasks_cpp_action_signature-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tasks/tasks_cpp_calc_direct-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tasks/tasks_cpp_calc_task-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tasks/tasks_cpp_get_node-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tasks/tasks_cpp_start_task-snippet.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tasks/tasks_cpp_wait_task-snippet.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504031531.t33FVZOu023595>