summary refs log tree commit diff stats
path: root/examples/cross_todo
Commit message (Collapse)AuthorAgeFilesLines
* Fix cross_todo exampledef2015-02-156-15/+15
|
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-092-5/+5
|
* Adds link to external nimrod-crossplatform-todo repository.Grzegorz Adam Hankiewicz2012-12-181-0/+2
|
* Merge pull request #253 from gradha/pr_reduce_todo_code_repetitionAraq2012-11-181-79/+63
|\ | | | | Reduces code repetition through helper procs and templates.
| * Reduces code repetition through helper procs and templates.Grzegorz Adam Hankiewicz2012-11-151-79/+63
| |
* | Removes 'of TObject' to finalize objects not meant for inheritance.Grzegorz Adam Hankiewicz2012-11-152-3/+3
|/
* Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-133-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 Hankiewicz2012-11-082-3/+8
| | | | This should make compilation more cross platform friendly.
* Adds command line interface for todo example.Grzegorz Adam Hankiewicz2012-11-012-0/+365
|
* Adds backend code for the cross platform todo example.Grzegorz Adam Hankiewicz2012-11-014-0/+327