summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docs auto dark mode (#20188)Amjad Ben Hedhili2022-08-211-12/+14
* Revert "enable nimPreviewDotLikeOps" (#19919)ringabout2022-08-031-1/+0
* Make imports/exports not be a dropdown in sidebar (#19907)Jake Leahy2022-07-161-0/+8
* default threads on (#19368)flywind2022-07-061-0/+2
* Fixes #19900 (#19906)Jake Leahy2022-06-191-2/+2
* Keep the doc sidebar on the screen while scrolling (#19851)JJ2022-06-151-113/+103
* Windows: enable nimRawSetjmp by default [backport] (#19891)Tanguy2022-06-141-0/+5
* Move common Latex code into class nimdoc.cls (#19734)Andrey Makarov2022-04-211-187/+1
* rewrite docs JS in Nim (#19701)flywind2022-04-091-43/+0
* Revert "Load Google Fonts last (#19683)" (#19693)flywind2022-04-061-8/+6
* Load Google Fonts last (#19683)locriacyber2022-04-061-6/+8
* enable nimPreviewDotLikeOps (#19598)flywind2022-03-091-0/+1
* Add compilers and hints to default nim.cfg (#18424)Federico Ceratto2022-02-071-2/+13
* mangle names in nimbase.h using cppDefine (#19395) [backport]flywind2022-01-171-0/+5
* let Nim support Nimble 0.14 with lock-file support [backport:1.6] (#19236)Andreas Rumpf2021-12-101-0/+2
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-231-1/+9
* Remove tlsEmulation enabled from Windows + GCC config (#19119) [backport:1.6]Ryan Oldenburg2021-11-111-3/+0
* fix nimindexterm in rst2tex/doc2tex [backport] (#19106)Andrey Makarov2021-11-091-1/+11
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-282-1/+20
* define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726)Timothee Cour2021-10-171-0/+2
* update csources hash (#18969)Miran2021-10-071-1/+1
* with this patch :idx: can be used for the index generation for LaTeX (#18946)Andreas Rumpf2021-10-031-2/+4
* [backport] use old style hints in .cfg files (#18917)Miran2021-09-291-2/+2
* update csources hash (#18885)Miran2021-09-231-1/+1
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-291-1/+2
* fix compilation on Debian 7 (no git -C) (#18427)Andrey Makarov2021-07-061-1/+2
* link stable and devel docs in nim docs (#18272) [backport:1.2]Timothee Cour2021-06-151-15/+6
* Fix JS error on index page and detect dark mode (#18191)drtheuns2021-06-071-4/+9
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-011-56/+146
* 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
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-142-5/+12
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-061-0/+2
* reuse config/build_config.txt for all bootstrap scripts (posix + windows + ci...Timothee Cour2021-05-011-0/+4
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-211-0/+2
* restyle RST option lists (#17637)Andrey Makarov2021-04-101-1/+10
* Genode platform fixes (#17521)Emery Hemingway2021-04-091-24/+1
* remove deprecated config (#17269)flywind2021-03-051-2/+0
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-022-2/+2
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-0/+12
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-172-13/+8
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-1/+2
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-291-2/+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
* RST: implement internal targets (#16614)Andrey Makarov2021-01-111-1/+2
* RST: implement admonitions (#16438)Andrey Makarov2020-12-271-0/+9
* doc/rst2html: some few fixes for enumerated and bullet lists (#16295)Andrey Makarov2020-12-141-0/+1