Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
251 6412 d 3 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* PPC_603E Toolset
Changed the definition of HOST_CPU to be non-numeric

* GCC Toolset
Correct the operation of the assembler interface to 'gas' such that
options are passed correctly.

* Jats utility: CCdiff [DEVI-048127] [DEVI-048439]
Sped up the label-label comparison.
Restored speed to that of observed before the label-view comparison
was added.

Restored ability to perform a one-sided comparison. This is used when
reviewing a new package.

* Makefile creation: BuildVersion directive
Better handling of the generated files such that they are
automatically included in the source file list.
 
227 6573 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
First Release in Release Manager
Major changes:

Minor changes:
* Jats Tool: create_dpkg
Added options to allow the utility to sanity test the package name and
version of the package being created. This is intended to be used by the
automated build system. New options are:
-pname=Package_Name
-pversion=Package_Version

Added option to allow the source package form to be tested, without
transferring the package. New options are:
-test

* Jats Tool: CCdiff
-output=filename now works. Previously only -out=filename worked.
-vob=name does not generate internal message under unix

* JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
a space separated or a comma separated list.

* Solaris Toolset
Disable the use of purify, purecov and quantify when building shared
libraries. Shared libraries are not supported by these tools. Executable
programs are still supported.