Araq
31bc063f2d
significantly better stack traces when templates are involved
2016-12-18 00:08:11 +01:00
Araq
a88a965c6d
fixes nimsuggest issue #40
2016-12-18 00:06:46 +01:00
Araq
bda8a6c1b7
fixes nimsuggest issue #41
2016-12-18 00:03:47 +01:00
Araq
24239c2361
Merge branch 'devel' into sighashes
2016-12-17 23:04:34 +01:00
Araq
d4c33df919
fixes #5129
2016-12-17 23:02:53 +01:00
Andreas Rumpf
9ac76b49c0
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2016-12-17 14:22:58 +01:00
Andreas Rumpf
b013430929
reworked emit pragma; fixes #4730
2016-12-17 14:20:57 +01:00
Andreas Rumpf
4fcb6c0265
Merge pull request #5124 from vegansk/fix_lib_out
...
Use ``out`` compiler option when linking static library
2016-12-17 10:13:53 +01:00
Andreas Rumpf
f8a9382819
Merge pull request #5130 from jlp765/casted
...
Gramma change: casted or Casted to cast or Cast respectively
2016-12-17 10:13:13 +01:00
Andreas Rumpf
9ea97bbb2a
Merge pull request #5096 from cheatfate/sup5094
...
Support android compilation of ioselectors.
2016-12-17 10:12:47 +01:00
jlp765
4acc84f081
Gramma change: casted or Casted to cast or Cast respectively
...
past tense of cast is cast not casted :-)
2016-12-17 12:33:57 +10:00
Araq
3a4ec7f101
use dwarf-3 debug information on Windows/GCC for compat with older GDBs
2016-12-16 22:02:49 +01:00
Anatoly Galiulin
b99f3743e7
Use `out` compiler option when linking static library
2016-12-16 14:26:47 +07:00
vega
52a7ed5d19
Fix overflow when casting int64 to int in cpuload.nim
2016-12-16 12:12:36 +07:00
Araq
843ae830d3
Merge branch 'devel' into sighashes
2016-12-14 01:31:02 +01:00
Araq
aedafb9978
Nim compiler generates nimcache/proj.json for easier interop with external build tools
2016-12-14 01:27:44 +01:00
Araq
414c2decbe
Merge branch 'devel' into sighashes
2016-12-13 12:18:45 +01:00
Araq
02d39277eb
code cleanup and getting rid of debugging comments that nihilated the sighashes approach
2016-12-13 12:18:41 +01:00
Araq
30df922409
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2016-12-13 12:02:05 +01:00
Andreas Rumpf
04b91b0d3b
sighashes: multi-methods should work now
2016-12-13 11:02:21 +01:00
Araq
71a23fbbb7
sighashes: do not use the ID mechanism at all
2016-12-13 09:22:20 +01:00
Araq
d1663ca81c
disable not implemented test for sighashes
2016-12-13 09:22:05 +01:00
Araq
7f8a02d0c6
make tos.nim green on Windows
2016-12-13 09:01:53 +01:00
Araq
5c6a4d9e90
make tvarargsuntyped test deterministic, independent of compiler's hashing order
2016-12-13 08:32:30 +01:00
Andreas Rumpf
e169eaac5b
make tsigbreak.nim compile
2016-12-12 14:08:01 +01:00
Andreas Rumpf
087a26ff21
Merge pull request #5115 from katafrakt/smallest-description
...
Fix description of CountTable's smallest
2016-12-11 19:58:11 +01:00
Paweł Świątkowski
11db362d86
Fix description of CountTable's smallest proc
2016-12-11 19:05:39 +01:00
Andreas Rumpf
9099fdd8f0
Merge pull request #5110 from yglukhov/leaks
...
More workarounds for #5098
2016-12-11 18:06:26 +01:00
Araq
34143ee122
fixes serious codegen regression that caused Nimble to misbehave
2016-12-10 02:30:57 +01:00
Araq
94e1488c24
store typeinfo also in local hash table to prevent multiple 'extern' declarations in the generated C code
2016-12-10 02:28:54 +01:00
Araq
4d22cff8ea
make the Nim compiler compile as C++
2016-12-10 02:27:41 +01:00
Dominik Picheta
a83ad87d09
Merge pull request #5012 from yglukhov/fileseekpos
...
Added FileSeekPos
2016-12-08 18:00:52 +01:00
Yuriy Glukhov
feba5acc98
Added FileSeekPos
2016-12-08 18:57:46 +02:00
Dominik Picheta
7f03fd3f65
Merge pull request #5103 from yglukhov/leak-detector-cmdline
...
Control leakDetector from cmdline
2016-12-07 22:48:52 +01:00
Araq
dc5e4b018b
macros.getType: do not copy symbols if not necessary
2016-12-07 20:08:03 +01:00
Yuriy Glukhov
54cbe0b743
More workarounds for #5098
2016-12-07 20:15:31 +02:00
Araq
e07f0170e3
don't use sfExported for sig hashing
2016-12-07 13:41:18 +01:00
cheatfate
b59ce8d321
Fix compilation errors and enable async events on partially supported systems.
2016-12-07 14:08:53 +02:00
Andreas Rumpf
8e5f513192
Merge pull request #5107 from konqoro/patch-6
...
strscans: Fix examples
2016-12-06 23:41:56 +01:00
konqoro
5adb639948
strscans: Fix examples
2016-12-06 20:00:21 +02:00
Araq
78d68f0882
Merge branch 'devel' into sighashes
2016-12-06 16:49:22 +01:00
Andreas Rumpf
eafa65fc64
real world examples compile
2016-12-06 15:37:09 +01:00
Andreas Rumpf
57c4e78bcc
Merge pull request #5088 from jfhg/posix_running
...
check waitpid() return value before setting exitStatus
2016-12-06 15:05:37 +01:00
Andreas Rumpf
e53e7d9688
Merge pull request #5102 from nigredo-tori/fix-4690
...
Fix 4690 (WIP)
2016-12-06 15:02:57 +01:00
Andreas Rumpf
066fbaf271
tgettypeinst works again; fixes an infinite recursion in signature hashing
2016-12-06 13:01:56 +01:00
Yuriy Glukhov
2ad8e073d8
Control leakDetector from cmdline
2016-12-06 11:54:47 +02:00
Andreas Rumpf
36a9703866
Merge branch 'devel' into sighashes
2016-12-06 10:08:38 +01:00
Andreas Rumpf
0d6f4f1bb1
implements -d:nimdiff switch for seeing generated C code diffs
2016-12-06 10:05:22 +01:00
Dmitry Polienko
dc8ee72eb6
Revert @endragor's fix for Windows
...
_mkgmtime is not supported by mingw because of the older msvcrt
versions. Fortunately, mktime implementation in Windows is just broken
enough to make the initial implementation work...
As far as I can tell, this works with both *nix-like platforms
and Win, and fixes #4690
2016-12-06 14:53:48 +07:00
Andreas Rumpf
14b9eaee06
Merge pull request #5078 from johnnovak/terminal-height
...
Add terminalHeight, terminalHeightIoctl & terminalSize
2016-12-06 08:49:07 +01:00