summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #523 from exhu/x11fixAraq2013-07-3110-1159/+951
|\ \ \
| * | | Moved complex pragmas for xlib and cairo into separate included files. Fixed ...Yury Benesh2013-07-158-322/+263
| * | | Fixed xrender.nim for use_pkg_configYury Benesh2013-07-091-2/+5
| * | | Added use_pkg_config, use_pkg_config_static conditionals to xlib, cairoYury Benesh2013-07-093-7/+13
| * | | Fixed XClientMessageEvent struct, added equals operator fot TAtom from unsign...Yury Benesh2013-07-072-2/+11
| * | | Some fixes to xlib wrapperYury Benesh2013-07-062-1/+3
| * | | Added pkg-config support to xlib, xrender, cairo, cairoxlibYury Benesh2013-07-044-885/+705
| * | | Fixed libX11, libXrender bindings for macos and linux.Yury Benesh2013-07-042-18/+29
* | | | 'nimrod pretty' usableAraq2013-07-315-63/+55
* | | | 'nirmod pretty': almost workingAraq2013-07-313-4/+27
* | | | 'nimrod pretty': next stepsAraq2013-07-302-1/+8
* | | | lfFullExternalName for 'nimrod pretty'Araq2013-07-303-7/+14
* | | | fixes token's column informationAraq2013-07-306-21/+19
* | | | 'nimrod pretty': next steps, doesn't work yetAraq2013-07-292-7/+14
* | | | 'nimrod pretty' command: next stepsAraq2013-07-292-43/+107
* | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-292-2/+6
|\ \ \ \
| * | | | Fixes graphics.drawEllipse.Dominik Picheta2013-07-271-1/+4
| * | | | Fixes #543.Dominik Picheta2013-07-271-1/+2
* | | | | new vm: further progressAraq2013-07-295-27/+350
|/ / / /
* | | | new vm: lots of fixesAraq2013-07-273-52/+145
* | | | bugfix: system.& for sequencesAraq2013-07-271-2/+2
* | | | new vm: can execute simple programsAraq2013-07-262-9/+10
* | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-251-1/+23
|\ \ \ \
| * | | | Added macros.newIfStmt and macros.newVarStmt.Dominik Picheta2013-07-251-1/+23
* | | | | attempt to make C codegen aware of 'gensym'Araq2013-07-251-1/+1
|/ / / /
* | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-251-1/+1
|\ \ \ \
| * | | | bugfix: gensymAraq2013-07-251-1/+1
* | | | | new vm: next stepsAraq2013-07-252-3/+10
* | | | | new evaluation engine: next stepsAraq2013-07-253-12/+11
|/ / / /
* | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-241-10/+10
|\ \ \ \
| * \ \ \ Merge pull request #527 from jbe/masterAraq2013-07-241-10/+10
| |\ \ \ \
| | * | | | export pointer types for SDL event objectsjbe2013-07-171-10/+10
* | | | | | fixes #531Araq2013-07-2414-1/+663
* | | | | | fixes #544Araq2013-07-244-3/+21
|/ / / / /
* | | | | added macros.genSymAraq2013-07-245-5/+23
* | | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-241-1/+1
|\ \ \ \ \
| * | | | | Fixes OSError deprecation warning.Dominik Picheta2013-07-211-1/+1
* | | | | | first steps to a new evaluation engineAraq2013-07-244-0/+1768
|/ / / / /
* | | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-2030-493/+893
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Rebuilt C Sources.Dominik Picheta2013-07-180-0/+0
| | |_|/ | |/| |
| * | | Fixed libzip path for Arch Linux.Dominik Picheta2013-07-171-1/+1
| * | | Rebuilt csources.Dominik Picheta2013-07-172-400/+0
| |/ /
| * | Merge pull request #524 from gradha/pr_misc_docsSimon Hafner2013-07-153-12/+62
| |\ \
| | * | Documents copyFile not copying attributes on posix.Grzegorz Adam Hankiewicz2013-07-161-2/+7
| | * | Warns to not modify string findAll is iterating over.Grzegorz Adam Hankiewicz2013-07-161-1/+4
| | * | Explains parseHex initialization quirk.Grzegorz Adam Hankiewicz2013-07-161-2/+26
| | * | Adds some examples to JoinPath and / procs.Grzegorz Adam Hankiewicz2013-07-161-7/+25
| |/ /
| * | Merge pull request #519 from gradha/pr_guards_against_nil_astAraq2013-07-091-1/+2
| |\ \
| | * | Avoids usefulFact recursion with nil parameter. Fixes #518.Grzegorz Adam Hankiewicz2013-07-091-1/+2
| |/ /
| * | Merge pull request #504 from ventor3000/masterAraq2013-07-072-0/+450
| |\ \