Commit Graph

76 Commits

Author SHA1 Message Date
Clay Sweetser
ce5a494927 Changed tests and tools to use 'discard' statements instead of 'nil' for empty blocks. 2014-02-15 18:57:03 -05:00
Araq
896c96134f fixes #892 2014-02-14 02:02:01 +01:00
Michał Zieliński
101d8bc9c3 Add two CGI example and basic Python CGI server. 2013-12-18 18:19:32 +01:00
Grzegorz Adam Hankiewicz
8468e2af3a Revert "removed windows". Refs #698.
This reverts commit 5ab3d66144.
2013-12-09 18:28:11 +01:00
fowlmouth
5ab3d66144 removed windows 2013-12-03 00:14:20 -06:00
fowlmouth
6577093d2d Removed lua, python, tcl, cairo 2013-12-01 21:19:32 -06:00
fowlmouth
ee520689d7 removed gtk2 2013-12-01 21:15:48 -06:00
fowlmouth
944b4685b9 removed x11 2013-12-01 21:10:06 -06:00
Araq
2f0671eb79 examples from the talk part of test suite 2013-09-27 08:45:14 +02:00
Grzegorz Adam Hankiewicz
72a3e21f28 Removes executable bit for text files. 2013-03-16 23:53:07 +01:00
Araq
a64d4dc35c documented object constrs; endb works again 2013-03-09 20:43:56 +01:00
Grzegorz Adam Hankiewicz
91700f29e7 Renames each proc to map, each is left deprecated. 2013-01-22 21:41:26 +01:00
Grzegorz Adam Hankiewicz
cb43de875a Adds link to external nimrod-crossplatform-todo repository. 2012-12-18 19:33:04 +01:00
Grzegorz Adam Hankiewicz
b1b01e9f99 Removes misleading comment in build script.
A true program would rather compile the main nim project file which
imports other modules.
2012-12-14 22:12:12 +01:00
Araq
a56418b716 Merge pull request #253 from gradha/pr_reduce_todo_code_repetition
Reduces code repetition through helper procs and templates.
2012-11-18 05:12:32 -08:00
Grzegorz Adam Hankiewicz
2e7967886e Reduces code repetition through helper procs and templates. 2012-11-15 23:34:24 +01:00
Grzegorz Adam Hankiewicz
3c817cc85d Removes 'of TObject' to finalize objects not meant for inheritance. 2012-11-15 20:56:59 +01:00
Grzegorz Adam Hankiewicz
14038058cf Reduces parenthesis usage for clearness. 2012-11-13 22:27:13 +01:00
Grzegorz Adam Hankiewicz
2faf34b643 Improves the style of some examples.
* 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.
2012-11-13 22:27:13 +01:00
Grzegorz Adam Hankiewicz
d98826271a Replaces shell scripts with nimrod configuration files.
This should make compilation more cross platform friendly.
2012-11-08 23:47:08 +01:00
Araq
12f7a0b0ca Merge pull request #243 from gradha/pr_database_example
Pr database example
2012-11-01 15:36:08 -07:00
Grzegorz Adam Hankiewicz
a8df766fd9 Adds command line interface for todo example. 2012-11-01 20:41:16 +01:00
Grzegorz Adam Hankiewicz
c71e0a409a Adds backend code for the cross platform todo example. 2012-11-01 20:41:15 +01:00
Billingsly Wetherfordshire
6f4bd5174f Update examples/sdlex.nim
Updated sdlex.nim to show the basics of an SDL app (event loop, input)
2012-10-31 18:01:00 -05:00
Grzegorz Adam Hankiewicz
760e42b3f9 Adds command line interface for backend addition. 2012-10-19 20:09:12 +02:00
Grzegorz Adam Hankiewicz
f6e7aebbd9 Adds interactive user interface for android. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
3492bb7744 Adds android example using jni. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
b1ad04e306 Changes NIB to template and generates code manually for UI. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
68fda81780 Adds native user interface to iOS. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
ca0c001345 Adds iOS files for crossplatform calculator example. 2012-09-08 22:41:17 +02:00
Grzegorz Adam Hankiewicz
116c54a8dd Splits nimrod and lazarus files into separate directories. 2012-09-08 22:41:17 +02:00
Dominik Picheta
3ffff9ec43 More deprecation warnings fixed. 2012-07-23 21:29:10 +01:00
Araq
4f582da27f make tests green again 2012-07-17 01:27:25 +02:00
Araq
4215686cce x11 example compiles again; updated python wrapper; compiler supports variables in DLLs 2012-07-16 08:11:37 +02:00
Araq
1279bd2855 c2nim and system.nim now agree on a C type mapping 2012-07-15 10:00:34 +02:00
Araq
96be38e794 made a test green again 2012-07-15 08:43:05 +02:00
Araq
795afb0021 made tests green again 2012-07-09 00:54:46 +02:00
Araq
c53ad1b39f documentation improvements; higher level Mongodb wrapper 2012-04-09 11:18:10 +02:00
Zahary Karadjov
a72fe16f9d making tests green again 2012-03-20 14:44:23 +02:00
Zahary Karadjov
72f2a6e275 the test suite is mostly green again 2012-03-16 05:33:21 +02:00
Araq
8273ebcc28 examples/tclex compiles again 2012-02-24 19:20:18 +01:00
Araq
fb35b855d5 added 'system.shallow' 2012-02-09 20:13:36 +01:00
takano32
d0e4d5f009 sorry, i didnt test and commit... 2011-11-29 16:36:05 +09:00
takano32
c8e7571279 many thanks for Araq's advise! 2011-11-29 14:37:40 +09:00
TAKANO Mitsuhiro
02e678d134 add Fizz Buzz program in examples directory 2011-11-28 17:50:28 +09:00
Araq
a274f3bf5b got rid of 'accept' dir in the tests 2011-11-19 15:45:51 +01:00
Araq
d0772feb08 fixed some tests 2011-11-19 12:23:03 +01:00
Zahary Karadjov
da4076e0b7 when running unit tests, the tester will print only failures using colorless output (this should be better for nimbuild) 2011-11-10 04:39:46 +02:00
Araq
ded7f6a6d5 bugfix: nil -> emptyNode 2011-10-22 09:00:01 +02:00
Araq
5131b3cea4 support for C++ code generation; importcpp and importobjc pragmas 2011-08-07 21:02:09 +02:00