Tags: Tormund/nake
Tags
Merge pull request fowlmouth#49 from fowlmouth/travis Added travis.yml
* Silences compilation warnings. This change requires Nim 0.10.2 or b… …etter. * Fixed broken documentation links, added website with generated docs. * Added test suite. * Moved nake procs and macros to nakelib module which can be imported without turning the importer into a nakefile. * Removed prefix letter from types. * Reduced nake verbosity, added silent shell procs. * Adds nake's timestamp to nakefile rebuild dependency list. * DATWPL license was changed to MIT.
* Nake now reports an error to the OS for unknown tasks. * Added some documentation, changed to rst format for local generation. * Added defaultTask to run when no options are specified. * Added convenience needsRefresh proc to do work only when timestamps change.
Merge pull request fowlmouth#6 from gradha/pr_fix_license Corrects license file.