Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename compiler/nim.ini back to compiler/installer.ini | def | 2015-03-13 | 1 | -4/+8 |
| | | | | | | | - Niminst has a new -m/--main option to set the main file, by default ini-file with .nim extension (old behaviour) - Koch uses this to pass --main:compiler/nim.nim - Fix includes/links of website.ini | ||||
* | Add makefile for csources | def | 2015-03-12 | 3 | -2/+175 |
| | | | | | | | This should speed up compilation of csources significantly, as it can be used with "make -j $NUMPROCS" Only tested on Linux so far | ||||
* | Make *.sh files executable | def | 2015-03-12 | 1 | -0/+3 |
| | |||||
* | Merge pull request #2225 from dyu/freebsd | Andreas Rumpf | 2015-03-08 | 1 | -1/+1 |
|\ | | | | | compile nim on freebsd | ||||
| * | compile nim on freebsd | dyu | 2015-02-27 | 1 | -1/+1 |
| | | |||||
* | | Replaced deprecated repeatStr() with repeat(). | Hans Raaf | 2015-03-04 | 1 | -2/+2 |
| | | |||||
* | | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
|/ | |||||
* | Fixup website support page and other minor touches. | PhilipWitte | 2015-02-20 | 1 | -8/+9 |
| | |||||
* | Cleaned up T/P names. | Hans Raaf | 2015-02-19 | 8 | -40/+40 |
| | |||||
* | website updates | Araq | 2015-02-18 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2091 from PhilipWitte/devel | Andreas Rumpf | 2015-02-16 | 1 | -95/+63 |
|\ | | | | | Various website fixes (banner, icons, css, articles) | ||||
| * | colored 'object' as keyword instead of type in second banner slide | PhilipWitte | 2015-02-15 | 1 | -1/+1 |
| | | |||||
| * | Add support tab to website | PhilipWitte | 2015-02-15 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/devel' into devel | PhilipWitte | 2015-02-15 | 1 | -2/+2 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/devel' into devel | PhilipWitte | 2015-02-13 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Fixed website banner HTML & Javascript | PhilipWitte | 2015-02-08 | 1 | -94/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | Various website CSS improvements Added docs & learn icons Added learn articles | ||||
* | | | | Fix typos | Federico Ceratto | 2015-02-15 | 2 | -2/+2 |
| |_|/ |/| | | |||||
* | | | nimrod -> nim in some filenames | def | 2015-02-14 | 1 | -2/+2 |
| |/ |/| | |||||
* | | cleanup index generation | Araq | 2015-02-10 | 1 | -1/+1 |
|/ | |||||
* | Fix IRC channel at footer | def | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | make FreeBSD's compiler clang | Mikhail Sobolev | 2015-01-12 | 1 | -1/+7 |
| | | | | | * there's not much documentation about what's in nim.cfg file * the build.sh template was updated based on darwin | ||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 3 | -5/+5 |
| | |||||
* | Make website.tmpl line endings consistant (using Unix style) | Guillaume Gelin | 2015-01-06 | 1 | -97/+97 |
| | |||||
* | Merge pull request #1779 from flaviut/ga-docs | Varriount | 2015-01-05 | 2 | -2/+10 |
|\ | | | | | Add google analytics to docs | ||||
| * | Mostly get analytics working for docs | Flaviu Tamas | 2014-12-25 | 2 | -2/+10 |
| | | |||||
* | | Merge pull request #1811 from cremno/fix-nsis-uninstaller-filename | Varriount | 2015-01-05 | 1 | -1/+1 |
|\ \ | | | | | | | fix NSIS uninstaller filename | ||||
| * | | fix NSIS uninstaller filename (fix #1804) | cremno | 2015-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | fixed wrong code snippet | Araq | 2015-01-02 | 1 | -1/+1 |
|/ / | |||||
* | | website updates; Source links now work | Araq | 2014-12-30 | 1 | -9/+11 |
| | | |||||
* | | niminst: use project-version for the zip file | Araq | 2014-12-29 | 1 | -2/+2 |
| | | |||||
* | | Renamed Babel to Nimble in lib.txt. | Dominik Picheta | 2014-12-26 | 1 | -2/+2 |
|/ | |||||
* | Fix source code links | Nick Greenfield | 2014-12-21 | 1 | -8/+8 |
| | |||||
* | Merge pull request #1748 from boydgreenfield/improved-doc-styling | Andreas Rumpf | 2014-12-21 | 1 | -8/+10 |
|\ | | | | | Improved doc styling | ||||
| * | Update nimweb.nim to work w/ non-hardcoded --docSeeSrcUrl argument to nim doc | Nick Greenfield | 2014-12-19 | 1 | -8/+10 |
| | | |||||
* | | implemented 'koch pdf' | Araq | 2014-12-19 | 1 | -9/+10 |
|/ | |||||
* | more code snippets for the website | Araq | 2014-12-14 | 1 | -6/+36 |
| | |||||
* | added 'website' option to koch for convenience | Araq | 2014-12-13 | 1 | -2/+7 |
| | |||||
* | website improvements | Araq | 2014-12-12 | 1 | -13/+21 |
| | |||||
* | website slightly improved | Araq | 2014-12-11 | 2 | -5/+5 |
| | |||||
* | nimweb builds full docs again | Araq | 2014-12-10 | 1 | -7/+11 |
| | |||||
* | further website improvements | Araq | 2014-12-10 | 2 | -1/+8 |
| | |||||
* | destuctors are experimental; 'func' is now a keyword | Araq | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | new website | Araq | 2014-12-10 | 2 | -60/+167 |
| | |||||
* | fixes #1646 | Araq | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | |