summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-082-6/+11
| |\
| | * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-032-6/+11
| * | Merge pull request #294 from gradha/pr_fixes_pdf_generationAraq2013-01-081-33/+33
| |\ \
| | * | Fixes tutorial pdf generation due to hierarchy depth.Grzegorz Adam Hankiewicz2013-01-031-33/+33
* | | | make some tests greenAraq2013-01-081-1/+3
|/ / /
* | | fixes #293Araq2013-01-0810-22/+38
* | | fixes #299Araq2013-01-082-2/+15
* | | fixes #270Araq2013-01-082-1/+29
* | | implements #295Araq2013-01-086-12/+37
* | | fixes #292Araq2013-01-082-3/+23
* | | Copyright 2012 -> 2013Araq2013-01-088-10/+10
* | | FFI at compiletime improvementsAraq2013-01-085-136/+170
|/ /
* | next steps for FFI at compile timeAraq2013-01-026-189/+222
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-311-0/+79
|\ \
| * \ Merge pull request #290 from gradha/pr_documents_repr_proc_and_nested_arrays_...Araq2012-12-281-0/+79
| |\ \
| | * | Documents repr proc and nested array syntax.Grzegorz Adam Hankiewicz2012-12-251-0/+79
* | | | fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...Araq2012-12-316-47/+225
|/ / /
* | | better errors for FFIAraq2012-12-271-9/+13
* | | implemented --listFullPaths option for aporiaAraq2012-12-274-3/+16
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-267-177/+263
|\ \ \
| * | | 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
| * | Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-232-59/+55
| * | recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
* | | small improvements for FFIAraq2012-12-263-23/+65
|/ /
* | 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.Grzegorz Adam Hankiewicz2012-12-171-4/+11
| |/
* | Merge pull request #288 from gradha/pr_adds_ios_todo_example_interfaceAraq2012-12-182-0/+3
|\ \
| * | 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.Grzegorz Adam Hankiewicz2012-12-141-1/+0
| | |/
* | / 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
| |\ \
| | * | 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
| |\
| | * 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