Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | define sparc64 platform | Sergey Avseyev | 2016-07-21 | 2 | -2/+6 |
| | |||||
* | Use relative paths in install script template | Denis Kolodin | 2016-07-03 | 1 | -1/+29 |
| | |||||
* | 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 | 1 | -2/+4 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | tools: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -30/+30 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | Fixed gcc batch issue | apense | 2015-06-17 | 1 | -2/+2 |
| | | | See #18 on csources. Basically, some Windows system have gcc as a gcc.bat file. This isn't an issue unless you're calling from another batch file (like here). The call chain will follow to gcc.bat and end there, meaning only one command is processed. Using "CALL" before the other batch command will keep the calls in the main batch file after completion, meaning the compilation will actually succeed this way [see technet](https://technet.microsoft.com/en-us/library/bb490873.aspx). Otherwise you have to hope there is a gcc.exe somewhere instead | ||||
* | Dropped from TZipFileStream | patrick dw | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | Use maximum compression level for XZ tarball | Sergey Avseyev | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Set file permissions when prepare XZ tarball | Sergey Avseyev | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Remove outdated targz from niminst | Sergey Avseyev | 2015-05-26 | 1 | -44/+0 |
| | |||||
* | Implement support for XZ dist tarball | Sergey Avseyev | 2015-05-26 | 1 | -0/+42 |
| | | | | | | | | | | | | | | | | | Motivation ---------- Currenly tarballs for linux created manually. ZIP files are not suitable, because they do not preserve unix file permissions. Modification ------------ Implement 'koch xz' command to produce dist tarball in xz format. Also the same command implemented in niminst.nim. Result ------ Now it is easy to create source distribution for git stapshot and use it further in packaging scripts. | ||||
* | preparations for version 0.11.0 | Araq | 2015-04-30 | 2 | -11/+12 |
| | |||||
* | the installer can generate tar.gz | Araq | 2015-04-29 | 1 | -12/+55 |
| | |||||
* | 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 |
| | |||||
* | compile nim on freebsd | dyu | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Cleaned up T/P names. | Hans Raaf | 2015-02-19 | 8 | -40/+40 |
| | |||||
* | nimrod -> nim in some filenames | def | 2015-02-14 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | fix NSIS uninstaller filename (fix #1804) | cremno | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | niminst: use project-version for the zip file | Araq | 2014-12-29 | 1 | -2/+2 |
| | |||||
* | 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 |
| | | |||||
| * | Update nsis.tmpl | Varriount | 2014-10-25 | 1 | -0/+2 |
| | | | | | | Fix adding the mingw binary to the path variable | ||||
* | | 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 'devel' into bigbreak | Araq | 2014-10-20 | 4 | -14/+642 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Update the NSIS Installer Script | Clay Sweetser | 2014-10-19 | 2 | -166/+595 |
| | |