summary refs log tree commit diff stats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-251-1/+1
|\
| * website updatesAraq2014-04-221-1/+1
* | minor tweaks; updated todo.txtAraq2014-04-251-1/+1
|/
* Implemented babel package list in lib.html.Dominik Picheta2014-04-121-0/+5
* merged better html links #850Araq2014-04-082-10/+25
* Added google analytics to website.Dominik Picheta2014-02-181-0/+10
* Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-151-1/+1
* nil->discardAraq2014-02-141-6/+6
* Merge branch 'pr_oniondocs' into pr_oniondocs_develGrzegorz Adam Hankiewicz2014-01-251-0/+14
|\
| * Transforms docgen sample to be generated from source.Grzegorz Adam Hankiewicz2014-01-061-0/+14
* | resolved conflicts with masterAraq2014-01-183-9/+9
|\ \
| * | Rename C sources dir to c_code.Dominik Picheta2014-01-123-9/+9
| |/
* | case consistency: niminstAraq2013-12-291-9/+9
* | case consistency part 7Araq2013-12-282-13/+13
* | case consistency part 6Araq2013-12-281-3/+3
* | case consistency part 5Araq2013-12-287-9/+9
* | attempt to merge newtemplAraq2013-12-241-0/+631
* | NoFakeVars progressAraq2013-12-243-0/+877
* | vm: FFI improvementsAraq2013-12-231-1/+1
* | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-231-3/+2
|\|
| * Use quoteShell in stdlib, where appropriate.Michał Zieliński2013-12-111-3/+2
* | new VM: some progress for the FFI supportAraq2013-12-231-7/+14
|/
* Updates configuration for recent lib removals. Refs #698.Grzegorz Adam Hankiewicz2013-12-081-32/+0
* Add DragonFly as essentially a clone of FreeBSDMarkus Pfeiffer2013-10-091-1/+1
* niminst: yet another bugfixAraq2013-10-071-2/+2
* niminst: slashify was a stupid ideaAraq2013-10-066-34/+34
* fixes for niminstAraq2013-09-281-3/+5
* examples from the talk part of test suiteAraq2013-09-271-1/+4
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-4/+35
* fixes #582Araq2013-09-016-29/+47
* fixes #578Araq2013-08-301-11/+11
* Modified the behaviour of the build scripts to accommodate new C sourcesDominik Picheta2013-08-043-19/+41
* Moved linker flags to the end of cmd line in build.sh and bat templatesYury Benesh2013-07-062-4/+4
* Fixed terminal module so that it doesn't raise an EOS exception when stdout i...Dominik Picheta2013-06-221-0/+2
* implemented large parts of the 'not nil' checkingAraq2013-06-091-2/+2
* added FAQ about 'proc'Araq2013-05-251-1/+1
* Implements basic rss generation for website news.Grzegorz Adam Hankiewicz2013-05-232-3/+122
* fixed typos in the manual; kept trimcc tool up to dateAraq2013-05-211-2/+2
* Implemented new Nimrod website designed by @PhilipWitte.Dominik Picheta2013-05-183-87/+93
* Separate out install/uninstall script generationAlain Kalker2013-03-171-4/+12
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1616-0/+0
* use clang for macosx in buildsh.tmplAraq2013-03-041-0/+2
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+6
* nimbuild should work againAraq2012-11-011-1/+1
* fixes #235Araq2012-10-241-1/+1
* website improvementsAraq2012-09-291-12/+11
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-14/+16
* nimrepl handles keys againBillingsly Wetherfordshire2012-09-111-2/+2
* small bugfixes; reactivated tests/compileAraq2012-09-111-1/+1
* niminst compiles againAraq2012-08-031-1/+0
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