summary refs log tree commit diff stats
path: root/lib/pure/marshal.nim
Commit message (Expand)AuthorAgeFilesLines
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-1/+1
* Add marshal format warningFederico Ceratto2016-11-191-0/+1
* Add [un]marshalling examplesFederico Ceratto2016-11-191-0/+6
* Use array encoding for non-UTF-8 strings in marshal. Fixes #4779.Ruslan Mustakov2016-09-161-27/+23
* marshal now can handle binary data in stringsRuslan Mustakov2016-09-131-2/+26
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-1/+1
* Fixes example code in marshal module.Dominik Picheta2015-07-261-1/+1
* lib/pure/e-o - Dropped 'T' from typespdw2015-06-041-13/+15
* marshalling can be done at compile-timeAraq2015-04-251-21/+32
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* doc improvementsAraq2014-11-271-2/+2
* more modules updatedAraq2014-08-281-319/+319
* big renameAraq2014-08-271-5/+5
* bugfix: marshal supports unsigned numbersAraq2013-06-271-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* bugfix: typeinfo.extendSeqAraq2013-01-271-1/+1
* made tests green againAraq2012-08-241-1/+1
* more uint related fixesZahary Karadjov2012-06-141-111/+111
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* got rid of akPureObjectAraq2011-09-241-2/+2
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-1/+32
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-0/+288