Commit Graph

13 Commits

Author SHA1 Message Date
Adam Strzelecki
c99a9e5a6c examples: Trim .txt files trailing whitespace
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:12:03 +02:00
Grzegorz Adam Hankiewicz
fc235833d4 Removes dead references. 2015-08-17 23:30:36 +02:00
Federico Ceratto
657dca5c3b Fix typos 2015-02-15 16:20:32 +00:00
def
d19a4ca827 Fix cross_todo example 2015-02-15 00:06:57 +01:00
Flaviu Tamas
8b807adc08 s/nimrod/nim/g; s/babel/nimble/g 2015-01-09 22:59:16 -05:00
Grzegorz Adam Hankiewicz
cb43de875a Adds link to external nimrod-crossplatform-todo repository. 2012-12-18 19:33:04 +01:00
Araq
a56418b716 Merge pull request #253 from gradha/pr_reduce_todo_code_repetition
Reduces code repetition through helper procs and templates.
2012-11-18 05:12:32 -08:00
Grzegorz Adam Hankiewicz
2e7967886e Reduces code repetition through helper procs and templates. 2012-11-15 23:34:24 +01:00
Grzegorz Adam Hankiewicz
3c817cc85d Removes 'of TObject' to finalize objects not meant for inheritance. 2012-11-15 20:56:59 +01:00
Grzegorz Adam Hankiewicz
2faf34b643 Improves the style of some examples.
* 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.
2012-11-13 22:27:13 +01:00
Grzegorz Adam Hankiewicz
d98826271a Replaces shell scripts with nimrod configuration files.
This should make compilation more cross platform friendly.
2012-11-08 23:47:08 +01:00
Grzegorz Adam Hankiewicz
a8df766fd9 Adds command line interface for todo example. 2012-11-01 20:41:16 +01:00
Grzegorz Adam Hankiewicz
c71e0a409a Adds backend code for the cross platform todo example. 2012-11-01 20:41:15 +01:00