summary refs log tree commit diff stats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* anonymous procs implemented; however no closure support yetAraq2011-08-011-1/+1
* clean exit codes for all the toolsAraq2011-08-015-13/+29
* bugfixes; added events module, sequtils moduleAraq2011-07-261-2/+4
* tools/{niminst,nimweb}.nim: switch from write and writeln to quitKeita Haga2011-07-252-17/+17
* bugfix: proper cache for generic instantiationsAraq2011-07-211-1/+1
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-163-7/+7
* ugh, maybe broke gitAraq2011-04-011-1/+1
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-0/+0
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-0/+5
* somewhat better 'suggest'Araq2011-02-211-0/+4
* tests themselves contain the expected resultAraq2011-02-201-0/+2
* nimgrep: version 0.8Araq2011-02-031-17/+54
* nimgrep --ext supportAraq2011-02-021-5/+14
* nimgrep: support for multiple input files/dirsAraq2011-02-021-6/+8
* nimgrep: first working versionAraq2011-02-021-29/+97
* changes to threads; --recursivePath supportAraq2011-01-291-11/+11
* commit before ov-res changesAraq2010-12-071-0/+191
* docgen understands and ignores *when false*Araq2010-11-182-1/+2
* niminst: support for doc_startAraq2010-11-022-3/+10
* Bugfix: niminst: proper GUI target supportAraq2010-11-021-1/+1
* Bugfix: niminst: nimrod is not default dir for *every* projectAraq2010-11-021-1/+1
* Bugfix: niminst: nimrod is not default dir for *every* projectAraq2010-11-021-1/+1
* added os.findExeAraq2010-10-311-12/+0
* version 0.8.10Araq2010-10-215-16/+22
* threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-191-23/+40
* standard filter supports multiple line expressions; better amd64 detection fo...Araq2010-09-171-2/+4
* mac os x amd64 detection; missing C files addedAraq2010-09-161-1/+1
* fixes for exception handling; added system.compileOptionAraq2010-09-131-0/+3
* added detect.nim; bugfix: build.sh templateAraq2010-08-173-1/+834
* added missing filesAndreas Rumpf2010-08-081-0/+19
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-292-20/+34
* added system.appType magicAndreas Rumpf2010-07-211-1/+1
* c2nim tool addedAndreas Rumpf2010-07-211-1/+1
* bugfix: complex.nim compilesAndreas Rumpf2010-04-041-1/+2
* tiny C backend for a much faster REPLAndreas Rumpf2010-04-021-12/+14
* version 0.8.8Andreas Rumpf2010-03-141-1/+1
* further enhancements for the GTK wrapperAndreas Rumpf2010-03-011-11/+17
* nimrepl uses new GTK wrapperAndreas Rumpf2010-02-281-85/+81
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-2611-0/+0
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-203-4/+5
* development of graphics moduleAndreas Rumpf2010-02-191-5/+7
* continued work on html/xmlparserrumpf_a@web.de2010-02-1411-0/+160
* httpclient uses strtabsAndreas Rumpf2010-02-071-3/+3
* atomic is now a keywordAndreas Rumpf2010-01-211-0/+31
* some test files addedAndreas Rumpf2010-01-081-0/+64
* got rid of platdef.c; compiler now always does linking steprumpf_a@web.de2009-12-201-7/+1
* bind tableAndreas Rumpf2009-11-121-1/+1
* bugfixes: macros; splitFile; strutils.split; iterator.methodrumpf_a@web.de2009-10-271-1/+1
* version 0.8.2rumpf_a@web.de2009-10-217-17/+36
* added apis.txtrumpf_a@web.de2009-09-251-3/+8
> 542 543 544 545 546 547 548 549 550 551 552 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 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