summary refs log tree commit diff stats
path: root/tests/manyloc
Commit message (Expand)AuthorAgeFilesLines
...
* Make countLines() the same as len(splitLines(s)) (#5470)Simon Krauter2017-03-031-1/+1
* make tests green againAndreas Rumpf2016-11-242-2/+2
* Always use https:// in git cloneSimon Ruderich2016-09-151-1/+1
* make test compile with latest opengl versionAndreas Rumpf2016-07-303-3/+3
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-314-4/+5
* make test greenAndreas Rumpf2016-05-301-2/+2
* Removed local TAU constant.gmpreussner2016-03-171-1/+0
* Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-061-1/+1
|\
| * nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* | Fix a few deprecation warningsdef2016-01-253-6/+2
|/
* implements final version of multiline commentsAndreas Rumpf2016-01-171-2/+2
* makes tests greenAndreas Rumpf2016-01-154-5/+5
* Fixed tests for TravisCIYuriy Glukhov2015-10-221-1/+1
* fix test failures due to import errorsAman Gupta2015-10-022-2/+2
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0436-2207/+2207
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-0/+1
* Move the noreturn pragma to sysFataldef2015-05-051-3/+3
* Rename PNimrodNode to NimNodedef2015-03-173-63/+63
* Fix tests some moredef2015-03-174-11/+12
* Fix tests a bit moredef2015-03-101-4/+4
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-044-9/+9
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-043-5/+5
* Fix typosFederico Ceratto2015-02-152-3/+3
* Merge pull request #2133 from def-/cleanupAndreas Rumpf2015-02-152-0/+0
|\
| * nimrod.cfg isn't working anymore, rename to nim.cfgdef2015-02-152-0/+0
* | Update a use of initTable to avoid initial enlarge.Charles Blake2015-02-131-1/+1
|/
* Clean up tests/manylocdef2015-02-0413-121/+113
* fixes #2041Araq2015-01-311-0/+3
* GitHub link fixes: nim-code -> nim-langdef2015-01-151-2/+2
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-091-3/+3
* made some tests greenAraq2014-09-213-39/+39
* further adaptationsAraq2014-08-297-22/+22
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-296-0/+0
* some progress for jester+asyncAraq2014-06-278-0/+7503
* attempt to make some tests greenAraq2014-04-213-7/+3
* keine_schweine test is not platform dependentAraq2014-02-243-12/+16
* nil->discardAraq2014-02-151-2/+2
* the compiler can now deal with multiple modules of the same nameAraq2013-09-265-0/+32
* fixes #531Araq2013-07-2413-0/+662
* fixes --os:standaloneAraq2013-06-301-1/+3
* --os:standalone works againAraq2013-06-303-0/+25
* improvements for 'not nil' checkingAraq2013-06-131-2/+4
* manyloc test should be green againAraq2013-06-043-30/+22
* fixes #385Araq2013-06-031-0/+494
* revert new scope for 'if'Araq2013-05-022-0/+170
* bugfixes mostly JS relatedAraq2013-05-013-1/+2
* made some tests greenAraq2013-04-221-0/+1
* added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-1349-0/+9271
* Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-235-690/+0
* better error message when C compilation failsAraq2013-03-191-0/+1
#n571'>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 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976