summary refs log tree commit diff stats
path: root/lib/pure/marshal.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
href='#n198'>198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325