Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change expr/stmt in examples to untyped (#6734) | Lynn C. Rees | 2017-11-15 | 6 | -102/+39 |
| | |||||
* | Merge pull request #3831 from ephja/nimrod-to-nim | Andreas Rumpf | 2016-02-06 | 1 | -2/+2 |
|\ | | | | | nimrod -> nim | ||||
| * | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 1 | -2/+2 |
| | | |||||
* | | Fix a few deprecation warnings | def | 2016-01-25 | 3 | -16/+16 |
|/ | |||||
* | examples: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 2 | -19/+19 |
| | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Removes dead references. | Grzegorz Adam Hankiewicz | 2015-08-17 | 1 | -2/+0 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Fix cross_todo example | def | 2015-02-15 | 6 | -15/+15 |
| | |||||
* | s/nimrod/nim/g; s/babel/nimble/g | Flaviu Tamas | 2015-01-09 | 2 | -5/+5 |
| | |||||
* | Adds link to external nimrod-crossplatform-todo repository. | Grzegorz Adam Hankiewicz | 2012-12-18 | 1 | -0/+2 |
| | |||||
* | Merge pull request #253 from gradha/pr_reduce_todo_code_repetition | Araq | 2012-11-18 | 1 | -79/+63 |
|\ | | | | | Reduces code repetition through helper procs and templates. | ||||
| * | Reduces code repetition through helper procs and templates. | Grzegorz Adam Hankiewicz | 2012-11-15 | 1 | -79/+63 |
| | | |||||
* | | Removes 'of TObject' to finalize objects not meant for inheritance. | Grzegorz Adam Hankiewicz | 2012-11-15 | 2 | -3/+3 |
|/ | |||||
* | Improves the style of some examples. | Grzegorz Adam Hankiewicz | 2012-11-13 | 3 | -47/+37 |
| | | | | | | | * 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 command line interface for todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 2 | -0/+365 |
| | |||||
* | Adds backend code for the cross platform todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 4 | -0/+327 |