Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
6177 3053 d 13 h dpurdie /core_devl/trunk/ ------------------------------------------------------------------------
Version: 3.14.4000.cr Released: 07-Aug-17
------------------------------------------------------------------------

Minor changes:
* Utility: jat_svnrelease [JATS-424]
Handle obscure condition where the tag has been created directly from
a merge and the merge involved the deletion of files from the fileset.

* Buildfiles.
Restored VS2005 to the MSWIN32 alias

------------------------------------------------------------------------
Version: 3.14.3000.cr Released: 02-Aug-17
------------------------------------------------------------------------

Minor changes:
* Utility: jats_generate_deployable
Can create .bomGen file from scratch
Improved reporting of files add, removed and updated

* Makefile generation
Correctly export 'PACKAGE_ARCH' as a global

------------------------------------------------------------------------
Version: 3.14.2000.cr Released: 04-Jul-17
------------------------------------------------------------------------

Minor changes:
* Platform: RHEL7_INSTRUMENT
Marked as a NATIVE build.

* Platforms: LMOS_*
Inherit system aliases from base platform configuration.

------------------------------------------------------------------------
Version: 3.14.1000.cr Released: 03-Jul-17
------------------------------------------------------------------------

Minor changes:
* Updated copyright notices in all files

* jats_extract
Will no longer create a 'local_dpkg_archive'
The use of a 'local_dpkg_archive' is deprecated in favor of the jats
'sandbox', which does a much better job.

* Utility: jats_generate_deployable
Windows: Fixed compilation error

* Platform: RHEL7_INSTRUMENT
Added missing configuration file

------------------------------------------------------------------------
Version: 3.14.0000.cr Released: 23-Jun-17
------------------------------------------------------------------------

Minor changes:
* JAVA Platform [JATS-420]
The java builder can use an 'ant' provided by a suitable package
ie: ant_1.9.2.0000.cots

------------------------------------------------------------------------
Version: 3.13.9000.cr Released: 22-Jun-17
------------------------------------------------------------------------

Minor changes:
* Corrected use of shell 'echo' command
Always quote the string
Issue was the unquoted use of a string that contained matching square brackets
ie: echo [$<] Compiling..
The [..] construct is a filename expanding construct.

* Win32 and Win64 makefile generation
Allow the 'cmdfile' commands to be shown in verbose mode.

* Makefile generation
Fixed issue with some build formats and a bug in cmdfile when no path item
has a directory separator.

------------------------------------------------------------------------
Version: 3.13.8000.cr Released: 16-Jun-17
------------------------------------------------------------------------

Minor changes:
* Makefiles: New Directive: ExtendIncDir
ExtendIncDir ('*', 'private' );
Specialised use only. See MASS-00166

* Utility: jats_svnrelease
The 'extractFiles' option will display the files extracted when
running on a build machine.

* Windows builds
[JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles


------------------------------------------------------------------------
Version: 3.13.7000.cr Released: 13-Jun-17
------------------------------------------------------------------------

Minor changes:
* Utility: jats
Added option -script. Supresses internal warnings when capturing
output within a scripting environment.

* Utility: sandbox
Allow the build.pl file to be upto 4 directories deep
Slows down sandbox scanning
Provides backward compatability with old projects

* Makefile directive: MakePerl
Added option to control the output format to better support multiple
build machines.

* Build File
Fixed handling of aliases that broke the (not recommended) construct
BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );

