summary refs log tree commit diff stats
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* Clean up gitignore, the current ignore is equvilent to the previousflaviut2014-04-231-548/+16
* Removes generated .dot file uploaded by mistake.Grzegorz Adam Hankiewicz2013-12-301-0/+1
* Merge pull request #759 from zielmicha/stdmsgAndreas Rumpf2013-12-201-0/+2
|\
| * Add two CGI example and basic Python CGI server.Michał Zieliński2013-12-181-0/+2
* | Expand gitignore to include all binaries built by ./koch test.Michał Zieliński2013-12-151-3/+392
|/
* Reimplement parseopt which parses arguments given as a sequence of strings, n...Michał Zieliński2013-12-091-0/+1
* Adds idetools --suggest test case. Refs #484.Grzegorz Adam Hankiewicz2013-07-021-0/+1
* Adds idetools hierarchy nesting test.Grzegorz Adam Hankiewicz2013-06-161-0/+1
* Adds idetools test to check declaration proc signatures.Grzegorz Adam Hankiewicz2013-06-161-0/+1
* Adds idetoos testcase to verify returned signatures.Grzegorz Adam Hankiewicz2013-06-161-1/+1
* Adds symbol proc run mode as suggested by Zahary.Grzegorz Adam Hankiewicz2013-06-111-0/+2
* Adds idetools testcase for dynamic dispatch. Refs #477.Grzegorz Adam Hankiewicz2013-06-101-0/+1
* Renames test cases to be more human friendly.Grzegorz Adam Hankiewicz2013-06-101-2/+2
* Adds idetools testcase. Refs #416.Grzegorz Adam Hankiewicz2013-06-071-0/+1
* Adds idetools test case. Refs #416.Grzegorz Adam Hankiewicz2013-06-071-0/+1
* Adds generic idetools api test case.Grzegorz Adam Hankiewicz2013-06-071-0/+1
* Makes caasdriver exit with number of errors.Grzegorz Adam Hankiewicz2013-06-071-0/+3
* Adds some more entries to the list of ignored files.Grzegorz Adam Hankiewicz2013-05-101-0/+114
* Separate out install/uninstall script generationAlain Kalker2013-03-171-0/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* applies #322 without FReadDir effectAraq2013-02-221-0/+1
* Adds tools/nimweb to .gitignore.Grzegorz Adam Hankiewicz2012-12-171-0/+1
* Adds command line interface for todo example.Grzegorz Adam Hankiewicz2012-11-011-0/+1
* Adds backend code for the cross platform todo example.Grzegorz Adam Hankiewicz2012-11-011-0/+4
* Ignores whole upload directory.Grzegorz Adam Hankiewicz2012-11-011-1/+1
* Adds command line interface for backend addition.Grzegorz Adam Hankiewicz2012-10-191-0/+1
* Adds docs/*.idx to git ignore list.Grzegorz Adam Hankiewicz2012-10-191-0/+1
* Adds android example using jni.Grzegorz Adam Hankiewicz2012-09-081-0/+9
* Adds ios patterns to ignore list.Grzegorz Adam Hankiewicz2012-09-081-0/+13
* PCRE wrapper update to 8.31Schala Zeal2012-07-091-1/+0
* auto generated files and dirs to ignoretakano322011-11-251-0/+4
* `rod' directory was renamed to `compiler'takano322011-11-251-4/+3
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-261-0/+8
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-251-0/+11
* Added a .gitignore filedom962010-10-231-0/+2
config/nim.cfg?h=devel&id=0f4567d59e8d0910be344babeef1b5a62f410b14'>^
6018c7a0c ^
cd2c6128d ^
807164812 ^
cd2c6128d ^


342608db0 ^
cd2c6128d ^

440db2d00 ^

cd2c6128d ^
807164812 ^
3939e674d ^
cd2c6128d ^
f7f87a770 ^
5be4e7b9f ^















4e183dc10 ^










f7f87a770 ^












cd2c6128d ^


3a4ec7f10 ^




3939e674d ^


cd2c6128d ^














e99f35ff2 ^


3b1c5183d ^

1af0ac9d2 ^
88f95a2f7 ^
3b1c5183d ^
febb551f7 ^
88f95a2f7 ^
3b1c5183d ^
1af0ac9d2 ^
88f95a2f7 ^
3b1c5183d ^

88f95a2f7 ^
3b1c5183d ^
e99f35ff2 ^
a13e2bd5e ^
e99f35ff2 ^
cd2c6128d ^

cd2c6128d ^

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
196
197
198
199
200
201
202
203
204
205
206