summary refs log tree commit diff stats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1643-0/+0
|
* documented object constrs; endb works againAraq2013-03-091-0/+17
|
* Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-1/+1
|
* Adds link to external nimrod-crossplatform-todo repository.Grzegorz Adam Hankiewicz2012-12-181-0/+2
|
* 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.
* 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
|/
* Reduces parenthesis usage for clearness.Grzegorz Adam Hankiewicz2012-11-131-22/+23
|
* Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-134-58/+46
| | | | | | | * 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-084-6/+16
| | | | This should make compilation more cross platform friendly.
* Merge pull request #243 from gradha/pr_database_exampleAraq2012-11-017-0/+694
|\ | | | | Pr database example
| * 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-015-0/+329
| |
* | Update examples/sdlex.nimBillingsly Wetherfordshire2012-10-311-15/+41
|/ | | Updated sdlex.nim to show the basics of an SDL app (event loop, input) 
* 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-1/+12
|
* More deprecation warnings fixed.Dominik Picheta2012-07-231-1/+3
|
* make tests green againAraq2012-07-171-1/+1
|
* x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-162-6/+5
| | | | variables in DLLs
* c2nim and system.nim now agree on a C type mappingAraq2012-07-151-0/+6
|
* made a test green againAraq2012-07-151-1/+1
|
* made tests green againAraq2012-07-092-2/+2
|
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-3/+0
|
* making tests green againZahary Karadjov2012-03-201-1/+1
|
* the test suite is mostly green againZahary Karadjov2012-03-161-2/+2
|
* examples/tclex compiles againAraq2012-02-241-1/+1
|
* added 'system.shallow'Araq2012-02-091-3/+3
|
* sorry, i didnt test and commit...takano322011-11-291-4/+4
|
* many thanks for Araq's advise!takano322011-11-291-10/+8
|
* add Fizz Buzz program in examples directoryTAKANO Mitsuhiro2011-11-281-0/+16
|
* got rid of 'accept' dir in the testsAraq2011-11-191-1/+1
|
* fixed some testsAraq2011-11-191-3/+3
|
* when running unit tests, the tester will print only failures using colorless ↵Zahary Karadjov2011-11-101-0/+47
| | | | output (this should be better for nimbuild)
* bugfix: nil -> emptyNodeAraq2011-10-221-1/+1
|
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-072-0/+154
|
* examples/keyval2.nim: the indices of the elements of a sequence are numbered ↵Keita Haga2011-08-023-4/+4
| | | | starting with zero
* 'var T' for iteratorsAraq2011-07-311-0/+5
|
* bugfixes; added events module, sequtils moduleAraq2011-07-261-3/+12
|
* doc improvements; added lazarus exampleAraq2011-07-246-0/+5495
|
* preparations for 0.8.12Araq2011-07-102-0/+0
|
* first steps to thread local heapsAraq2011-06-022-0/+25
|
* p[] instead of p^Araq2011-04-111-1/+1
|
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
|
* docgen understands and ignores *when false*Araq2010-11-181-0/+245
|