summary refs log tree commit diff stats
path: root/lib/pure/oids.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | `$` would return a string of length 25, including the trailing null String length changed to 24, avoiding an extra null byte in the output
* 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