Commit 391b3ed
Started working on replacing the header template
This is the initial work for porting over the header template to use
Combyne instead of EJS. It adds in a few helpers that are necessary to
replace missing features that EJS provides like JS boolean logic.1 parent 60d79c7 commit 391b3edCopy full SHA for 391b3ed
File tree
Expand file treeCollapse file tree
7 files changed
+101
-192
lines changedOpen diff view settings
Filter options
- generate
- filters
- partials
- templates
Expand file treeCollapse file tree
7 files changed
+101
-192
lines changedOpen diff view settings
Collapse file
generate/filters/or.js
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
Collapse file
generate/filters/replace.js
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
Collapse file
generate/filters/upper.js
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
Collapse file
+25-14Lines changed: 25 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | 15 | |
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
| 22 | + |
| 23 | + |
| 24 | + |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
30 | 35 | |
31 | | - |
32 | | - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
33 | 43 | |
34 | 44 | |
35 | 45 | |
36 | | - |
37 | | - |
38 | | - |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
39 | 50 | |
40 | 51 | |
41 | 52 | |
42 | 53 | |
43 | 54 | |
44 | | - |
45 | 55 | |
46 | 56 | |
47 | 57 | |
48 | 58 | |
49 | 59 | |
50 | 60 | |
51 | | - |
52 | | - |
| 61 | + |
| 62 | + |
53 | 63 | |
54 | 64 | |
55 | 65 | |
56 | | - |
| 66 | + |
| 67 | + |
57 | 68 | |
Collapse file
generate/partials/fields.cc
Copy file name to clipboard+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
Collapse file
generate/templates/header.h
Copy file name to clipboardExpand all lines: generate/templates/header.h+51-66Lines changed: 51 additions & 66 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | | - |
13 | | - |
| 11 | + |
| 12 | + |
| 13 | + |
14 | 14 | |
15 | | - |
| 15 | + |
16 | 16 | |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
29 | 23 | |
30 | | - |
| 24 | + |
31 | 25 | |
32 | 26 | |
33 | 27 | |
34 | 28 | |
35 | | - |
| 29 | + |
36 | 30 | |
37 | 31 | |
38 | 32 | |
39 | 33 | |
40 | 34 | |
41 | | - |
42 | | - |
| 35 | + |
| 36 | + |
43 | 37 | |
44 | 38 | |
45 | | - |
| 39 | + |
46 | 40 | |
47 | 41 | |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
52 | 46 | |
53 | 47 | |
54 | 48 | |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
73 | 60 | |
74 | 61 | |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
85 | 69 | |
86 | | - |
| 70 | + |
87 | 71 | |
88 | | - |
89 | | - |
| 72 | + |
| 73 | + |
90 | 74 | |
91 | 75 | |
92 | 76 | |
93 | | - |
| 77 | + |
94 | 78 | |
95 | 79 | |
96 | 80 | |
97 | 81 | |
98 | | - |
| 82 | + |
99 | 83 | |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
105 | | - |
106 | | - |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
107 | 93 | |
108 | 94 | |
109 | 95 | |
110 | | - |
Collapse file
generate/templates/header.h.ejs
Copy file name to clipboardExpand all lines: generate/templates/header.h.ejs-112Lines changed: 0 additions & 112 deletions
This file was deleted.
0 commit comments