Changeset c824afd
- Timestamp:
- Feb 4, 2026, 2:51:20 PM (27 hours ago)
- Branches:
- master
- Children:
- 2cb10170
- Parents:
- f648875
- git-author:
- Alvin Zhang <alvin.zhang@…> (02/04/26 14:08:17)
- git-committer:
- Alvin Zhang <alvin.zhang@…> (02/04/26 14:51:20)
- Location:
- doc/proposals/modules-alvin/0_type_stubs
- Files:
-
- 62 moved
-
graph/0_initial/graph.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/0_initial/graph.c )
-
graph/0_initial/graph/edge.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/0_initial/graph/edge.c )
-
graph/0_initial/graph/edge_picker.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/0_initial/graph/edge_picker.c )
-
graph/0_initial/graph/node.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/0_initial/graph/node.c )
-
graph/0_initial/main.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/0_initial/main.c )
-
graph/1_size_analysis/a.out (moved) (moved from doc/proposals/modules-alvin/examples/graph/1_size_analysis/a.out )
-
graph/1_size_analysis/size_analysis.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/1_size_analysis/size_analysis.c )
-
graph/2_tshell/graph.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/graph.c )
-
graph/2_tshell/graph/edge.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/graph/edge.c )
-
graph/2_tshell/graph/edge__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/graph/edge__tshell.h )
-
graph/2_tshell/graph/edge_picker.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/graph/edge_picker.c )
-
graph/2_tshell/graph/edge_picker__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/graph/edge_picker__tshell.h )
-
graph/2_tshell/graph/node.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/graph/node.c )
-
graph/2_tshell/graph/node__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/graph/node__tshell.h )
-
graph/2_tshell/graph__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/graph__tshell.h )
-
graph/2_tshell/main.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/2_tshell/main.c )
-
graph/3_export/graph.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph.c )
-
graph/3_export/graph/edge.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/edge.c )
-
graph/3_export/graph/edge__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/edge__export.h )
-
graph/3_export/graph/edge__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/edge__tshell.h )
-
graph/3_export/graph/edge_picker.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/edge_picker.c )
-
graph/3_export/graph/edge_picker__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/edge_picker__export.h )
-
graph/3_export/graph/edge_picker__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/edge_picker__tshell.h )
-
graph/3_export/graph/node.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/node.c )
-
graph/3_export/graph/node__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/node__export.h )
-
graph/3_export/graph/node__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph/node__tshell.h )
-
graph/3_export/graph__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph__export.h )
-
graph/3_export/graph__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/graph__tshell.h )
-
graph/3_export/main.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/3_export/main.c )
-
graph/4_impl/graph.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph.c )
-
graph/4_impl/graph/edge.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge.c )
-
graph/4_impl/graph/edge__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge__export.h )
-
graph/4_impl/graph/edge__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge__impl.c )
-
graph/4_impl/graph/edge__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge__tshell.h )
-
graph/4_impl/graph/edge_picker.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge_picker.c )
-
graph/4_impl/graph/edge_picker__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge_picker__export.h )
-
graph/4_impl/graph/edge_picker__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge_picker__impl.c )
-
graph/4_impl/graph/edge_picker__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/edge_picker__tshell.h )
-
graph/4_impl/graph/node.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/node.c )
-
graph/4_impl/graph/node__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/node__export.h )
-
graph/4_impl/graph/node__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/node__impl.c )
-
graph/4_impl/graph/node__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph/node__tshell.h )
-
graph/4_impl/graph__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph__export.h )
-
graph/4_impl/graph__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph__impl.c )
-
graph/4_impl/graph__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/graph__tshell.h )
-
graph/4_impl/main.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/main.c )
-
graph/4_impl/main__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/4_impl/main__impl.c )
-
graph/5_tweaking/graph/edge__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge__export.h )
-
graph/5_tweaking/graph/edge__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge__impl.c )
-
graph/5_tweaking/graph/edge__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge__tshell.h )
-
graph/5_tweaking/graph/edge_picker__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge_picker__export.h )
-
graph/5_tweaking/graph/edge_picker__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge_picker__impl.c )
-
graph/5_tweaking/graph/edge_picker__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/edge_picker__tshell.h )
-
graph/5_tweaking/graph/node__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/node__export.h )
-
graph/5_tweaking/graph/node__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/node__impl.c )
-
graph/5_tweaking/graph/node__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph/node__tshell.h )
-
graph/5_tweaking/graph__export.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph__export.h )
-
graph/5_tweaking/graph__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph__impl.c )
-
graph/5_tweaking/graph__tshell.h (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/graph__tshell.h )
-
graph/5_tweaking/main__impl.c (moved) (moved from doc/proposals/modules-alvin/examples/graph/5_tweaking/main__impl.c )
-
graph/info.md (moved) (moved from doc/proposals/modules-alvin/examples/graph/info.md )
-
proposal.md (moved) (moved from doc/proposals/modules-alvin/proposal.md )
Note:
See TracChangeset
for help on using the changeset viewer.