Scripts: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
There are a couple of scripts in the source tree that help with some tasks during development
There are a couple of scripts in the source tree that help with some tasks during development
== Maintenance ==


* checkactivity.sh - creates some statistics from the svn log
* checkactivity.sh - creates some statistics from the svn log
* src/findhacks.h - finds defines and ifdefs that perhaps can be removed. also finds printf-style output that perhaps shouldnt be there
* src/findhacks.h - finds defines and ifdefs that perhaps can be removed. also finds printf-style output that perhaps shouldnt be there
* gtk3resources.h - finds resource definitions in the GTK3 ui
* src/html/checklinks.sh - checks (internal and external) links in the html pages
== Building ==
* doc/checkdoc.mak , checkdoc.c - extracts resources from the executables and compares with vice.texi
* doc/checkdoc.mak , checkdoc.c - extracts resources from the executables and compares with vice.texi
* doc/mkdoxy.sh - main script to create doxygen documentation. contains a lot of magic to create nicely linked output
* doc/mkgtk3doxy.sh - creates GTK3 specific doxygen

Revision as of 18:29, 17 June 2018

There are a couple of scripts in the source tree that help with some tasks during development

Maintenance

  • checkactivity.sh - creates some statistics from the svn log
  • src/findhacks.h - finds defines and ifdefs that perhaps can be removed. also finds printf-style output that perhaps shouldnt be there
  • gtk3resources.h - finds resource definitions in the GTK3 ui
  • src/html/checklinks.sh - checks (internal and external) links in the html pages

Building

  • doc/checkdoc.mak , checkdoc.c - extracts resources from the executables and compares with vice.texi
  • doc/mkdoxy.sh - main script to create doxygen documentation. contains a lot of magic to create nicely linked output
  • doc/mkgtk3doxy.sh - creates GTK3 specific doxygen