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
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
Araq
e07f0170e3
don't use sfExported for sig hashing
2016-12-07 13:41:18 +01: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
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
Andreas Rumpf
633eb8a1e5
Merge pull request #5099 from yglukhov/workaround-5098
...
Workaround for #5098
2016-12-06 08:47:18 +01:00
Andreas Rumpf
5a82747d7c
Merge pull request #5100 from yglukhov/writeCell-typename
...
Show cell type name in writeCell
2016-12-06 08:35:09 +01:00
Araq
38ab106051
re-enable object name generation for less dependence on IDs
2016-12-05 23:37:01 +01:00
Yuriy Glukhov
44ff8baf2a
Show cell type name in writeCell
2016-12-06 00:31:26 +02:00
Yuriy Glukhov
4423da465a
Workaround for #5098
2016-12-05 23:44:55 +02:00
Dominik Picheta
3d36a1c949
Merge pull request #5093 from yglukhov/BIO_new_mem_buf
...
Added BIO_new_mem_buf
2016-12-05 20:12:00 +01:00
Araq
80cbe61c6c
made more tests green
2016-12-05 16:27:37 +01:00
Araq
ba38b83dd5
refactoring: C codegen with fewer global variables
2016-12-05 12:14:24 +01:00
Yuriy Glukhov
58e2fbc935
Added BIO_new_mem_buf
2016-12-05 02:27:45 +02:00
Araq
862a32fe85
make tmissing_ccgtrav_unique_type green again
2016-12-04 22:10:58 +01:00
Johannes Hofmann
95188edf6f
make sure first call to running() after process exit returns false
2016-12-03 14:07:08 +01:00
Araq
feb0d21b22
more fixes
2016-12-03 02:10:55 +01:00
Johannes Hofmann
b453a8e616
check waitpid() return value before setting exitStatus
...
This fixes a race with parallelBuild on DragonFly BSD.
2016-12-02 22:24:42 +01:00
Araq
534daff013
more tests compile
2016-12-02 13:48:47 +01:00
Araq
42ae2064dd
more tests work
2016-12-02 11:44:28 +01:00
Araq
d2cbf7f242
more fixes
2016-12-02 08:37:51 +01:00
Dominik Picheta
d6ab21eed5
Merge pull request #5080 from FedericoCeratto/httpheaders
...
Add HTTP header deletion, improve tests
2016-12-01 18:01:04 +01:00
Andreas Rumpf
0f700d2277
Merge pull request #5074 from nigredo-tori/fix-5073
...
Make xmltree.innerText recursive, define for all node kinds
2016-12-01 11:20:27 +01:00
Andreas Rumpf
7c83daee42
Merge pull request #5077 from johnnovak/termios-posix-fix
...
Use imported symbols & remove non-POSIX stuff
2016-12-01 11:12:05 +01:00
Araq
2eee15d7f3
Merge branch 'devel' into sighashes
2016-12-01 10:06:41 +01:00
Araq
de844c7767
attempt to make travis green again
2016-12-01 09:54:45 +01:00
Araq
2adb2be86a
fixes tconsttable regression
2016-12-01 09:01:00 +01:00
Araq
2a7b4fda78
fixes #5081
2016-12-01 08:46:44 +01:00
John Novak
a245514146
Use imported symbols & remove non-POSIX stuff
...
* All symbols were hardcoded using Linux specific values, using
imports now (because of this, the module was broken on OS X, for example)
* There were many non-POSIX (Linux specific) symbols and
functions included, these have been removed
2016-12-01 16:46:35 +10:00
Dmitry Polienko
ff69656f80
Clean up (as suggested by @Araq)
2016-12-01 09:14:14 +07:00
Federico Ceratto
74e442f766
Add HTTP header deletion, improve tests
2016-12-01 00:11:59 +00:00
Araq
8494338bcb
fixes #5055
2016-11-30 22:25:56 +01:00
Araq
7b44896e03
fixes #5079
2016-11-30 21:10:22 +01:00
Araq
20cf28adde
fixes the regressions introduced by fix for #5076
2016-11-30 19:03:04 +01:00
Dominik Picheta
75345ad1aa
Merge pull request #5069 from yglukhov/ssl-init-fix
...
Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.
2016-11-30 18:44:20 +01:00
Andreas Rumpf
432f68fb32
Merge pull request #5071 from cheatfate/onemoreasync
...
async: some fixes more.
2016-11-30 17:04:25 +01:00
Yuriy Glukhov
581c0c437b
In case of synliboverride we support only openssl 1.0.*
2016-11-30 17:17:24 +02:00
Yuriy Glukhov
975477527a
More fixes
2016-11-30 17:17:24 +02:00