summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge pull request #5130 from jlp765/castedAndreas Rumpf2016-12-172-4/+4
| | |\ \
| | | * | Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-172-4/+4
| | | |/
| | * | Merge pull request #5096 from cheatfate/sup5094Andreas Rumpf2016-12-175-198/+255
| | |\ \ | | | |/ | | |/|
| | | * Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-074-63/+70
| | | * Support android compilation of ioselectors.cheatfate2016-12-052-136/+186
| * | | reworked emit pragma; fixes #4730Andreas Rumpf2016-12-175-10/+70
* | | | use dwarf-3 debug information on Windows/GCC for compat with older GDBsAraq2016-12-161-2/+5
* | | | Merge branch 'devel' into sighashesAraq2016-12-142-43/+105
|\ \ \ \ | | |/ / | |/| |
| * | | Nim compiler generates nimcache/proj.json for easier interop with external bu...Araq2016-12-142-43/+104
* | | | Merge branch 'devel' into sighashesAraq2016-12-139-16/+37
|\| | |
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-138-12/+28
| |\ \ \
| | * \ \ Merge pull request #5115 from katafrakt/smallest-descriptionAndreas Rumpf2016-12-111-2/+2
| | |\ \ \
| | | * | | Fix description of CountTable's smallest procPaweł Świątkowski2016-12-111-2/+2
| | |/ / /
| | * | | Merge pull request #5110 from yglukhov/leaksAndreas Rumpf2016-12-113-3/+11
| | |\ \ \
| | | * | | More workarounds for #5098Yuriy Glukhov2016-12-073-3/+11
| | * | | | Merge pull request #5012 from yglukhov/fileseekposDominik Picheta2016-12-082-3/+11
| | |\ \ \ \
| | | * | | | Added FileSeekPosYuriy Glukhov2016-12-082-3/+11
| | |/ / / /
| | * | | | Merge pull request #5103 from yglukhov/leak-detector-cmdlineDominik Picheta2016-12-071-1/+1
| | |\ \ \ \
| | | * | | | Control leakDetector from cmdlineYuriy Glukhov2016-12-061-1/+1
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #5107 from konqoro/patch-6Andreas Rumpf2016-12-061-3/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | strscans: Fix exampleskonqoro2016-12-061-3/+3
| | |/ / /
| * / / / macros.getType: do not copy symbols if not necessaryAraq2016-12-071-4/+9
| |/ / /
* | | | code cleanup and getting rid of debugging comments that nihilated the sighash...Araq2016-12-131-14/+3
* | | | sighashes: multi-methods should work nowAndreas Rumpf2016-12-131-0/+2
* | | | sighashes: do not use the ID mechanism at allAraq2016-12-133-11/+56
* | | | disable not implemented test for sighashesAraq2016-12-131-4/+5
* | | | make tos.nim green on WindowsAraq2016-12-131-4/+7
* | | | make tvarargsuntyped test deterministic, independent of compiler's hashing orderAraq2016-12-131-1/+2
* | | | make tsigbreak.nim compileAndreas Rumpf2016-12-125-7/+42
* | | | fixes serious codegen regression that caused Nimble to misbehaveAraq2016-12-102-1/+48
* | | | store typeinfo also in local hash table to prevent multiple 'extern' declarat...Araq2016-12-101-0/+4
* | | | make the Nim compiler compile as C++Araq2016-12-101-2/+4
* | | | don't use sfExported for sig hashingAraq2016-12-071-1/+1
* | | | Merge branch 'devel' into sighashesAraq2016-12-063-10/+33
|\| | |
| * | | Merge pull request #5088 from jfhg/posix_runningAndreas Rumpf2016-12-062-4/+15
| |\ \ \
| | * | | make sure first call to running() after process exit returns falseJohannes Hofmann2016-12-032-4/+15
| | * | | check waitpid() return value before setting exitStatusJohannes Hofmann2016-12-021-1/+1
| | | |/ | | |/|
| * | | Merge pull request #5102 from nigredo-tori/fix-4690Andreas Rumpf2016-12-061-11/+18
| |\ \ \ | | |_|/ | |/| |
| | * | Revert @endragor's fix for WindowsDmitry Polienko2016-12-061-14/+16
| | * | Fix TimeInfo to Time conversion. Fixes #5065.Ruslan Mustakov2016-11-301-10/+15
* | | | real world examples compileAndreas Rumpf2016-12-062-1/+5
* | | | tgettypeinst works again; fixes an infinite recursion in signature hashingAndreas Rumpf2016-12-061-3/+3
* | | | Merge branch 'devel' into sighashesAndreas Rumpf2016-12-0610-178/+242
|\| | |
| * | | Merge pull request #5078 from johnnovak/terminal-heightAndreas Rumpf2016-12-062-1/+50
| |\ \ \
| | * | | Add terminalHeight, terminalHeightIoctl & terminalSizeJohn Novak2016-11-302-1/+50
| | |/ /
| * | | Merge pull request #5099 from yglukhov/workaround-5098Andreas Rumpf2016-12-061-4/+3
| |\ \ \
| | * | | Workaround for #5098Yuriy Glukhov2016-12-051-4/+3
| | | |/ | | |/|
| * | | Merge pull request #5100 from yglukhov/writeCell-typenameAndreas Rumpf2016-12-061-5/+11
| |\ \ \
| | * | | Show cell type name in writeCellYuriy Glukhov2016-12-061-5/+11
| | |/ /
| * | | Merge pull request #5093 from yglukhov/BIO_new_mem_bufDominik Picheta2016-12-051-0/+2
| |\ \ \ | | |/ / | |/| |