Araq
724cd631d8
allow tabs in multi-line comments
2016-05-10 22:03:07 +02:00
Araq
2024e1335f
generate typedefs for bitsets for better debugging support
2016-05-10 22:03:07 +02:00
Araq
c912ae6cb3
enums are mapped to a typedef for better debugging support
2016-05-10 22:03:07 +02:00
Araq
c55ff72ea7
split too long lines
2016-05-10 22:03:07 +02:00
Araq
0dc92960d2
include statement is not restricted to top level statements anymore
2016-05-10 22:03:07 +02:00
Ruslan Mustakov
f288eb7543
Added ignoreStackAndRegisters parameter to GC_step
2016-05-10 21:52:44 +06:00
Dominik Picheta
9fb97e310f
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2016-05-10 12:50:48 +01:00
Dominik Picheta
2e5b19e479
Added some useful JS procs to DOM module.
2016-05-10 12:50:18 +01:00
Andreas Rumpf
d2cfd71627
Merge pull request #4131 from niv/pr-logging-syslogish
...
pure/logging: add notice level, suggest usecases
2016-05-09 16:32:34 +02:00
Hans Raaf
fcfe27a1f8
Added a replace() proc using a callback to pegs.
...
I was missing a nice way to use pegs with a more specialized replace
functionality. Here my try to create a universal and versatile version
of replace for that.
2016-05-07 17:53:43 +02:00
Federico Ceratto
36be28aa47
Add another JSON example
...
JSON generation can be a bit tricky, another example might help
2016-05-05 22:02:48 +01:00
James Osborn
0356f53b56
getTypeInst and getTypeImpl mostly working now and added test
2016-05-04 00:24:44 -05:00
James Osborn
c89397f821
changed getTypeInst handling for distinct types
2016-05-04 00:24:44 -05:00
James Osborn
d462cca21f
added getTypeInst which includes generic parameters
2016-05-04 00:24:44 -05:00
lihf8515
42bd3fd953
Update parsecfg.nim
2016-05-02 17:00:58 +08:00
lihf8515
a1de24e2f6
Update tparscfg.nim
2016-05-02 16:59:38 +08:00
niv
5da7f28990
pure/logging: add notice level, suggest usecases
2016-05-01 12:51:36 +02:00
Andreas Rumpf
c876b304ba
make test green again (code was wrong, but not detected by compiler)
2016-04-30 02:00:50 +02:00
Andreas Rumpf
f348671ba7
fixes #3544
2016-04-30 01:12:36 +02:00
Andreas Rumpf
e04f319540
fixes #4084
2016-04-29 22:30:00 +02:00
Andreas Rumpf
c870e831c8
fixes #4124
2016-04-29 20:56:30 +02:00
Andreas Rumpf
b48e178969
JS target improvements
2016-04-29 17:56:06 +02:00
Andreas Rumpf
55aa4c2689
fixes a critical PHP codegen bug
2016-04-29 09:09:49 +02:00
Dominik Picheta
d2b191dc73
Merge pull request #4122 from yglukhov/binheap
...
Added heapqueue collection. Fixed timers in asyncdispatch.
2016-04-28 16:45:32 +01:00
Yuriy Glukhov
1a8f784834
Added heapqueue collection. Fixed timers in asyncdispatch.
2016-04-28 00:04:32 +03:00
Andreas Rumpf
ae4142b2da
Merge pull request #4002 from arnetheduck/malloc-store-size
...
store block size in when using malloc and nogc
2016-04-26 16:54:27 +02:00
Andreas Rumpf
f9d9cdd1ee
Merge pull request #4099 from cheatfate/asyncdispatch2
...
Proper definitions for functions СreateIoCompletionPort and GetQueuedCompletionStatus
2016-04-26 16:53:40 +02:00
Jacek Sieka
ba1a52614b
Merge remote-tracking branch 'origin/devel' into malloc-store-size
2016-04-26 21:25:57 +08:00
Andreas Rumpf
e31ec746b9
Merge pull request #4115 from yglukhov/fix-staktrace-error
...
Fixed stacktrace error
2016-04-26 15:18:55 +02:00
Yuriy Glukhov
7972448e60
Fixed stacktrace error
2016-04-26 15:32:59 +03:00
Dominik Picheta
f4b2281870
Merge pull request #4109 from def-/smtp-compile
...
Make SMTP example compile
2016-04-24 15:23:29 +01:00
def
d4cf5d13f0
Make SMTP example compile
2016-04-24 14:56:24 +02:00
Andreas Rumpf
ef9a9b119d
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2016-04-19 12:11:18 +02:00
Andreas Rumpf
4d56b7da5a
fixes #4089
2016-04-19 12:10:48 +02:00
Andreas Rumpf
8dfdea8919
fixes #4097
2016-04-19 11:56:35 +02:00
cheatfate
2a2a3d6c39
CompletionKey parameter for functions CreateIoCompletionPort,
...
GetQueuedCompletionStatus must be 64bit size on amd64 and 32bit size on x86.
2016-04-19 03:04:44 +03:00
Andreas Rumpf
79f64d2469
simple stuff works with --gc:stack
2016-04-18 11:40:06 +02:00
Andreas Rumpf
d7e8b89eb8
Merge pull request #4094 from mjendrusch/cppTemplates
...
Fixes #4093
2016-04-18 10:53:49 +02:00
mjendrusch
01ca3ba26d
Added test case
...
Previously offending code
2016-04-17 17:11:02 +02:00
mjendrusch
174205bcae
Fixes #4093
...
Added COMMA macro to nimbase.h,
changed code generation for c++ template types to insert COMMA im
between the arguments, instead of ",".
2016-04-17 17:10:24 +02:00
Andreas Rumpf
ef99a2cf15
small bugfix for the AST renderer
2016-04-17 11:56:04 +02:00
Andreas Rumpf
7f7fc35a0e
Merge pull request #4043 from arnetheduck/chck-type
...
fix type used for chckRange node boundaries
2016-04-13 13:36:19 +02:00
Andreas Rumpf
7c3f5afd5b
Merge pull request #4081 from yglukhov/ordered-tables-del
...
Added del for OrderedTable and OrderedTableRef
2016-04-13 13:32:52 +02:00
Andreas Rumpf
25ee8f6883
Merge pull request #4082 from cheatfate/asyncfile
...
Correct proper usage of getOverlappedResult()
2016-04-13 12:54:22 +02:00
Anatoly Galiulin
807784db82
Add `readFile` implementation for nimvm
2016-04-13 16:45:22 +06:00
Yuriy Glukhov
b48d98b846
Added del for OrderedTable and OrderedTableRef
2016-04-13 13:41:32 +03:00
cheatfate
be5639582e
Correct proper usage of getOverlappedResult()
2016-04-13 13:19:50 +03:00
Andreas Rumpf
57d7628007
Merge pull request #4080 from cheatfate/getOverlappedResult
...
Correct getOverlappedResult() definition
2016-04-13 11:59:22 +02:00
cheatfate
5d96faf78c
Correct getOverlappedResult() definition
2016-04-13 11:02:46 +03:00
Andreas Rumpf
737f52faa2
Merge pull request #4072 from FedericoCeratto/patch-7
...
Add signal handler
2016-04-11 20:59:05 +02:00