Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | fixes #6961 | Andreas Rumpf | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | move securehash back into the stdlib | Araq | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | make niminst compile again | Araq | 2017-12-16 | 1 | -2/+2 |
| | |||||
* | Invoke xz -9 explicitly instead of trusting tar to interpret XZ_OPT | Dennis Felsing | 2017-05-23 | 1 | -2/+5 |
| | |||||
* | niminst: less verbose output in a desparate attempt to make travis green again | Andreas Rumpf | 2017-02-05 | 1 | -2/+2 |
| | |||||
* | niminst: add some disabled code snippet I don't want to lose | Araq | 2017-01-29 | 1 | -1/+9 |
| | |||||
* | Fix C source gen. | Dominik Picheta | 2017-01-08 | 1 | -1/+1 |
| | |||||
* | niminst: faster way to deduplicate files | Araq | 2017-01-03 | 1 | -17/+18 |
| | |||||
* | make travis green | Araq | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | niminst works with gitlab | Araq | 2016-10-22 | 1 | -2/+6 |
| | |||||
* | niminst updates | Andreas Rumpf | 2016-10-21 | 1 | -13/+13 |
| | |||||
* | Improve niminst zip error message and fix CI build. | Dominik Picheta | 2016-10-16 | 1 | -0/+4 |
| | |||||
* | Fixes `niminst zip` not creating output dir & cleans related code. | Dominik Picheta | 2016-10-16 | 1 | -18/+19 |
| | |||||
* | zip files for Windows | Araq | 2016-10-09 | 1 | -18/+21 |
| | |||||
* | Works around a niminst bug. Related to commit 3813af63f5 and #4831. | Dominik Picheta | 2016-09-29 | 1 | -1/+2 |
| | |||||
* | define sparc64 platform | Sergey Avseyev | 2016-07-21 | 1 | -1/+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 | 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 |
| | |||||
* | Niminst now bundles the `compiler` dir when packaging. | Dominik Picheta | 2016-06-06 | 1 | -5/+28 |
| | |||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -2/+3 |
| | |||||
* | 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 | 1 | -0/+5 |
| | | | | | | | 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 |
| | |||||
* | Cleaned up T/P names. | Hans Raaf | 2015-02-19 | 1 | -31/+31 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -2/+2 |
| | |||||
* | 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 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -11/+38 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | niminst: source based installation works again | Araq | 2014-10-18 | 1 | -1/+1 |
| | | |||||
| * | niminst supports NSIS | Araq | 2014-10-17 | 1 | -10/+37 |
| | | |||||
* | | 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 |
| | | |||||
* | | posix.nim compiles again | Araq | 2014-08-29 | 1 | -9/+9 |
|/ | |||||
* | resolved conflicts with master | Araq | 2014-01-18 | 1 | -5/+5 |
|\ | |||||
| * | Rename C sources dir to c_code. | Dominik Picheta | 2014-01-12 | 1 | -5/+5 |
| | | |||||
* | | case consistency: niminst | Araq | 2013-12-29 | 1 | -9/+9 |
| | |