Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | case consistency part 5 | Araq | 2013-12-28 | 1 | -3/+3 |
|/ | |||||
* | Use quoteShell in stdlib, where appropriate. | Michał Zieliński | 2013-12-11 | 1 | -3/+2 |
| | |||||
* | niminst: slashify was a stupid idea | Araq | 2013-10-06 | 1 | -7/+7 |
| | |||||
* | fixes for niminst | Araq | 2013-09-28 | 1 | -3/+5 |
| | |||||
* | examples from the talk part of test suite | Araq | 2013-09-27 | 1 | -1/+4 |
| | |||||
* | support for multiple modules of the same name; niminst supports 'platforms'; ↵ | Araq | 2013-09-24 | 1 | -4/+35 |
| | | | | minor bugfixes | ||||
* | fixes #582 | Araq | 2013-09-01 | 1 | -4/+19 |
| | |||||
* | fixes #578 | Araq | 2013-08-30 | 1 | -11/+11 |
| | |||||
* | Modified the behaviour of the build scripts to accommodate new C sources | Dominik Picheta | 2013-08-04 | 1 | -10/+17 |
| | | | | repo. | ||||
* | Separate out install/uninstall script generation | Alain Kalker | 2013-03-17 | 1 | -4/+12 |
| | | | | | | | | - Add new feature to niminst: scripts - build install scripts (based on csource feature) - Change install feature in koch to build the install scripts, then run install.sh - Don't track install scripts in Git. | ||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | small bugfixes; reactivated tests/compile | Araq | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | don't take into account the user config file when building sources | Zahary Karadjov | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | enforcing gcc code generation for koch csource; proper C sources for Windows | Zahary Karadjov | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵ | Araq | 2012-03-04 | 1 | -3/+7 |
| | | | | wide char versions of the WinAPI | ||||
* | niminst is now able to create build files for debhelper so that .deb ↵ | dom96 | 2012-02-16 | 1 | -2/+90 |
| | | | | packages can be created. Implemented $ in the times module for TWeekDay and TMonth. | ||||
* | niminst: bugfixes; documentation changes | Araq | 2012-01-15 | 1 | -0/+7 |
| | |||||
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -0/+425 |