summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* nim.cfg: happy new yearAraq2017-02-071-1/+1
* revert nim.cfg to version before b26e6e3 (#5306)Axel Pahl2017-01-311-8/+2
* fixes #5301Araq2017-01-301-2/+8
* nim.cfg: update comments about the stack size to match reality (#5206)mfxmfx2017-01-111-4/+4
* use dwarf-3 debug information on Windows/GCC for compat with older GDBsAraq2016-12-161-2/+5
* Prevent concurrency issues on the PDB file by using /FS optionFredrik Høisæther Rasch2016-10-251-1/+1
* options.linker made platform specificFredrik Høisæther Rasch2016-10-251-6/+5
* corrected --platform arg for amd64 (VCC)Fredrik Høisæther Rasch2016-10-251-1/+1
* vccwrapper with nim-like command line argsFredrik Høisæther Rasch2016-10-251-6/+6
* config: corrected vcc wrapper arguments to right syntaxFredrik Høisæther Rasch2016-10-251-12/+15
* Nim.cfg: Arch option dependent on target platformFredrik Høisæther Rasch2016-10-251-0/+6
* VCC wrappers with vcvars args.Fredrik Høisæther Rasch2016-10-251-2/+10
* minor CSS improvementAraq2016-10-011-1/+1
* Haiku supporting code in nim.cfg. We don't have -ldl.Zoltán Mizsei2016-09-251-1/+9
* RPATH locations for OpenBSD,NetBSD and FreeBSD.cheatfate2016-09-211-0/+11
* docgen: working search featureAraq2016-09-091-0/+7
* docgen: minor changesAndreas Rumpf2016-09-091-2/+2
* docgen: search featureAndreas Rumpf2016-09-091-0/+9
* generated theindex.html is valid htmlAraq2016-09-091-3/+3
* docgen: group by type featureAndreas Rumpf2016-09-081-0/+21
* docgen: different attachedType generationAndreas Rumpf2016-09-081-1/+1
* documentation now has an 'edit' buttonAndreas Rumpf2016-09-081-2/+4
* make tests green againAndreas Rumpf2016-07-101-9/+0
* docgen: hide pragmasAndreas Rumpf2016-07-081-2/+38
* Niminst now bundles the `compiler` dir when packaging.Dominik Picheta2016-06-061-0/+5
* Made docgen emit valid XML by defaultFelix Krause2016-01-111-3/+3
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-301-0/+2
* Change nimdoc body css color to #666.Dominik Picheta2015-09-171-1/+1
* config cleanupAraq2015-09-101-12/+2
* Merge pull request #3160 from r-ku/coroutinesAndreas Rumpf2015-08-251-0/+1
|\
| * Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...rku2015-07-311-0/+1
* | preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-1/+0
|/
* documentation generator emits configurable html for code listingsAraq2015-07-141-0/+3
* Add NEP1 to documentation.Varriount2015-07-101-1/+5
* use linenoise instead of GNU readlineAraq2015-06-211-1/+1
* Add -ldl with clang cpp compilationdef2015-05-101-0/+1
* Corrected gcc path on windowsAbhishek Pandey2015-05-051-1/+1
* Add linker flags for the Objective-C compilation mode.Philip Wernersbach2015-03-151-0/+16
* fixed the tester; more tests greenAraq2015-03-101-2/+2
* Merge pull request #2145 from oderwat/fix-osx-gcc49Andreas Rumpf2015-02-161-2/+2
|\
| * Removing -fasmblocks default for OS XHans Raaf2015-02-161-2/+2
* | Fix typosFederico Ceratto2015-02-151-2/+2
|/
* nimrod -> nim in some filenamesdef2015-02-141-136/+0
* fixes #2103Araq2015-02-131-6/+6
* merged #2083 manuallyAraq2015-02-081-0/+14
* configuration system supports %= to access environment variablesAraq2015-02-071-1/+3
* Merge pull request #1936 from sa2ajj/freebsd-compilerAndreas Rumpf2015-01-121-1/+1
|\
| * make FreeBSD's compiler clangMikhail Sobolev2015-01-121-1/+1
* | Improve documentation CSS for smaller resolutionsdef2015-01-111-8/+9
|/
* Happy new year!Guillaume Gelin2015-01-062-2/+2
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 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914