Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added set_markup to gtk2 wrapper. | Dominik Picheta | 2012-12-25 | 1 | -0/+2 |
| | |||||
* | Fixed symbol conflict in the sockets module on Windows. | Dominik Picheta | 2012-12-23 | 1 | -3/+2 |
| | |||||
* | Fixed many deprecation warnings. asyncio.recvLine now throws an | Dominik Picheta | 2012-12-23 | 5 | -83/+161 |
| | | | | exception when an error occurs. Added sockets.SocketError. | ||||
* | Rewrote the implementation of parsing chunked transfer coding in | Dominik Picheta | 2012-12-23 | 2 | -59/+55 |
| | | | | httpclient. Fixes #272. | ||||
* | recvLine now works with unbuffered ssl sockets. | Dominik Picheta | 2012-12-22 | 1 | -33/+44 |
| | | | | Added higher level recv functions. | ||||
* | bugfix: openssl import for macosx | Araq | 2012-12-19 | 4 | -7/+11 |
| | |||||
* | small examples work with the FFI | Araq | 2012-12-19 | 4 | -32/+53 |
| | |||||
* | Merge pull request #276 from gradha/pr_adds_macosx_libiconv_name | Araq | 2012-12-18 | 1 | -4/+11 |
|\ | | | | | Adds macosx dynamic library name for libiconv. | ||||
| * | Adds macosx dynamic library name for libiconv. | Grzegorz Adam Hankiewicz | 2012-12-17 | 1 | -4/+11 |
| | | | | | | | | Also adds some verbosity to the implicit test. | ||||
* | | Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface | Araq | 2012-12-18 | 2 | -0/+3 |
|\ \ | | | | | | | Adds ios todo example interface | ||||
| * | | Adds link to external nimrod-crossplatform-todo repository. | Grzegorz Adam Hankiewicz | 2012-12-18 | 1 | -0/+2 |
| | | | |||||
| * | | Adds tools/nimweb to .gitignore. | Grzegorz Adam Hankiewicz | 2012-12-17 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-19 | 1 | -1/+0 |
|\| | | |||||
| * | | Merge pull request #275 from gradha/pr_corrects_misleading_comment | Araq | 2012-12-17 | 1 | -1/+0 |
| |\ \ | | | | | | | | | Removes misleading comment in build script. | ||||
| | * | | Removes misleading comment in build script. | Grzegorz Adam Hankiewicz | 2012-12-14 | 1 | -1/+0 |
| | |/ | | | | | | | | | | | | | A true program would rather compile the main nim project file which imports other modules. | ||||
* | / | first steps for FFI support at compile time | Araq | 2012-12-19 | 7 | -49/+420 |
|/ / | |||||
* | | fixes #277; documentation improvements | Araq | 2012-12-17 | 5 | -115/+198 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-16 | 2 | -4/+8 |
|\ \ | |||||
| * \ | Merge pull request #279 from keitahaga/build-instruction-fix | Araq | 2012-12-15 | 2 | -4/+8 |
| |\ \ | | | | | | | | | Fix build instructions | ||||
| | * | | cd to build/, before trying to extract csources.zip | Keita Haga | 2012-12-16 | 2 | -4/+8 |
| | |/ | |||||
* | / | don't invoke destructors for .global. variables | Araq | 2012-12-16 | 2 | -2/+4 |
|/ / | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-15 | 4 | -5/+45 |
|\| | |||||
| * | Merge pull request #273 from gradha/pr_misc_documentation_improvements | Araq | 2012-12-12 | 4 | -5/+45 |
| |\ | | | | | | | Misc documentation improvements | ||||
| | * | Adds hyperlink to system module to explain TFileMode type. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -1/+2 |
| | | | |||||
| | * | Adds json usage example. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -0/+17 |
| | | | |||||
| | * | Transforms httpclient into hyperlink for ease of use. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -1/+2 |
| | | | |||||
| | * | Documents json [] accesors, raises explicit exception. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -2/+6 |
| | | | |||||
| | * | Adds to split() a code example using a set of separators. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -1/+18 |
| | | | |||||
* | | | some fixes for generic first class iterators | Araq | 2012-12-15 | 4 | -11/+12 |
| | | | |||||
* | | | fixes #271 | Araq | 2012-12-15 | 9 | -38/+54 |
|/ / | |||||
* / | lazy paths for Babel support | Araq | 2012-12-11 | 8 | -23/+57 |
|/ | |||||
* | improvements for --babelPath | Araq | 2012-12-09 | 3 | -11/+24 |
| | |||||
* | small documentation improvements | Araq | 2012-12-09 | 3 | -9/+10 |
| | |||||
* | made some tests green; some small bugfixes | Araq | 2012-12-09 | 6 | -7/+6 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-09 | 3 | -20/+67 |
|\ | |||||
| * | Fixes SSL implementation of sendAsync. | Dominik Picheta | 2012-12-08 | 1 | -2/+2 |
| | | |||||
| * | Fixes #268 | Dominik Picheta | 2012-12-08 | 3 | -18/+65 |
| | | |||||
* | | documented AST overloading and some TR optimizations | Araq | 2012-12-09 | 6 | -10/+109 |
|/ | |||||
* | documentation improvements | Araq | 2012-12-07 | 4 | -17/+309 |
| | |||||
* | compiler support for babel | Araq | 2012-12-07 | 5 | -22/+108 |
| | |||||
* | replaced recursivePath with shallowPath for Babel | Araq | 2012-12-06 | 3 | -4/+5 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-06 | 2 | -21/+122 |
|\ | |||||
| * | Updated readme. | Dominik Picheta | 2012-12-06 | 2 | -21/+122 |
| | | |||||
* | | implemented AST based overloading | Araq | 2012-12-06 | 5 | -7/+41 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-06 | 21 | -55/+174 |
|\| | |||||
| * | fixes #269 | Araq | 2012-12-05 | 2 | -0/+5 |
| | | |||||
| * | fixes #266 | Araq | 2012-12-05 | 2 | -5/+1 |
| | | |||||
| * | implemented generic converters | Araq | 2012-12-05 | 7 | -7/+89 |
| | | |||||
| * | constraint now part of the parameter symbol and not of the type | Araq | 2012-12-05 | 7 | -21/+25 |
| | | |||||
| * | disable SSLv2_method for ubuntu | Araq | 2012-12-03 | 3 | -9/+13 |
| | |