Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #4529 | Araq | 2016-09-10 | 1 | -2/+2 |
| | |||||
* | local theindex path is accepted too by browsers | Araq | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | docgen: working search feature | Araq | 2016-09-09 | 1 | -7/+13 |
| | |||||
* | docgen: minor changes | Andreas Rumpf | 2016-09-09 | 1 | -4/+4 |
| | |||||
* | docgen: search feature | Andreas Rumpf | 2016-09-09 | 2 | -0/+64 |
| | |||||
* | docgen: group by type feature | Andreas Rumpf | 2016-09-08 | 2 | -0/+569 |
| | |||||
* | documentation now has an 'edit' button | Andreas Rumpf | 2016-09-08 | 1 | -23/+16 |
| | |||||
* | Show inactive supporters on sponsors page too. | Dominik Picheta | 2016-09-04 | 2 | -10/+25 |
| | |||||
* | Change Nim in Action banner link on front page. | Dominik Picheta | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | define sparc64 platform | Sergey Avseyev | 2016-07-21 | 2 | -2/+6 |
| | |||||
* | koch knows about json2 | Andreas Rumpf | 2016-07-19 | 1 | -3/+17 |
| | |||||
* | Use relative paths in install script template | Denis Kolodin | 2016-07-03 | 1 | -1/+29 |
| | |||||
* | Update sponsors page. | Dominik Picheta | 2016-06-22 | 1 | -0/+1 |
| | |||||
* | Use `walkPattern` to walk both directories and files | Joey Payne | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | fixes niminst regression | Andreas Rumpf | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | more niminst fixes | Andreas Rumpf | 2016-06-13 | 1 | -10/+30 |
| | |||||
* | fixes a niminst regression | Andreas Rumpf | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | fixes a niminst regression | Andreas Rumpf | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | added 'koch testinstall' command; more installer related bugfixes | Andreas Rumpf | 2016-06-09 | 2 | -14/+29 |
| | |||||
* | fixes #4289 | Andreas Rumpf | 2016-06-08 | 1 | -8/+8 |
| | |||||
* | finally make niminst smart about which files are important | Andreas Rumpf | 2016-06-07 | 1 | -15/+34 |
| | |||||
* | make source code links work again | Araq | 2016-06-07 | 1 | -6/+6 |
| | |||||
* | use program files rather than c drive | Araq | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | Remove trailing slashes from install/deinstall.tmpl. | Dominik Picheta | 2016-06-06 | 2 | -4/+4 |
| | |||||
* | cleaned up heapdumprepl tool | Andreas Rumpf | 2016-06-06 | 1 | -0/+150 |
| | |||||
* | Fixed deinstall script after recent install changes. | Dominik Picheta | 2016-06-06 | 2 | -6/+23 |
| | |||||
* | Niminst now bundles the `compiler` dir when packaging. | Dominik Picheta | 2016-06-06 | 2 | -16/+62 |
| | |||||
* | Fixes #2128. Based on @infinity0's commit. | Dominik Picheta | 2016-06-05 | 2 | -22/+22 |
| | |||||
* | CSS caching hack. | Dominik Picheta | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Fixes RSS feed generated by nimweb. | Dominik Picheta | 2016-06-04 | 1 | -22/+23 |
| | |||||
* | Fixes website page titles. | Dominik Picheta | 2016-06-04 | 2 | -7/+8 |
| | |||||
* | News articles are now placed in separate pages. | Dominik Picheta | 2016-06-04 | 2 | -33/+48 |
| | | | | Also given each rst file its rightful extension. | ||||
* | Adds "Meet our Sponsors" slide to website. | Dominik Picheta | 2016-06-04 | 1 | -2/+8 |
| | |||||
* | Add rst filename to HTML page title for website. | Dominik Picheta | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Implemented generation of sponsors page + missing assets. | Dominik Picheta | 2016-06-04 | 2 | -1/+70 |
| | |||||
* | Generate nre docs with website | Flaviu Tamas | 2016-05-13 | 1 | -10/+10 |
| | |||||
* | Add Bountysource banner to website. | Dominik Picheta | 2016-04-06 | 1 | -1/+11 |
| | |||||
* | further progress on --gc:v2 | Andreas Rumpf | 2016-02-17 | 1 | -0/+66 |
| | |||||
* | Added Nim in Action news. | Dominik Picheta | 2016-01-27 | 1 | -2/+8 |
| | |||||
* | nimgrep version 1 | Araq | 2015-12-05 | 1 | -3/+11 |
| | |||||
* | website updated | Araq | 2015-11-18 | 1 | -23/+2 |
| | |||||
* | updated old links on the website | Araq | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | build.sh: Output error messages to stderr | Adam Strzelecki | 2015-10-30 | 1 | -5/+5 |
| | | | | Just in case we are running this in some CI. | ||||
* | build.sh: Use shell built-in command trace | Adam Strzelecki | 2015-10-30 | 1 | -3/+3 |
| | | | | | | | | | | | | Rather than issuing echo "cmd..." then cmd... itself, we enable shell trace facility via set -x, which is POSIX shell standard command and is compatible with all UNIX shells. This effectively cuts build.sh size twice, since we don't need to double stuff there, also making it human readable. We are also setting PS4 (trace prefix) to none, instead final echo "SUCCESS", we issue : SUCCESS command which outputs its contents in trace. | ||||
* | Added Nim workshop banner to front page slider. | Dominik Picheta | 2015-10-16 | 1 | -4/+10 |
| | |||||
* | Use new #? filter prefix in various places | Adam Strzelecki | 2015-09-30 | 7 | -7/+7 |
| | | | | This silences deprecation warnings and prevent collision with UNIX shebang. | ||||
* | fixes #2559 | Araq | 2015-09-10 | 1 | -5/+5 |
| | |||||
* | documented NimScript | Araq | 2015-09-07 | 1 | -2/+2 |
| | |||||
* | tools: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 7 | -253/+253 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | updated links to source code | Araq | 2015-06-30 | 1 | -1/+1 |
| |