Subversion Repositories DevTools

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7299 2296 d 14 h dpurdie /core_devl/branches/gitBuilder/ Created to duplicate the work done on svn002  
5995 3374 d 8 h dpurdie /core_devl/trunk/ [JATS-406] dependency generation fails when building linux_drivers_viper
Fixed an issue in JATS' mkdepend utility. Detect attempts to divide and mod by zero and generate an error and not a program fault.
 
5659 3549 d 9 h dpurdie /core_devl/trunk/ Cleanup of C code after running static analysis tools.  
4160 4290 d 14 h dpurdie /core_devl/trunk/UTILS/MKDEPEND/src/ Change the name of the getline function to avoid conflict under recent versions of glibc  
333 5623 d 8 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:

Minor changes:
* Dependency Generation Tool - mkdepend
Correct a problem encountered when the name of an included file
matches the name of a subdirectory within the include search path
resulting in multiple builds.

* SOLARIS and LINUX toolsets
Corrected problem in dependency tracking of shared libraries
Dependency between shared librares was not being used at all.

Only affected Solaris and Linux builds