Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 1 | -0/+0 |
| | |||||
* | Makes ios example work again with new paths. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-27 | 2 | -15/+7 |
| | |||||
* | fixes constant array indexing bug | Araq | 2014-06-30 | 5 | -0/+0 |
| | |||||
* | Clean up gitignore, the current ignore is equvilent to the previous | flaviut | 2014-04-23 | 1 | -0/+12 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 7 | -0/+0 |
| | |||||
* | Removes misleading comment in build script. | Grzegorz Adam Hankiewicz | 2012-12-14 | 1 | -1/+0 |
| | | | | | A true program would rather compile the main nim project file which imports other modules. | ||||
* | Reduces parenthesis usage for clearness. | Grzegorz Adam Hankiewicz | 2012-11-13 | 1 | -22/+23 |
| | |||||
* | Improves the style of some examples. | Grzegorz Adam Hankiewicz | 2012-11-13 | 1 | -11/+9 |
| | | | | | | | * Compacts all imports in a single line. * Cleans whitespace before colons. * Uses cmd abbreviation for command line enums. * Replaces if/elif/else chain with case. | ||||
* | Replaces shell scripts with nimrod configuration files. | Grzegorz Adam Hankiewicz | 2012-11-08 | 2 | -3/+8 |
| | | | | This should make compilation more cross platform friendly. | ||||
* | Adds backend code for the cross platform todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 1 | -0/+2 |
| | |||||
* | Adds command line interface for backend addition. | Grzegorz Adam Hankiewicz | 2012-10-19 | 2 | -0/+119 |
| | |||||
* | Adds interactive user interface for android. | Grzegorz Adam Hankiewicz | 2012-09-08 | 2 | -10/+116 |
| | |||||
* | Adds android example using jni. | Grzegorz Adam Hankiewicz | 2012-09-08 | 12 | -0/+364 |
| | |||||
* | Changes NIB to template and generates code manually for UI. | Grzegorz Adam Hankiewicz | 2012-09-08 | 3 | -117/+231 |
| | |||||
* | Adds native user interface to iOS. | Grzegorz Adam Hankiewicz | 2012-09-08 | 5 | -24/+626 |
| | |||||
* | Adds iOS files for crossplatform calculator example. | Grzegorz Adam Hankiewicz | 2012-09-08 | 9 | -0/+494 |
| | |||||
* | Splits nimrod and lazarus files into separate directories. | Grzegorz Adam Hankiewicz | 2012-09-08 | 9 | -0/+5517 |