Subversion Repositories DevTools

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7299 2294 d 18 h dpurdie /core_devl/branches/gitBuilder/ Created to duplicate the work done on svn002  
313 5817 d 6 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* Solaris Builds for 64 bit targets
Changes to fully support the SOLARIS10_X86 and SOLARIS10_SPARC64
targets. These are using a different version of the compiler than the
existing 32-bit builds.

64-Bit Solaris10 builds are performed with Sun Studio 12.1
32-Bit Solaris10 builds are performed with Sun Studio 11

Minor changes:
* jats label -exclude=nnn
Corrected problem with the -exclude option introduced in 2.80.3000.cr

* Package searching
The BuildpkgArchive and LinkPkgArchive directives will search
both dpkg_archive and deploy_archive paths for packages.

Allows JATS to be used to process deployable packages.

* jats help
Modified the operation of the 'jats help' command.
This command now provides a gateway to the jats help system.

Information provided by the previous 'jats help' can be achieved
with one of:
jats -h
jats help jats

Internal:
* Updated cmdfile utility
 
227 6572 d 9 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.