Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove upcoming folder. | Dominik Picheta | 2017-11-24 | 1 | -1630/+0 |
| | |||||
* | Fix typo in asyncfile. | Dominik Picheta | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | Implements ``asyncdispatch.getIoHandler`` and assert on nil futures. | Dominik Picheta | 2017-11-24 | 3 | -0/+12 |
| | |||||
* | Implements nativesockets.accept. | Dominik Picheta | 2017-11-24 | 3 | -9/+20 |
| | |||||
* | setBlocking(false) is called on AsyncFD in newAsyncSocket proc. | Dominik Picheta | 2017-11-24 | 2 | -1/+11 |
| | |||||
* | Multiple improvements to selectors. | Dominik Picheta | 2017-11-24 | 6 | -21/+62 |
| | | | | | | | | * Added ``getFd`` procedure for retrieving the underlying selector's FD. * Selectors module's procedures now accept an ``int`` as well as a ``SocketHandle``. * ReadyKey now contains the error code for Event.Error events. | ||||
* | The AsyncFD type now implies that the underlying FD is registered. | Dominik Picheta | 2017-11-24 | 3 | -11/+35 |
| | | | | | * `asyncdispatch.register` won't attempt to register an ``AsyncFD``, but instead assume that it is already registered. | ||||
* | Remove link to ioselectors, link lenientops (#6790) | Lynn C. Rees | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | fix ordered set equality (#6791) | andri lim | 2017-11-24 | 1 | -5/+21 |
| | |||||
* | Move quoteShell to ospaths (#6794) | Fredrik Høisæther Rasch | 2017-11-24 | 2 | -65/+68 |
| | | | Enables quoteShell on nimscript | ||||
* | make tests green again | Araq | 2017-11-23 | 2 | -12/+5 |
| | |||||
* | make tests green again | Araq | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | fixes not-nil regression | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #3993 | Araq | 2017-11-23 | 2 | -1/+16 |
| | |||||
* | fixes #4686 | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #6489 | Araq | 2017-11-23 | 6 | -6/+20 |
| | |||||
* | minor optimization for propagateToOwner | Araq | 2017-11-23 | 1 | -4/+1 |
| | |||||
* | closes #6121 | Araq | 2017-11-23 | 1 | -0/+21 |
| | |||||
* | fixes #6555 | Araq | 2017-11-23 | 2 | -1/+13 |
| | |||||
* | fixes #6682 | Araq | 2017-11-22 | 4 | -2/+35 |
| | |||||
* | improve error message for bug #6788 | Araq | 2017-11-22 | 1 | -1/+4 |
| | |||||
* | minor documentation update | Araq | 2017-11-22 | 1 | -3/+4 |
| | |||||
* | use more make conventions (#6789) | Stephen | 2017-11-22 | 1 | -17/+14 |
| | | | | | | | | * use more make conventions improves compatibility with cross compilation systems * use make implicit rule | ||||
* | Async upcoming (#6585) | Dominik Picheta | 2017-11-22 | 10 | -932/+773 |
| | | | | | | | | | | | | | * Merge upcoming async with current. * Various improvements to selectors (mostly docs). Two changes to highlight: * Renamed ``setEvent`` to ``trigger`` * Reused setBlocking from nativesockets. * Various changes/fixes to asyncdispatch after upcoming merge. * Make some attempts to be compatible with older selectors. * Reuse epoll module in ioselectors_epoll. | ||||
* | use make default linker naming convention (#6787) | Stephen | 2017-11-22 | 1 | -5/+5 |
| | |||||
* | fixes #6445 (concepts for the JS target) | Andreas Rumpf | 2017-11-22 | 1 | -3/+4 |
| | |||||
* | fixes #6568 | Andreas Rumpf | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | fixes #6753 | Andreas Rumpf | 2017-11-22 | 2 | -7/+20 |
| | |||||
* | Added 'lenient ops' module (#6754) | Fabian Keller | 2017-11-21 | 3 | -0/+165 |
| | | | | | | | | | | | | | | | | * added 'lenient ops' module * made lenient ops inline/noSideEffect; updated copyright * moved tests into external module * added warning for the '==' operator * mentioned lenientops in the standard library overview * removed test on nimout -- too fragile * removed `==` and moved doc link to core section | ||||
* | make tests green again | Andreas Rumpf | 2017-11-21 | 2 | -15/+3 |
| | |||||
* | updated changelog to mention the removal of 'generic' and 'atomic' | Andreas Rumpf | 2017-11-21 | 1 | -0/+2 |
| | |||||
* | language change: 'generic' and 'atomic' are not keywords anymore | Andreas Rumpf | 2017-11-21 | 7 | -25/+17 |
| | |||||
* | added a warning that the .deprecate statement is unreliable for routines | Andreas Rumpf | 2017-11-21 | 7 | -15/+5 |
| | |||||
* | OS X has no llvm-ar tool; use ar instead | Araq | 2017-11-21 | 1 | -1/+5 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-11-21 | 115 | -1554/+1291 |
|\ | |||||
| * | make tests green again | Andreas Rumpf | 2017-11-19 | 2 | -95/+95 |
| | | |||||
| * | cleaned up macros.nim | Andreas Rumpf | 2017-11-19 | 3 | -19/+14 |
| | | |||||
| * | macros.nim: deprecated ! operator | Andreas Rumpf | 2017-11-19 | 2 | -7/+15 |
| | | |||||
| * | fixes #5521 object variants superclass trigger bad codegen (#6120) | andri lim | 2017-11-19 | 2 | -9/+29 |
| | | |||||
| * | pass nim path to subprocess testament (#6779) | Jacek Sieka | 2017-11-19 | 2 | -1/+8 |
| | | |||||
| * | Don't run "kde-open" and "gnome-open" under Unix (#6426) | konqoro | 2017-11-19 | 1 | -13/+7 |
| | | |||||
| * | Update to list Distros module in the manual (#6493) | Ray Imber | 2017-11-19 | 1 | -1/+6 |
| | | |||||
| * | further hardening of asynchttpserver | Andreas Rumpf | 2017-11-19 | 1 | -6/+5 |
| | | |||||
| * | added parseutils.parseSaturatedNatural | Andreas Rumpf | 2017-11-19 | 2 | -4/+57 |
| | | |||||
| * | Fixes #6386. (#6545) | Dominik Picheta | 2017-11-19 | 1 | -124/+144 |
| | | |||||
| * | Fixes #5979 (#5980) | Yuriy Glukhov | 2017-11-19 | 2 | -2/+18 |
| | | |||||
| * | 'newEnum' proc added to macros.nim (#6000) | WhiteDuke | 2017-11-19 | 1 | -0/+42 |
| | | |||||
| * | fixes #6724 | Andreas Rumpf | 2017-11-19 | 2 | -3/+36 |
| | | |||||
| * | make '..' work better with mixed integer types for backwards compat | Andreas Rumpf | 2017-11-18 | 1 | -12/+12 |
| | | |||||
| * | added a test case for bug #6776 | Andreas Rumpf | 2017-11-18 | 1 | -0/+23 |
| | |