Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reorganize task imports -- one line per item | kennyballou | 2013-04-02 |
| | | | | | | May be a bit more verbose, but maintains line length less than 79 characters. Add new methods `which` and `in_path` | ||
* | Suppress pdflatex build output, unless verbose | kennyballou | 2013-03-20 |
| | |||
* | Wait, It's already 2013?! | kennyballou | 2013-03-10 |
| | |||
* | Merge branch 'tasks-refactor' into lint-refactor | kennyballou | 2013-03-07 |
|\ | | | | | | | | | | | Conflicts: xnt/tasks.py xnt/tests/taskcompressiontests.py | ||
* | | pylint ALL THE THINGS! | kennyballou | 2013-03-07 |
|/ | |||
* | Refactor Versioning | kennyballou | 2013-03-01 |
| | | | | | Xnt now has a version module that all other modules shall use when requesting version information | ||
* | Increment Version -- Remove Dev Tag | kennyballou | 2013-02-21 |
| | |||
* | Merge branch 'rewrite_xenant' | kennyballou | 2013-02-21 |
|\ | |||
| * | Refactor, Fix, and Further hack Xenant's rewrite | kennyballou | 2013-02-01 |
| | | | | | | | | | | | | | | My first hack toward this (major) refactor had a number of mistakes that were (hopefully) corrected. I intend to now write tests for these (may require a bit more refactoring...). But there is also probably a lot more that needs to be done for this. | ||
* | | Add implicit import of `xnt.tasks` | kennyballou | 2013-02-21 |
|/ | |||
* | Increment Version -- Add release notes | kennyballou | 2013-01-25 |
| | |||
* | Increment Version. Update Release Notes | kennyballou | 2013-01-21 |
| | |||
* | Increment Version | kennyballou | 2013-01-10 |
| | |||
* | Add ``__license__`` variable | kennyballou | 2012-12-05 |
| | |||
* | Move version forward | kennyballou | 2012-11-07 |
| | |||
* | Move version forward | kennyballou | 2012-10-29 |
| | |||
* | Move version forward | kennyballou | 2012-10-29 |
| | |||
* | Add license preamle/ headers to all ``.py`` files | kennyballou | 2012-10-26 |
| | |||
* | Move version forward | kennyballou | 2012-10-24 |
| | |||
* | Add printing of doc string to ``help`` target | kennyballou | 2012-10-24 |
| | | | | | | | | Updated ``target`` decorator to forward the doc-string of the decorated method to the returned wrapper method. xnt.xenant, when printing targets, can access the forwarded doc-string and print it as a description of the target | ||
* | Add ``help`` special 'target' | kennyballou | 2012-10-24 |
| | | | | | Invoking Xnt with ``help`` will now display version and list targets in the build file; erring if no build file is found | ||
* | Add `target` decorator | kennyballou | 2012-10-16 |
| | |||
* | Initial commit | kennyballou | 2012-10-05 |