summaryrefslogtreecommitdiffstats
path: root/libdimension-python/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* python: Add simple global pool interface.Tavian Barnes2014-05-301-3/+3
* Fix some warnings found by higher warning levels than -Wall.Tavian Barnes2014-03-011-0/+3
* Replace INCLUDES with AM_CFLAGS.Tavian Barnes2012-12-161-3/+1
* Hide the presence of dimension.wrapper from wrapper types.Tavian Barnes2011-12-051-6/+8
* Add --enable-debug configure option.Tavian Barnes2011-10-311-0/+4
* Ship dimension client inside the Python package.Tavian Barnes2011-10-311-11/+11
* Add `doc' target to libdimension-python, using pydoc.Tavian Barnes2011-09-251-0/+9
* Implement Progress class.Tavian Barnes2011-06-161-1/+3
* Use Cython for the Python module.Tavian Barnes2011-06-131-21/+8
* Add cameras, objects, and spheres to Python module.Tavian Barnes2011-05-221-1/+9
* Add Canvases to the Python module.Tavian Barnes2011-05-201-1/+3
* Add Colors to the Python extension.Tavian Barnes2011-05-201-1/+3
* Rename Python dimension.h to dimension-python.h.Tavian Barnes2011-05-201-1/+1
* Add python headers to Makefile.am to fix distcheck.Tavian Barnes2011-05-191-1/+5
* Add matricies to Python module.Tavian Barnes2011-05-191-1/+2
* Don't #include .c files.Tavian Barnes2011-05-191-4/+3
* Implement Vectors in python.Tavian Barnes2011-05-181-1/+2
* Split python Scenes into a new source file, add python tests.Tavian Barnes2011-05-161-0/+6
* Start Python interface.Tavian Barnes2011-05-161-0/+27