summary refs log tree commit diff stats
path: root/lib/pure/oids.nim
Commit message (Expand)AuthorAgeFilesLines
* Better times module (#6552)GULPF2017-12-181-1/+1
* fix redundant time import with different signature (#5715)Jacek Sieka2017-04-161-2/+1
* Fixed race condition in genOid()Ruslan Mustakov2016-08-231-2/+1
* Added == operator for comparing two Object IDsRostyslav Dzinko2015-09-081-0/+4
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-9/+9
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* 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
a03daf47f3383250652c15f38f976f6157b4641'>^
f196b71 ^



338c083 ^
f196b71 ^



3794c62 ^
f196b71 ^
3794c62 ^
f196b71 ^
3794c62 ^

338c083 ^
3794c62 ^
e461e60 ^
4135e34 ^

e461e60 ^
3794c62 ^
f196b71 ^

b515765 ^
b515765 ^
19dcbc5 ^
2c477cf ^
0ea0343 ^
2c477cf ^
2aef8b9 ^
7969250 ^

0ea0343 ^

7969250 ^



2c477cf ^

338c083 ^
2c477cf ^







































b515765 ^
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