Commit Graph

19 Commits

Author SHA1 Message Date
da8ba31c32 Makefile: json is now called json-c, link to libz 2014-04-24 14:01:30 +10:00
157136f94c Better plan, let gcc figure it out
Why I didn't twig to this all those years ago I'll never know.
Disregard the TODO item in the last commit.

(Ohh, and my email address is no longer redhatter@gentoo.)
2014-04-06 20:13:15 +10:00
9e2ab341ba AMD64 build fixes and parallelism tweaks
TODO: figure out how to autodetect lib vs lib64.

These changes were made some time ago (can't remember when) but didn't
get committed until now.  (Yes, naughty me, but perhaps I was in a rush.)
2014-04-06 20:09:29 +10:00
7dd8ccd135 Added redirect flag and updated 'git-describe' command reference. 2008-10-18 12:38:35 +10:00
a04734e5d0 Fixed a JSON generation bug. 2008-01-11 16:17:28 +10:00
361b0b606d Template tweaks, more fixes. 2008-01-11 15:06:25 +10:00
7d1ee0714d Re-worked templating to use a master template. 2008-01-11 13:24:36 +10:00
f5548c5c44 New 'install' target added to Makefile.
Thumbnail width & height, and requested size/quality/rotation now passed
through to the template for display.
2008-01-11 13:05:30 +10:00
ce4d75b215 Thumbnails are now generated on-the-fly. 2008-01-10 21:02:11 +10:00
475f75178e Fit-to-size by default 2008-01-10 18:25:43 +10:00
e763205f84 Added in ClearSilver library 2008-01-09 21:35:58 +10:00
70f9c2d171 Numerous changes here...
o Backend code for resizing images written (using ImageMagick)
o Photos in a gallery are listed ... in alphabetical order
  (quicksort algorithm in util.c)
2008-01-09 20:53:39 +10:00
d02b825fba Gallery can now list photos ... names sorted using quicksort. 2008-01-09 16:03:21 +10:00
afd3f42054 New debugging macro: dprintf, enable by passing -DEBUG to compiler.
New const string: COMPILESTAMP -- timestamp of compiled binary.
Further improvements to the variable array.
2008-01-08 13:56:02 +10:00
92acbdcdf9 Linked in the linked-list implementation.
This implementation has seen the introduction of stack/queue-like functions.

The new linked list variable array implementation is now used for the path_info
manipulation.
2008-01-07 23:32:49 +10:00
b393a6c447 More Makefile tweaks 2008-01-04 22:51:42 +10:00
eb0c9d0d10 Kill off some early compiler errors 2008-01-04 22:27:10 +10:00
a095107926 Added clean target to Makefile 2008-01-04 22:24:35 +10:00
8fe4961b77 Further additions 2008-01-04 22:23:36 +10:00