# # ChangeLog for doc/proposals/modules-alvin/examples # # Generated by Trac 1.6 # Jan 7, 2026, 7:33:05 AM Mon, 21 Jul 2025 15:56:46 GMT Alvin Zhang [7640ff5] * doc/proposals/modules-alvin/examples/graph/0_initial/graph.c (added) * doc/proposals/modules-alvin/examples/graph/0_initial/graph/edge.c (added) * doc/proposals/modules-alvin/examples/graph/0_initial/graph/edge_picker.c (added) * doc/proposals/modules-alvin/examples/graph/0_initial/graph/node.c (added) * doc/proposals/modules-alvin/examples/graph/0_initial/main.c (added) * doc/proposals/modules-alvin/examples/graph/1_size_analysis/a.out (added) * doc/proposals/modules-alvin/examples/graph/1_size_analysis/size_analysis.c (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/graph.c (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/graph/edge.c (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/graph/edge__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/graph/edge_picker.c (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/graph/edge_picker__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/graph/node.c (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/graph/node__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/graph__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/2_tshell/main.c (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph.c (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/edge.c (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/edge__export.h (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/edge__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/edge_picker.c (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/edge_picker__export.h (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/edge_picker__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/node.c (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/node__export.h (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph/node__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph__export.h (added) * doc/proposals/modules-alvin/examples/graph/3_export/graph__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/3_export/main.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge__export.h (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge__impl.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge_picker.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge_picker__export.h (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge_picker__impl.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge_picker__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/node.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/node__export.h (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/node__impl.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph/node__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph__export.h (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph__impl.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/graph__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/4_impl/main.c (added) * doc/proposals/modules-alvin/examples/graph/4_impl/main__impl.c (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge__export.h (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge__impl.c (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge_picker__export.h (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge_picker__impl.c (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge_picker__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/node__export.h (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/node__impl.c (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/node__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph__export.h (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph__impl.c (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/graph__tshell.h (added) * doc/proposals/modules-alvin/examples/graph/5_tweaking/main__impl.c (added) * doc/proposals/modules-alvin/examples/graph/info.md (added) add graph example for modules proposal