summary refs log tree commit diff stats
path: root/tools/niminst
Commit message (Expand)AuthorAgeFilesLines
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-2/+2
* fixes warnings when building csources (#21194)ringabout2022-12-281-6/+6
* ucpu fix-up for arm64 value on macos m1 (#21142)Luca Guzzon2022-12-201-0/+3
* csource building prefers `bin/nim` (#21115)ringabout2022-12-161-2/+13
* Add HPPA and sparc64 architectures (#20934)Federico Ceratto2022-12-011-0/+7
* Support IBM Z architecture (#20943)Federico Ceratto2022-11-281-0/+3
* Handle ppc CPU architecture (#20920)Federico Ceratto2022-11-261-1/+1
* fixes niminst with stricteffects; add testcase for niminst (#20587)ringabout2022-10-182-1/+12
* niminst: support DESTDIR and quote variables (#20051)Anna2022-07-181-42/+45
* Enable nim-lang to build correctly on illumos-based systems (#19952)Sam Zaydel2022-06-301-1/+1
* Fix CPU detection for i386 (#19577)VlkrS2022-03-031-1/+1
* Fix build on FreeBSD/powerpc (#19282)pkubaj2021-12-221-2/+4
* Add icon for Nim (#19258)snxx2021-12-173-0/+0
* Add support for LoongArch (#19223)wenghongquan2021-12-092-0/+5
* Add Elbrus 2000 architecture (#19024)Danil Yarantsev2021-10-212-0/+5
* add OpenIndiana to list (#18972)antonl052021-10-091-1/+11
* Add armv8l support (Closes: #18898) (#18901) [backport]Federico Ceratto2021-09-272-1/+4
* ported Nim to proprietary CrossOS [backport] (#18889)Andreas Rumpf2021-09-241-0/+5
* Clarify unknown processor error (#18829)Federico Ceratto2021-09-091-1/+1
* [source code filter]fix Nightlies bug (#18475)flywind2021-07-121-1/+1
* fix shebangs #! /xxx => #!/xxx (#18444)Timothee Cour2021-07-073-3/+3
* fix compilation on Debian 7 (no git -C) (#18427)Andrey Makarov2021-07-061-1/+2
* Enable parallel build in build.sh (#18195)Federico Ceratto2021-06-141-0/+24
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-2/+0
* Update buildsh.nimf (#15945)lenoil982020-11-131-3/+4
* Add support for FreeBSD/PowerPC64 Little Endian (#15927)lenoil982020-11-122-1/+7
* Fix #12027 (#15519)genotrance2020-10-101-1/+1
* niminst: restore ZIP building functionality (#15472)alaviss2020-10-021-0/+5
* Clean out niminst (#15451)Juan Carlos2020-10-011-74/+31
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-4/+4
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-4/+4
* New freebsd platforms (#14801)lbartoletti2020-06-291-1/+1
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
* [OpenBSD] Add arm support (#14608)lbartoletti2020-06-081-0/+1
* Revert "niminst: use threaded compression when supported (#14455)" (#14462)alaviss2020-05-271-4/+2
* niminst: use threaded compression when supported (#14455)alaviss2020-05-261-2/+4
* Add arm/arm64 for FreeBSD (#13822)lbartoletti2020-03-311-2/+2
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-241-1/+2
* fix linenoise regression (#13395)Timothee Cour2020-02-121-11/+19
* remove unused imports from testsnarimiran2019-11-061-1/+1
* Add build support for Linux/hppa (#12271)John Paul Adrian Glaubitz2019-09-261-0/+2
* Add build support for FreeBSD PowerPC64lenoil982019-08-231-0/+5
* Add build support for FreeBSD PowerPC64lenoil982019-08-231-1/+8
* Add build support for Linux/ia64 (#11880) [feature]John Paul Adrian Glaubitz2019-08-041-0/+2
* minor style changesAraq2019-07-101-1/+1
* niminst: get rid of LINKER / LD (#11379)alaviss2019-06-032-9/+3
* Add build support for Linux/alpha (#11386)John Paul Adrian Glaubitz2019-06-031-0/+2
* niminst/makefile: add windows support (#11380)alaviss2019-06-021-2/+12
* Add build support for Linux/m68k (#11366)John Paul Adrian Glaubitz2019-06-021-0/+2
* Add build support for Linux/sparc64 (#11365)John Paul Adrian Glaubitz2019-06-011-2/+6
committer Araq <rumpf_a@web.de> 2016-09-28 23:39:56 +0200 more documentation knows about the new install_tools.nims script' href='/ahoang/Nim/commit/readme.md?h=devel&id=ae0e5604f4d643488b668a82f2eec90f2b2d4e4c'>ae0e5604f ^
49d810f34 ^
1a7fdb09d ^



46ee026e7 ^

03b05bd34 ^


46ee026e7 ^
03b05bd34 ^



46ee026e7 ^

03b05bd34 ^



46ee026e7 ^

03b05bd34 ^
46ee026e7 ^
03b05bd34 ^































a16e6bd22 ^

03b05bd34 ^




1a7fdb09d ^
03b05bd34 ^





























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