Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | register callback for marshal in VM (#19578) | flywind | 2022-03-08 | 1 | -8/+20 |
| | | | | | | | | | | | | | * register callback for marshal in VM * remove unrelated code * polish * more tests * more tests * add loadVM and toVM | ||||
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -1/+1 |
| | | | | | | | | * CIs: attempt to use csources_v1 * also updated the BSDs * also updated azure pipelines * std modules should not itself use the 'std/' import dir... * compiler has to be careful with std/ for v1 booting | ||||
* | Fix an RST issues introduced in #16777 (#16798) | konsumlamm | 2021-01-22 | 1 | -3/+3 |
| | |||||
* | Improve the marshal module (#16777) | konsumlamm | 2021-01-22 | 1 | -106/+28 |
| | | | | | | | | | | * Improve marshal Use runnableExamples Refactor tests * Readd {.inheritable.} test Apply suggestions | ||||
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -6/+5 |
| | |||||
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 1 | -2/+8 |
| | | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134 | ||||
* | fixes #13863 (#13929) | cooldome | 2020-04-08 | 1 | -0/+5 |
| | | | Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | [backport] run nimpretty on the remaining files | narimiran | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | remove stdlib case transitions (#11401) | Jasper Jenkins | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | improve 'marshal' documentation, refs #10330 (#11398) | Miran | 2019-06-04 | 1 | -16/+55 |
| | |||||
* | stdlib: documenation updates, the exception names have been changed | Andreas Rumpf | 2018-10-25 | 1 | -2/+2 |
| | |||||
* | fixes #8916 by fixing typeinfo and marshal. (#9341) | Vindaar | 2018-10-13 | 1 | -7/+5 |
| | | | | | | | | | * fixes #8916 by removing `tyString`, `tySeq`, mod. marshal, typeinfo Need to check in `typeinfo` for nil of the underlying pointer. In marshal don't have to check for nil of seq anymore. * remove reference to string, sequence in `isNil` doc string | ||||
* | document usage of marshal.to; fixes #3150 | Araq | 2018-09-03 | 1 | -0/+11 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -2/+1 |
| | |||||
* | Update marshal.nim | Federico Ceratto | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | Add hint on JSON serialization | Federico Ceratto | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -1/+0 |
| | |||||
* | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Add marshal format warning | Federico Ceratto | 2016-11-19 | 1 | -0/+1 |
| | |||||
* | Add [un]marshalling examples | Federico Ceratto | 2016-11-19 | 1 | -0/+6 |
| | |||||
* | Use array encoding for non-UTF-8 strings in marshal. Fixes #4779. | Ruslan Mustakov | 2016-09-16 | 1 | -27/+23 |
| | |||||
* | marshal now can handle binary data in strings | Ruslan Mustakov | 2016-09-13 | 1 | -2/+26 |
| | |||||
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Fixes example code in marshal module. | Dominik Picheta | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | lib/pure/e-o - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -13/+15 |
| | |||||
* | marshalling can be done at compile-time | Araq | 2015-04-25 | 1 | -21/+32 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | doc improvements | Araq | 2014-11-27 | 1 | -2/+2 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -319/+319 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -5/+5 |
| | |||||
* | bugfix: marshal supports unsigned numbers | Araq | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | bugfix: typeinfo.extendSeq | Araq | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | made tests green again | Araq | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | more uint related fixes | Zahary Karadjov | 2012-06-14 | 1 | -111/+111 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | got rid of akPureObject | Araq | 2011-09-24 | 1 | -2/+2 |
| | |||||
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 1 | -1/+32 |
| | |||||
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 1 | -0/+288 |