]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/histogram/examples/Jamfile
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / histogram / examples / Jamfile
index 596a8ca54d8db5cb5be394ad04c2bca5d72d0312..e1b85e0e71ce36fbf4cc337fafae2ef0fb375e58 100644 (file)
@@ -21,6 +21,7 @@ alias cxx14 :
     [ run getting_started_listing_02.cpp ]
     [ run getting_started_listing_03.cpp ]
     [ run getting_started_listing_04.cpp ]
+    [ run getting_started_listing_05.cpp ]
     [ run guide_axis_basic_demo.cpp ]
     [ run guide_axis_circular.cpp ]
     [ run guide_axis_growing.cpp ]
@@ -28,9 +29,11 @@ alias cxx14 :
     [ run guide_axis_with_transform.cpp ]
     [ run guide_axis_with_uoflow_off.cpp ]
     [ run guide_custom_2d_axis.cpp ]
-    [ run guide_custom_accumulators_1.cpp ]
-    [ run guide_custom_accumulators_2.cpp ]
-    [ run guide_custom_accumulators_3.cpp ]
+    [ run guide_custom_accumulators_builtin.cpp ]
+    [ run guide_custom_accumulators_with_metadata.cpp ]
+    [ run guide_custom_accumulators_simple.cpp ]
+    [ run guide_custom_accumulators_advanced.cpp ]
+    [ run guide_custom_accumulators_ouroboros.cpp ]
     [ run guide_custom_minimal_axis.cpp ]
     [ run guide_custom_modified_axis.cpp ]
     [ run guide_custom_storage.cpp ]
@@ -42,6 +45,7 @@ alias cxx14 :
     [ run guide_histogram_reduction.cpp ]
     [ run guide_histogram_projection.cpp ]
     [ run guide_histogram_streaming.cpp ]
+    [ run guide_histogram_in_api.cpp ]
     [ run guide_indexed_access.cpp ]
     [ run guide_make_dynamic_histogram.cpp ]
     [ run guide_make_static_histogram.cpp ]
@@ -53,10 +57,14 @@ alias threading :
     <threading>multi
     ;
 
-alias libserial : /boost/serialization//boost_serialization : <link>static ;
+alias libserial :
+    /boost/serialization//boost_serialization :
+    <link>static <warnings>off <rtti>on
+    ;
 
 alias serial :
-    [ run guide_histogram_serialization.cpp libserial ]
+    [ run guide_histogram_serialization.cpp libserial ] :
+    <warnings>off
     ;
 
 alias all : cxx14 threading serial ;