Dominik Picheta
|
f83881dd4e
|
Fixed symbol conflict in the sockets module on Windows.
|
2012-12-23 14:31:16 +00:00 |
|
Dominik Picheta
|
da609fc445
|
Fixed many deprecation warnings. asyncio.recvLine now throws an
exception when an error occurs. Added sockets.SocketError.
|
2012-12-23 14:05:16 +00:00 |
|
Dominik Picheta
|
3cbac13546
|
Rewrote the implementation of parsing chunked transfer coding in
httpclient. Fixes #272.
|
2012-12-23 11:22:42 +00:00 |
|
Dominik Picheta
|
6cb8edfce9
|
recvLine now works with unbuffered ssl sockets.
Added higher level recv functions.
|
2012-12-22 23:03:28 +00:00 |
|
Araq
|
b6c8e16b0f
|
bugfix: openssl import for macosx
|
2012-12-19 21:45:18 +01:00 |
|
Araq
|
c73d9fdd4c
|
small examples work with the FFI
|
2012-12-19 08:44:20 +01:00 |
|
Araq
|
3e514cd5dc
|
Merge pull request #276 from gradha/pr_adds_macosx_libiconv_name
Adds macosx dynamic library name for libiconv.
|
2012-12-18 17:27:29 -08:00 |
|
Araq
|
0abc135fd7
|
Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface
Adds ios todo example interface
|
2012-12-18 17:26:43 -08:00 |
|
Araq
|
62a2009018
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2012-12-19 02:22:57 +01:00 |
|
Araq
|
7148812524
|
first steps for FFI support at compile time
|
2012-12-19 02:22:39 +01:00 |
|
Grzegorz Adam Hankiewicz
|
cb43de875a
|
Adds link to external nimrod-crossplatform-todo repository.
|
2012-12-18 19:33:04 +01:00 |
|
Grzegorz Adam Hankiewicz
|
da944e331f
|
Adds tools/nimweb to .gitignore.
|
2012-12-17 23:47:37 +01:00 |
|
Grzegorz Adam Hankiewicz
|
acfe55ab90
|
Adds macosx dynamic library name for libiconv.
Also adds some verbosity to the implicit test.
|
2012-12-17 20:15:43 +01:00 |
|
Araq
|
31970a5b63
|
Merge pull request #275 from gradha/pr_corrects_misleading_comment
Removes misleading comment in build script.
|
2012-12-17 10:39:13 -08:00 |
|
Araq
|
3be576222a
|
fixes #277; documentation improvements
|
2012-12-17 19:30:43 +01:00 |
|
Araq
|
e516571b47
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2012-12-16 20:13:12 +01:00 |
|
Araq
|
d16c04d8f8
|
don't invoke destructors for .global. variables
|
2012-12-16 20:12:56 +01:00 |
|
Araq
|
4b87ddb2bf
|
Merge pull request #279 from keitahaga/build-instruction-fix
Fix build instructions
|
2012-12-15 14:54:28 -08:00 |
|
Araq
|
61a43979e6
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2012-12-15 23:49:28 +01:00 |
|
Araq
|
cd00679289
|
some fixes for generic first class iterators
|
2012-12-15 23:39:27 +01:00 |
|
Araq
|
a22c1f444f
|
fixes #271
|
2012-12-15 22:35:16 +01:00 |
|
Keita Haga
|
da825a0fe2
|
cd to build/, before trying to extract csources.zip
|
2012-12-16 03:57:17 +09:00 |
|
Grzegorz Adam Hankiewicz
|
b1b01e9f99
|
Removes misleading comment in build script.
A true program would rather compile the main nim project file which
imports other modules.
|
2012-12-14 22:12:12 +01:00 |
|
Araq
|
77492158ac
|
Merge pull request #273 from gradha/pr_misc_documentation_improvements
Misc documentation improvements
|
2012-12-12 11:27:12 -08:00 |
|
Grzegorz Adam Hankiewicz
|
afff026dbd
|
Adds hyperlink to system module to explain TFileMode type.
|
2012-12-11 23:08:09 +01:00 |
|
Grzegorz Adam Hankiewicz
|
545a7577e5
|
Adds json usage example.
|
2012-12-11 23:08:09 +01:00 |
|
Grzegorz Adam Hankiewicz
|
d3eaddc961
|
Transforms httpclient into hyperlink for ease of use.
|
2012-12-11 22:30:30 +01:00 |
|
Grzegorz Adam Hankiewicz
|
d9dab30c14
|
Documents json [] accesors, raises explicit exception.
|
2012-12-11 22:30:29 +01:00 |
|
Grzegorz Adam Hankiewicz
|
3ff2f7fbbc
|
Adds to split() a code example using a set of separators.
|
2012-12-11 22:30:29 +01:00 |
|
Araq
|
c98696d742
|
lazy paths for Babel support
|
2012-12-11 20:06:15 +01:00 |
|
Araq
|
a840a4ce53
|
improvements for --babelPath
|
2012-12-09 23:20:48 +01:00 |
|
Araq
|
b0dc877cc3
|
small documentation improvements
|
2012-12-09 21:23:12 +01:00 |
|
Araq
|
f96ec25ed2
|
made some tests green; some small bugfixes
|
2012-12-09 15:53:59 +01:00 |
|
Araq
|
654a99266f
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2012-12-09 03:03:14 +01:00 |
|
Araq
|
92f8f2e776
|
documented AST overloading and some TR optimizations
|
2012-12-09 03:02:52 +01:00 |
|
Dominik Picheta
|
63112696b0
|
Fixes SSL implementation of sendAsync.
|
2012-12-08 19:27:00 +00:00 |
|
Dominik Picheta
|
d6632ad973
|
Fixes #268
|
2012-12-08 19:04:45 +00:00 |
|
Araq
|
40b611cc2f
|
documentation improvements
|
2012-12-07 17:43:15 +01:00 |
|
Araq
|
1dc362dcd4
|
compiler support for babel
|
2012-12-07 17:20:51 +01:00 |
|
Araq
|
05b05be9f8
|
replaced recursivePath with shallowPath for Babel
|
2012-12-06 22:51:39 +01:00 |
|
Araq
|
22a59c057f
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2012-12-06 21:54:28 +01:00 |
|
Dominik Picheta
|
a16e6bd22a
|
Updated readme.
|
2012-12-06 19:46:24 +00:00 |
|
Araq
|
a1f6779802
|
implemented AST based overloading
|
2012-12-06 08:45:18 +01:00 |
|
Araq
|
1d842e8b75
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2012-12-06 07:10:19 +01:00 |
|
Araq
|
6431e60216
|
fixes #269
|
2012-12-05 23:28:35 +01:00 |
|
Araq
|
c5826ec1fb
|
fixes #266
|
2012-12-05 22:58:52 +01:00 |
|
Araq
|
38ab30d153
|
implemented generic converters
|
2012-12-05 22:03:36 +01:00 |
|
Araq
|
7171ae62cb
|
constraint now part of the parameter symbol and not of the type
|
2012-12-05 01:39:49 +01:00 |
|
Araq
|
0834224070
|
disable SSLv2_method for ubuntu
|
2012-12-03 21:48:12 +01:00 |
|
Araq
|
8948a97151
|
bugfix: 'not nil' and 'shared' types
|
2012-12-02 20:02:42 +01:00 |
|