Skip to content

Releases: compuphase/makedepend

Release 1.0.8

13 Feb 14:28
Compare
Choose a tag to compare
  • Added a warning for include files that cannot be located (as these are skipped in the dependency list of a target). Added the -i option to silence the warning.
  • Code clean-up: running Cppcheck on the project brought up a number of warning (mostly concerning programming style). These have been addressed.

Release 1.0.7

12 Oct 08:40
Compare
Choose a tag to compare
  • There is a new command line option: -e excludes "system" include files on the dependency lists (it therefore lists only project-specific dependencies).
  • When a project consists of multiple binary modules (applications and/or shared libraries), and those modules share some source files, and makedepend is run from the Makefile, a source file may appear multiple times on the command line to makedepend. This release handles each source file only once.

Release 1.0.6

17 Oct 08:48
Compare
Choose a tag to compare

Initial release of makedepend with adaptions for improved cross-platform support and improved useability.