Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Atlas: now in its own repository (#22066) | Andreas Rumpf | 2023-06-10 | 1 | -1/+0 |
| | | | | | * Atlas: now in its own repository * progress | ||||
* | Fix typo in installer.ini (#22002) | Miguel Madrid-Mencía | 2023-06-04 | 1 | -1/+1 |
| | |||||
* | fixes nightlies regression caused by atlas moving out of the tools dir (#21999) | ringabout | 2023-06-04 | 1 | -0/+1 |
| | | | fixes nightlies caused by atlas moving out of the tools dir | ||||
* | ship atlas and build documentation (#21945) | ringabout | 2023-05-28 | 1 | -0/+1 |
| | | | | | * ship atlas and build documentation * move atlas.md and link it in tools' index | ||||
* | fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) | ringabout | 2023-05-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move sha1, md5 to nimble packages * boot the compiler * fixes tests * build the documentation * fixes docs * lol, I forgot koch.nim * add `nimHasChecksums` define * clone checksums but maybe copying is better * bump nimble hash * use ChecksumsStableCommit * fixes tests * deprecate them * fixes paths * fixes koch | ||||
* | fixes #21461 (#21463) | Arnaud Moura | 2023-03-03 | 1 | -1/+1 |
| | | | | | * fixes #21461; Move nim-gdb.py and add nim-lldb.py * fixes bad path for nim-gdb.py | ||||
* | fixes #21243; ships `build_all.sh` on Unix [backport] (#21264) | ringabout | 2023-01-18 | 1 | -0/+1 |
| | | | fixes #21243; ships `build_all.sh` on Unix | ||||
* | fixes #19997; ships changelogs directory for a release (#21200) | ringabout | 2022-12-29 | 1 | -0/+1 |
| | | | fixes #19997; ship changelogs directory for a release | ||||
* | fixes nightlies build regression (#20322) | ringabout | 2022-09-08 | 1 | -1/+1 |
| | | | fixes nightlies build | ||||
* | make choosenim work on windows [backport] (#18993) | flywind | 2021-10-14 | 1 | -1/+0 |
| | |||||
* | ported Nim to proprietary CrossOS [backport] (#18889) | Andreas Rumpf | 2021-09-24 | 1 | -0/+1 |
| | |||||
* | compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172) | alaviss | 2021-02-24 | 1 | -0/+1 |
| | | | | | | | | | Follow up of https://github.com/nim-lang/nightlies/commit/5dc544e1f521e94874c22ee5209d38460b968243 After updating windeps.zip, it appears that Windows' build was unchanged. As it turns out, cacert.pem is not set for packaging by the compiler package manifest. This commit add cacert.pem to the Windows package. | ||||
* | unbundle fusion (#16925) | Timothee Cour | 2021-02-11 | 1 | -1/+0 |
| | | | | | | * unbundle fusion * changelog * address comment: `./koch fusion` calls nimble install fusion (at a fixed hash) | ||||
* | OSX: support for M1 [backport:1.0] (#16279) | Andreas Rumpf | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Add 32-bit RISC-V support (#16231) | Alf-André Walla | 2020-12-03 | 1 | -1/+1 |
| | |||||
* | Add support for FreeBSD/PowerPC64 Little Endian (#15927) | lenoil98 | 2020-11-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * 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 | ||||
* | koch, compiler: bundle fusion as part of the source archive (#15409) | alaviss | 2020-09-26 | 1 | -0/+1 |
| | | | | This allows distributions to build Nim from the downloaded source archive without an Internet connection. | ||||
* | New freebsd platforms (#14801) | lbartoletti | 2020-06-29 | 1 | -1/+1 |
| | | | | | * add riscv as riscv64 * add all platforms supported by FreeBSD | ||||
* | [backport] fix #14748, move gdb files to other section of installer.ini (#14772) | Miran | 2020-06-23 | 1 | -2/+2 |
| | |||||
* | [OpenBSD] Add arm support (#14608) | lbartoletti | 2020-06-08 | 1 | -1/+1 |
| | | | | | * add arm support to openbsd * use clang on openbsd | ||||
* | fixes #13104 [backport] | Andreas Rumpf | 2020-05-13 | 1 | -0/+3 |
| | |||||
* | fix root cause of https://github.com/dom96/choosenim/issues/193; ↵ | Timothee Cour | 2020-05-07 | 1 | -3/+2 |
| | | | | config/config.nims should get installed | ||||
* | Add arm/arm64 for FreeBSD (#13822) | lbartoletti | 2020-03-31 | 1 | -1/+1 |
| | | | | | * Add arm and arm64 for FreeBSD * Add arm64 with aarch64 and reorder to avoid conflict with arm | ||||
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | fixes #13104 [backport] (#13142) | Andreas Rumpf | 2020-01-14 | 1 | -0/+1 |
| | |||||
* | Add build support for Linux/hppa (#12271) | John Paul Adrian Glaubitz | 2019-09-26 | 1 | -1/+1 |
| | | | | | | * build.sh: Enable CPU detection for hppa * compiler: Add hppa as target architecture on Linux * lib/system: Add platform support for hppa | ||||
* | make testament a tool we ship with Nim; fixes #12084 (#12088) | Andreas Rumpf | 2019-08-30 | 1 | -0/+1 |
| | | | | | | * make testament a tool we ship with Nim; fixes #12084 * moved config to fit * adapt testament tests to use the testament binary | ||||
* | Add build support for FreeBSD PowerPC64 | lenoil98 | 2019-08-23 | 1 | -1/+1 |
| | |||||
* | Add build support for Linux/ia64 (#11880) [feature] | John Paul Adrian Glaubitz | 2019-08-04 | 1 | -1/+1 |
| | | | | | * compiler: Add ia64 as target architecture on Linux * build.sh: Enable CPU detection for ia64 | ||||
* | installer: ship nimpretty.exe on Windows | Araq | 2019-07-19 | 1 | -0/+1 |
| | |||||
* | Add build support for Linux/alpha (#11386) | John Paul Adrian Glaubitz | 2019-06-03 | 1 | -1/+1 |
| | | | | | | * compiler: Add alpha as target architecture on Linux * build.sh: Enable CPU detection for alpha | ||||
* | Add build support for Linux/m68k (#11366) | John Paul Adrian Glaubitz | 2019-06-02 | 1 | -1/+1 |
| | | | | | | * 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 | -1/+1 |
| | | | | | | | | | | | * 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. | ||||
* | Cleanup installer.ini (#9558) | Neelesh Chandola | 2018-10-30 | 1 | -13/+0 |
| | |||||
* | Remove install.txt and readme.txt (#9521) | Utwo | 2018-10-28 | 1 | -1/+1 |
| | | | | | | | | * Remove install.txt and readme.txt * Refactor tests that use readme.txt * Tests open own source code | ||||
* | tar.xz building: also ship with the moved testament tool | Araq | 2018-10-23 | 1 | -0/+1 |
| | |||||
* | niminst: don't depend on NIMINSTDEPS environment variable anymore | Andreas Rumpf | 2018-09-21 | 1 | -3/+3 |
| | |||||
* | travis: run 'koch testinstall' on OSX | Andreas Rumpf | 2018-09-18 | 1 | -0/+1 |
| | |||||
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs | ||||
* | Enable RISC-V 64bit platform (#7541) | Federico Ceratto | 2018-04-11 | 1 | -1/+1 |
| | | | Related to #7417 | ||||
* | make install.txt part of the zips | Araq | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -0/+1 |
| | |||||
* | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | niminst: add missing nimsuggest tool; small koch.nim cleanup | Araq | 2017-05-17 | 1 | -0/+2 |
| | |||||
* | Make DragonFlyBSD a first class BSD-like OS (#5548) | Eugene Kabanov | 2017-03-16 | 1 | -0/+1 |
| | |||||
* | finish tool can use 'nimgrab' tool to download the mingw version | Araq | 2017-02-26 | 1 | -1/+2 |
| | |||||
* | downloader changes | Araq | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | disable NSIS installers, ship with downloader.exe instead | Araq | 2017-02-07 | 1 | -0/+2 |
| | |||||
* | koch.nim: winrelease without nasty batch files | Araq | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | website: http to https updates | Araq | 2017-02-06 | 1 | -4/+4 |
| |