summary refs log tree commit diff stats
path: root/lib/system/cgprocs.nim
Commit message (Expand)AuthorAgeFilesLines
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-4/+4
* more progress on destructor based stringsAndreas Rumpf2018-07-131-1/+0
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-5/+0
* lib/system/a-e - Dropped 'T' from typespdw2015-06-041-5/+6
* Fix typosFederico Ceratto2015-02-151-1/+1
* introduced 'benign' pragmaAraq2014-10-251-2/+2
* the big renamefest: first stepsAraq2014-08-221-1/+1
* New concurrency model: next stepsAraq2014-04-191-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-47/+0
* debug build works again; sorryAraq2011-05-091-42/+43
* threadvar alternativeAraq2011-05-091-2/+12
* gc tweaking to gain a few percent of performanceAraq2011-05-071-23/+34
* changes to threads; --recursivePath supportAraq2011-01-291-1/+25
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-1/+1
* before stack init changeAndreas Rumpf2010-08-011-0/+12
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-0/+14
=devel&id=c8b5d6a63492775838aff275e99f82f1af747223'>c8b5d6a63 ^
3ea644690 ^
c8b5d6a63 ^







947b15216 ^
c8b5d6a63 ^
1e8a9aead ^
947b15216 ^




0b44d812f ^
947b15216 ^
c8b5d6a63 ^
ebcc88238 ^
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