summary refs log tree commit diff stats
path: root/install.txt
Commit message (Expand)AuthorAgeFilesLines
* document the new way of doing things; refs #4934Araq2016-10-241-2/+4
* Updated the installation instructionsAndreas Rumpf2016-10-211-4/+2
* more documentation knows about the new install_tools.nims scriptAraq2016-09-281-0/+9
* minor install.txt updateAndreas Rumpf2016-01-191-1/+1
* s/Github/GitHub/gAman Gupta2015-09-221-1/+1
* Nimble is officially a part of Nim nowAraq2015-09-051-1/+12
* website knows about new URLsAraq2015-06-151-7/+7
* Revert "Documented faster way to bootstrap-build Nim"Varriount2015-01-171-1/+1
* updated install.txtWay, No2015-01-141-1/+1
* documented nimfixAraq2014-11-041-9/+9
* website updates for 0.9.6Araq2014-10-191-2/+0
* Add info about twitter and bootstrapping from github to website.Dominik Picheta2014-01-121-0/+6
* Removed outdated bootstrapping info from install.txtDominik Picheta2013-08-231-43/+0
* fixes #287; bugfix: subrange checking is performed againAraq2013-04-121-1/+1
* cleanup of tests; use 'koch install' instead of 'install.sh' for a bootstrapp...Araq2013-04-111-0/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-041-2/+6
* doc improvements; added lazarus exampleAraq2011-07-241-35/+38
* 0.8.12 bugfix: some files not in download packageAraq2011-07-111-3/+19
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-3/+3
* const table supportAraq2011-04-291-1/+2
* C source regeneratedAraq2011-04-241-0/+17
* basic continue after error works; interactive mode more usefulAraq2011-02-131-1/+1
* documentation improvementsAraq2011-01-311-3/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* better subscript overloadingrumpf_a@web.de2010-01-031-2/+2
* fixesAndreas Rumpf2009-11-141-1/+1
* version 0.8.2rumpf_a@web.de2009-10-211-5/+4
* added tools and web dirsAndreas Rumpf2009-09-151-5/+2
* overload resolution for proc varsAndreas Rumpf2009-06-241-3/+1
* version0.7.10Andreas Rumpf2009-06-081-0/+4
* version 0.7.8Andreas Rumpf2009-05-081-66/+67
* version 0.7.4Andreas Rumpf2009-01-071-66/+66
* version 0.7.2Andreas Rumpf2008-12-121-1/+2
* version 0.7.0Andreas Rumpf2008-11-161-39/+18
* too many changes to listAndreas Rumpf2008-08-231-45/+26
* first releaseRumpf2008-06-231-21/+25
* Initial importAndreas Rumpf2008-06-221-0/+101
/blame/commands/msg/pipe.go?h=0.5.1&id=6797f9347603aff0831bf56566fbf164cbdda179'>^
7ecc6f9 ^


363aab5 ^

8bb115d ^


217e85a ^



363aab5 ^
7ecc6f9 ^




363aab5 ^
363aab5 ^


9096049 ^
7ecc6f9 ^





363aab5 ^
363aab5 ^




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