summary refs log tree commit diff stats
path: root/web/nimrod.ini
Commit message (Expand)AuthorAgeFilesLines
* Adds typetraits to library index and doc build.Grzegorz Adam Hankiewicz2014-08-051-1/+1
* Update nimrod.iniVarriount2014-07-181-1/+1
* Merge branch 'new_spawn' into develAraq2014-07-151-1/+1
|\
| * c2nim is not part of the compiler anymoreAraq2014-06-301-2/+2
* | fixes #1135Araq2014-07-011-1/+1
* | Starts backends.txt with bits from nimrodc.txt.Grzegorz Adam Hankiewicz2014-06-211-1/+1
|/
* Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh...Clay Sweetser2014-05-311-1/+10
|\
| * Updates list of files to build in doc directory.Grzegorz Adam Hankiewicz2014-04-191-0/+9
| * Adds documentation about koch.Grzegorz Adam Hankiewicz2014-04-191-1/+1
* | Added new future module with a closure macro.Dominik Picheta2014-04-201-1/+1
|/
* Selectors module now uses select on operating systems other than Linux.Dominik Picheta2014-04-061-1/+1
* Updates docs and news.Dominik Picheta2014-04-061-1/+2
* mongodb wrapper properly removed from coreAraq2014-03-251-2/+2
* Finished logging module.Dominik Picheta2014-01-271-1/+1
* Merge branch 'pr_oniondocs' into pr_oniondocs_develGrzegorz Adam Hankiewicz2014-01-251-1/+1
|\
| * Adds docgen to list of documentation to build.Grzegorz Adam Hankiewicz2014-01-061-1/+1
* | Adds parseopt2 module to documentation index.Grzegorz Adam Hankiewicz2014-01-151-1/+1
|/
* Updates configuration for recent lib removals. Refs #698.Grzegorz Adam Hankiewicz2013-12-081-4/+1
* Starts idetools specific documentation.Grzegorz Adam Hankiewicz2013-06-161-1/+1
* Adds docutils modules to lib index, fixes :idx: markers.Grzegorz Adam Hankiewicz2013-06-091-1/+3
* Added unittest module to docgen.Dominik Picheta2013-05-311-1/+1
* Implemented new Nimrod website designed by @PhilipWitte.Dominik Picheta2013-05-181-4/+18
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-2/+2
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-22/+22
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-2/+3
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-3/+4
* profiler documentationAraq2012-09-151-1/+2
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-1/+1
* tr macros now documentedAraq2012-09-101-1/+1
* Added fsmonitor module.Dominik Picheta2012-09-021-1/+1
* improved unsigned supportAraq2012-07-141-1/+1
* Fixed a bug in times and finished its docs. Added mimetypes module and added ...dom962012-05-131-2/+2
* documentation improvements; GC_step improvedAraq2012-04-211-1/+1
* GC with realtime supportAraq2012-04-211-1/+1
* documentation improvementsAraq2012-04-161-1/+1
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-1/+1
* fixed another docgen bug; initial mongodb wrapperAraq2012-04-061-1/+1
* better opengl wrapper; oids and endians modules documentedAraq2012-04-041-1/+1
* added libsvm wrapperAraq2012-04-041-0/+1
* added locks for docgenAraq2012-02-181-1/+1
* little fixes for 0.8.14 releaseAraq2012-02-091-1/+1
* version 0.8.14Araq2012-02-091-0/+1
* more sysasserts for allocator/gcAraq2012-01-121-1/+1
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-1/+1
* added support for advanced substitution expressionsAraq2011-12-271-1/+1
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-1/+1
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...dom962011-11-041-0/+1
* libuv working on windows tooZahary Karadjov2011-10-121-0/+1
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