Commit Graph

9184 Commits

Author SHA1 Message Date
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
Anatoly Galiulin
436a5a01ab Fix typo 2016-09-06 09:31:13 +07:00
Anatoly Galiulin
e4c46e6fba Add async IO operations with buffers on files and sockets 2016-09-06 09:31:13 +07:00
Andreas Rumpf
41f6c08f92 Merge pull request #4717 from nigredo-tori/xml-escaping
xmltree: separate escaping for attributes
2016-09-05 17:18:31 +02:00
Andreas Rumpf
19b0df614d Merge pull request #4718 from krux02/cstring-doc
cstring doc
2016-09-05 17:07:23 +02:00
Andreas Rumpf
901e3dbb77 fixes #4699 2016-09-05 16:58:33 +02:00
Arne Döring
4a904d9e57 cstring doc 2016-09-05 15:49:14 +02:00
Dmitry Polienko
8c9e2d7a43 xmltree: separate escaping for attributes 2016-09-05 15:43:44 +07:00
Andreas Rumpf
4077050a42 fixes a critical tables bug that caused 'enlarge' to crash after 'add' 2016-09-05 08:51:38 +02:00
Andreas Rumpf
147c257720 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-09-04 23:46:01 +02:00
Andreas Rumpf
a756b005ac Merge branch 'endragor-async-readwrite-no-conflict' into devel 2016-09-04 23:45:20 +02:00
Andreas Rumpf
a5be42c024 Merge branch 'async-readwrite-no-conflict' of https://github.com/endragor/Nim into endragor-async-readwrite-no-conflict 2016-09-04 23:41:18 +02:00
Andreas Rumpf
e6e53549fe Merge pull request #4710 from yglukhov/js-ex-stack
Store stack trace in exception
2016-09-04 22:48:15 +02:00
Andreas Rumpf
dfa0699e73 C++ backend: use .noInit pragma for non-public default constructors; refs #4687 2016-09-04 22:36:29 +02:00
Yuriy Glukhov
99bbda28ee Store stack trace in exception 2016-09-04 22:57:10 +03:00
Andreas Rumpf
7e86ed00ce Merge pull request #4706 from cheatfate/testupcoming
Add upcoming/asyncdispatch.nim to tests.
2016-09-04 19:29:29 +02:00
Dominik Picheta
63851b2c91 Merge pull request #4705 from yglukhov/js-logging
Logging compatible with js
2016-09-04 15:52:34 +02:00
Dominik Picheta
7982fc4f09 Show inactive supporters on sponsors page too. 2016-09-04 15:24:46 +02:00
Dominik Picheta
409cd07c73 More accurate generation of sponsors list. 2016-09-04 14:45:50 +02:00