]> gitweb.michael.orlitzky.com - dunshire.git/history - makefile
setup.py,doc/source/conf.py: bump to version 0.1.3
[dunshire.git] / makefile
2020-04-21 Michael Orlitzkymakefile: rename "checkloop" to "check-loop" to match...
2020-04-21 Michael Orlitzkytest: add the ability to run the test suite verbosely.
2016-11-15 Michael OrlitzkyAdd a MANIFEST.in file, and a new "make dist" target.
2016-11-15 Michael OrlitzkyAdd some comments to the makefile.
2016-11-13 Michael OrlitzkyBuild looping into the test suite and make doctests...
2016-11-04 Michael OrlitzkyAdd a "checkloop" makefile target to run tests forever.
2016-11-01 Michael OrlitzkyUse a shebang for the main test executable.
2016-10-26 Michael OrlitzkyClean up a few pylint warnings and make "doc" a phony...
2016-10-26 Michael OrlitzkyAdd setup.py and reorganize everything to make its...
2016-10-16 Michael OrlitzkyPylint cleanup for tests.
2016-10-16 Michael OrlitzkyReorganize the test source code and doc building.
2016-10-15 Michael OrlitzkyEnable doctesting of ReST docs with `make doctest`.
2016-10-14 Michael OrlitzkyTweak the makefile now that the imports work better.
2016-10-14 Michael OrlitzkyRemove docs with `make clean`.
2016-10-13 Michael OrlitzkyFix two more pylint bad-variable-name warnings.
2016-10-12 Michael OrlitzkyFix (or cover up) a bunch of pylint warnings.
2016-10-10 Michael OrlitzkyOverwrite apidoc output by default for now.
2016-10-10 Michael OrlitzkyBegin adding Sphinx crap for API doc generation.
2016-10-10 Michael OrlitzkyAdd a unit test for the ice cream cone solution.
2016-10-10 Michael OrlitzkyAdd one more variable exception to the `make lint`...
2016-10-06 Michael OrlitzkyFactor out srcdir in the makefile.
2016-10-06 Michael OrlitzkyAdd variable name exceptions to the `make lint` target.
2016-10-06 Michael OrlitzkyUpdate the `make clean` target for the new source locat...
2016-10-06 Michael OrlitzkyReorganize the source under src/dunshire.
2016-10-05 Michael OrlitzkyAdd a "make lint" target.
2016-10-05 Michael OrlitzkyAdd a most basic test suite runner (for doctests only...
2016-10-05 Michael OrlitzkyAdd a makefile.