summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ | | |/ / | |/| |
| | * | Added BIO_new_mem_bufYuriy Glukhov2016-12-051-0/+2
| |/ /
| * | Merge pull request #5080 from FedericoCeratto/httpheadersDominik Picheta2016-12-012-0/+32
| |\ \
| | * | Add HTTP header deletion, improve testsFederico Ceratto2016-12-012-0/+32
| * | | Merge pull request #5074 from nigredo-tori/fix-5073Andreas Rumpf2016-12-012-8/+33
| |\ \ \
| | * | | Clean up (as suggested by @Araq)Dmitry Polienko2016-12-011-6/+5
| | * | | Rewrite xmltools.innerTextDmitry Polienko2016-11-302-9/+35
| * | | | Merge pull request #5077 from johnnovak/termios-posix-fixAndreas Rumpf2016-12-011-160/+111
| |\ \ \ \
| | * | | | Use imported symbols & remove non-POSIX stuffJohn Novak2016-12-011-160/+111
| | | |_|/ | | |/| |
* | | | | implements -d:nimdiff switch for seeing generated C code diffsAndreas Rumpf2016-12-061-1/+7
* | | | | re-enable object name generation for less dependence on IDsAraq2016-12-052-1/+11
* | | | | made more tests greenAraq2016-12-052-3/+17
* | | | | refactoring: C codegen with fewer global variablesAraq2016-12-056-78/+79
* | | | | make tmissing_ccgtrav_unique_type green againAraq2016-12-042-1/+9
* | | | | more fixesAraq2016-12-032-1/+8
* | | | | more tests compileAraq2016-12-021-3/+4
* | | | | more tests workAraq2016-12-025-3/+13
* | | | | more fixesAraq2016-12-023-5/+14
* | | | | Merge branch 'devel' into sighashesAraq2016-12-0127-131/+336
|\| | | |
| * | | | attempt to make travis green againAraq2016-12-011-1/+1
| * | | | fixes tconsttable regressionAraq2016-12-011-2/+3
| * | | | fixes #5081Araq2016-12-012-1/+5
| | |_|/ | |/| |
| * | | fixes #5055Araq2016-11-304-7/+20
| * | | fixes #5079Araq2016-11-302-1/+27