summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixes #168Araq2012-07-191-1/+2
|
* attempt to fix DLL generationAraq2012-07-181-6/+7
|
* equality and hashing for closuresAraq2012-07-172-0/+8
|
* make tests green againAraq2012-07-178-136/+140
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-161-0/+1541
|\
| * Merge pull request #165 from Schala/masterAraq2012-07-151-0/+1541
| |\ | | | | | | PDCurses wrapper is (almost) done, but will compile
| | * PDCurses wrapper (incomplete, see desc)Schala Zeal2012-07-151-0/+1541
| | | | | | | | | | | | | | | | | | PDCurses wrapper will compile. However there are a couple dozen consts commented out that were problematic. Also, I got confused about a few procs with function ptrs as arguments. Feel free to fix
* | | preparations for making 'closure' the default calling convention for proc typesAraq2012-07-1619-47/+57
| | |
* | | x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-161-13/+17
|/ / | | | | | | variables in DLLs
* | x11 wrapper uses system's typesAraq2012-07-152-7/+3
| |
* | c2nim and system.nim now agree on a C type mappingAraq2012-07-151-0/+11
|/
* added system.@ for openarraysAraq2012-07-141-1/+8
|
* improved unsigned supportAraq2012-07-143-56/+73
|
* proper enum constraints for system.nimAraq2012-07-131-3/+3
|
* pcre wrapper compiles againAraq2012-07-111-6/+8
|
* fixes #164Araq2012-07-111-4/+4
|
* Merge pull request #160 from Schala/masterAraq2012-07-111-42/+114
|\ | | | | added JIT support for PCRE
| * Oops..Schala Zeal2012-07-091-1/+1
| |
| * PCRE wrapper update to 8.31Schala Zeal2012-07-091-43/+115
| | | | | | | | PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL
* | fixes #162Araq2012-07-101-1/+1
|/
* dialogs.nim and osinfo_win.nim compile againAraq2012-07-102-12/+18
|
* some more bugfixes for the integer promotion rulesAraq2012-07-101-2/+2
|
* sockets compile again with SSL supportAraq2012-07-101-2/+2
|
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵Araq2012-07-093-12/+12
| | | | #156; fixes #155
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-094-23/+23
|
* made tests green againAraq2012-07-093-5/+7
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-0824-160/+171
|
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-052-2/+5
|
* fixes #150; next steps for proper unsigned supportAraq2012-07-032-2/+2
|
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-0/+4
|
* JS codegen enhancements; still unusableAraq2012-07-012-24/+100
|
* dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-302-30/+78
|
* changed integer promotion rules; added math.fmodAraq2012-06-285-10/+15
|
* thread var emulation should work againAraq2012-06-251-0/+2
|
* bite the bullet and make 'initStackBottom' a compilerprocAraq2012-06-242-5/+6
|
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-2/+0
|
* tests/gc/gcleak4.nimAraq2012-06-242-1/+8
|
* system.nim: documentation fixesAraq2012-06-231-5/+5
|
* docgen2 improvementsAraq2012-06-234-7/+7
|
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-1/+7
|
* another bugfixAraq2012-06-211-2/+0
|
* bugfixes for closuresAraq2012-06-211-0/+3
|
* fixes #142Araq2012-06-201-1/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-201-9595/+9595
|\
| * Merge pull request #135 from rafaelvasco/masterAraq2012-06-191-9595/+9595
| |\ | | | | | | PPGLChar to cstringArray pull request
| | * Fixed other procedures that used PPGLChar.Rafael Vasco2012-06-131-4/+4
| | | | | | | | | | | | | | | They are now using cstringArray as glShaderSource since they are semantic compatible with it.
| | * Fixed string param on glShaderSourceRafael Vasco2012-06-131-9595/+9595
| | |
* | | made some tests green againAraq2012-06-201-11/+12
|/ /
* / more uint related fixesZahary Karadjov2012-06-146-129/+129
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-122-93/+117
|\