CVS log for Makefile

[BACK] Up to [DownTime]

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Mar 12 12:09:55 2010 UTC (2 years, 2 months ago) by nick
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +12 -33 lines
Icon stuff finalised!

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Mar 12 10:01:36 2010 UTC (2 years, 2 months ago) by nick
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +41 -23 lines
Correct icon stuff (hopefully! Seems to work on FreeBSD / GNOME at least)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 4 16:21:16 2010 UTC (2 years, 2 months ago) by nick
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +22 -0 lines
- Icon
- Clean up / GNOME HIG-ify some dialogs

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Feb 20 13:36:35 2010 UTC (2 years, 2 months ago) by nick
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -0 lines
Try to remove directories

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Feb 20 12:41:26 2010 UTC (2 years, 2 months ago) by nick
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -0 lines
  - Fixed Save as / Open filter
  - File associations - double-clicking a saved .downtime file file launch DownTime with those settings. If auto_run was specified, a shutdown will be launched immediately
  - Tray icon, enabled by default when a shutdown is pending
  - Remove the "Remember these settings" check box - We now always remember the last shutdown in the user's .downtime file, but don't auto-save to any other loader file
  - Disable File->Save if we can't write to the current config file

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jun 24 13:49:53 2008 UTC (3 years, 10 months ago) by nick
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -6 lines
- Progress bar behaves (at least more) correctly under pausing
- Break out some info nto separate header files
- Kill cat_strings, replace with pasprintf() where appropriate
- Style and miscellaneous small clean-ups

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Sep 11 03:22:59 2007 UTC (4 years, 8 months ago) by nick
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Use rmdir to try to remove directories rather than rm -d. Don't fail if we cn't remove share/applications

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Sep 5 01:52:30 2007 UTC (4 years, 8 months ago) by nick
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +13 -19 lines
  - Set installation file OWNER and GROUP "forcefully"
  - Don't force set -g flag on compilation
  - Use PREFIX rather than X11BASE
  - Attempt to create $(PREFIX)/share/applications directory before installing downtime.desktop
  - Un-silence clean and deinstall targets
  - Remove downtime.desktop and attempt to remove $(PREFIX)/share/applications on deinstall
  - Remove lint and cvs related targets

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Aug 12 03:55:29 2007 UTC (4 years, 9 months ago) by nick
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +15 -19 lines
  - Add "downtime" target so DownTime isn't re-linked on every "make"
  - Allow overriding OWNER and GROUP
  - Remove cruft

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Aug 11 17:33:22 2007 UTC (4 years, 9 months ago) by nick
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
  - Remove window structs (one could certainly argue this makes things messier, rather than the cleaner...)
  - Re-introduce File -> Open and File -> Save (A "Save As..." should be forthcoming) as they could be used nicely in conjunction with the previously introduced command-line parameter configuration file path passing

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 5 10:02:13 2007 UTC (4 years, 9 months ago) by nick
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +18 -9 lines
Modularise build process (not _too_ confident with Makefiles still, however)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun May 6 11:49:38 2007 UTC (5 years ago) by nick
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
  - "Close" button on "About" dialog now closes the dialog as expected
  - Preferences dialog, with "Always on top" settings for both main dialog and progress dialog
  - Makefile sets X11BASE to /usr/local if not defined
  - Global window and sub-element structures. Geez I wish GTK callbacks allowed for multiple user parameters to be passed...
  - Miscellaneous cleanups / relatively minor changes

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jul 1 17:15:20 2006 UTC (5 years, 10 months ago) by nick
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -0 lines
- minor cleanups
- lint target in Makefile. Doesn't seem to work for me, though, as there are a horde of errors reported in GTK-related header files

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 28 06:52:36 2006 UTC (5 years, 10 months ago) by nick
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Slight reorg of cc args

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 28 03:12:21 2006 UTC (5 years, 10 months ago) by nick
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -6 lines
Install the DownTime man page to $(X11BASE)/man/man1, rather than under /usr/local

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jun 27 16:38:24 2006 UTC (5 years, 10 months ago) by nick
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Only install the DownTime man page with permissions 444

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue May 23 09:53:16 2006 UTC (5 years, 11 months ago) by nick
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
Version 0.1.3

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 18 14:48:27 2006 UTC (6 years ago) by nick
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Didn't mean to commit changes to this file before (I don't think...), so I've (logically) rolled them back

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 18 06:35:02 2006 UTC (6 years ago) by nick
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -3 lines
Added security related note to the INSTALL file to warn about WITH_SHUTDOWN, particularly in relation to setting the downtime binary setuid

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Apr 6 12:46:56 2006 UTC (6 years, 1 month ago) by nick
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Removed typo...

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 6 07:03:03 2006 UTC (6 years, 1 month ago) by nick
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -8 lines
Comment conditionals in Makefile again - FreeBSD's make(1) appears to require them to start with a full-stop whilst Debian's requires that they don't. Hooray!

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 6 05:06:28 2006 UTC (6 years, 1 month ago) by nick
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -0 lines
Enable conditionals as per the GNU make syntax. Don't know if this'll work on BSD systems yet.

