summary refs log tree commit diff stats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Rename compiler/nim.ini back to compiler/installer.inidef2015-03-131-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 csourcesdef2015-03-123-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 executabledef2015-03-121-0/+3
|
* Merge pull request #2225 from dyu/freebsdAndreas Rumpf2015-03-081-1/+1
|\ | | | | compile nim on freebsd
| * compile nim on freebsddyu2015-02-271-1/+1
| |
* | Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-041-2/+2
| |
* | Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
|/
* Fixup website support page and other minor touches.PhilipWitte2015-02-201-8/+9
|
* Cleaned up T/P names.Hans Raaf2015-02-198-40/+40
|
* website updatesAraq2015-02-181-2/+2
|
* Merge pull request #2091 from PhilipWitte/develAndreas Rumpf2015-02-161-95/+63
|\ | | | | Various website fixes (banner, icons, css, articles)
| * colored 'object' as keyword instead of type in second banner slidePhilipWitte2015-02-151-1/+1
| |
| * Add support tab to websitePhilipWitte2015-02-151-1/+1
| |
| * Merge remote-tracking branch 'upstream/devel' into develPhilipWitte2015-02-151-2/+2
| |\
| * \ Merge remote-tracking branch 'upstream/devel' into develPhilipWitte2015-02-131-1/+1
| |\ \
| * | | Fixed website banner HTML & JavascriptPhilipWitte2015-02-081-94/+62
| | | | | | | | | | | | | | | | | | | | | | | | Various website CSS improvements Added docs & learn icons Added learn articles
* | | | Fix typosFederico Ceratto2015-02-152-2/+2
| |_|/ |/| |
* | | nimrod -> nim in some filenamesdef2015-02-141-2/+2
| |/ |/|
* | cleanup index generationAraq2015-02-101-1/+1
|/
* Fix IRC channel at footerdef2015-01-301-1/+1
|
* make FreeBSD's compiler clangMikhail Sobolev2015-01-121-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 Gelin2015-01-063-5/+5
|
* Make website.tmpl line endings consistant (using Unix style)Guillaume Gelin2015-01-061-97/+97
|
* Merge pull request #1779 from flaviut/ga-docsVarriount2015-01-052-2/+10
|\ | | | | Add google analytics to docs
| * Mostly get analytics working for docsFlaviu Tamas2014-12-252-2/+10
| |
* | Merge pull request #1811 from cremno/fix-nsis-uninstaller-filenameVarriount2015-01-051-1/+1
|\ \ | | | | | | fix NSIS uninstaller filename
| * | fix NSIS uninstaller filename (fix #1804)cremno2015-01-011-1/+1
| | |
* | | fixed wrong code snippetAraq2015-01-021-1/+1
|/ /
* | website updates; Source links now workAraq2014-12-301-9/+11
| |
* | niminst: use project-version for the zip fileAraq2014-12-291-2/+2
| |
* | Renamed Babel to Nimble in lib.txt.Dominik Picheta2014-12-261-2/+2
|/
* Fix source code linksNick Greenfield2014-12-211-8/+8
|
* Merge pull request #1748 from boydgreenfield/improved-doc-stylingAndreas Rumpf2014-12-211-8/+10
|\ | | | | Improved doc styling
| * Update nimweb.nim to work w/ non-hardcoded --docSeeSrcUrl argument to nim docNick Greenfield2014-12-191-8/+10
| |
* | implemented 'koch pdf'Araq2014-12-191-9/+10
|/
* more code snippets for the websiteAraq2014-12-141-6/+36
|
* added 'website' option to koch for convenienceAraq2014-12-131-2/+7
|
* website improvementsAraq2014-12-121-13/+21
|
* website slightly improvedAraq2014-12-112-5/+5
|
* nimweb builds full docs againAraq2014-12-101-7/+11
|
* further website improvementsAraq2014-12-102-1/+8
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-1/+1
|
* new websiteAraq2014-12-102-60/+167
|
* fixes #1646Araq2014-11-101-1/+1
|
* Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-11-031-1/+12
|\
| * Update buildbat.tmplVarriount2014-11-031-1/+12
| | | | | | Batch scripts generated by `koch csources` now return proper error codes, and stop when there is an error.
* | Merge branch 'devel' into bigbreakAraq2014-11-031-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 installedAraq2014-11-031-5/+0
| | |
| * | Update nsis.tmplVarriount2014-11-021-4/+3
| | |
| * | Update nsis.tmplVarriount2014-11-021-0/+1
| | |