Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use declaredInScope instead of definedInScope | def | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 3 | -3/+3 |
| | |||||
* | Fix cross_todo example | def | 2015-02-15 | 6 | -15/+15 |
| | |||||
* | Fix cross_calculator example | def | 2015-02-15 | 4 | -7/+7 |
| | |||||
* | fixes #325 | Araq | 2015-01-28 | 1 | -3/+3 |
| | |||||
* | s/nimrod/nim/g; s/babel/nimble/g | Flaviu Tamas | 2015-01-09 | 7 | -19/+19 |
| | |||||
* | made tests green | Araq | 2014-09-22 | 4 | -47/+47 |
| | |||||
* | merged things from devel | Araq | 2014-09-12 | 2 | -25/+0 |
|\ | |||||
| * | Remove outdated ZeroMQ example (zmq has been moved out of the stdlib) | Erwan Ameil | 2014-08-30 | 2 | -25/+0 |
| | | |||||
* | | updated iup.nim; made tests green | Araq | 2014-08-31 | 3 | -35/+35 |
| | | |||||
* | | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -1/+1 |
| | | |||||
* | | big rename | Araq | 2014-08-27 | 2 | -2/+2 |
|/ | |||||
* | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 1 | -0/+0 |
| | |||||
* | Makes ios example work again with new paths. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-27 | 2 | -15/+7 |
| | |||||
* | fixes constant array indexing bug | Araq | 2014-06-30 | 5 | -0/+0 |
| | |||||
* | Clean up gitignore, the current ignore is equvilent to the previous | flaviut | 2014-04-23 | 1 | -0/+12 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -1/+1 |
| | | | | empty blocks. | ||||
* | fixes #892 | Araq | 2014-02-14 | 1 | -4/+4 |
| | |||||
* | Add two CGI example and basic Python CGI server. | Michał Zieliński | 2013-12-18 | 3 | -0/+23 |
| | |||||
* | Revert "removed windows". Refs #698. | Grzegorz Adam Hankiewicz | 2013-12-09 | 1 | -0/+9 |
| | | | | This reverts commit 5ab3d661440f42f0dc74970ec73a051dd2e2bfb5. | ||||
* | removed windows | fowlmouth | 2013-12-03 | 1 | -9/+0 |
| | |||||
* | Removed lua, python, tcl, cairo | fowlmouth | 2013-12-01 | 4 | -66/+0 |
| | |||||
* | removed gtk2 | fowlmouth | 2013-12-01 | 9 | -297/+0 |
| | |||||
* | removed x11 | fowlmouth | 2013-12-01 | 1 | -71/+0 |
| | |||||
* | examples from the talk part of test suite | Araq | 2013-09-27 | 6 | -0/+142 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 43 | -0/+0 |
| | |||||
* | documented object constrs; endb works again | Araq | 2013-03-09 | 1 | -0/+17 |
| | |||||
* | Renames each proc to map, each is left deprecated. | Grzegorz Adam Hankiewicz | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Adds link to external nimrod-crossplatform-todo repository. | Grzegorz Adam Hankiewicz | 2012-12-18 | 1 | -0/+2 |
| | |||||
* | Removes misleading comment in build script. | Grzegorz Adam Hankiewicz | 2012-12-14 | 1 | -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_repetition | Araq | 2012-11-18 | 1 | -79/+63 |
|\ | | | | | Reduces code repetition through helper procs and templates. | ||||
| * | Reduces code repetition through helper procs and templates. | Grzegorz Adam Hankiewicz | 2012-11-15 | 1 | -79/+63 |
| | | |||||
* | | Removes 'of TObject' to finalize objects not meant for inheritance. | Grzegorz Adam Hankiewicz | 2012-11-15 | 2 | -3/+3 |
|/ | |||||
* | Reduces parenthesis usage for clearness. | Grzegorz Adam Hankiewicz | 2012-11-13 | 1 | -22/+23 |
| | |||||
* | Improves the style of some examples. | Grzegorz Adam Hankiewicz | 2012-11-13 | 4 | -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 Hankiewicz | 2012-11-08 | 4 | -6/+16 |
| | | | | This should make compilation more cross platform friendly. | ||||
* | Merge pull request #243 from gradha/pr_database_example | Araq | 2012-11-01 | 7 | -0/+694 |
|\ | | | | | Pr database example | ||||
| * | Adds command line interface for todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 2 | -0/+365 |
| | | |||||
| * | Adds backend code for the cross platform todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 5 | -0/+329 |
| | | |||||
* | | Update examples/sdlex.nim | Billingsly Wetherfordshire | 2012-10-31 | 1 | -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 Hankiewicz | 2012-10-19 | 2 | -0/+119 |
| | |||||
* | Adds interactive user interface for android. | Grzegorz Adam Hankiewicz | 2012-09-08 | 2 | -10/+116 |
| | |||||
* | Adds android example using jni. | Grzegorz Adam Hankiewicz | 2012-09-08 | 12 | -0/+364 |
| | |||||
* | Changes NIB to template and generates code manually for UI. | Grzegorz Adam Hankiewicz | 2012-09-08 | 3 | -117/+231 |
| | |||||
* | Adds native user interface to iOS. | Grzegorz Adam Hankiewicz | 2012-09-08 | 5 | -24/+626 |
| | |||||
* | Adds iOS files for crossplatform calculator example. | Grzegorz Adam Hankiewicz | 2012-09-08 | 9 | -0/+494 |
| | |||||
* | Splits nimrod and lazarus files into separate directories. | Grzegorz Adam Hankiewicz | 2012-09-08 | 9 | -1/+12 |
| | |||||
* | More deprecation warnings fixed. | Dominik Picheta | 2012-07-23 | 1 | -1/+3 |
| | |||||
* | make tests green again | Araq | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | x11 example compiles again; updated python wrapper; compiler supports ↵ | Araq | 2012-07-16 | 2 | -6/+5 |
| | | | | variables in DLLs |