summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Review of vcc command line arguments (#11003)cooldome2019-04-161-36/+7
* fixes #10857 invisible span had width (#10860)Anthon van der Neut2019-03-191-1/+5
* documentation style tweaks (#10790)Miran2019-03-081-3/+3
* Fixes #10387 (#10743)Tomohiro2019-03-041-8/+21
* add links to every document, fixes #5515narimiran2019-02-161-1/+14
* fix documentation CSSnarimiran2019-02-051-16/+28
* update documentation CSS (#10543)Miran2019-02-041-677/+232
* Genode fixes (#10491)Emery Hemingway2019-01-291-1/+4
* fix documentation cssnarimiran2019-01-281-5/+2
* config/nim.cfg: disable tlsEmulation on Haiku (#10092) [backport]alaviss2018-12-271-3/+0
* Add support for clang-cl (#9977)Neelesh Chandola2018-12-191-0/+5
* see what breaks with a global config.nimsAraq2018-12-161-0/+1
* Fix clang not producing debug info in cpp mode (#9976)Neelesh Chandola2018-12-161-0/+10
* resolve merge conflictsAraq2018-12-121-20/+29
|\
| * vcvarsallpath explaination no longer needed with vccdiscoverFredrik Høisæther Rasch2017-03-211-29/+0
| * Added explanatory comments about vccexe and its path argument in nim.cfgFredrik Høisæther Rasch2017-03-211-0/+33
| * Added missing VCC C++ options to nim.cfgFredrik Høisæther Rasch2017-03-211-0/+13
* | Make Windows cross-compilation simpler (#9485)genotrance2018-10-241-0/+13
* | Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)Kaushal Modi2018-10-091-1/+1
* | Make "koch docs" copy the dochack.js to the right location tooKaushal Modi2018-09-291-1/+1
* | Encode non-alphanum chars like %, + in URLs in the docsKaushal Modi2018-09-281-2/+3
* | Genode fixes (#8501)Emery Hemingway2018-08-161-6/+11
* | Haiku support for Nim (#8542)alaviss2018-08-141-7/+9
* | fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 (#8...Timothee Cour2018-07-301-1/+3
* | Make pragmas look clickable in docs (#8176)Quelklef2018-07-171-29/+35
* | Remove cross-platform breaking env var in Nintendo Switch configJoey2018-07-151-4/+4
* | Nintendo switch support (#8069)Joey2018-06-271-0/+8
* | Provide configuration for Genode toolchainEmery Hemingway2018-05-181-0/+8
* | Minor fixes to enable tccGanesh Viswanathan2018-05-141-1/+1
* | Fix background-color in nimdoc.cfgSimon Krauter2018-03-111-1/+1
* | more documentation fixesAraq2018-03-051-1/+1
* | fixes #5293Andreas Rumpf2018-03-051-1/+1
* | fixes #7294; Nim doc search featureAraq2018-03-051-5/+5
* | Change default ARM compiler nameMichał Zieliński2018-01-211-3/+8
* | don't make optNilCheck default to on for now (#7058)jcosborn2018-01-171-0/+3
* | Update docgen style (#6723)Federico Ceratto2017-11-291-25/+38
* | fixes the docgen configuration; refs #6780Araq2017-11-281-1/+1
* | Add links to documentation (#6780)Federico Ceratto2017-11-271-9/+63
* | Fix path for sh on Android (#6661)Fredrik Høisæther Rasch2017-11-031-1/+0
* | VCC always creates debug symbols when not in release (#6397)Fredrik Høisæther Rasch2017-11-011-2/+7
* | android target: use clangAndreas Rumpf2017-08-301-7/+9
* | Android support: put Termux specific dependencies behind a -d:termux switchAndreas Rumpf2017-08-301-1/+1
* | Nim Configuration cleanup for VCC (#6261)Fredrik Høisæther Rasch2017-08-211-20/+19
* | Added missing C++ options for VCC (#6195)Fredrik Høisæther Rasch2017-08-081-13/+26
* | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-0/+10
* | fixes #4763Araq2017-07-171-0/+3
* | Add meta tag to ensure that media queries are activated on mobile devices.Konstantin Molchanov2017-04-201-0/+2
* | docgen: make whitespace around 'class=' more consistentAndreas Rumpf2017-04-121-1/+1
* | Make fonts load from https rather than httpZion2017-03-271-2/+2
|/
* nim.cfg: happy new yearAraq2017-02-071-1/+1
ref='#n553'>553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766