Commit Graph

9202 Commits

Author SHA1 Message Date
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
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
Andreas Rumpf
3a5edd2c6c fixes #4671 2016-09-13 16:33:43 +02:00
Andreas Rumpf
03768e7da0 attempt to fix #4640 2016-09-13 16:33:43 +02:00
Andreas Rumpf
99d9526002 Merge pull request #4758 from nigredo-tori/fix-asyncfd-send
Fix AsyncFD send
2016-09-13 12:40:38 +02:00
Dmitry Polienko
191ff51859 Fix tasyncsend4757 test (Linux) 2016-09-13 02:40:48 -07:00
Dmitry Polienko
a2a5985a2d Add test for issue #4757 2016-09-13 02:00:37 -07:00
Dmitry Polienko
d810b4515e Fix AsyncSocket send 2016-09-12 22:42:12 -07:00
Andreas Rumpf
d165364aac minor steps to make closure iterators work with the JS backend 2016-09-12 23:04:19 +02:00
Andreas Rumpf
568de6013f fixes #4751 2016-09-12 23:04:19 +02:00
Andreas Rumpf
259daf98cf fixes thread vars of non-global visibility 2016-09-12 23:04:19 +02:00
Araq
646a569421 fixes #3279 2016-09-12 22:57:12 +02:00
Andreas Rumpf
479373ad79 fixes #4088 2016-09-11 23:48:59 +02:00
Dominik Picheta
ea76b2320b Improvements to GitLab CI NSIS script.
Squashed commit of the following:

commit a17ffc5cfe63b25f1866c57bf22730790b1ec86e
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Fri Sep 9 23:01:48 2016 +0100

    Debugging

commit 6522890c1afea95616ed667b99ad6e9b5f3ac1bc
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Fri Sep 9 22:40:45 2016 +0100

    Another fix

commit bfd0a623b7b9282209ad1639ed0a5850d517ea00
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Fri Sep 9 22:10:44 2016 +0100

    Grab nimsuggest

commit 7173335682d87d4b1bde55dea0dcf17a7dad6d7a
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Fri Sep 9 21:56:04 2016 +0100

    Fix again.
2016-09-09 23:52:44 +01:00
Dominik Picheta
4dcf8d2876 Added some bugfixes to 0.15.0 release notes. 2016-09-09 23:52:09 +01:00
Araq
acbb7ebc09 fixes #4529 2016-09-10 00:35:23 +02:00
Dominik Picheta
0486114ec8 Attempt to fix nsis_build.bat. 2016-09-09 21:41:52 +01:00
Andreas Rumpf
a57a5d8980 Merge pull request #4739 from coffeepots/patch-2
Allow compilation of sharedtables.nim
2016-09-09 21:09:31 +02:00
Araq
0fd935332e local theindex path is accepted too by browsers 2016-09-09 21:00:06 +02:00
Araq
3dfc866710 docgen: working search feature 2016-09-09 20:42:02 +02:00
Araq
3a3aeb94ec minor stdlib cleanups 2016-09-09 20:41:26 +02:00
Andreas Rumpf
0a2cc05541 docgen: minor changes 2016-09-09 16:55:20 +02:00
Andreas Rumpf
7621bb05c9 docgen: search feature 2016-09-09 16:25:09 +02:00
Araq
37c3c0033d generated theindex.html is valid html 2016-09-09 16:16:58 +02:00
Araq
89320e133b Make htmlparser compile without warnings 2016-09-09 16:15:53 +02:00
coffeepots
9af584707d Allow compilation of sharedtables.nim
tableimpl uses {.oldimmediate.}, which is defined in system/inclrtl.
2016-09-09 11:53:17 +01:00
Andreas Rumpf
083b31b473 docgen: group by type feature 2016-09-08 21:57:27 +02:00
Andreas Rumpf
07fcce6e63 docgen: different attachedType generation 2016-09-08 21:57:27 +02:00
Dominik Picheta
3e87ef35fa Add Windows deploy stage to GitLab CI. 2016-09-08 21:11:11 +02:00
Andreas Rumpf
dc8ec42969 documentation now has an 'edit' button 2016-09-08 15:06:27 +02:00
Andreas Rumpf
6699387c9b make net.nim compile for osx doc2 2016-09-08 15:06:27 +02:00
Andreas Rumpf
1f6b2c4d11 Merge pull request #4733 from cheatfate/asyncssl_and_tests
async: small ssl fix and updated tests
2016-09-08 08:57:47 +02:00
Andreas Rumpf
4cb4961f7c Merge pull request #4732 from cheatfate/borrowse
upcoming_async: Borrow for AsyncEvent.
2016-09-08 08:38:10 +02:00
Andreas Rumpf
c35439e1ec Merge pull request #4735 from vegansk/strtabsjs
Allow to use strtabs module with js target
2016-09-08 08:37:45 +02:00
Anatoly Galiulin
5e48bdd632 Allow to use strtabs module with js target 2016-09-08 10:21:00 +07:00
Andreas Rumpf
51a4b82d37 Merge pull request #4734 from kierdavis/toplevel-defer-error
Display error message if defer statement is used at top level
2016-09-07 21:58:03 +02:00
Kier Davis
f0db17e2cd Display error message if defer statement is used at top level 2016-09-07 16:56:55 +01:00
cheatfate
cc2a8409e1 update path to SSL certificates 2016-09-07 12:51:18 +03:00
cheatfate
1350d5312b Removed tests with asyncio.
Fix ssl connection drop in asyncnet
Add tasyncssl test
2016-09-07 12:19:06 +03:00
cheatfate
7788b5a043 Borrow SelectEvent ==. 2016-09-07 10:33:08 +03:00
Andreas Rumpf
08a6f3fc67 fixes #4721 2016-09-07 08:29:45 +02:00
Dominik Picheta
87eb3a105d Some small fixes to changes introduced by #4683. 2016-09-06 20:35:02 +02:00
Dominik Picheta
3760a8b973 Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into vegansk-async_buffers_v2
Merges #4683.
2016-09-06 20:10:19 +02:00
Andreas Rumpf
e554c1d7cf Merge pull request #4725 from cheatfate/fixtest_upcoming
upcoming_async: Fix multiple issues and add test.
2016-09-06 13:48:50 +02:00
cheatfate
ec7aec3d58 Fix windows issues.
Fix semantic of AsyncEvent close/unregister #4694.
Fix #4697.
Added first test.
2016-09-06 12:29:53 +03:00
Anatoly Galiulin
60dbfb2ec9 Revert function names scheme due to the @dom96 comment 2016-09-06 09:31:13 +07:00
Anatoly Galiulin
862d6ad234 Restore `recvInto` for backwards compatibility 2016-09-06 09:31:13 +07:00