summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Expand)AuthorAgeFilesLines
* Rename compiler/nim.ini back to compiler/installer.inidef2015-03-131-4/+4
* Add makefile for csourcesdef2015-03-121-1/+1
* koch: Nimrod -> Nimdef2015-03-121-3/+3
* Move installer.ini back to nim.ini to fix ./koch csourcedef2015-03-121-4/+4
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
* koch supports 'boot cpp'Araq2015-02-241-4/+3
* website updatesAraq2015-02-181-1/+1
* Fix typosFederico Ceratto2015-02-151-2/+2
* cleanup index generationAraq2015-02-101-7/+7
* fixes #2061Araq2015-02-041-1/+1
* koch temp has 125 exit code for git bisectSimon Hafner2015-01-281-3/+5
* minor website improvementsAraq2015-01-231-0/+3
* Improve koch web google analytics docsFlaviu Tamas2015-01-221-0/+3
* koch doesn't use compiler/nversion (makes no sense); updated twitter linkAraq2015-01-131-1/+1
* Happy new year!Guillaume Gelin2015-01-061-2/+2
* attempt to make koch smarter about windows installersAraq2014-12-311-8/+8
* implemented 'koch pdf'Araq2014-12-191-0/+6
* added 'website' option to koch for convenienceAraq2014-12-131-1/+7
* Merge branch 'devel' into bigbreakAraq2014-11-031-1/+1
|\
* | Fixes #1583Clay Sweetser2014-10-241-8/+10
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-211-1/+1
|\ \
| * | Allow koch.nim to be run without a failure if given no arguments.Clay Sweetser2014-10-141-1/+1
* | | Merge branch 'devel' into bigbreakAraq2014-10-201-16/+19
|\ \ \ | |/ / |/| / | |/
| * 'koch install' works againAraq2014-10-201-1/+1
| * minor updates to koch.nimAraq2014-10-191-2/+2
| * website updates for 0.9.6Araq2014-10-191-13/+16
* | Merge branch 'devel' into bigbreakAraq2014-10-131-2/+4
|\|
| * zipfile generation works againAraq2014-10-121-2/+4
* | added untested winrelease targetAraq2014-10-111-0/+29
* | manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-1/+1
* | some progress on documentation buildingAraq2014-09-171-7/+6
* | koch now uses nim.exeAraq2014-08-291-34/+44
|/
* c2nim is not part of the compiler anymoreAraq2014-06-301-2/+1
* Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh...Clay Sweetser2014-05-311-0/+2
|\
| * Adds documentation about koch.Grzegorz Adam Hankiewicz2014-04-191-0/+2
* | Revert changes to koch.EXetoC2014-05-141-2/+2
* | Resolve type mismatches.EXetoC2014-05-131-2/+2
* | added .ilk files to the koch clean list, these are incremental link informati...Charlie2014-05-061-1/+1
* | Haiku build works againAraq2014-04-231-1/+1
|/
* Adds option to exclude nimcache dirs from time machine backups.Grzegorz Adam Hankiewicz2014-04-161-0/+1
* Merge pull request #1079 from flaviut/kochcleanfixAndreas Rumpf2014-04-131-1/+1
|\
| * Koch deletes the .gitignore while cleaningflaviut2014-04-101-1/+1
* | -d:useFFI is obsoleteAndreas Rumpf2014-04-131-1/+0
|/
* made 'koch web' work when current dir has a space in itAraq2014-02-151-3/+2
* fixes #892Araq2014-02-141-1/+2
* koch install should work now as documentedAraq2014-02-141-9/+18
* new tester produces json outputAraq2014-02-021-2/+3
* next steps for closure iteratorsAraq2014-01-221-3/+6
* merge master into develAraq2014-01-191-1/+1
|\
| * Koch now uses PATH/nimrod correctlyJosh Girvin2014-01-131-1/+1
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