summary refs log tree commit diff stats
path: root/examples/cross_calculator
Commit message (Collapse)AuthorAgeFilesLines
* cleanup Nim's examples/ directory; closes #7725Araq2018-09-0338-7315/+0
|
* Change expr/stmt in examples to untyped (#6734)Lynn C. Rees2017-11-154-4/+4
|
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
|
* examples: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-042-21/+21
| | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Removes dead references.Grzegorz Adam Hankiewicz2015-08-172-10/+0
|
* Fix typosFederico Ceratto2015-02-152-2/+2
|
* Fix cross_calculator exampledef2015-02-154-7/+7
|
* fixes #325Araq2015-01-281-3/+3
|
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-094-13/+13
|
* asynchttpserver compiles again; made some tests greenAraq2014-08-131-0/+0
|
* Makes ios example work again with new paths. Refs #852.Grzegorz Adam Hankiewicz2014-07-272-15/+7
|
* fixes constant array indexing bugAraq2014-06-305-0/+0
|
* Clean up gitignore, the current ignore is equvilent to the previousflaviut2014-04-231-0/+12
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-167-0/+0
|
* Removes misleading comment in build script.Grzegorz Adam Hankiewicz2012-12-141-1/+0
| | | | | A true program would rather compile the main nim project file which imports other modules.
* Reduces parenthesis usage for clearness.Grzegorz Adam Hankiewicz2012-11-131-22/+23
|
* Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-131-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 Hankiewicz2012-11-082-3/+8
| | | | This should make compilation more cross platform friendly.
* Adds backend code for the cross platform todo example.Grzegorz Adam Hankiewicz2012-11-011-0/+2
|
* Adds command line interface for backend addition.Grzegorz Adam Hankiewicz2012-10-192-0/+119
|
* Adds interactive user interface for android.Grzegorz Adam Hankiewicz2012-09-082-10/+116
|
* Adds android example using jni.Grzegorz Adam Hankiewicz2012-09-0812-0/+364
|
* Changes NIB to template and generates code manually for UI.Grzegorz Adam Hankiewicz2012-09-083-117/+231
|
* Adds native user interface to iOS.Grzegorz Adam Hankiewicz2012-09-085-24/+626
|
* Adds iOS files for crossplatform calculator example.Grzegorz Adam Hankiewicz2012-09-089-0/+494
|
* Splits nimrod and lazarus files into separate directories.Grzegorz Adam Hankiewicz2012-09-089-0/+5517