summary refs log tree commit diff stats
path: root/lib/system/threads.nim
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #2074Araq2015-02-261-1/+11
* Disable -pthread for linker on OSXHans Raaf2015-02-131-1/+3
* proper fix for stack initialization and threadvar emulationAraq2014-11-111-11/+27
* Remove references to pthread_mutex_timedlock().Reimer Behrends2014-11-061-10/+0
* merged things from develAraq2014-09-121-1/+0
|\
| * Threads work againAraq2014-09-111-32/+46
* | make tests greenAraq2014-08-311-23/+37
* | Winlean and threads case sensitivity fixes.Dominik Picheta2014-08-301-4/+4
* | the big renamefest: first stepsAraq2014-08-221-7/+7
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-6/+6
* minor tweaks; updated todo.txtAraq2014-04-251-1/+1
* made large parts of the stdlib gcsafeAraq2014-04-201-2/+2
* case consistency improvementsAraq2014-01-111-30/+30
* Correct the spelling of the word 'implicitly'Satish BD2013-12-231-1/+1
* better error message for implicitly available modulesAraq2013-12-011-0/+3
* Adds link to manual thread memory section from threads module.Grzegorz Adam Hankiewicz2013-05-101-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Many doc improvements. Changed Threads.joinThreads' param's type to varargs.Dominik Picheta2012-11-041-1/+1
* made some tests greenAraq2012-09-121-4/+2
* made tests green againAraq2012-08-241-1/+1
* keep initStackBottom calls pleaseAraq2012-08-021-0/+1
* DLL fixes for windows; fixes #175Zahary Karadjov2012-07-311-1/+0
* fixes #168Araq2012-07-191-1/+2
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* threads compile again; attempt to fix serious code gen issue (except + return)Araq2011-12-031-2/+2
* implemented 'let' statementAraq2011-11-291-1/+2
* fixed bug that kept tls emulation from workingAraq2011-11-251-4/+5
* DLL generation may work againAraq2011-11-021-5/+7
* new compiler option tlsEmulationAraq2011-10-271-1/+1
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-3/+5
* new actors implementation for nimrod; compiler's generics still not up for th...Araq2011-08-291-64/+30
* locks now in their own core moduleAraq2011-08-201-117/+3
* bugfix: running for threadsAraq2011-08-121-1/+1
* added system.running for threadsAraq2011-08-111-0/+8
* bugfix: proper cache for generic instantiationsAraq2011-07-211-1/+1
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-9/+4
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-2/+10
* version 0.8.12Araq2011-07-101-1/+1
* preparations for 0.8.12Araq2011-07-101-72/+89
* basic message passing workingAraq2011-07-091-8/+29
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-136/+120
* improvements to get code size down for programs that don't use GCAraq2011-06-261-4/+1
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-8/+10
* compiler can emulate thread local variablesAraq2011-06-151-31/+35
* first (non working) implementation of global thread analysisAraq2011-06-131-1/+2
* threads clean up their heapAraq2011-06-041-15/+13
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-36/+39
* first steps to thread local heapsAraq2011-06-021-0/+481
revision' href='/akkartik/view.love/blame/help.lua?id=1ede1c3c6d3fc2ec8070da4c726b3fbe1bf9d374'>^
674d571 ^
3b36093 ^
674d571 ^

3b36093 ^
674d571 ^

3b36093 ^
674d571 ^

de495ae ^
3b36093 ^
674d571 ^
3b36093 ^
de495ae ^
3b36093 ^
de495ae ^
674d571 ^

3b36093 ^
674d571 ^
3b36093 ^
674d571 ^

8d4d00d ^
3b36093 ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
3b36093 ^
674d571 ^
8d4d00d ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
8d4d00d ^
3b36093 ^
674d571 ^
3b36093 ^
674d571 ^
8d4d00d ^
9bbfc2b ^
3b36093 ^
674d571 ^


3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
de495ae ^
674d571 ^
3b36093 ^
674d571 ^
e27165c ^
674d571 ^
3b36093 ^
674d571 ^
e27165c ^
3850fba ^
b7a67ab ^
de495ae ^

674d571 ^

de495ae ^
674d571 ^
de495ae ^
674d571 ^
de495ae ^
674d571 ^
de495ae ^

674d571 ^
de495ae ^


de495ae ^
4ab901c ^
de495ae ^
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