Please ignore last commit message for this file...

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 6 05:05:18 2006 UTC (6 years, 1 month ago) by nick
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -7 lines
Additional TODO: "Do not show me this again" option for the shutdown(8) permissions warning

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 4 13:36:36 2006 UTC (6 years, 1 month ago) by nick
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Disabled the "-ansi" GCC flag again... Looks like the WIFEXITED and WEXITSTATUS macros aren't fully ANSI conformant on Debian or something...

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Apr 4 12:07:25 2006 UTC (6 years, 1 month ago) by nick
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Re-enable "-ansi" GCC flag now that we aren't using the "linux" environment variable

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 2 07:56:08 2006 UTC (6 years, 1 month ago) by nick
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Corrected Makefile now that we're no longer using GNU autotools

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 2 07:42:29 2006 UTC (6 years, 1 month ago) by nick
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Revive Makefile... Need to learn a lot more about GNU autotools before I can use them effectively

Revision 1.6
Wed Mar 15 08:55:41 2006 UTC (6 years, 2 months ago) by nick
Branches: MAIN
FILE REMOVED
Changes since revision 1.5: +0 -0 lines
Now using GNU autoconf and friends

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 13 07:25:43 2006 UTC (6 years, 2 months ago) by nick
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -0 lines
Added anonymous cvs checkout option

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 13 05:16:40 2006 UTC (6 years, 2 months ago) by nick
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -8 lines
- Commented conditionals because a test Debian system couldn't hack them... Will have to find a replacement!
- Removed "-Wextra" flag because GCC on the (same) test Debian system (GCC version 3.3.5) didn't recognise it
- Removed "-ansi" GCC flag because the "linux" macro appears to be defined outside the reserved namespace and is hence unavailable with strict ANSI conformance

Will have to look at autoconf or a similar system in the future.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 8 13:56:36 2006 UTC (6 years, 2 months ago) by nick
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -0 lines
- Added dist target for constructing a downtime .tar.gz distribution file. Define VERSION as the version number (e.g.: "make dist VERSION=0.2.1")
- Added update target for updating a local CVS repository from the DownTime master CVS server at nickwithers.com. Note that the CVS tree must already have been checked out into the current directory

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 7 07:58:01 2006 UTC (6 years, 2 months ago) by nick
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
(NOTE: Commit date wrong. Imported into CVS after release)

Version 0.1.1
  - Corrected a bug which would cause DownTime to loop for a heck of a long time trying to free() memory that wasn't allocated in the first place due to an unsigned integer underflow
  - Corrected program name in COPYRIGHT (whoops!)
  - Added license information to all C source files
  - Added CHANGELOG

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 7 07:49:30 2006 UTC (6 years, 2 months ago) by nick
Branches: MAIN
(NOTE: Commit date wrong. Imported into CVS after release)

Initial, version 0.1 release!

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>