summary refs log tree commit diff stats
path: root/config/nim.cfg
Commit message (Expand)AuthorAgeFilesLines
* make expressions opt in to symchoices (#22716)metagn2023-09-181-4/+0
* fixes LineTooLong hints on old compilers (#22412)ringabout2023-08-081-0/+4
* fixes #22301; fixes #22324; rejects branch initialization with a runtime disc...ringabout2023-07-251-1/+0
* Fix #21595 (#22233)Juan Carlos2023-07-071-2/+1
* revert #21808 (#21881)ringabout2023-05-221-7/+0
* fixes nightlies regressions; disable `build-id=none` on macos (#21839)ringabout2023-05-121-2/+4
* Remove LineTooLong (#21819)Juan Carlos2023-05-111-1/+0
* Add build-id=none for GCC when build for Release (#21808)Juan Carlos2023-05-081-0/+6
* static link pthread correctly (#21693)ringabout2023-04-201-0/+3
* LTO improvements - fix #15578 (#21679)Mamy Ratsimbazafy2023-04-171-10/+16
* fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...ringabout2023-04-141-1/+1
* Disable threads for os:any (#21425)Francis Thérien2023-02-241-0/+5
* corrects the linkerexe of riscv64 in config (#21292)ringabout2023-02-211-1/+1
* Update nim.cfg (#21204)Chavdar Ivanov2023-01-021-2/+1
* use `tlsEmulation:off` for freebsd (#20802)ringabout2022-11-101-1/+3
* Add no-math-errno for GCC when build for Release (#20503)Juan Carlos2022-10-061-2/+5
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-041-0/+1
* closed ambiguous enum defaults to first overload (#20457)metagn2022-10-011-0/+4
* fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" ...ringabout2022-09-191-0/+3
* remove the old nimv019 define in the config (#20133)ringabout2022-09-011-6/+0
* default threads on (#19368)flywind2022-07-061-0/+2
* Add compilers and hints to default nim.cfg (#18424)Federico Ceratto2022-02-071-2/+13
* let Nim support Nimble 0.14 with lock-file support [backport:1.6] (#19236)Andreas Rumpf2021-12-101-0/+2
* Remove tlsEmulation enabled from Windows + GCC config (#19119) [backport:1.6]Ryan Oldenburg2021-11-111-3/+0
* [backport] use old style hints in .cfg files (#18917)Miran2021-09-291-2/+2
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-2/+2
* config system: special case -d:release and -d:danger [backport:1.4] (#18051)Andreas Rumpf2021-05-201-0/+2
* Genode platform fixes (#17521)Emery Hemingway2021-04-091-24/+1
* remove deprecated config (#17269)flywind2021-03-051-2/+0
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-10/+6
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-3/+5
* fix config/nim.cfg: `@if not bsd or haiku:` was buggy (#16748)Timothee Cour2021-01-191-10/+8
* Change clibdir and cincludes for NetBSD (#15102)Euan2020-07-281-1/+9
* Limit number of error messages from gcc/clang backend (#14852)Tomohiro2020-07-071-7/+9
* Clean out oldast (#14837)Juan Carlos2020-06-301-1/+0
* Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680)Euan2020-06-161-0/+3
* vcc fix (#14222)cooldome2020-05-041-4/+4
* Add LTO support for most compilers and do some VCC fixes (#14013)Keithcat12020-04-221-3/+33
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-1/+1
* use nimEmulateOverflowChecks for ARM/ARM64Araq2020-03-241-0/+4
* [backport] -d:danger should imply -d:release (#13336)Miran2020-02-051-0/+1
* Fix #10717, fix #13284 (#13307)genotrance2020-02-041-4/+17
* Substitute $nimbleDir in --path flags (#12750)genotrance2019-11-281-1/+1
* Add /nologo option when nim call cl.exe (#12524)Tomohiro2019-10-271-2/+3
* Fix vcc linker option name (#12422)Tomohiro2019-10-181-1/+2
* Add no-ident for GCC when -d:release (#12454)Juan Carlos2019-10-181-4/+4
* nim.cfg: disable excessiveStackTrace on release (#11575)alaviss2019-06-251-0/+1
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-7/+16
* Genode compiler configuration for arm64 and riscv64 (#11389)ehmry2019-06-031-1/+8
* switch should be nimOldShiftRight with the nim prefixAraq2019-05-291-1/+1