summary refs log tree commit diff stats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Use declaredInScope instead of definedInScopedef2015-02-181-1/+1
|
* Fix typosFederico Ceratto2015-02-153-3/+3
|
* Fix cross_todo exampledef2015-02-156-15/+15
|
* Fix cross_calculator exampledef2015-02-154-7/+7
|
* fixes #325Araq2015-01-281-3/+3
|
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-097-19/+19
|
* made tests greenAraq2014-09-224-47/+47
|
* merged things from develAraq2014-09-122-25/+0
|\
| * Remove outdated ZeroMQ example (zmq has been moved out of the stdlib)Erwan Ameil2014-08-302-25/+0
| |
* | updated iup.nim; made tests greenAraq2014-08-313-35/+35
| |
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-1/+1
| |
* | big renameAraq2014-08-272-2/+2
|/
* 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
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-1/+1
| | | | empty blocks.
* fixes #892Araq2014-02-141-4/+4
|
* Add two CGI example and basic Python CGI server.Michał Zieliński2013-12-183-0/+23
|
* Revert "removed windows". Refs #698.Grzegorz Adam Hankiewicz2013-12-091-0/+9
| | | | This reverts commit 5ab3d661440f42f0dc74970ec73a051dd2e2bfb5.
* removed windowsfowlmouth2013-12-031-9/+0
|
* Removed lua, python, tcl, cairofowlmouth2013-12-014-66/+0
|
* removed gtk2fowlmouth2013-12-019-297/+0
|
* removed x11fowlmouth2013-12-011-71/+0
|
* examples from the talk part of test suiteAraq2013-09-276-0/+142
|
* 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