Commit Graph

  • 99d9526002 Merge pull request #4758 from nigredo-tori/fix-asyncfd-send Andreas Rumpf 2016-09-13 12:40:38 +02:00
  • 191ff51859 Fix tasyncsend4757 test (Linux) Dmitry Polienko 2016-09-13 02:40:48 -07:00
  • a2a5985a2d Add test for issue #4757 Dmitry Polienko 2016-09-13 02:00:37 -07:00
  • d810b4515e Fix AsyncSocket send Dmitry Polienko 2016-09-12 22:42:12 -07:00
  • d165364aac minor steps to make closure iterators work with the JS backend Andreas Rumpf 2016-09-12 23:04:11 +02:00
  • 568de6013f fixes #4751 Andreas Rumpf 2016-09-12 15:41:19 +02:00
  • 259daf98cf fixes thread vars of non-global visibility Andreas Rumpf 2016-09-12 15:31:55 +02:00
  • 646a569421 fixes #3279 Araq 2016-09-12 22:53:31 +02:00
  • 479373ad79 fixes #4088 Andreas Rumpf 2016-09-11 23:48:59 +02:00
  • ea76b2320b Improvements to GitLab CI NSIS script. Dominik Picheta 2016-09-09 23:52:44 +01:00
  • 4dcf8d2876 Added some bugfixes to 0.15.0 release notes. Dominik Picheta 2016-09-09 23:51:16 +01:00
  • acbb7ebc09 fixes #4529 Araq 2016-09-10 00:11:05 +02:00
  • 0486114ec8 Attempt to fix nsis_build.bat. Dominik Picheta 2016-09-09 21:41:52 +01:00
  • a57a5d8980 Merge pull request #4739 from coffeepots/patch-2 Andreas Rumpf 2016-09-09 21:09:31 +02:00
  • 0fd935332e local theindex path is accepted too by browsers Araq 2016-09-09 21:00:06 +02:00
  • 3dfc866710 docgen: working search feature Araq 2016-09-09 20:42:02 +02:00
  • 3a3aeb94ec minor stdlib cleanups Araq 2016-09-09 20:41:26 +02:00
  • 0a2cc05541 docgen: minor changes Andreas Rumpf 2016-09-09 16:55:20 +02:00
  • 7621bb05c9 docgen: search feature Andreas Rumpf 2016-09-09 16:23:54 +02:00
  • 37c3c0033d generated theindex.html is valid html Araq 2016-09-09 16:16:58 +02:00
  • 89320e133b Make htmlparser compile without warnings Araq 2016-09-09 16:15:53 +02:00
  • 9af584707d Allow compilation of sharedtables.nim coffeepots 2016-09-09 11:53:17 +01:00
  • 083b31b473 docgen: group by type feature Andreas Rumpf 2016-09-08 21:57:03 +02:00
  • 07fcce6e63 docgen: different attachedType generation Andreas Rumpf 2016-09-08 20:11:01 +02:00
  • 3e87ef35fa Add Windows deploy stage to GitLab CI. Dominik Picheta 2016-09-08 21:11:11 +02:00
  • dc8ec42969 documentation now has an 'edit' button Andreas Rumpf 2016-09-08 15:06:19 +02:00
  • 6699387c9b make net.nim compile for osx doc2 Andreas Rumpf 2016-09-08 12:16:59 +02:00
  • 1f6b2c4d11 Merge pull request #4733 from cheatfate/asyncssl_and_tests Andreas Rumpf 2016-09-08 08:57:47 +02:00
  • 4cb4961f7c Merge pull request #4732 from cheatfate/borrowse Andreas Rumpf 2016-09-08 08:38:10 +02:00
  • c35439e1ec Merge pull request #4735 from vegansk/strtabsjs Andreas Rumpf 2016-09-08 08:37:45 +02:00
  • 5e48bdd632 Allow to use strtabs module with js target Anatoly Galiulin 2016-09-08 10:21:00 +07:00
  • 51a4b82d37 Merge pull request #4734 from kierdavis/toplevel-defer-error Andreas Rumpf 2016-09-07 21:58:03 +02:00
  • f0db17e2cd Display error message if defer statement is used at top level Kier Davis 2016-09-07 16:56:49 +01:00
  • cc2a8409e1 update path to SSL certificates cheatfate 2016-09-07 12:51:18 +03:00
  • 1350d5312b Removed tests with asyncio. Fix ssl connection drop in asyncnet Add tasyncssl test cheatfate 2016-09-07 12:19:06 +03:00
  • 7788b5a043 Borrow SelectEvent ==. cheatfate 2016-09-07 10:33:08 +03:00
  • 08a6f3fc67 fixes #4721 Andreas Rumpf 2016-09-07 08:29:37 +02:00
  • 87eb3a105d Some small fixes to changes introduced by #4683. Dominik Picheta 2016-09-06 20:35:02 +02:00
  • 3760a8b973 Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into vegansk-async_buffers_v2 Dominik Picheta 2016-09-06 20:10:19 +02:00
  • e554c1d7cf Merge pull request #4725 from cheatfate/fixtest_upcoming Andreas Rumpf 2016-09-06 13:48:50 +02:00
  • ec7aec3d58 Fix windows issues. Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test. cheatfate 2016-09-06 12:29:53 +03:00
  • 60dbfb2ec9 Revert function names scheme due to the @dom96 comment Anatoly Galiulin 2016-09-06 09:29:41 +07:00
  • 862d6ad234 Restore `recvInto` for backwards compatibility Anatoly Galiulin 2016-08-31 14:18:39 +07:00
  • 436a5a01ab Fix typo Anatoly Galiulin 2016-08-31 12:05:47 +07:00
  • e4c46e6fba Add async IO operations with buffers on files and sockets Anatoly Galiulin 2016-08-31 11:18:36 +07:00
  • 41f6c08f92 Merge pull request #4717 from nigredo-tori/xml-escaping Andreas Rumpf 2016-09-05 17:18:31 +02:00
  • 19b0df614d Merge pull request #4718 from krux02/cstring-doc Andreas Rumpf 2016-09-05 17:07:23 +02:00
  • 901e3dbb77 fixes #4699 Andreas Rumpf 2016-09-05 16:58:33 +02:00
  • 4a904d9e57 cstring doc Arne Döring 2016-08-13 12:29:36 +02:00
  • 8c9e2d7a43 xmltree: separate escaping for attributes Dmitry Polienko 2016-09-05 15:43:44 +07:00
  • 4077050a42 fixes a critical tables bug that caused 'enlarge' to crash after 'add' Andreas Rumpf 2016-09-05 08:51:38 +02:00
  • 147c257720 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-09-04 23:46:01 +02:00
  • a756b005ac Merge branch 'endragor-async-readwrite-no-conflict' into devel Andreas Rumpf 2016-09-04 23:45:20 +02:00
  • a5be42c024 Merge branch 'async-readwrite-no-conflict' of https://github.com/endragor/Nim into endragor-async-readwrite-no-conflict Andreas Rumpf 2016-09-04 23:41:18 +02:00
  • e6e53549fe Merge pull request #4710 from yglukhov/js-ex-stack Andreas Rumpf 2016-09-04 22:48:15 +02:00
  • dfa0699e73 C++ backend: use .noInit pragma for non-public default constructors; refs #4687 Andreas Rumpf 2016-09-04 22:27:38 +02:00
  • 99bbda28ee Store stack trace in exception Yuriy Glukhov 2016-09-04 22:57:10 +03:00
  • 7e86ed00ce Merge pull request #4706 from cheatfate/testupcoming Andreas Rumpf 2016-09-04 19:29:29 +02:00
  • 63851b2c91 Merge pull request #4705 from yglukhov/js-logging Dominik Picheta 2016-09-04 15:52:34 +02:00
  • 7982fc4f09 Show inactive supporters on sponsors page too. Dominik Picheta 2016-09-04 15:24:46 +02:00
  • 409cd07c73 More accurate generation of sponsors list. Dominik Picheta 2016-09-04 14:45:50 +02:00
  • 63f05769fa Finishing touches on survey article. Dominik Picheta 2016-09-04 01:21:40 +02:00
  • 5a1db8af54 Fix define. cheatfate 2016-09-04 01:48:13 +03:00
  • 015e22c8c0 Add upcoming/asyncdispatch.nim to tests. cheatfate 2016-09-04 01:22:04 +03:00
  • a994f142b5 Enabled logging tests for js Yuriy Glukhov 2016-09-03 22:46:10 +03:00
  • e70f027870 Change Nim in Action banner link on front page. Dominik Picheta 2016-09-03 21:16:38 +02:00
  • 8211f25e86 Fixes to Nim survey results article. Dominik Picheta 2016-09-03 21:14:29 +02:00
  • 4fa3ded9c7 async: transfer all await/async macro related code to asyncmacro.nim module. (#4704) Eugene Kabanov 2016-09-03 21:52:45 +03:00
  • c43a7f3980 Logging compatible with js Yuriy Glukhov 2016-09-03 21:11:10 +03:00
  • 3d78b5c14c Finished article about Nim survey. Dominik Picheta 2016-09-03 18:21:00 +02:00
  • 80fe763915 Merge pull request #4702 from cheatfate/upcoming_update1 Andreas Rumpf 2016-09-03 15:54:13 +02:00
  • ea8a11dd73 Merge pull request #4701 from mbaulch/fix4675 Andreas Rumpf 2016-09-03 15:45:22 +02:00
  • 9a2b98cd8b Add a test case for issue #4675. Matthew Baulch 2016-09-03 21:21:06 +10:00
  • 685830de79 Make upcoming version to be up to date with current version. cheatfate 2016-09-03 13:41:56 +03:00
  • 3fef725d92 pickBestCandidate: pre-calculate candidates when symbol table modified Matthew Baulch 2016-09-03 20:20:48 +10:00
  • c2df609cd6 fixes a compiler crash; refs #4699 Andreas Rumpf 2016-09-03 11:11:43 +02:00
  • 0e9d12639e fixes #4677 properly Andreas Rumpf 2016-09-03 11:03:07 +02:00
  • 1528d7c6e8 fixes #4677 Andreas Rumpf 2016-09-01 22:05:05 +02:00
  • a65b44cae9 one more fix condition Jacek Sieka 2016-09-03 10:56:27 +08:00
  • 46948a9509 Merge pull request #4680 from cheatfate/asyncwinsend Dominik Picheta 2016-09-02 18:21:35 +02:00
  • a5de03ea25 Merge pull request #4698 from endragor/gitter-mention Dominik Picheta 2016-09-02 18:20:01 +02:00
  • 0a28e45b95 Added Gitter links to readme Ruslan Mustakov 2016-09-02 20:18:11 +07:00
  • b676a08b3a Async read/write procedures no longer replace each other in upcoming asyncdispatch Ruslan Mustakov 2016-09-02 19:15:59 +07:00
  • 0848e9dc0b Merge branch 'c-blake-devel' into devel Araq 2016-09-02 01:32:17 +02:00
  • 7332266c7e Merge branch 'devel' of https://github.com/c-blake/Nim into c-blake-devel Araq 2016-09-02 01:22:59 +02:00
  • e4ddcd836c Use new name for call to low-level terminalWidth. Charles Blake 2016-09-01 14:44:33 -04:00
  • 7b39545eb3 Evidently Travis build termios.h does not pull in sys/ioctl.h but my initial test system did. Charles Blake 2016-09-01 14:08:40 -04:00
  • 11f7eb2d9b fixes #4689 Andreas Rumpf 2016-09-01 16:57:34 +02:00
  • 9c44403934 fixes #4693 Andreas Rumpf 2016-09-01 16:19:45 +02:00
  • d65589fe27 Make Windows part match Unix part more closely per Araq request. Charles Blake 2016-09-01 08:49:07 -04:00
  • 8df2078f08 Change type name to be more NEP-1-ish as per Araq request. Charles Blake 2016-09-01 08:33:39 -04:00
  • 5db1de87b1 Convert TaintedString to string. Charles Blake 2016-09-01 08:16:28 -04:00
  • 7b73a94afc Oops - L_ctermid must be a global var to compile. Charles Blake 2016-09-01 07:54:17 -04:00
  • 19f83ccd0b Add terminal.terminalWidth and supporting types/calls. Charles Blake 2016-09-01 07:34:42 -04:00
  • 3a13706d7d fixes #4673 Andreas Rumpf 2016-09-01 13:01:22 +02:00
  • f6a2ff731b fixes #4672 Andreas Rumpf 2016-08-30 11:26:23 +02:00
  • 0a90613288 nimsuggest: correct documentation Andreas Rumpf 2016-08-30 11:26:09 +02:00
  • 0cb90f3eaf Merge pull request #4685 from cheatfate/selevent32 Andreas Rumpf 2016-08-31 15:16:45 +02:00
  • b75ddf5ba2 Fix 32bit architecture problems with SelectEvent. cheatfate 2016-08-31 10:30:25 +03:00
  • c5ffdd0389 Protect data argument for GC. cheatfate 2016-08-30 23:15:08 +03:00