summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added set_markup to gtk2 wrapper.Dominik Picheta2012-12-251-0/+2
|
* Fixed symbol conflict in the sockets module on Windows.Dominik Picheta2012-12-231-3/+2
|
* Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-235-83/+161
| | | | exception when an error occurs. Added sockets.SocketError.
* Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-232-59/+55
| | | | httpclient. Fixes #272.
* recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
| | | | Added higher level recv functions.
* bugfix: openssl import for macosxAraq2012-12-194-7/+11
|
* small examples work with the FFIAraq2012-12-194-32/+53
|
* Merge pull request #276 from gradha/pr_adds_macosx_libiconv_nameAraq2012-12-181-4/+11
|\ | | | | Adds macosx dynamic library name for libiconv.
| * Adds macosx dynamic library name for libiconv.Grzegorz Adam Hankiewicz2012-12-171-4/+11
| | | | | | | | Also adds some verbosity to the implicit test.
* | Merge pull request #288 from gradha/pr_adds_ios_todo_example_interfaceAraq2012-12-182-0/+3
|\ \ | | | | | | Adds ios todo example interface
| * | Adds link to external nimrod-crossplatform-todo repository.Grzegorz Adam Hankiewicz2012-12-181-0/+2
| | |
| * | Adds tools/nimweb to .gitignore.Grzegorz Adam Hankiewicz2012-12-171-0/+1
| | |
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-191-1/+0
|\| |
| * | Merge pull request #275 from gradha/pr_corrects_misleading_commentAraq2012-12-171-1/+0
| |\ \ | | | | | | | | Removes misleading comment in build script.
| | * | Removes misleading comment in build script.Grzegorz Adam Hankiewicz2012-12-141-1/+0
| | |/ | | | | | | | | | | | | A true program would rather compile the main nim project file which imports other modules.
* | / first steps for FFI support at compile timeAraq2012-12-197-49/+420
|/ /
* | fixes #277; documentation improvementsAraq2012-12-175-115/+198
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-162-4/+8
|\ \
| * \ Merge pull request #279 from keitahaga/build-instruction-fixAraq2012-12-152-4/+8
| |\ \ | | | | | | | | Fix build instructions
| | * | cd to build/, before trying to extract csources.zipKeita Haga2012-12-162-4/+8
| | |/
* | / don't invoke destructors for .global. variablesAraq2012-12-162-2/+4
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-154-5/+45
|\|
| * Merge pull request #273 from gradha/pr_misc_documentation_improvementsAraq2012-12-124-5/+45
| |\ | | | | | | Misc documentation improvements
| | * Adds hyperlink to system module to explain TFileMode type.Grzegorz Adam Hankiewicz2012-12-111-1/+2
| | |
| | * Adds json usage example.Grzegorz Adam Hankiewicz2012-12-111-0/+17
| | |
| | * Transforms httpclient into hyperlink for ease of use.Grzegorz Adam Hankiewicz2012-12-111-1/+2
| | |
| | * Documents json [] accesors, raises explicit exception.Grzegorz Adam Hankiewicz2012-12-111-2/+6
| | |
| | * Adds to split() a code example using a set of separators.Grzegorz Adam Hankiewicz2012-12-111-1/+18
| | |
* | | some fixes for generic first class iteratorsAraq2012-12-154-11/+12
| | |
* | | fixes #271Araq2012-12-159-38/+54
|/ /
* / lazy paths for Babel supportAraq2012-12-118-23/+57
|/
* improvements for --babelPathAraq2012-12-093-11/+24
|
* small documentation improvementsAraq2012-12-093-9/+10
|
* made some tests green; some small bugfixesAraq2012-12-096-7/+6
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-093-20/+67
|\
| * Fixes SSL implementation of sendAsync.Dominik Picheta2012-12-081-2/+2
| |
| * Fixes #268Dominik Picheta2012-12-083-18/+65
| |
* | documented AST overloading and some TR optimizationsAraq2012-12-096-10/+109
|/
* documentation improvementsAraq2012-12-074-17/+309
|
* compiler support for babelAraq2012-12-075-22/+108
|
* replaced recursivePath with shallowPath for BabelAraq2012-12-063-4/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-062-21/+122
|\
| * Updated readme.Dominik Picheta2012-12-062-21/+122
| |
* | implemented AST based overloadingAraq2012-12-065-7/+41
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-0621-55/+174
|\|
| * fixes #269Araq2012-12-052-0/+5
| |
| * fixes #266Araq2012-12-052-5/+1
| |
| * implemented generic convertersAraq2012-12-057-7/+89
| |
| * constraint now part of the parameter symbol and not of the typeAraq2012-12-057-21/+25
| |
| * disable SSLv2_method for ubuntuAraq2012-12-033-9/+13
| |