Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused imports from tests | narimiran | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | Add build support for Linux/hppa (#12271) | John Paul Adrian Glaubitz | 2019-09-26 | 1 | -0/+2 |
| | | | | | | * build.sh: Enable CPU detection for hppa * compiler: Add hppa as target architecture on Linux * lib/system: Add platform support for hppa | ||||
* | Add build support for FreeBSD PowerPC64 | lenoil98 | 2019-08-23 | 1 | -0/+5 |
| | |||||
* | Add build support for FreeBSD PowerPC64 | lenoil98 | 2019-08-23 | 1 | -1/+8 |
| | |||||
* | Add build support for Linux/ia64 (#11880) [feature] | John Paul Adrian Glaubitz | 2019-08-04 | 1 | -0/+2 |
| | | | | | * compiler: Add ia64 as target architecture on Linux * build.sh: Enable CPU detection for ia64 | ||||
* | minor style changes | Araq | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | niminst: get rid of LINKER / LD (#11379) | alaviss | 2019-06-03 | 2 | -9/+3 |
| | | | | | | * niminst: get rid of LINKER / LD They don't seem to be used anywhere, and clashes with *nix `$LD` | ||||
* | Add build support for Linux/alpha (#11386) | John Paul Adrian Glaubitz | 2019-06-03 | 1 | -0/+2 |
| | | | | | | * compiler: Add alpha as target architecture on Linux * build.sh: Enable CPU detection for alpha | ||||
* | niminst/makefile: add windows support (#11380) | alaviss | 2019-06-02 | 1 | -2/+12 |
| | |||||
* | Add build support for Linux/m68k (#11366) | John Paul Adrian Glaubitz | 2019-06-02 | 1 | -0/+2 |
| | | | | | | * compiler: Add m68k as target architecture on Linux * build.sh: Enable CPU detection for m68k | ||||
* | Add build support for Linux/sparc64 (#11365) | John Paul Adrian Glaubitz | 2019-06-01 | 1 | -2/+6 |
| | | | | | | | | | | | * compiler: Add sparc64 as target architecture on Linux * build.sh: Use getconf for bitness detection on Linux/sparc The isainfo utility is specific to Solaris and not available on Linux/sparc. While getconf exists on Solaris as well, it does not always seem to match the bitness reported by isainfo on Solaris and isainfo should therefore be preferred on Solaris. | ||||
* | make niminst compile again | Andreas Rumpf | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | fix #9647 tmpl=>nimf (#9658) | Timothee Cour | 2018-11-14 | 8 | -9/+9 |
| | |||||
* | Update makefile and buildsh templates for riscv64 (#9351) | Federico Ceratto | 2018-10-13 | 2 | -0/+5 |
| | |||||
* | detect msys "os" | valtron | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | niminst: fix 'gtar' invokation | Andreas Rumpf | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | niminst: fix gtar invokation | Araq | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | make niminst compile again | Andreas Rumpf | 2018-08-23 | 1 | -1/+2 |
| | |||||
* | Use project name in install tmpl and ensure config dir is created. | Dominik Picheta | 2018-08-17 | 2 | -4/+5 |
| | |||||
* | Fixed install scripts for #8653. | Dominik Picheta | 2018-08-17 | 2 | -4/+4 |
| | |||||
* | Detect gcc arch in build.bat (#7856) | genotrance | 2018-05-22 | 2 | -16/+58 |
| | | | | | | * Detect gcc arch in build.bat * Fix 64-bit test | ||||
* | Allow using CC environment variable with csources (#7754) | Flaviu Tamas | 2018-05-06 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | use more make conventions (#6789) | Stephen | 2017-11-22 | 1 | -17/+14 |
| | | | | | | | | * use more make conventions improves compatibility with cross compilation systems * use make implicit rule | ||||
* | use make default linker naming convention (#6787) | Stephen | 2017-11-22 | 1 | -5/+5 |
| | |||||
* | Fix platform detection in makefile (#6751) | Sergey Avseyev | 2017-11-16 | 1 | -8/+11 |
| | |||||
* | Fix little endian PPC64 architecture detection (#6713) | Sergey Avseyev | 2017-11-11 | 2 | -0/+5 |
| | |||||
* | Revert usage of non-standard `uname -o` command in build.sh (#6342) | Fredrik Høisæther Rasch | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| |