@@ -6,11 +6,11 @@ zinit-install.zsh - a shell script
6
6
Documentation automatically generated with `zshelldoc'
7
7
8
8
== FUNCTIONS
9
+ +zinit-cmake-hook
9
10
.zi::get-architecture
10
11
.zinit-at-eval
11
12
.zinit-compile-plugin
12
13
.zinit-compinit
13
- .zinit-configure-run-autoconf
14
14
.zinit-download-file-stdout
15
15
.zinit-download-snippet
16
16
.zinit-extract
@@ -27,6 +27,7 @@ Documentation automatically generated with `zshelldoc'
27
27
.zinit-setup-plugin-dir
28
28
.zinit-single-line
29
29
.zinit-update-snippet
30
+ __zinit-cmake-base-hook
30
31
zicp
31
32
ziextract
32
33
zimv
@@ -57,6 +58,16 @@ Has 6 line(s). No functions are called (may set up e.g. a hook, a Zle widget bou
57
58
58
59
Uses feature(s): _source_
59
60
61
+ ==== +zinit-cmake-hook
62
+
63
+ Has 1 line(s). Calls functions:
64
+
65
+ +zinit-cmake-hook
66
+ `-- __zinit-cmake-base-hook
67
+ `-- zinit.zsh/+zi-log
68
+
69
+ Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
70
+
60
71
==== .zi::get-architecture
61
72
62
73
Has 39 line(s). Calls functions:
@@ -139,24 +150,6 @@ Called by:
139
150
zinit.zsh/.zinit-prepare-home
140
151
zinit.zsh/zinit
141
152
142
- ==== .zinit-configure-run-autoconf
143
-
144
- ____
145
-
146
- Called if # passed to configure ice or no ./configure found
147
- Runs autoconf, autoreconf, and autogen.sh
148
-
149
- ____
150
-
151
- Has 64 line(s). Calls functions:
152
-
153
- .zinit-configure-run-autoconf
154
- `-- zinit-side.zsh/.zinit-countdown
155
-
156
- Called by:
157
-
158
- ∞zinit-configure-base-hook
159
-
160
153
==== .zinit-download-file-stdout
161
154
162
155
____
282
275
283
276
____
284
277
285
- Has 57 line(s). Calls functions:
278
+ Has 55 line(s). Calls functions:
286
279
287
280
.zinit-get-latest-gh-r-url-part
288
281
`-- zinit.zsh/+zi-log
470
463
471
464
____
472
465
473
- Has 214 line(s). Calls functions:
466
+ Has 213 line(s). Calls functions:
474
467
475
468
.zinit-setup-plugin-dir
476
469
|-- .zinit-download-file-stdout
@@ -552,6 +545,26 @@ Called by:
552
545
553
546
zinit-autoload.zsh/.zinit-update-or-status-snippet
554
547
548
+ ==== __zinit-cmake-base-hook
549
+
550
+ ____
551
+
552
+ FUNCTION: __zinit-cmake-base-hook [[[
553
+ A base common implementation of the cmake ice
554
+
555
+ ____
556
+
557
+ Has 23 line(s). Calls functions:
558
+
559
+ __zinit-cmake-base-hook
560
+ `-- zinit.zsh/+zi-log
561
+
562
+ Uses feature(s): _eval_, _setopt_
563
+
564
+ Called by:
565
+
566
+ +zinit-cmake-hook
567
+
555
568
==== zicp
556
569
557
570
Has 30 line(s). Doesn't call other functions.
@@ -665,43 +678,30 @@ Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
665
678
666
679
____
667
680
668
- A base common implementation of configure'', as all
669
- the starting steps are rigid and the same in all
670
- hooks, hence the idea. TODO: use in make'' and other
671
- places.
681
+ A base common implementation of the configure ice
672
682
673
683
____
674
684
675
- Has 65 line(s). Calls functions:
685
+ Has 40 line(s). Calls functions:
676
686
677
687
∞zinit-configure-base-hook
678
- |-- .zinit-configure-run-autoconf
679
- | `-- zinit-side.zsh/.zinit-countdown
680
- |-- zinit-side.zsh/.zinit-countdown
688
+ |-- zinit.zsh/+zi-log
681
689
`-- zinit.zsh/@zinit-substitute
682
690
691
+ Uses feature(s): _eval_, _setopt_
692
+
683
693
Called by:
684
694
685
695
∞zinit-configure-e-hook
686
696
∞zinit-configure-hook
687
697
688
698
==== ∞zinit-configure-e-hook
689
699
690
- ____
691
-
692
- The !-version of configure'' ice. Runs in between
693
- of make'!!' and make'!'. Configure naturally runs
694
- before make.
695
-
696
- ____
697
-
698
700
Has 1 line(s). Calls functions:
699
701
700
702
∞zinit-configure-e-hook
701
703
`-- ∞zinit-configure-base-hook
702
- |-- .zinit-configure-run-autoconf
703
- | `-- zinit-side.zsh/.zinit-countdown
704
- |-- zinit-side.zsh/.zinit-countdown
704
+ |-- zinit.zsh/+zi-log
705
705
`-- zinit.zsh/@zinit-substitute
706
706
707
707
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
@@ -720,9 +720,7 @@ Has 1 line(s). Calls functions:
720
720
721
721
∞zinit-configure-hook
722
722
`-- ∞zinit-configure-base-hook
723
- |-- .zinit-configure-run-autoconf
724
- | `-- zinit-side.zsh/.zinit-countdown
725
- |-- zinit-side.zsh/.zinit-countdown
723
+ |-- zinit.zsh/+zi-log
726
724
`-- zinit.zsh/@zinit-substitute
727
725
728
726
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
@@ -753,12 +751,20 @@ Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
753
751
754
752
==== ∞zinit-make-base-hook
755
753
756
- Has 29 line(s). Calls functions:
754
+ ____
755
+
756
+ A base common implementation of the make ice
757
+
758
+ ____
759
+
760
+ Has 57 line(s). Calls functions:
757
761
758
762
∞zinit-make-base-hook
759
- |-- zinit-side .zsh/.zinit-countdown
763
+ |-- zinit.zsh/+zi-log
760
764
`-- zinit.zsh/@zinit-substitute
761
765
766
+ Uses feature(s): _eval_, _setopt_
767
+
762
768
Called by:
763
769
764
770
∞zinit-make-e-hook
@@ -771,7 +777,7 @@ Has 1 line(s). Calls functions:
771
777
772
778
∞zinit-make-e-hook
773
779
`-- ∞zinit-make-base-hook
774
- |-- zinit-side .zsh/.zinit-countdown
780
+ |-- zinit.zsh/+zi-log
775
781
`-- zinit.zsh/@zinit-substitute
776
782
777
783
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
@@ -782,7 +788,7 @@ Has 1 line(s). Calls functions:
782
788
783
789
∞zinit-make-ee-hook
784
790
`-- ∞zinit-make-base-hook
785
- |-- zinit-side .zsh/.zinit-countdown
791
+ |-- zinit.zsh/+zi-log
786
792
`-- zinit.zsh/@zinit-substitute
787
793
788
794
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
@@ -793,7 +799,7 @@ Has 1 line(s). Calls functions:
793
799
794
800
∞zinit-make-hook
795
801
`-- ∞zinit-make-base-hook
796
- |-- zinit-side .zsh/.zinit-countdown
802
+ |-- zinit.zsh/+zi-log
797
803
`-- zinit.zsh/@zinit-substitute
798
804
799
805
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
0 commit comments