summary refs log tree commit diff stats
path: root/lib/pure/oids.nim
Commit message (Expand)AuthorAgeFilesLines
* Remove extra trailing zero from oidFlaviu Tamas2014-11-021-1/+1
* several modules changedAraq2014-08-281-1/+1
* big renameAraq2014-08-271-9/+11
* Fix more 'undeclared identifier' errors.EXetoC2014-05-141-2/+2
* stdlib compiles mostly without warnings againAraq2014-02-061-1/+1
* added $ for oidsAraq2013-10-311-1/+5
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+2
* better opengl wrapper; oids and endians modules documentedAraq2012-04-041-4/+9
* added libsvm wrapperAraq2012-04-041-0/+81
1a448 ^
b20d9ad3 ^






b141a448 ^

b20d9ad3 ^
43b170ea ^
b20d9ad3 ^
1a48f95a ^


b20d9ad3 ^
b141a448 ^


665a4d70 ^
b141a448 ^























1ce67ba2 ^
b141a448 ^






























517a471b ^
3e0c2b7c ^
b141a448 ^
486413fd ^
b141a448 ^
486413fd ^
b141a448 ^
517a471b ^
1f4d0aaf ^
b141a448 ^



c1100182 ^
b141a448 ^

aa6c342a ^
b141a448 ^

262f6ea8 ^
b141a448 ^

b20d9ad3 ^











7b686a02 ^


b141a448 ^

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