summary refs log tree commit diff stats
path: root/lib/system
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-11-281-14/+11
|\
| * Merge pull request #4878 from yglukhov/gc-frameinfoAndreas Rumpf2016-11-281-14/+11
| |\ | | | | | | Cosmetics
| | * DRY frame info setting out to a template.Yuriy Glukhov2016-11-031-14/+11
| | |
* | | system.deepCopy should show old behaviourAndreas Rumpf2016-11-281-1/+6
| | |
* | | use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-281-0/+2
| | |
* | | deepcopy fixAndreas Rumpf2016-11-261-31/+75
|/ /
* | reverted deepcopy fix for nowAndreas Rumpf2016-11-241-75/+31
| |
* | further memtracking improvementsAndreas Rumpf2016-11-243-6/+27
| |
* | string.add for floats and ints for more performance (JS not yet supported)Andreas Rumpf2016-11-211-28/+23
| |
* | first version of the new memory tracking featureAndreas Rumpf2016-11-212-0/+64
| |
* | fixes deepcopy regressionAndreas Rumpf2016-11-181-2/+4
| |
* | deepCopy: proper sharing of refsAndreas Rumpf2016-11-171-31/+73
| |
* | Merge pull request #4888 from arnetheduck/mmap-fixesAndreas Rumpf2016-10-241-3/+10
|\ \ | | | | | | add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc
| * | add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc (see fe36254)Jacek Sieka2016-10-121-3/+10
| |/
* | clean up tyBigNum remnantsJacek Sieka2016-10-241-1/+0
| |
* | fixes bootstrapping problemAraq2016-10-211-11/+11
| |
* | fixes #564Andreas Rumpf2016-10-211-5/+6
| |
* | add exported memory size getter functions for MemRegion objectsHakan Deryal2016-10-131-0/+6
| |
* | fixes memory region not updating when passed to withRegion template.Hakan Deryal2016-10-131-0/+1
|/
* Merge pull request #4848 from flyx/fix-debugdlopenAndreas Rumpf2016-10-061-1/+4
|\ | | | | Fixed compilation error with -d:nimDebugDlOpen
| * Display hint for -d:nimDebugDlOpen on load failureFelix Krause2016-10-031-0/+2
| |
| * Fixed compilation error with -d:nimDebugDlOpenFelix Krause2016-10-031-1/+2
| |
* | Merge pull request #4857 from yglukhov/gcv2-threadsAndreas Rumpf2016-10-061-3/+9
|\ \ | | | | | | Make gc v2 compile with --threads:on
| * | Make gc v2 compile with --threads:onYuriy Glukhov2016-10-051-3/+9
| | |
* | | Merge pull request #4853 from GaveUp/develAndreas Rumpf2016-10-061-2/+0
|\ \ \ | |/ / |/| | Revert change to osalloc.nim from commit 8d7a45f.
| * | Revert change to osalloc.nim from commit 8d7a45f.GaveUp2016-10-041-2/+0
| |/ | | | | | | | | | | | | Change caused MAP_ANONYMOUS to have an incorrect value when compiling for mipsel. Fixes #4852.
* / call initAllocator in foreign threadJez Kabanov2016-10-051-0/+1
|/
* Typo in docYuriy Glukhov2016-09-241-1/+1
|
* fixes serious regressionAndreas Rumpf2016-09-241-1/+1
|
* fixes #4746Andreas Rumpf2016-09-241-2/+4
|
* fixes #4776Andreas Rumpf2016-09-243-29/+43
|
* bugfix: bottom of AVL tree is now threadsafeAndreas Rumpf2016-09-243-5/+7
|
* Add define value `nimBurnFree` which allow deallocation procedures to fill ↵cheatfate2016-09-201-1/+1
| | | | memory with 0xFF before freeing it.
* Fixes $(0.0/0.0) giving `-nan` on some systems.Dominik Picheta2016-09-171-1/+1
| | | | | | | | | | | | | | | | Squashed commit of the following: commit c7fc086b663f4d4003ccd5831a0ca508cf9badc7 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Sat Sep 17 21:09:48 2016 +0200 Another attempt at fix. commit 67b7fb67cda08d945e480a6a01fb0fee797add00 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Sat Sep 17 20:47:41 2016 +0200 Fixes $(0.0/0.0) giving `-nan` on some systems.
* srcdir -> srcDirYuta Yamada2016-09-141-1/+1
|
* fixes #4764, fixes #4731, fixes #4724Araq2016-09-141-0/+2
|
* attempt to fix #4640Andreas Rumpf2016-09-132-3/+6
|
* fixes #3279Araq2016-09-121-10/+30
|
* fixes #4088Andreas Rumpf2016-09-111-3/+3
|
* Store stack trace in exceptionYuriy Glukhov2016-09-041-0/+3
|
* fixes #4689Andreas Rumpf2016-09-011-7/+5
|
* Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635Yuriy Glukhov2016-08-291-9/+23
|
* Reset framePtr on unhabdled exception. Dont reset on getStackTrace.Yuriy Glukhov2016-08-271-3/+1
|
* Uncaught exceptions in JS now always propagate with better stack trace.Yuriy Glukhov2016-08-271-29/+37
|
* added selfExe and selfExec for NimScript supportAndreas Rumpf2016-08-051-0/+13
|
* Merge pull request #4559 from haiodo/enable-profiler-filenamesAndreas Rumpf2016-08-021-6/+13
|\ | | | | Enable embedded profiler to display filenames.
| * Enable embedded profiler to display filenames.Andrey Sobolev2016-08-021-6/+13
| | | | | | | | Enable embedded profiler to display filenames in profile_results.txt
* | Merge pull request #4548 from arnetheduck/gc-cleanupAndreas Rumpf2016-08-025-19/+20
|\ \ | | | | | | clean up a few stray c_stdout's in gc debug code
| * | clean up a few stray c_stdout's in gc debug codeJacek Sieka2016-07-315-19/+20
| |/
* / fix several broken linksmiere432016-07-311-1/+1
|/
0-02 01:21:32 -0700 4649' href='/akkartik/mu/commit/html/subx/028translate.cc.html?h=main&id=5a2cb154eb016aa8b84ad939f63eb56dd7a0a90f'>5a2cb154 ^
104e521c ^


4c37b3e9 ^
d1c9392a ^
5a2cb154 ^
104e521c ^



















cdfff1a1 ^
104e521c ^









4c37b3e9 ^
cdfff1a1 ^
4c37b3e9 ^
cdfff1a1 ^
4c37b3e9 ^
104e521c ^




4c37b3e9 ^
104e521c ^
cdfff1a1 ^

104e521c ^




7328af20 ^



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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261