Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | c2nim and system.nim now agree on a C type mapping | Araq | 2012-07-15 | 1 | -0/+6 |
| | |||||
* | made a test green again | Araq | 2012-07-15 | 1 | -1/+1 |
| | |||||
* | made tests green again | Araq | 2012-07-09 | 2 | -2/+2 |
| | |||||
* | documentation improvements; higher level Mongodb wrapper | Araq | 2012-04-09 | 1 | -3/+0 |
| | |||||
* | making tests green again | Zahary Karadjov | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | the test suite is mostly green again | Zahary Karadjov | 2012-03-16 | 1 | -2/+2 |
| | |||||
* | examples/tclex compiles again | Araq | 2012-02-24 | 1 | -1/+1 |
| | |||||
* | added 'system.shallow' | Araq | 2012-02-09 | 1 | -3/+3 |
| | |||||
* | sorry, i didnt test and commit... | takano32 | 2011-11-29 | 1 | -4/+4 |
| | |||||
* | many thanks for Araq's advise! | takano32 | 2011-11-29 | 1 | -10/+8 |
| | |||||
* | add Fizz Buzz program in examples directory | TAKANO Mitsuhiro | 2011-11-28 | 1 | -0/+16 |
| | |||||
* | got rid of 'accept' dir in the tests | Araq | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | fixed some tests | Araq | 2011-11-19 | 1 | -3/+3 |
| | |||||
* | when running unit tests, the tester will print only failures using colorless ↵ | Zahary Karadjov | 2011-11-10 | 1 | -0/+47 |
| | | | | output (this should be better for nimbuild) | ||||
* | bugfix: nil -> emptyNode | Araq | 2011-10-22 | 1 | -1/+1 |
| | |||||
* | support for C++ code generation; importcpp and importobjc pragmas | Araq | 2011-08-07 | 2 | -0/+154 |
| | |||||
* | examples/keyval2.nim: the indices of the elements of a sequence are numbered ↵ | Keita Haga | 2011-08-02 | 3 | -4/+4 |
| | | | | starting with zero | ||||
* | 'var T' for iterators | Araq | 2011-07-31 | 1 | -0/+5 |
| | |||||
* | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 1 | -3/+12 |
| | |||||
* | doc improvements; added lazarus example | Araq | 2011-07-24 | 6 | -0/+5495 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 2 | -0/+0 |
| | |||||
* | first steps to thread local heaps | Araq | 2011-06-02 | 2 | -0/+25 |
| | |||||
* | p[] instead of p^ | Araq | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 1 | -0/+0 |
| | |||||
* | docgen understands and ignores *when false* | Araq | 2010-11-18 | 1 | -0/+245 |
| |