Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 2 | -2/+48 |
| | |||||
* | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 2 | -3/+14 |
| | |||||
* | Minor fixes for makefile.tmpl | def | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5830 from jcowgill/makefile-indentation | Dennis Felsing | 2017-06-20 | 1 | -59/+56 |
|\ | | | | | makefile.tmpl: fix error handling and cleanups | ||||
| * | makefile.tmpl: fix error handling and cleanups | James Cowgill | 2017-05-18 | 1 | -59/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the indentation of all non-recipe lines from tabs to 2 spaces. While this doesn't fix anything, it avoids either make or someone interpreting those lines as a make recipe. This also fixes the error handling by using make's $(error) function instead. Previously make gave this syntax error whenever it hit the error handling code: ``` *** recipe commences before first target. Stop. ``` | ||||
* | | Invoke xz -9 explicitly instead of trusting tar to interpret XZ_OPT | Dennis Felsing | 2017-05-23 | 1 | -2/+5 |
|/ | |||||
* | Make DragonFlyBSD a first class BSD-like OS (#5548) | Eugene Kabanov | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | NSIS: Install to C:\Nim by default. | Dominik Picheta | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | niminst: remove complex non-posix line noise for install.tmpl | Andreas Rumpf | 2016-12-31 | 1 | -29/+1 |
| | |||||
* | support for arm64; fixes #2147 | Andreas Rumpf | 2016-12-27 | 1 | -0/+2 |
| | |||||
* | niminst update: make csources compile on old Linuxes | Araq | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | 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 | 8 | -26/+26 |
| | |||||
* | 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 |
| | |||||
* | Add Mingw build support for build.sh | Zion Nimchuk | 2016-10-13 | 1 | -0/+3 |
| | |||||
* | zip files for Windows | Araq | 2016-10-09 | 1 | -18/+21 |
| | |||||
* | NSIS won't force admin privileges. | Dominik Picheta | 2016-10-01 | 1 | -2/+2 |
| | |||||
* | CI: Fixes PATH handling in NSIS installers. | Dominik Picheta | 2016-09-30 | 1 | -12/+199 |
| | | | | | | | | | | | | | | | | Squashed commit of the following: commit 82d16908d6b4dacc585c241005f49aea2eef2c9f Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Fri Sep 30 22:20:47 2016 +0200 CI: ugh, another try. commit 6fe7e2fad11851ad568f9156132bf186593d2c0d Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Fri Sep 30 21:48:22 2016 +0200 CI: Fix env PATH setting issues in NSIS installer. | ||||
* | Works around a niminst bug. Related to commit 3813af63f5 and #4831. | Dominik Picheta | 2016-09-29 | 2 | -1/+3 |
| | |||||
* | Fixes and improvements to NSIS installer. | Dominik Picheta | 2016-09-28 | 1 | -7/+7 |
| | |||||
* | 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 |
| |