Dominik Picheta
|
2ee9a27be3
|
CI: Fixes Linux tests.
Squashed commit of the following:
commit d72fd199a7e460348283a92fcd8b9ebad50b5984
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sun Sep 18 01:36:01 2016 +0200
CI: csources build needs git.
commit 5dc88a77675f1a6e315b0360d6a880d7b48deb8b
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sun Sep 18 00:35:16 2016 +0200
CI: Install build-essentials for c sources.
commit 64b06c3c8a92b516faaf1a2267fc5258a8993c2b
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sat Sep 17 23:47:54 2016 +0200
CI: Add Git as dependency.
commit 67c2ddb8fe2e18667e532e6f593f1bf4651d5995
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sat Sep 17 23:42:25 2016 +0200
CI: Fix gcc call before everything else.
commit a6f0b1f8af4985796d382ef43b9a3835adf38329
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sat Sep 17 23:39:19 2016 +0200
CI: Install build-essential in deps.sh
commit e5c95e098b6699b589de3f8262fedacde1513381
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sat Sep 17 23:35:47 2016 +0200
Remove install of build-essential.
CI: Remove build-essential install.
commit 1d9085cd40d6dfbb222ae7636e526fa286cd0e2e
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sat Sep 17 23:26:51 2016 +0200
CI: Install build-essential instead of gcc.
commit 0210abaa712885f5dc9eae980c20c0e300710b38
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sat Sep 17 23:24:54 2016 +0200
Change image to ubuntu.
|
2016-09-18 01:36:33 +02:00 |
|
Dominik Picheta
|
80726b84fd
|
CI: Install FASM via apt-get instead of manually.
|
2016-09-17 22:22:42 +02:00 |
|
Dominik Picheta
|
07c637c24c
|
Increase error rate for upcoming timers test.
|
2016-09-17 22:09:10 +02:00 |
|
Dominik Picheta
|
b56595ae26
|
Fixes $(0.0/0.0) giving -nan on some systems.
Squashed commit of the following:
commit c7fc086b663f4d4003ccd5831a0ca508cf9badc7
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sat Sep 17 21:09:48 2016 +0200
Another attempt at fix.
commit 67b7fb67cda08d945e480a6a01fb0fee797add00
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Sat Sep 17 20:47:41 2016 +0200
Fixes $(0.0/0.0) giving `-nan` on some systems.
|
2016-09-17 22:09:10 +02:00 |
|
Johannes Hofmann
|
93160547a9
|
reset p.exitCode in peekExitCode on Posix when process did not exit (#4793)
* reset p.exitCode in peekExitCode on Posix when process did not exit
fixes #4792
* fix indentation
|
2016-09-17 22:03:14 +02:00 |
|
Dominik Picheta
|
f4f8827c06
|
Merge pull request #4784 from rudis/devel
os: always use pcLinkToDir as kind for links to directories
|
2016-09-17 18:58:47 +02:00 |
|
Dominik Picheta
|
f62ced80fc
|
Merge pull request #4789 from rudis/devel-tests
tests: tnewasyncudp: use constant
|
2016-09-17 18:44:12 +02:00 |
|
Simon Ruderich
|
fc0a3dceaf
|
os: always use pcLinkToDir as kind for links to directories
Only the OS-specific case in walkDir() handled that correctly. Adapt the
general case and handle it in getFileInfo().
|
2016-09-17 18:32:45 +02:00 |
|
Simon Ruderich
|
38505e31c8
|
tests: tnewasyncudp: use constant
|
2016-09-17 18:11:12 +02:00 |
|
Simon Ruderich
|
1cee3eb011
|
posix: add INADDR_LOOPBACK
|
2016-09-17 18:11:12 +02:00 |
|
Dominik Picheta
|
d250f06550
|
Merge pull request #4790 from rudis/devel-mkstemp
posix: add mkstemp
|
2016-09-17 17:41:06 +02:00 |
|
Dominik Picheta
|
18b64f1dcf
|
Merge pull request #4788 from rudis/devel-doc
Misc documentation fixes
|
2016-09-17 17:25:49 +02:00 |
|
Dominik Picheta
|
dfe416eaad
|
Fixes Futures' or operation so that asyncftpclient compiles.
|
2016-09-17 17:21:05 +02:00 |
|
Simon Ruderich
|
8ed241a1f0
|
posix: add mkstemp
|
2016-09-17 16:57:51 +02:00 |
|
Simon Ruderich
|
a9e796e001
|
Misc documentation fixes
|
2016-09-17 15:53:12 +02:00 |
|
Dominik Picheta
|
75e5c87f15
|
Fixes #4170.
|
2016-09-17 14:19:26 +02:00 |
|
Dominik Picheta
|
5bf16439e1
|
Fixes #4262.
|
2016-09-17 13:22:04 +02:00 |
|
Dominik Picheta
|
04c1caf025
|
Merge pull request #4785 from cheatfate/update_tnewasyncudp
Fix tnewasyncudp test
|
2016-09-17 12:48:32 +02:00 |
|
cheatfate
|
3d556a9719
|
Fix #4777 network buffers overflow because of immediate sendTo call.
|
2016-09-17 03:07:57 +03:00 |
|
Andreas Rumpf
|
e78b9b7268
|
Merge pull request #4782 from endragor/marshal-non-utf8
Use array encoding for non-UTF-8 strings in marshal
|
2016-09-17 00:00:52 +02:00 |
|
Dominik Picheta
|
74b8216e83
|
Merge pull request #4780 from pyloor/fix-asyncftpclient-issue-4681
fix missing procvar in asyncftpclient
|
2016-09-16 17:08:15 +02:00 |
|
Ruslan Mustakov
|
e26f9cb665
|
Use array encoding for non-UTF-8 strings in marshal. Fixes #4779.
|
2016-09-16 17:02:34 +07:00 |
|
pyloor
|
453f8357c0
|
fix missing procvar pragma
|
2016-09-16 03:06:13 +02:00 |
|
Andreas Rumpf
|
0531658c00
|
Merge pull request #4771 from rudis/devel
Misc minor (doc) fixes
|
2016-09-16 01:38:59 +02:00 |
|
Simon Ruderich
|
a61e6b0d65
|
system: writeLine: escape \n in documentation
|
2016-09-15 11:43:58 +02:00 |
|
Simon Ruderich
|
d255bf498c
|
system: shl: remove superfluous spaces in documentation
|
2016-09-15 11:43:58 +02:00 |
|
Simon Ruderich
|
e28bed3d84
|
system: <: add example of output to documentation
|
2016-09-15 11:43:57 +02:00 |
|
Simon Ruderich
|
a6e32365f7
|
system: use more consistent spaces in seq declaration
|
2016-09-15 11:43:57 +02:00 |
|
Simon Ruderich
|
14e80a1abe
|
system: high, low: add example which uses the type
|
2016-09-15 11:43:57 +02:00 |
|
Simon Ruderich
|
b52240fc9e
|
system: TaintedString: reduce duplication and link to manual
|
2016-09-15 11:43:57 +02:00 |
|
Simon Ruderich
|
6a0d288cae
|
doc: tut2: simplify debug macro example
|
2016-09-15 11:43:57 +02:00 |
|
Andreas Rumpf
|
20b844ec53
|
Merge pull request #4759 from endragor/marshal-strs-as-arrays
marshal now can handle binary strings
|
2016-09-15 11:18:10 +02:00 |
|
Andreas Rumpf
|
a84f25f770
|
Merge pull request #4769 from yuutayamada/fix-typo
Typo?
|
2016-09-15 07:50:57 +02:00 |
|
Andreas Rumpf
|
977ea1b38e
|
Merge pull request #4770 from yuutayamada/patch-1
srcdir -> srcDir
|
2016-09-15 07:50:27 +02:00 |
|
Simon Ruderich
|
21433477df
|
os: createHardlink: clarify documentation
I know no (UNIX-like) system which restricts creation of hardlinks.
|
2016-09-15 04:20:45 +02:00 |
|
Simon Ruderich
|
af2b0aed06
|
algorithm: sort: fix link in documentation
|
2016-09-15 04:20:24 +02:00 |
|
Simon Ruderich
|
4f1886621e
|
os: createSymlink: fix typo in documentation
|
2016-09-15 04:20:24 +02:00 |
|
Simon Ruderich
|
2680a613be
|
Always use https:// in git clone
git:// is unencrypted.
|
2016-09-15 04:20:24 +02:00 |
|
Yuta Yamada
|
b688a5607d
|
srcdir -> srcDir
|
2016-09-14 17:57:19 -07:00 |
|
Yuta Yamada
|
0cdb650457
|
Typo?
|
2016-09-14 17:40:47 -07:00 |
|
Dominik Picheta
|
9784e36424
|
Added remaining bug fixes to 0.15.0 release notes.
|
2016-09-14 20:57:01 +02:00 |
|
Dominik Picheta
|
cf40f32407
|
GitLab CI: installers are now just renamed in build dir.
Squashed commit of the following:
commit 71a06418623b7bfb6e21a0d54ec9dc5b6eb975a7
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Wed Sep 14 16:46:39 2016 +0200
Don't move installers to web\
|
2016-09-14 20:56:35 +02:00 |
|
Araq
|
6a1b8e691f
|
fixes #4764, fixes #4731, fixes #4724
|
2016-09-14 19:59:32 +02:00 |
|
Araq
|
da575bec54
|
VM: 'raises' in an 'except' doesn't cause an endless loop anymore
|
2016-09-14 19:59:32 +02:00 |
|
Dominik Picheta
|
4f36e95fbd
|
Merge pull request #4767 from Wh1teDuke/patch-1
Ignore new nimcache folders
|
2016-09-14 18:06:06 +02:00 |
|
WhiteDuke
|
49c437f87d
|
Ignore new cache folders
Reference: 083b31b473/koch.nim (L248)
|
2016-09-14 17:02:00 +02:00 |
|
Ruslan Mustakov
|
6013240f5d
|
marshal now can handle binary data in strings
|
2016-09-13 22:29:35 +07:00 |
|
Andreas Rumpf
|
5f685bb0e6
|
fixes #4760
|
2016-09-13 17:20:53 +02:00 |
|
Andreas Rumpf
|
b78029b5af
|
fixes #4626
|
2016-09-13 16:33:43 +02:00 |
|
Andreas Rumpf
|
3710e62241
|
fixes #4625
|
2016-09-13 16:33:43 +02:00 |
|