Sergey Avseyev
b77ae66e84
Get rid of git submodule
2015-05-26 14:16:22 +03:00
Adam Strzelecki
e31bca55fa
Make csources a submodule
...
1. Solves a problem that updating Nim sources we have no indication we need to
update csources as well.
2. Using submodule we can explicitly request that some Nim version requires
some csources version to bootstrap.
3. build.sh now simply calls: git submodule update --init --depth 1
instead shallow clone on missing csources subdirectory.
2015-05-03 18:55:31 +02:00
Flaviu Tamas
8818b15d8d
Add csources to gitignore
...
This will keep the git status output cleaner.
The .gitignore will not cause already tracked files to be deleted
2014-11-12 08:37:02 -05:00
flaviut
1b1bb284d2
Clean up gitignore, the current ignore is equvilent to the previous
2014-04-23 21:57:01 -04:00
Grzegorz Adam Hankiewicz
fc68a7d880
Removes generated .dot file uploaded by mistake.
2013-12-30 17:58:05 +01:00
Andreas Rumpf
259d205ff6
Merge pull request #759 from zielmicha/stdmsg
...
Write tracebacks to stderr instead of stdout.
2013-12-20 09:42:39 -08:00
Michał Zieliński
101d8bc9c3
Add two CGI example and basic Python CGI server.
2013-12-18 18:19:32 +01:00
Michał Zieliński
2434324a0c
Expand gitignore to include all binaries built by ./koch test.
2013-12-15 15:52:01 +01:00
Michał Zieliński
d1f3512aba
Reimplement parseopt which parses arguments given as a sequence of strings, not single string.
2013-12-09 23:29:16 +01:00
Grzegorz Adam Hankiewicz
f7f1408168
Adds idetools --suggest test case. Refs #484 .
...
1) There are too many suggestions for the given prefix.
2) The suggestions don't take into account the preceeding type.
3) trackDirty only works on caas mode.
2013-07-02 12:28:22 +02:00
Grzegorz Adam Hankiewicz
a1da2b713b
Adds idetools hierarchy nesting test.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
25f45cace1
Adds idetools test to check declaration proc signatures.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
b15f585273
Adds idetoos testcase to verify returned signatures.
...
At the moment too many of them return proc.
2013-06-16 22:39:38 +02:00
Grzegorz Adam Hankiewicz
28041461b7
Adds symbol proc run mode as suggested by Zahary.
...
To avoid collision each test case uses a different nimcache directory
based on the input test filename.
2013-06-11 17:23:48 +02:00
Grzegorz Adam Hankiewicz
fe18117fb2
Adds idetools testcase for dynamic dispatch. Refs #477 .
2013-06-10 23:07:36 +02:00
Grzegorz Adam Hankiewicz
b0ba4caf64
Renames test cases to be more human friendly.
2013-06-10 23:06:49 +02:00
Grzegorz Adam Hankiewicz
b0e7170965
Adds idetools testcase. Refs #416 .
2013-06-07 22:06:04 +02:00
Grzegorz Adam Hankiewicz
0d333fdcb4
Adds idetools test case. Refs #416 .
2013-06-07 21:38:07 +02:00
Grzegorz Adam Hankiewicz
f11a3b2324
Adds generic idetools api test case.
...
At the moment three lines of the test case fail in proc mode.
2013-06-07 21:24:45 +02:00
Grzegorz Adam Hankiewicz
2793170fed
Makes caasdriver exit with number of errors.
...
Also displays result and separator after each test.
2013-06-07 18:25:57 +02:00
Grzegorz Adam Hankiewicz
f04b502cfe
Adds some more entries to the list of ignored files.
2013-05-10 23:22:45 +02:00
Alain Kalker
caf9140b23
Separate out install/uninstall script generation
...
- Add new feature to niminst: scripts - build install scripts
(based on csource feature)
- Change install feature in koch to build the install scripts, then
run install.sh
- Don't track install scripts in Git.
2013-03-17 20:10:24 +01:00
Grzegorz Adam Hankiewicz
72a3e21f28
Removes executable bit for text files.
2013-03-16 23:53:07 +01:00
Araq
180ab350dc
applies #322 without FReadDir effect
2013-02-22 01:18:20 +01:00
Grzegorz Adam Hankiewicz
da944e331f
Adds tools/nimweb to .gitignore.
2012-12-17 23:47:37 +01: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
Grzegorz Adam Hankiewicz
b2e486b237
Ignores whole upload directory.
2012-11-01 19:59:44 +01:00
Grzegorz Adam Hankiewicz
760e42b3f9
Adds command line interface for backend addition.
2012-10-19 20:09:12 +02:00
Grzegorz Adam Hankiewicz
d20a8ac68d
Adds docs/*.idx to git ignore list.
2012-10-19 18:46:58 +02:00
Grzegorz Adam Hankiewicz
3492bb7744
Adds android example using jni.
2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
f2f16f6455
Adds ios patterns to ignore list.
2012-09-08 22:41:17 +02:00
Schala Zeal
59cbc6b05d
PCRE wrapper update to 8.31
...
PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL
2012-07-09 18:38:07 -07:00
takano32
06450f8765
auto generated files and dirs to ignore
2011-11-25 13:54:24 +09:00
takano32
ac86c3a5d4
rod' directory was renamed to compiler'
2011-11-25 13:37:24 +09:00
Araq
5b28d08203
non-nil AST; continue after errors for IDE support
2011-02-12 19:24:20 +01:00
Araq
0879f0b0a7
added install.sh; scgi: does not set system.stackTraceNewLine anymore
2010-10-26 07:51:26 +02:00
Araq
1dd9ec85b2
bugfix: typo in SMTP module; SCGI module finished
2010-10-25 23:49:48 +02:00
dom96
18a8590a87
Added a .gitignore file
2010-10-23 22:35:33 +01:00