summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* JS tests cleaned upAraq2014-12-172-5/+6
|
* fixes #1730Araq2014-12-171-1/+5
|
* fixes #1655Araq2014-12-173-13/+30
|
* fixes #1181, fixes #1715Araq2014-12-162-2/+18
|
* func is now a keyword, so use 'fn' insteadAraq2014-12-151-3/+3
|
* typoAraq2014-12-151-1/+1
|
* fixes #1739Araq2014-12-151-3/+9
|
* fixes #1735Araq2014-12-152-15/+15
|
* fixes #1656Araq2014-12-154-4/+9
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-143-0/+41
|\
| * Merge pull request #1726 from philip-wernersbach/build-scriptsAndreas Rumpf2014-12-142-0/+28
| |\ | | | | | | Add build scripts.
| | * Add build scripts.Philip Wernersbach2014-12-112-0/+28
| | |
| * | Merge pull request #1733 from jemcroft/develAndreas Rumpf2014-12-131-0/+13
| |\ \ | | | | | | | | Adding type conversion examples to the tutorial
| | * | Adding type conversion examples to the tutorialjemcroft2014-12-131-0/+13
| |/ /
* | | minor improvements to the docsAraq2014-12-146-52/+54
| | |
* | | fixes #1352Araq2014-12-144-12/+39
| | |
* | | more code snippets for the websiteAraq2014-12-143-8/+54
| | |
* | | fixes a tuple lowering bugAraq2014-12-131-3/+4
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-131-2/+3
|\| |
| * | Merge pull request #1731 from trustable-code/PR8Andreas Rumpf2014-12-131-2/+3
| |\ \ | | | | | | | | Fix font color
| | * | Fix font colorSimon Krauter2014-12-131-2/+3
| |/ /
* / / added 'website' option to koch for convenienceAraq2014-12-134-8/+19
|/ /
* | website improvementsAraq2014-12-128-19/+44
| |
* | extracted the fields iterator magic to its own fileAraq2014-12-122-147/+160
| |
* | documented convertersAraq2014-12-121-0/+20
|/
* added 'setupGcForForeignThread' for better C interopAraq2014-12-112-0/+28
|
* website slightly improvedAraq2014-12-116-12/+9
|
* disable t5000 test for the autobuilderAraq2014-12-111-0/+3
|
* more index termsAraq2014-12-111-2/+3
|
* fixes #1597Araq2014-12-113-8/+86
|
* fixes #1689Araq2014-12-104-9/+28
|
* fixes #1718Araq2014-12-101-0/+2
|
* fixes #1692Araq2014-12-101-3/+5
|
* nimweb builds full docs againAraq2014-12-101-7/+11
|
* fixed typosAraq2014-12-101-4/+4
|
* further website improvementsAraq2014-12-104-5/+16
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-109-9/+20
|
* new websiteAraq2014-12-1030-484/+1045
|
* minor improvement to the barrier implementationAraq2014-12-093-3/+8
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-085-8/+41
|\
| * Merge pull request #1709 from juxiliary/develAndreas Rumpf2014-12-062-1/+35
| |\ | | | | | | Fixing extraneous semicolon in jsgen output
| | * Fixing extraneous semicolon in jsgen outputjuxiliary2014-12-062-1/+35
| |/ | | | | | | | | | | | | | | jsgen was producing javascript objects like this ``` {, name:"foo"} ``` causing syntax errors in javascript interpretors.
| * Moved smiliey format to config hash table.Dominik Picheta2014-12-041-5/+3
| |
| * Merge pull request #1702 from dustinlacewell/sdl_ttf_linker_updateAndreas Rumpf2014-12-042-2/+3
| |\ | | | | | | Adds some flexibility to the lib name of SDL_ttf to allow for newer dist...
| | * Update the pattern to prefer the old versionDustin Lacewell2014-12-032-2/+3
| | |
| | * Adds some flexibility to the lib name of SDL_ttf to allow for newer ↵Dustin Lacewell2014-12-031-1/+1
| |/ | | | | | | distributions
* | fixes #1699Araq2014-12-081-8/+8
| |
* | changed formatingAraq2014-12-081-4/+3
| |
* | implemented arrow like operatorsAraq2014-12-081-23/+22
| |
* | compiler\parser.nimAraq2014-12-082-37/+36
| | | | | | | | implemented arrow like operators