Andreas Rumpf
ae9a89dd25
Merge pull request #3394 from nanoant/patch/use-new-filter-prefix
...
Use new #? filter prefix in various places
2015-10-01 09:12:08 +02:00
Araq
5a003532d0
fixes #2473 ; cleanup of some tests
2015-09-30 21:13:13 +02:00
Adam Strzelecki
700b63ad89
Use new #? filter prefix in various places
...
This silences deprecation warnings and prevent collision with UNIX shebang.
2015-09-30 16:12:31 +02:00
Adam Strzelecki
c99a9e5a6c
examples: Trim .txt files trailing whitespace
...
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:12:03 +02:00
Adam Strzelecki
5d80548cce
examples: Trim .nim files trailing whitespace
...
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:05:22 +02:00
Grzegorz Adam Hankiewicz
fc235833d4
Removes dead references.
2015-08-17 23:30:36 +02:00
Araq
5313ceaafd
deleted wingui example
2015-07-12 13:33:24 +02:00
patrick dw
4e275f2a1a
renamed writeln to writeLine in examples
2015-06-19 01:38:31 -05:00
def
456aa7fdfe
Use declaredInScope instead of definedInScope
2015-02-18 01:57:10 +01:00
Federico Ceratto
657dca5c3b
Fix typos
2015-02-15 16:20:32 +00:00
def
d19a4ca827
Fix cross_todo example
2015-02-15 00:06:57 +01:00
def
6244cc2e4f
Fix cross_calculator example
2015-02-15 00:06:51 +01:00
Araq
a4b2762249
fixes #325
2015-01-28 19:31:36 +01:00
Flaviu Tamas
8b807adc08
s/nimrod/nim/g; s/babel/nimble/g
2015-01-09 22:59:16 -05:00
Araq
1a3b730bf5
made tests green
2014-09-22 01:25:13 +02:00
Araq
9d9c3fe121
merged things from devel
2014-09-12 01:37:48 +02:00
Araq
41c7cde61f
updated iup.nim; made tests green
2014-08-31 22:55:51 +02:00
Erwan Ameil
7dac395cb2
Remove outdated ZeroMQ example (zmq has been moved out of the stdlib)
2014-08-30 20:42:40 +02:00
Araq
cd2c6128d1
renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings
2014-08-29 09:03:00 +02:00
Araq
11b6958755
big rename
2014-08-27 23:42:51 +02:00
Araq
62e454f41b
asynchttpserver compiles again; made some tests green
2014-08-13 01:16:18 +02:00
Grzegorz Adam Hankiewicz
bb34d0380a
Makes ios example work again with new paths. Refs #852 .
2014-07-27 22:55:03 +02:00
Araq
678f3d7f5b
fixes constant array indexing bug
2014-06-30 16:45:55 +02:00
flaviut
1b1bb284d2
Clean up gitignore, the current ignore is equvilent to the previous
2014-04-23 21:57:01 -04:00
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