summary refs log tree commit diff stats
path: root/build_all.sh
Commit message (Expand)AuthorAgeFilesLines
* Build compiler with --noNimblePath (#20168)Ivan Yonchovski2022-08-091-1/+1
* fix shebangs #! /xxx => #!/xxx (#18444)Timothee Cour2021-07-071-1/+1
* ref #17913; fix typo in tools/ci_generate.nim generating build_all.sh (#17915)Timothee Cour2021-05-011-1/+1
* reuse config/build_config.txt for all bootstrap scripts (posix + windows + ci...Timothee Cour2021-05-011-4/+5
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-41/+5
* misc fixes: build_all.sh, changelog (#17601)Timothee Cour2021-04-011-1/+1
* Correct all eggs (#15906)Miran2020-11-101-2/+2
* Make build_all.sh file executable (#14518)Frank Paulo Filho2020-06-011-0/+0
* isolate the build process from external config files (#13411)Ștefan Talpalaru2020-02-141-3/+4
* build_all.sh update (#13320)Clyybber2020-02-041-2/+3
* Make build_all.sh more portable and a bit simpler (#13308)Clyybber2020-02-031-6/+3
* build_all.sh: building csources 5X faster thanks to make -j (#13300)Timothee Cour2020-01-311-4/+24
* Pass command line arguments from build_all.sh to build.sh (#11195)Taylor Hoff2019-05-081-2/+2
* 32 bit fixes (#10608)Arne Döring2019-02-131-1/+0
* properly fix #10030 by skipping all external configs (#10324)Timothee Cour2019-01-161-3/+2
* fixes #10030 bootstrap is insulated from user config (#10244)Timothee Cour2019-01-101-1/+5
* [ci skip] update docs for build_all.sh (#10086)Timothee Cour2018-12-271-1/+1
* build_all.sh fix bug introduced in https://github.com/nim-lang/Nim/pull/9145Timothee Cour2018-10-081-1/+1
* fix: echo "\n" not portablevaltron2018-10-011-1/+1
* save a backup of csources-built nim to bin/nim_csources to avoid recompiling ...Timothee Cour2018-08-091-4/+13
* add build_all.sh to allow 1-liner to build development version of the compile...Timothee Cour2018-08-081-0/+22
me/tests/caasdriver.nim?h=devel&id=10c441deed6b9ee176f59ef3ee015f99a54c4f46'>^
a8e12afc7 ^
41c51a11d ^
28041461b ^
41c51a11d ^

d2def332f ^

1d813167c ^
4864447ba ^
dfeb573ed ^
cd2c6128d ^
a8e12afc7 ^
cd2c6128d ^
41c51a11d ^

d2def332f ^
41c51a11d ^
c6034277f ^
cd2c6128d ^
41c51a11d ^
8f76092b8 ^

41c51a11d ^

b4ea608b6 ^





b22af9776 ^

b4ea608b6 ^
8f76092b8 ^
cd2c6128d ^
8f76092b8 ^

cd2c6128d ^
8f76092b8 ^
41c51a11d ^
a8e12afc7 ^
2793170fe ^
a8e12afc7 ^
2793170fe ^
a8e12afc7 ^
78a99587a ^
a8e12afc7 ^


4864447ba ^


a8e12afc7 ^
cd2c6128d ^
d2ef99071 ^



8f76092b8 ^
cd2c6128d ^
8f76092b8 ^
78a99587a ^
8f76092b8 ^







cd2c6128d ^
8f76092b8 ^
1658a29ec ^



8f76092b8 ^


28041461b ^





8f76092b8 ^


d2ef99071 ^
8f76092b8 ^

a8e12afc7 ^
d2ef99071 ^
a8e12afc7 ^


78a99587a ^
2793170fe ^
a8e12afc7 ^

c6034277f ^
78a99587a ^
a8e12afc7 ^




1d813167c ^









a8e12afc7 ^

1d813167c ^
69e15ac32 ^
1d813167c ^

8f76092b8 ^
69e15ac32 ^
a8e12afc7 ^

41c51a11d ^
a8e12afc7 ^
41c51a11d ^
a8e12afc7 ^

f11a3b232 ^

a8e12afc7 ^

69e15ac32 ^
a8e12afc7 ^
69e15ac32 ^
a8e12afc7 ^

ebff5f1f2 ^


a8e12afc7 ^

1d813167c ^
8f76092b8 ^
ebff5f1f2 ^
8f76092b8 ^
a8e12afc7 ^

2793170fe ^


18725aab2 ^

d2ef99071 ^
31bb67a30 ^
18725aab2 ^





2793170fe ^
ebff5f1f2 ^
18725aab2 ^
ebff5f1f2 ^



2793170fe ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195