summary refs log tree commit diff stats
path: root/tests/threads
Commit message (Expand)AuthorAgeFilesLines
* fix #17267 (#17273)flywind2021-03-071-0/+6
* faster CIs (#13803)Miran2020-03-305-57/+6
* Fix and reenable thread tests (#11343)Zed2019-05-282-8/+5
* make tests green againAraq2019-05-271-1/+1
* fixes #10795Andreas Rumpf2019-03-061-5/+18
* remove deprecated modules (#10215)Miran2019-01-073-58/+0
* lots of small changesArne Döring2018-12-111-1/+1
* require errormsg to be specified before file.Arne Döring2018-12-112-5/+2
* make tests green againAraq2018-11-161-1/+1
* Remove install.txt and readme.txt (#9521)Utwo2018-10-281-2/+2
* Fixes 8535 (#8591)LemonBoy2018-08-171-0/+16
* fixes more nil handling regressionsAraq2018-08-131-2/+2
* fixes channels for --gc:regionsAndreas Rumpf2018-05-251-2/+2
* Support thread-local variables declared inside procs; fixes #7565Zahary Karadjov2018-05-071-0/+78
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-302-2/+2
* Fixes #4719. (#5585)Eugene Kabanov2017-03-232-0/+58
* Update testament to include all tests from tests/threads category. (#5576)Eugene Kabanov2017-03-203-0/+3
* removed onThreadCreation; onThreadDestruction is now thread localAraq2017-02-261-7/+4
* added a testcase for getThreadIdAraq2017-01-311-0/+5
* added test case; threadex example crashes nowAraq2017-01-301-0/+25
* onThreadDestruction feature added to Nim's threading modelAndreas Rumpf2017-01-241-1/+6
* added system.onThreadCreation feature for safe thread local storage initializ...Andreas Rumpf2017-01-181-0/+22
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* Consistently use Channel instead of TChanneldef2016-02-252-3/+3
* Fix a few deprecation warningsdef2016-01-255-5/+5
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-046-8/+8
* fixes #1816Araq2015-01-021-0/+35
* further adaptationsAraq2014-08-293-3/+3
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+0
* asynchttpserver compiles again; made some tests greenAraq2014-08-132-4/+4
* removed flawed thread analysis passAraq2014-04-202-54/+3
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-164-4/+4
* made some tests greenAraq2014-03-271-1/+3
* fix #931 and few more testsZahary Karadjov2014-02-181-0/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-164-0/+0
* added tactors2 testAraq2012-09-211-0/+25
* fixes #71; sorry about the polling implementationAraq2011-12-051-0/+19
* fixes 70Araq2011-12-041-4/+4
* deprecated endOfFile and readLineAraq2011-11-251-4/+4
* fixed bug that kept tls emulation from workingAraq2011-11-251-16/+15
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-1/+1
* tester: threading tests addedAraq2011-11-193-2/+59
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-183-2/+18
* locks now in their own core moduleAraq2011-08-202-6/+0
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+3
* preparations for 0.8.12Araq2011-07-104-0/+167
plugin API docs' href='/danisanti/profani-tty/commit/apidocs/c/profhooks.h?id=30e96b2d0f6cbda9065220b76dba0f6e90d59ef9'>30e96b2d ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^


9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^
83385cdb ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^



a948d741 ^
43b1d7f7 ^


a948d741 ^
43b1d7f7 ^


9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

83385cdb ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
43b1d7f7 ^




































































a948d741 ^
43b1d7f7 ^
a948d741 ^
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220