summary refs log tree commit diff stats
path: root/lib/nimbase.h
Commit message (Expand)AuthorAgeFilesLines
...
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-2/+7
* docgen understands and ignores *when false*Araq2010-11-181-1/+4
* fixes for exception handling; added system.compileOptionAraq2010-09-131-4/+8
* bugfix: init of tempsAraq2010-08-241-0/+11
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-0/+2
* c2nim tool addedAndreas Rumpf2010-07-211-1/+1
* explicit types for generic routinesAndreas Rumpf2010-05-281-0/+7
* bugfix: complex.nim compilesAndreas Rumpf2010-04-041-1/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* better subscript overloadingrumpf_a@web.de2010-01-031-1/+1
* version 0.8.2rumpf_a@web.de2009-10-211-3/+3
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* some fixes for DMCAndreas Rumpf2009-05-201-11/+11
* version 0.7.6Andreas Rumpf2009-04-221-12/+13
* version 0.7.4Andreas Rumpf2009-01-071-14/+0
* version 0.7.0Andreas Rumpf2008-11-161-15/+39
* too many changes to listAndreas Rumpf2008-08-231-41/+52
* first releaseRumpf2008-06-231-0/+0
* Initial importAndreas Rumpf2008-06-221-0/+403
on' href='/akkartik/mu/blame/000organization.cc?h=main&id=ae08e30e8d57a1f1bbc0ba8a346a0aa6bcb512e9'>^
3c435756 ^


84ca523f ^



36f616b5 ^



bb1a1ac2 ^

51530916 ^






6e1eeeeb ^
36f616b5 ^


51530916 ^


1ba81b0f ^
5f05e954 ^
6e1eeeeb ^
36f616b5 ^


1ba81b0f ^
51530916 ^


6573fe1f ^
6e1eeeeb ^



b39ceb27 ^
26785f2a ^
b39ceb27 ^
8f249677 ^
b39ceb27 ^

6e1eeeeb ^


51530916 ^

4ea9905f ^


6e1eeeeb ^
455f0338 ^
6e1eeeeb ^
385ff136 ^
455f0338 ^


6e1eeeeb ^






455f0338 ^
6573fe1f ^
ec99eb7a ^
51530916 ^
6e1eeeeb ^











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