Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build on FreeBSD/powerpc (#19282) | pkubaj | 2021-12-22 | 1 | -2/+4 |
| | | | It's currently misdetected as powerpc64. | ||||
* | Add icon for Nim (#19258) | snxx | 2021-12-17 | 3 | -0/+0 |
| | | | | | | | * Add Nim's file icon * Add installer icon * Add uninstaller icon | ||||
* | Add support for LoongArch (#19223) | wenghongquan | 2021-12-09 | 2 | -0/+5 |
| | | | | | | | * Add support for LoongArch * Update compiler/installer.ini Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Add Elbrus 2000 architecture (#19024) | Danil Yarantsev | 2021-10-21 | 2 | -0/+5 |
| | | | | | | | | | * Add Elbrus 2000 architecture * Add e2k to niminst * Update compiler/installer.ini Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | add OpenIndiana to list (#18972) | antonl05 | 2021-10-09 | 1 | -1/+11 |
| | | | | | * add OpenIndiana support * point sunos to solaris | ||||
* | Add armv8l support (Closes: #18898) (#18901) [backport] | Federico Ceratto | 2021-09-27 | 2 | -1/+4 |
| | |||||
* | ported Nim to proprietary CrossOS [backport] (#18889) | Andreas Rumpf | 2021-09-24 | 1 | -0/+5 |
| | |||||
* | Clarify unknown processor error (#18829) | Federico Ceratto | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | [source code filter]fix Nightlies bug (#18475) | flywind | 2021-07-12 | 1 | -1/+1 |
| | | | | | * workaround Nightlies bug * Update tools/niminst/makefile.nimf | ||||
* | fix shebangs #! /xxx => #!/xxx (#18444) | Timothee Cour | 2021-07-07 | 3 | -3/+3 |
| | |||||
* | fix compilation on Debian 7 (no git -C) (#18427) | Andrey Makarov | 2021-07-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * fix compilation on Debian 7 (no git -C) * address review * allow specify branch for testing unmerged csources * temporarily change csources checkout parameters for testing * Update tools/deps.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * fix failure * Update config/build_config.txt * set proper git branch/hash Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Enable parallel build in build.sh (#18195) | Federico Ceratto | 2021-06-14 | 1 | -0/+24 |
| | | | Add help | ||||
* | remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861) | Timothee Cour | 2021-01-29 | 1 | -2/+0 |
| | | | | | | | | | * cleanup docs for type(nil) | type(nil); simplify nimHasUserErrors * simplify nimNoNilSeqs2 * simplify nimNoNilSeqs * fixup | ||||
* | Update buildsh.nimf (#15945) | lenoil98 | 2020-11-13 | 1 | -3/+4 |
| | | | fix powerpc64le detection | ||||
* | Add support for FreeBSD/PowerPC64 Little Endian (#15927) | lenoil98 | 2020-11-12 | 2 | -1/+7 |
| | | | | | | | | | | | | | | * Update installer.ini Add support for powerpc64 little endian * Update buildsh.nimf Add support for powerpc64 little endian * Update makefile.nimf Add support for freebsd/powerpc64 little endian | ||||
* | Fix #12027 (#15519) | genotrance | 2020-10-10 | 1 | -1/+1 |
| | |||||
* | niminst: restore ZIP building functionality (#15472) | alaviss | 2020-10-02 | 1 | -0/+5 |
| | | | | This is necessary for building Windows releases, was erroneously removed by #15451. | ||||
* | Clean out niminst (#15451) | Juan Carlos | 2020-10-01 | 1 | -74/+31 |
| | |||||
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -4/+4 |
| | |||||
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -4/+4 |
| | | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test | ||||
* | New freebsd platforms (#14801) | lbartoletti | 2020-06-29 | 1 | -1/+1 |
| | | | | | * add riscv as riscv64 * add all platforms supported by FreeBSD | ||||
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -1/+1 |
| | | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff | ||||
* | [OpenBSD] Add arm support (#14608) | lbartoletti | 2020-06-08 | 1 | -0/+1 |
| | | | | | * add arm support to openbsd * use clang on openbsd | ||||
* | Revert "niminst: use threaded compression when supported (#14455)" (#14462) | alaviss | 2020-05-27 | 1 | -4/+2 |
| | | | This reverts commit b749d58ea1d77aab0ab758a17140ebc57e32f8c8. | ||||
* | niminst: use threaded compression when supported (#14455) | alaviss | 2020-05-26 | 1 | -2/+4 |
| | |||||
* | Add arm/arm64 for FreeBSD (#13822) | lbartoletti | 2020-03-31 | 1 | -2/+2 |
| | | | | | * Add arm and arm64 for FreeBSD * Add arm64 with aarch64 and reorder to avoid conflict with arm | ||||
* | only enable linenoise for -d:nimUseLinenoise (#13478) | Timothee Cour | 2020-02-24 | 1 | -1/+2 |
| | | | | | | * only enable linenoise for -d:nimUseLinenoise * fixup | ||||
* | fix linenoise regression (#13395) | Timothee Cour | 2020-02-12 | 1 | -11/+19 |
| | | | | | | * fix nightlies linenoise regression * fix other installers | ||||
* | 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 |
| |