Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added dist/ to .gitignore | Axel Pahl | 2016-11-08 | 1 | -0/+1 |
| | | | | When using `./koch tools`, the directory `dist/` is generated (it contains the `nimble` sources). The `dist` directory was added to .gitignore. | ||||
* | Update .gitignore | Axel Pahl | 2016-11-08 | 1 | -0/+1 |
| | | | | Update .gitignore to reflect the new target dir of the generated documentation. `./koch doc` now writes the documentation to `doc/html/...` | ||||
* | Ignore new cache folders | WhiteDuke | 2016-09-14 | 1 | -0/+4 |
| | | | Reference: https://github.com/nim-lang/Nim/blob/083b31b47314c1aa70b2726a9b7d0a3c942c2bd8/koch.nim#L248 | ||||
* | Added `.*/`, `~*` and `*.log` to GIT ignore list. | Hans Raaf | 2016-05-21 | 1 | -0/+5 |
| | | | | | | | | Using differend IDEs for the Nim compiler I am constantly running into the problem that my global .gitignore is not working for the Nim directory. This is caused by the `*` / `!*.*` like rules, which reset all other rules. So I thought a bit about a sensible filtering of common IDE special files and added that to the .gitignore. | ||||
* | Get rid of git submodule | Sergey Avseyev | 2015-05-26 | 1 | -0/+1 |
| | |||||
* | Make csources a submodule | Adam Strzelecki | 2015-05-03 | 1 | -1/+0 |
| | | | | | | | | | | | 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. | ||||
* | Add csources to gitignore | Flaviu Tamas | 2014-11-12 | 1 | -0/+1 |
| | | | | | This will keep the git status output cleaner. The .gitignore will not cause already tracked files to be deleted | ||||
* | Clean up gitignore, the current ignore is equvilent to the previous | flaviut | 2014-04-23 | 1 | -548/+16 |
| | |||||
* | Removes generated .dot file uploaded by mistake. | Grzegorz Adam Hankiewicz | 2013-12-30 | 1 | -0/+1 |
| | |||||
* | Merge pull request #759 from zielmicha/stdmsg | Andreas Rumpf | 2013-12-20 | 1 | -0/+2 |
|\ | | | | | Write tracebacks to stderr instead of stdout. | ||||
| * | Add two CGI example and basic Python CGI server. | Michał Zieliński | 2013-12-18 | 1 | -0/+2 |
| | | |||||
* | | Expand gitignore to include all binaries built by ./koch test. | Michał Zieliński | 2013-12-15 | 1 | -3/+392 |
|/ | |||||
* | Reimplement parseopt which parses arguments given as a sequence of strings, ↵ | Michał Zieliński | 2013-12-09 | 1 | -0/+1 |
| | | | | not single string. | ||||
* | Adds idetools --suggest test case. Refs #484. | Grzegorz Adam Hankiewicz | 2013-07-02 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Adds idetools hierarchy nesting test. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -0/+1 |
| | |||||
* | Adds idetools test to check declaration proc signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -0/+1 |
| | |||||
* | Adds idetoos testcase to verify returned signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -1/+1 |
| | | | | At the moment too many of them return proc. | ||||
* | Adds symbol proc run mode as suggested by Zahary. | Grzegorz Adam Hankiewicz | 2013-06-11 | 1 | -0/+2 |
| | | | | | To avoid collision each test case uses a different nimcache directory based on the input test filename. | ||||
* | Adds idetools testcase for dynamic dispatch. Refs #477. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -0/+1 |
| | |||||
* | Renames test cases to be more human friendly. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -2/+2 |
| | |||||
* | Adds idetools testcase. Refs #416. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |
| | |||||
* | Adds idetools test case. Refs #416. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |
| | |||||
* | Adds generic idetools api test case. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |
| | | | | At the moment three lines of the test case fail in proc mode. | ||||
* | Makes caasdriver exit with number of errors. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+3 |
| | | | | Also displays result and separator after each test. | ||||
* | Adds some more entries to the list of ignored files. | Grzegorz Adam Hankiewicz | 2013-05-10 | 1 | -0/+114 |
| | |||||
* | Separate out install/uninstall script generation | Alain Kalker | 2013-03-17 | 1 | -0/+2 |
| | | | | | | | | - 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. | ||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | applies #322 without FReadDir effect | Araq | 2013-02-22 | 1 | -0/+1 |
| | |||||
* | Adds tools/nimweb to .gitignore. | Grzegorz Adam Hankiewicz | 2012-12-17 | 1 | -0/+1 |
| | |||||
* | Adds command line interface for todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 1 | -0/+1 |
| | |||||
* | Adds backend code for the cross platform todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 1 | -0/+4 |
| | |||||
* | Ignores whole upload directory. | Grzegorz Adam Hankiewicz | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | Adds command line interface for backend addition. | Grzegorz Adam Hankiewicz | 2012-10-19 | 1 | -0/+1 |
| | |||||
* | Adds docs/*.idx to git ignore list. | Grzegorz Adam Hankiewicz | 2012-10-19 | 1 | -0/+1 |
| | |||||
* | Adds android example using jni. | Grzegorz Adam Hankiewicz | 2012-09-08 | 1 | -0/+9 |
| | |||||
* | Adds ios patterns to ignore list. | Grzegorz Adam Hankiewicz | 2012-09-08 | 1 | -0/+13 |
| | |||||
* | PCRE wrapper update to 8.31 | Schala Zeal | 2012-07-09 | 1 | -1/+0 |
| | | | | PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL | ||||
* | auto generated files and dirs to ignore | takano32 | 2011-11-25 | 1 | -0/+4 |
| | |||||
* | `rod' directory was renamed to `compiler' | takano32 | 2011-11-25 | 1 | -4/+3 |
| | |||||
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 1 | -0/+0 |
| | |||||
* | added install.sh; scgi: does not set system.stackTraceNewLine anymore | Araq | 2010-10-26 | 1 | -0/+8 |
| | |||||
* | bugfix: typo in SMTP module; SCGI module finished | Araq | 2010-10-25 | 1 | -0/+11 |
| | |||||
* | Added a .gitignore file | dom96 | 2010-10-23 | 1 | -0/+2 |