Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-11-03 | 1 | -1/+12 |
|\ | |||||
| * | Update buildbat.tmpl | Varriount | 2014-11-03 | 1 | -1/+12 |
| | | | | | | Batch scripts generated by `koch csources` now return proper error codes, and stop when there is an error. | ||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -9/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | | only produce the link to the docs if they are installed | Araq | 2014-11-03 | 1 | -5/+0 |
| | | | |||||
| * | | Update nsis.tmpl | Varriount | 2014-11-02 | 1 | -4/+3 |
| | | | |||||
| * | | Update nsis.tmpl | Varriount | 2014-11-02 | 1 | -0/+1 |
| | | | |||||
| * | | Update nsis.tmpl | Varriount | 2014-10-25 | 1 | -0/+2 |
| | | | | | | | | | Fix adding the mingw binary to the path variable | ||||
* | | | Nimrod -> Nim | Araq | 2014-10-31 | 1 | -5/+5 |
| |/ |/| | |||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 1 | -2/+8 |
|\| | | | | | | | | | Conflicts: web/news.txt | ||||
| * | Update nsis.tmpl | Varriount | 2014-10-21 | 1 | -2/+8 |
| | | | | | | React appropriately when the user cancels the downloading of a component. | ||||
* | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-21 | 2 | -80/+145 |
|\ \ | |||||
| * | | Improve the trimcc tool's batching algorithm. | Clay Sweetser | 2014-10-14 | 2 | -80/+145 |
| | | | |||||
* | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 5 | -20/+654 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt | ||||
| * | disable 'view source' feature | Araq | 2014-10-20 | 1 | -3/+4 |
| | | |||||
| * | documentation improvements | Araq | 2014-10-19 | 1 | -4/+9 |
| | | |||||
| * | Update the NSIS Installer Script | Clay Sweetser | 2014-10-19 | 2 | -166/+595 |
| | | |||||
| * | niminst: source based installation works again | Araq | 2014-10-18 | 1 | -1/+1 |
| | | |||||
| * | more improvements for the NSIS installer | Araq | 2014-10-17 | 1 | -3/+9 |
| | | |||||
| * | added missing template file | Araq | 2014-10-17 | 1 | -0/+166 |
| | | |||||
| * | niminst supports NSIS | Araq | 2014-10-17 | 2 | -13/+40 |
| | | |||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-13 | 1 | -4/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt | ||||
| * | zipfile generation works again | Araq | 2014-10-12 | 1 | -4/+4 |
| | | |||||
* | | documentation updates | Araq | 2014-10-11 | 1 | -0/+16 |
| | | |||||
* | | improved trimcc tool | Araq | 2014-10-09 | 1 | -20/+118 |
| | | |||||
* | | docgen should work again | Araq | 2014-10-05 | 1 | -1/+1 |
| | | |||||
* | | some progress on documentation building | Araq | 2014-09-17 | 1 | -84/+80 |
| | | |||||
* | | nimweb compiles again | Araq | 2014-09-14 | 1 | -6/+1 |
| | | |||||
* | | resolved conflict | Araq | 2014-09-13 | 1 | -15/+20 |
|\ \ | |||||
| * | | Some docgen fixes. | Dominik Picheta | 2014-09-13 | 1 | -16/+16 |
| | | | |||||
* | | | merged things from devel | Araq | 2014-09-12 | 1 | -9/+47 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Adds --parallelBuild to koch web and automatic reruns. Refs #1455. | Grzegorz Adam Hankiewicz | 2014-08-08 | 1 | -4/+27 |
| | | |||||
| * | Parallelizes documentation building. | Grzegorz Adam Hankiewicz | 2014-08-06 | 1 | -9/+24 |
| | | |||||
* | | updated nimgrep tool | Araq | 2014-09-10 | 1 | -6/+6 |
| | | |||||
* | | nimgrep compiles again | Araq | 2014-09-07 | 1 | -8/+8 |
| | | |||||
* | | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -0/+0 |
| | | |||||
* | | posix.nim compiles again | Araq | 2014-08-29 | 8 | -42/+42 |
|/ | |||||
* | Make nimrepl and trimcc tools compile | def | 2014-08-01 | 2 | -2/+2 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-25 | 1 | -1/+1 |
|\ | |||||
| * | website updates | Araq | 2014-04-22 | 1 | -1/+1 |
| | | |||||
* | | minor tweaks; updated todo.txt | Araq | 2014-04-25 | 1 | -1/+1 |
|/ | |||||
* | Implemented babel package list in lib.html. | Dominik Picheta | 2014-04-12 | 1 | -0/+5 |
| | |||||
* | merged better html links #850 | Araq | 2014-04-08 | 2 | -10/+25 |
| | |||||
* | Added google analytics to website. | Dominik Picheta | 2014-02-18 | 1 | -0/+10 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -1/+1 |
| | | | | empty blocks. | ||||
* | nil->discard | Araq | 2014-02-14 | 1 | -6/+6 |
| | |||||
* | Merge branch 'pr_oniondocs' into pr_oniondocs_devel | Grzegorz Adam Hankiewicz | 2014-01-25 | 1 | -0/+14 |
|\ | |||||
| * | Transforms docgen sample to be generated from source. | Grzegorz Adam Hankiewicz | 2014-01-06 | 1 | -0/+14 |
| | | |||||
* | | resolved conflicts with master | Araq | 2014-01-18 | 3 | -9/+9 |
|\ \ | |||||
| * | | Rename C sources dir to c_code. | Dominik Picheta | 2014-01-12 | 3 | -9/+9 |
| |/ | |||||
* | | case consistency: niminst | Araq | 2013-12-29 | 1 | -9/+9 |
| | |