Makefile
Fri, 03 Oct 2014 23:14:26 +0300 Tero Marttila Makefile: fix make install on dirs
Fri, 03 Oct 2014 22:58:28 +0300 Tero Marttila Makefile: really drop libpngtile.so from bin/pngtile link
Fri, 03 Oct 2014 22:52:35 +0300 Tero Marttila Makefile: do no link bin/pngtile directly with libpngtile, but rather use -lpngtile and -Rlib; add install target
Fri, 03 Oct 2014 21:34:08 +0300 Tero Marttila Makefile: cleanup
Sun, 14 Sep 2014 16:08:40 +0300 Tero Marttila cleanup readme, drop pypngtile bits from Makefile, fixup setup.py for pypngtile
Tue, 26 Jan 2010 21:19:45 +0200 Tero Marttila fix make clean
Tue, 26 Jan 2010 21:13:19 +0200 Tero Marttila make dist depend on python.c, and add pypngtile.so to all...
Tue, 26 Jan 2010 21:05:26 +0200 Tero Marttila use hg id for DIST_NAME
Tue, 26 Jan 2010 21:04:07 +0200 Tero Marttila fix up dist
Tue, 26 Jan 2010 20:42:55 +0200 Tero Marttila build/objs/py -> python
Tue, 26 Jan 2010 20:35:25 +0200 Tero Marttila keep .pyx -> .c in python/, separate build/obj/py/py*.o
Tue, 26 Jan 2010 20:32:06 +0200 Tero Marttila some kind of lib/pypngtile.so support in Makefile..
Tue, 26 Jan 2010 16:52:02 +0200 Tero Marttila fix make clean to not empty out bin
Mon, 25 Jan 2010 21:14:15 +0200 Tero Marttila support for profiling - although it's absolutely useless here
Mon, 25 Jan 2010 20:11:01 +0200 Tero Marttila compile with profiling?
Mon, 25 Jan 2010 03:01:22 +0200 Tero Marttila fix make dist
Mon, 25 Jan 2010 03:00:04 +0200 Tero Marttila rename util -> pngtile
Mon, 25 Jan 2010 01:57:54 +0200 Tero Marttila updated Makefile for png.o
Wed, 06 Jan 2010 16:26:22 +0200 Tero Marttila compile with -O2 sometimes?
Wed, 06 Jan 2010 14:03:11 +0200 Tero Marttila move the python/web code in
Thu, 31 Dec 2009 17:46:54 +0200 Tero Marttila include include in dist, more README
Thu, 31 Dec 2009 17:37:54 +0200 Tero Marttila include python stuff in dist
Thu, 31 Dec 2009 16:40:13 +0200 Tero Marttila implement pt_ctx threadpool and pt_image_tile_async
Thu, 31 Dec 2009 14:01:37 +0200 Tero Marttila add missing lib/tile.*
Tue, 29 Dec 2009 16:44:48 +0200 Tero Marttila add library error codes, and fix image fopen error handling
Tue, 29 Dec 2009 15:38:31 +0200 Tero Marttila move public headers to include/, python stuff to python/ sub-dir
Mon, 28 Dec 2009 20:36:29 +0200 Tero Marttila open cache as .tmp, and rename to .cache when done
Mon, 28 Dec 2009 19:54:41 +0200 Tero Marttila up to a test client
Sun, 27 Dec 2009 23:14:10 +0200 Tero Marttila basic image/cache code compiles
Sun, 27 Dec 2009 22:01:17 +0200 Tero Marttila initial code