Commit Graph

4438 Commits

Author SHA1 Message Date
Araq
08913db924 added registry.nim to the stdlib 2016-10-09 02:01:28 +02:00
Araq
6e6b90278c koch supports the finish command for smooth installations on Windows 2016-10-09 01:59:50 +02:00
Araq
a28612d869 develop version is 0.15.1 2016-10-08 10:53:38 +02:00
Araq
80ad3d3441 fixes #4844 2016-10-08 10:47:47 +02:00
Andreas Rumpf
754b99e435 Merge pull request #4848 from flyx/fix-debugdlopen
Fixed compilation error with -d:nimDebugDlOpen
2016-10-06 10:39:47 +02:00
Andreas Rumpf
6895a417c0 Merge pull request #4857 from yglukhov/gcv2-threads
Make gc v2 compile with --threads:on
2016-10-06 10:39:23 +02:00
Andreas Rumpf
0b84eac5ae Merge pull request #4853 from GaveUp/devel
Revert change to osalloc.nim from commit 8d7a45f.
2016-10-06 10:38:39 +02:00
Yuriy Glukhov
1bfcea5d5c Make gc v2 compile with --threads:on 2016-10-05 20:36:22 +03:00
Jez Kabanov
014a90abad call initAllocator in foreign thread 2016-10-05 19:16:31 +11:00
GaveUp
fe362543de Revert change to osalloc.nim from commit 8d7a45f.
Change caused MAP_ANONYMOUS to have an incorrect value when compiling
for mipsel.

Fixes #4852.
2016-10-04 15:22:36 -05:00
Felix Krause
cee445b889 Display hint for -d:nimDebugDlOpen on load failure 2016-10-03 12:06:54 +02:00
Felix Krause
9c91558e62 Fixed compilation error with -d:nimDebugDlOpen 2016-10-03 11:58:21 +02:00
Dominik Picheta
c24d6fe17e Fixes pesky hint in asyncfutures. 2016-10-01 00:09:17 +02:00
Araq
b16a678a0b version changed to 0.15.0 2016-10-01 00:02:34 +02:00
Araq
77677c73c8 made test green for 32bit system 2016-09-30 22:14:29 +02:00
Araq
6c022f4500 made test green for 32bit system 2016-09-30 22:14:29 +02:00
Federico Ceratto
5e4708ef3b Add few JSON examples 2016-09-29 15:56:22 +01:00
Andreas Rumpf
55abc3dc38 Merge pull request #4833 from FedericoCeratto/patch-15
Add description to arch.nim
2016-09-29 12:46:58 +02:00
cheatfate
64cb03f633 Fix upcoming to pass tpolltimeouts.nim test 2016-09-29 11:16:14 +03:00
Araq
b8325181d1 EIO is called IOError now 2016-09-28 23:39:56 +02:00
Federico Ceratto
a56565fdbd Add description to arch.nim 2016-09-28 20:00:43 +01:00
Andreas Rumpf
21e35c201c made async compile again 2016-09-26 23:31:36 +02:00
Andreas Rumpf
0699305121 revert brainless changes 2016-09-26 23:23:47 +02:00
Andreas Rumpf
cfae650750 make travis green 2016-09-26 23:19:09 +02:00
Andreas Rumpf
c7b9883ad0 make linenoise compile in some /tmp directory 2016-09-26 19:26:39 +02:00
Andreas Rumpf
8e845cc79f docgen fixes for basic3d 2016-09-26 19:26:39 +02:00
Andreas Rumpf
0ca58120b7 docgen fixes for selectors.nim 2016-09-26 19:26:39 +02:00
Andreas Rumpf
1ccdf85eda docgen fixes for basic2d 2016-09-26 19:26:39 +02:00
Dominik Picheta
df44c71770 Fixes #4587. 2016-09-25 19:26:28 +02:00
Dominik Picheta
6aa8ff9af6 Moves async futures into asyncfutures module. 2016-09-25 18:24:35 +02:00
Dominik Picheta
927fce4c7f FutureVar[T] parameters are now completed automatically. 2016-09-25 16:05:22 +02:00
Dominik Picheta
b3c620fc58 Merge branch 'asyncftp-add-removeDir' of https://github.com/pyloor/Nim into pyloor-asyncftp-add-removeDir 2016-09-25 13:11:02 +02:00
Dominik Picheta
1f1ec69fc9 Merge branch 'asyncftp-add-removeFile' of https://github.com/pyloor/Nim into pyloor-asyncftp-add-removeFile 2016-09-25 13:09:32 +02:00
Dominik Picheta
8a6343b5b6 Fixes #3847. 2016-09-25 13:02:10 +02:00
Dominik Picheta
9753fb064f Add PATCH HTTP Method. 2016-09-25 11:48:10 +02:00
Dominik Picheta
26c7a76c8a asynchttpserver's Response object's req method uses HttpMethod now.
Fixes #4423.
2016-09-25 00:39:57 +02:00
Dominik Picheta
6a83bc1ff5 HTTP client's request proc no longer slices http method string param. 2016-09-25 00:10:07 +02:00
Dominik Picheta
545e24b8ff Improves httpclient documentation. 2016-09-24 23:02:56 +02:00
Dominik Picheta
cff6ec2155 Implements onProgressChanged callback for httpclient. 2016-09-24 22:58:10 +02:00
Dominik Picheta
ff821eed6a Deprecates old httpclient procedures. 2016-09-24 20:48:28 +02:00
Dominik Picheta
0baef8e6ea Implements getContent and postContent for (Async)HttpClient. 2016-09-24 20:33:00 +02:00
Dominik Picheta
fa9ec7a6b5 Handle redirects in HttpClient's post procs & post test. 2016-09-24 17:50:58 +02:00
Yuriy Glukhov
cb1231bf73 Typo in doc 2016-09-24 12:47:00 +03:00
Dominik Picheta
aec88bb5d9 Merge pull request #4815 from pyloor/asyncftp-add-rename
Asyncftpclient: adding rename proc
2016-09-24 10:48:32 +02:00
Dominik Picheta
9b1f46b463 Merge pull request #4822 from alphashuro/patch-1
Update mysql.nim
2016-09-24 10:46:11 +02:00
cheatfate
f40c1d3ad1 Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test for it. 2016-09-24 05:16:39 +03:00
Andreas Rumpf
ffb812521d fixes serious regression 2016-09-24 02:52:16 +02:00
Andreas Rumpf
2569a58f08 fixes #4746 2016-09-24 02:27:12 +02:00
Andreas Rumpf
66bbf7518e fixes #4776 2016-09-24 02:27:12 +02:00
Andreas Rumpf
bc53d2c9de bugfix: bottom of AVL tree is now threadsafe 2016-09-24 02:27:12 +02:00