summaryrefslogtreecommitdiff
path: root/xnt
Commit message (Collapse)AuthorAge
* Move version / Add release noteskennyballou2013-10-21
|
* Add optional argument for target decoratorkennyballou2013-10-03
| | | | | To maintain backwards compatibility in decorator behaviour, add the optional parameter `always_run` to override the `has_run` check
* Add target run checkkennyballou2013-10-03
| | | | | * Add `has_run` check to targets to ensure targets only execute once per build
* Add Date, Update Versionkennyballou2013-06-27
|
* Update build reference documentationkennyballou2013-06-24
| | | | | | | * use sphinx `autofunction` to include the relevant functions / sections into the build reference page * Merge and update notes about the build modules
* Fix test program codekennyballou2013-06-24
| | | | Make ``proper''
* Add PATH assertions for 'dependent' programskennyballou2013-06-21
|
* Add NVCC compiler to xnt.build.cckennyballou2013-06-21
|
* Fix variable name after documentation updatekennyballou2013-06-21
|
* Update Documentationkennyballou2013-05-31
| | | | | | | | | * Move all documentation out of Task Reference Use ``autofunction`` to include the docstring of the appropriate function * Update docstrings of all functions in ``xnt.tasks``, ``xnt.build``, ``xnt.vcs``
* Fix pylint W82,8kennyballou2013-05-21
|
* Update docstringskennyballou2013-04-05
| | | | Move some comments and revise function documentation
* pylint new testskennyballou2013-04-04
|
* Fix NAnt testskennyballou2013-04-04
| | | | NAnt build file was malformed and not named correctly
* Do different tests based on OSkennyballou2013-04-02
|
* Add path checks for .exe versions as wellkennyballou2013-04-02
|
* Merge 'add_build_make_tex_tests' into developkennyballou2013-04-02
|\
| * Add tests for the make modulekennyballou2013-04-02
| | | | | | | | | | Theses tests are _not_ testing the result of running the actual sub build command; but, rather, the test purely the ability to invoke them at all.
| * Add tests for tex build modulekennyballou2013-04-02
| |
* | Refactor parameters in make module: require targetkennyballou2013-04-02
| |
* | Increment dev versionkennyballou2013-04-02
| |
* | Reorganize task imports -- one line per itemkennyballou2013-04-02
| | | | | | | | | | | | May be a bit more verbose, but maintains line length less than 79 characters. Add new methods `which` and `in_path`
* | Move `which` method from test to taskkennyballou2013-04-02
| | | | | | | | Add `in_path` method. Update test to use new methods
* | Fix non-iterable when flags is empty bugkennyballou2013-04-02
| |
* | Move version -- Remove dev tagkennyballou2013-03-23
| |
* | Suppress pdflatex build output, unless verbosekennyballou2013-03-20
|/
* Add parameter passing to `xnt.build.make` modulekennyballou2013-03-18
|
* Add `glg` and `gls` to files to be removedkennyballou2013-03-18
|
* Fix call to makeglossaries: use `documentbase`kennyballou2013-03-18
|
* Add `glo` and `ist` files to be deletedkennyballou2013-03-18
|
* Add more files to be cleanedkennyballou2013-03-15
|
* Update version, dev 0.6.1kennyballou2013-03-13
|
* Update tex clean file listkennyballou2013-03-13
|
* Add clean method to tex modulekennyballou2013-03-12
|
* Increment Versionkennyballou2013-03-10
|
* Wait, It's already 2013?!kennyballou2013-03-10
|
* Add LaTeX build modulekennyballou2013-03-10
|
* Update option help messageskennyballou2013-03-10
|
* Ensure child logging module level is setkennyballou2013-03-10
|
* Fix running time printoutkennyballou2013-03-10
|
* Merge branch 'master' into refactor-logging-levelskennyballou2013-03-10
|\ | | | | | | | | Conflicts: xnt/version.py
| * Add build-file specification optionkennyballou2013-03-09
| |
| * Refactor/ Move Program flow to use `argparse`kennyballou2013-03-09
| |
* | Adjust logging levelskennyballou2013-03-10
|/
* Update pylint.confkennyballou2013-03-09
| | | | | | Update lint rules Update explicit ignores in favor of new lint rules
* Update `xntcall` to change working directorykennyballou2013-03-08
| | | | | | I can't make any assumptions about what sub code is called, therefore it is safer (and easy enough) to have xnt change the working directory before invoking the sub build
* Merge branch 'lint-refactor'kennyballou2013-03-07
|\ | | | | | | | | | | | | Update version Conflicts: xnt/version.py
| * Merge branch 'tasks-refactor' into lint-refactorkennyballou2013-03-07
| |\ | | | | | | | | | | | | | | | Conflicts: xnt/tasks.py xnt/tests/taskcompressiontests.py
| | * Rename zip task to create_zipkennyballou2013-03-07
| | | | | | | | | | | | Fix pep warning about clobbering built in function
| * | Merge branch 'fix-xntcall' into lint-refactorkennyballou2013-03-07
| |\ \ | | | | | | | | | | | | | | | | Conflicts: xnt/tasks.py