summary refs log tree commit diff stats
path: root/build_all.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | /cc @valtron printf doesn't include trailing newline, unlike echo
* 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
| | | | from csources (#8582)
* add build_all.sh to allow 1-liner to build development version of the ↵Timothee Cour2018-08-081-0/+22
compiler (#8546)
>947b15216 ^
3ea644690 ^
947b15216 ^















c8b5d6a63 ^
3ea644690 ^
c8b5d6a63 ^







947b15216 ^
c8b5d6a63 ^
1e8a9aead ^
947b15216 ^




1e8a9aead ^
947b15216 ^
c8b5d6a63 ^
947b15216 ^

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