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
Keita Haga
74947d0185
examples/keyval2.nim: the indices of the elements of a sequence are numbered starting with zero
2011-08-02 16:59:23 +09:00
Araq
3e806a374a
'var T' for iterators
2011-07-31 22:39:17 +02:00
Araq
0e7f2ca3f1
bugfixes; added events module, sequtils module
2011-07-26 00:46:41 +02:00
Araq
ef039a1325
doc improvements; added lazarus example
2011-07-24 23:07:40 +02:00
Araq
5b96eaa953
preparations for 0.8.12
2011-07-10 15:48:13 +02:00
Araq
3260702a60
first steps to thread local heaps
2011-06-02 13:02:40 +02:00
Araq
46c41e4369
p[] instead of p^
2011-04-11 23:28:53 +02:00
Araq
5b28d08203
non-nil AST; continue after errors for IDE support
2011-02-12 19:24:20 +01:00
Araq
adf13aaea3
docgen understands and ignores *when false*
2010-11-18 22:26:20 +01:00
Andreas Rumpf
9a22ae0217
resolved system.nim conflicts
2010-05-29 00:39:33 +02:00
Andreas Rumpf
6c20509121
explicit types for generic routines
2010-05-28 23:32:46 +02:00
PhiLho
286e5958d6
Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib update
2010-05-21 16:03:21 +02:00