Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add more functionality from sets to intsets (#7185) | Imran Hendley | 2018-02-12 | 1 | -21/+156 |
| | | | | | | | | | | | | * add more functionality from sets to intsets * remove -+- * < and == performance * don't hardcode s.a.len * remove shortcuts from < and == | ||||
* | Merge pull request #7205 from GULPF/json-to-fix | Dominik Picheta | 2018-02-12 | 1 | -1/+1 |
|\ | | | | | Fix `json.to` for types with generic parameters | ||||
| * | Fix `json.to` for types with generic parameters | Oscar Nihlgård | 2018-02-11 | 1 | -1/+1 |
| | | |||||
* | | Add `parseHtml` overload for string (#7198) | Oscar Nihlgård | 2018-02-10 | 1 | -7/+12 |
| | | |||||
* | | Enable mariadb shared libs for mysql as well (#7199) | Dennis Felsing | 2018-02-10 | 1 | -3/+3 |
| | | |||||
* | | fixes #7200 | Andreas Rumpf | 2018-02-10 | 1 | -20/+21 |
| | | |||||
* | | fixes #4220 | Araq | 2018-02-10 | 1 | -1/+7 |
| | | |||||
* | | OpenSSL: 32bit DLL names on Windows lack the -x32 suffix | Araq | 2018-02-09 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-02-09 | 20 | -1895/+457 |
|\ \ | |||||
| * | | Fix undefined reference with MinGw (#7175) | Volodymyr Melnychuk | 2018-02-09 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | * fix undefined reference with mingw * use fseek, ftell for x86 and _fseeki64, _ftelli64 for amd64 | ||||
| * | | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 2 | -1/+1 |
| |/ | |||||
| * | mark Nim version with .intdefine | Andreas Rumpf | 2018-02-05 | 1 | -3/+3 |
| | | |||||
| * | fixes #6939 | Andreas Rumpf | 2018-02-02 | 1 | -5/+10 |
| | | |||||
| * | fixes #6961 | Andreas Rumpf | 2018-02-02 | 3 | -193/+198 |
| | | |||||
| * | Fixes #7121 (#7148) | pqflx3 | 2018-01-31 | 1 | -8/+14 |
| | | | | | | | | | | | | * Replace ftell and fseek with (windows) _ftelli64, _fseeki64 and (posix) ftello, fseeko * disable large file test | ||||
| * | Undeprecate readChar. Closes #7072 (#7156) | Yuriy Glukhov | 2018-01-30 | 1 | -3/+3 |
| | | |||||
| * | M&S GC: collect earlier under memory pressure | Andreas Rumpf | 2018-01-30 | 1 | -6/+7 |
| | | |||||
| * | fixes the tracking of 'occupied memory' | Andreas Rumpf | 2018-01-30 | 1 | -6/+96 |
| | | |||||
| * | Merge pull request #6796 from nim-lang/async-improvements | Dominik Picheta | 2018-01-28 | 12 | -1668/+109 |
| |\ | | | | | | | Async improvements | ||||
| | * | Revert 3db460f5045e790b54ea382 as requested by @Araq. | Dominik Picheta | 2018-01-28 | 3 | -27/+14 |
| | | | |||||
| | * | Merge branch 'devel' into async-improvements | Dominik Picheta | 2018-01-17 | 61 | -1434/+3552 |
| | |\ | |||||
| | * \ | Merge branch 'devel' into async-improvements | Andreas Rumpf | 2017-12-11 | 34 | -396/+743 |
| | |\ \ | |||||
| | * | | | Fix asyncdispatch docgen | Dominik Picheta | 2017-11-26 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | 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 | 2 | -0/+9 |
| | | | | | |||||
| | * | | | Implements nativesockets.accept. | Dominik Picheta | 2017-11-24 | 2 | -9/+18 |
| | | | | | |||||
| | * | | | setBlocking(false) is called on AsyncFD in newAsyncSocket proc. | Dominik Picheta | 2017-11-24 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | Multiple improvements to selectors. | Dominik Picheta | 2017-11-24 | 5 | -21/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -11/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * `asyncdispatch.register` won't attempt to register an ``AsyncFD``, but instead assume that it is already registered. | ||||
| * | | | | Merge pull request #6597 from pgkos/uri-allow-no-authority | Dominik Picheta | 2018-01-28 | 1 | -3/+11 |
| |\ \ \ \ | | | | | | | | | | | | | Allow parsing URIs without authority | ||||
| | * | | | | Allow parsing URIs without authority | pgkos | 2017-10-25 | 1 | -4/+12 |
| | | | | | | |||||
* | | | | | | OpenSSL: use modern DLLs on Windows; export DLLSSLName and DLLUtilName for ↵ | Araq | 2018-02-09 | 1 | -8/+8 |
|/ / / / / | | | | | | | | | | | | | | | | modules that need to expand on the openssl wrapper | ||||
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-01-27 | 1 | -0/+50 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #6517 from FedericoCeratto/hexstr | Dominik Picheta | 2018-01-26 | 1 | -0/+50 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add string-to-hex and back conversions | ||||
| | * | | | | | Add string-to-hex and back conversions | Federico Ceratto | 2017-11-27 | 1 | -0/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add parseHexStr and toHex and tests. | ||||
* | | | | | | | fixes #6989 | Andreas Rumpf | 2018-01-27 | 1 | -6/+6 |
|/ / / / / / | |||||
* | | | | | | Fixes #6741 (#7131) | Yuriy Glukhov | 2018-01-25 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-01-22 | 1 | -11/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fallback to doNothing if /proc/loadavg cant be opened (#7123) | Yuriy Glukhov | 2018-01-22 | 1 | -11/+14 |
| | | | | | | | |||||
* | | | | | | | make C++ tests green again | Andreas Rumpf | 2018-01-22 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | GC: also report total GC'ed heap size ignoring losses due to fragmentation | Andreas Rumpf | 2018-01-21 | 1 | -1/+3 |
|/ / / / / / | |||||
* | | | | | | writeStackTrace now officially has no IO effect anymore for more convenient ↵ | Andreas Rumpf | 2018-01-21 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | debugging | ||||
* | | | | | | M&S GC: minor code cleanup | Andreas Rumpf | 2018-01-21 | 1 | -6/+0 |
| | | | | | | |||||
* | | | | | | GC: fixes size computation for leak detection | Andreas Rumpf | 2018-01-21 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-01-21 | 1 | -21/+29 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add note about OpenSSL 1.0.x support to openssl module. | Dominik Picheta | 2018-01-20 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | Allow static linking with OpenSSL 1.0.x | Ruslan Mustakov | 2018-01-20 | 1 | -20/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit basically returns the code that was removed in a78d7a31f780c6cf1e421f820d9ed19a5db64ca7, but under 'openssl10' define symbol. OpenSSL 1.0.2 is still actively maintained, so there is no point in dropping support of it. | ||||
* | | | | | | | GC add 'string' to dumpNumberOfInstances | Andreas Rumpf | 2018-01-21 | 1 | -0/+5 |
| | | | | | | | |||||
* | | | | | | | Mark&Sweep GC: introduce nimTracing define for debugging | Andreas Rumpf | 2018-01-19 | 2 | -2/+42 |
|/ / / / / / |