* Windows builds
[JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'

Experimental:
* New platform: RHEL7_INSTRUMENT and RHEL7
Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64

* Makefiles. New aliases
PKG_DEB, PKG_RPM and PKG_WIN
Internal use only at the moment
 
4538 4101 d 4 h dpurdie /core_devl/trunk/ [JATS-304] GCC Toolset. Correct the contents of the 'depend' file when building SharedLibs  
363 5241 d 21 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New toolset: ARM251

* New target platform: ARM_I5100
Uses the ARM251 toolset.

Minor changes:
* HTML Help
Correct display of subheadings in the Table of Contents under IE8

* jats build -noforce
The 'quick' test to force a re-build now takes the value of
GBE_BUILDFILTER into account. If the value changes, then a rebuild will
be forced.

This affect the 'jats all' and associated 'sandbox' commands.

* Utility: ccrelease (jats release, jats extract)
Improved the ClearCase config spec used to create the view.

If the command specifies a branching rule, then the view will not allow
directories above the package base to be branched. This will prevent
unintentional branching within the root of the VOB.

If the command does not specify a branching rule, the view now allows
files and folders to be 'added' within the view, within the package. This
feature is suppressed when the tool is used by the AutoBuilder.

* Utility: svnrelease
Remove duplicate package-name words from the generated workspace name to
provide a cleaner workspace name.

Allow the workspace to be deleted in 'release' mode by changing out of the
workspace directory before attempting the delete.

* Utility: svn
Added 'test' to verify that the subversion CLI utility has been
installed and can be used.

* Toolset: CSharp
Utilize features of cmdfile to simplify the generated makefile
Force the generated command file to have correct directory separation
character.

* Toolset: SunWorks
Corrected usage of the -erroff directive
The later SunWorks compilers are more strict about its usage.
May affect 64 Solaris builds as the incorrect usage may have been
masking an error.

* Toolset: Delphi7
Correct library building process that had been broken by previous
enhancement.

* Toolset: dafbr
Internal option to simplify compiler testing

* makefile.pl directive: GenerateFiles and RunTests
Corrected operation of the '--PackageInfo' expansion
- Return correct path to package
- If no info is selected, then assume '--path'

* build.pl directive: BuildPlatforms
Added a '--Alias=Name[,Name]+' option. This allows the setting of
a platform alias, when the platform is defined.

* build.pl directive: BuildVersion
Generate well formed VB6 definitions for packages that have dependent
packages.

* make command: show
Improved the readability of the 'Alias Targets' list in the
'jats make show' command.

* Utility: create_dpkg
When transferring files from a Windows file system to dpkg_archive
ensure that the execute permission is set for all users.

Allows 'GENERIC' packages to package up executables that will be
executed on Unix machines.
 
341 5517 d 2 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
* DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
The 64-bit Solaris build will no longer attempt to consume 32-bit libraries
or header files.

* New tool update_release
Extracts current package version list from Deployment Manager SBom(s)
and copy resultant packages to release specific directory.

Use 'jats man update_release' for full details

* New tool ccmerge_build
Merge an autobuilt build.pl file back to the parent branch
and leave the resultant file checked out.

Use 'jats man ccmerge_build' for full details

* Jats Sandbox command
Improved operation of 'sandbox all' and packages that use
BuildPkgArchive.

* GCC and SUNWORKS tools
Allow shlib dependency generation to be displayed in verbose mode
 
339 5571 d 22 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* SharedLib directives for Solaris and GCC targets.
Added support to control the 'soname' embedded within the shared
library. Refer the MASS-00166 for full details. Use with care.
 
335 5573 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* [DEVI-062103]
Many (11) toolsets - all that generate linker dependency
files for creating shared libraries or programs.
Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
CSHARP, MCR, Pharlap.

Better, simpler, and in some cases correct, generation
of dependency files used in linking. Also generate separate
files for Production and Debug builds.

Minor changes:
* Jats sandbox command
The 'info' subcommand will highlight external packages that cannot be
found in any of the the package archives.

* Jats release -extract
The ClearCase view that is created will have a comment tag added that
describes:
- the directory in which the user created the view
- the date of creation

* PackageFile directive
Now supports --NoRecurse and --Recurse in conjunction with --DirTree

Internal:
* PackageFile, PackageHdr and InstallHdr directives
Removed --Abs option - its not supported
Fixed --Full option.
 
315 5811 d 0 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
------------------------------------------------------------------------
Version: 2.82.0000.cr Released:
------------------------------------------------------------------------
Major changes:
* New Build Platform: VB6
Jats has been enhanced to support the building of VB6 .vbg and .vbp
project files.

* Build Directive BuildVersion.
This has been extended to allow the creation of Version Information in a
form that can be consumed by Visual Basic using '--Style=VB'

Minor changes:
* Added more internal documentation
Use jats help to see available documentation

* Jats label -info command [DEVI-059929]
Fixed problem that prevent this command running on Unix systems.

* Jats save_build utility
Corrected problem in unreserving a reserved checkout of a build.pl file
under windows.

* Solaris 10, 64 Bit Sparc Builds
All compiles are done in a position independent manner (-KPIC)
This solved issues where static libraries are linked into shared
libraries.

* Solaris builds
Program and Shared library dependency checking is now done before
the program/library objects are built. Thus errors associated with missing
dependencies occur before objects are built and the user can see the cause
of the build failure.


Internal changes:
* Moved 'jats vars' functionality into a separate program
Moved associated documentation into the jats_vars tool

* Moved some other internal documentation into InstallationNotes and
PkgArchive topics.
 
313 5817 d 0 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
 
261 6318 d 5 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* Perl Version. Must be at least version 5.8.2
This is the first version that supports Windows 2003 server.

After discovering that several operations are not fully function under
Perl 5.6.1 the minimum version of Active State Perl that is required has
been increased.

A suitable windows installer can be found at:
\\auperaunx26\devl\releases\3rdParty-Products\ActivePerl\5.8.8.819\
ActivePerl-5.8.8.819-MSWin32-x86-267479.msi

* Jats Build Targets
New target and toolset: VERIX

* Jats utility: jats_save_build
Extended to allow all ClearCase specific operations to be removed
from the Build Daemons.

This utility is only used by "Release Planner" and the "Build Daemons".

Suggested new usage:
jats etool jats_save_build
-pname=xxxx
-pversion=yyyy
-infofile=path_name
-locatepkg=zzzz (Optional)
-infile=aaaa (Optional)
-outfile=bbbb (Optional)
-wiplabel=ccccc (Optional)

Minor changes:
* JATS make: Merge Library Operation [DEVI-049475]
Fixed such that Library Merge operations don't delete other build
artifacts.

* JATS make: New option expert=0|1
Runtime processing of 'expert' mode to allow dependencies between the
object files and the makefile to be ignored.

Previous this operation could only be invoked at 'build' time. Now the
default state will be set at build time and it can be overridden at 'make'
time.

* JATS utility: CCdiff
Corrected operation of the option "-new=dir=."

* Nunit support in CSHARP
Improved support for different version of Nunit
Allow the DLLs that are required by nunit to be specified
within the package.

* Jats utility: dstatus
Suppresses archived releases.
Shows release state

* Build file directive: BuildPkgArchive
Extended list of supported directories to include 'wsdl'.
 
245 6439 d 23 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* M16C toolset. Used by the MPR platform to build MCRFirmware [DEVI-047555]
Corrected the version number embedded in the generated THX file.

Major and minor numbers greater than 9 were incorrectly represented
Added a test to ensure that the major and minor numbers are in the range
of 0 to 99 inclusive.

* Auto-build when multiple build.pl files are labelled [DEVI-047461]
Modified JATS to allow support for the automated building of packages that
contain multiple, labeled, build files.

Added a '-locatepkg=pkg' option to the Jats wrapper script. This allows the
user to specify the package to be selected from those that can be found.
This will be integrated into the build tool.

Modified the operation of the 'jats release' command to use the
infrastructure provided by the above feature. Testing a release uses the
additional information to ensure that the created package name and version are
correct.

Modified the operation of the (experimental) 'jats sandbox command to use
the infrastructure provided by the above feature.

Minor changes:
* Solaris Toolset [DEVI-047398]
The toolset no longer requires that the user have the compiler and the
'ar' utility in there path. It will be controlled by the toolset.

This should improve build reproducibility.
This will simplify new user setup.

* All Unix Toolsets
Corrected the operation of the 'options=showenv' so that it works
on unix systems

* JATS release utility [DEVI-047356]
Fixed problem where utility would issue a 'Broken Pipe' message
on some Solaris Machines.

* JATS -version=<version>
Fixed operation on machines that do not have a GBE_DPKG_CACHE such that
JATS does not attempt to cache the alternate version.
 
227 6572 d 3 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.