Subversion Repositories DevTools

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4836 3969 d 7 h dpurdie /core_devl/branches/dpurdie_3.5.10000.cr/ Created by Jats svn branch  
4192 4274 d 3 h dpurdie /core_devl/trunk/ Support for VS2012 and CSHARP2012  
2764 4729 d 6 h dpurdie /core_devl/trunk/  
2429 4787 d 6 h dpurdie /core_devl/trunk/ Major changes:
* Make-time performance improvement of packaging
Improved the performance of the 'packaging' and 'installing' operations
by an order of magnitude under windows. Replaced the shell scripting of
these operations with a dedicated program.

This change also addressed a long-time Windows issue with the packaging
of files into very long (>~250) paths as the utility supports the full
windows path scheme.

Minor changes:
* Command Changes: jats clobber
The 'jats clobber' command has been significantly sped up
The 'clobber' no longer unpackages and uninstalls files one by one
from the relevant directories. The entire directory is deleted.

The original sequence can still be perform, if required, with the commands
jats make clobber
This operates as before.

* Utility: escrow
Support to extract packages with a subdirectory structure that
breaks the JATS rule that the TTB directory names are reserved.
Some COTS packages break the rule.

* Utility: svn : delete-branch
Modified the svn branch deletion operation.
With no arguments it will show the current branch.

* Utility: svn : url
Improved the conversions supported. Now handles leading SVN::
and will decode tags of the form SVN::path::tag

* Utility: svn : import
Added a '-nocommit' option to allow the results of the import to be
inspected before committing them to the Repository.

* Subversion Support
Detect authentication errors and issue user-friendly error messages
showing the user what to do.

The special label of TIMESTAMP now creates a tag with a .WIP
suffix. This allows the tag to be deleted in the VIX protected
repositories.
 
1403 4844 d 4 h dpurdie /core_devl/trunk/ Major changes:
* Subversion support
Multiple changes to subversion support to simplify development with
SubVersion. Changes include:
- New VcsTag that has a path and a tag component
- Multiple extraction modes with checks to highlight unexpected
file changes between workspace and branch head.

Minor changes:
* Utility: New utility - rtag_extract
Tool to extract a set of packages based on a Release Manager Release.
Can limit the files extracted to one or more paths, or a list of packages.
Provides supervised extraction of the set of packages.
Use 'jats man rtag_extract' or online documentation.

* Utility: svnsave_build
Failure to change the author of the build is not an error.
This allows for non-standard repositories being used during consolidation

* Linux support utilities
Add a version of 'addr2line' that understands the ELF file format
which has debug information striped out into a separate file.
Used to support backtracing within unit tests.
 
399 4950 d 4 h dpurdie /core_devl/trunk/ New Platform: WCENAUTIZX5
Jats startup will warn Windows Users if jats.bat does not link to the dynamically updated version of JATS.
Corrected error handling in Release Manager Database connection. Worked on Windows, but not linux.
 
377 5064 d 17 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* BuildVersion directive
Updated Company Name, Copyright and Trademark strings to 'Vix IP Pty Ltd'

* GCC Toolset
Added support for filterering warning messages, via a warnings.gcc file
 
333 5621 d 1 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
 
313 5816 d 19 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
 
267 6256 d 23 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Devis shown plus:
* Jats directives: MakeProject
Now supports the following new options:
--InstallProgDebug=list
--InstallProgProd=list
--InstallProg=list

These allows files that are created by the project builder to be
installed locally to be consumed by such packaging directives as
GenerateCab.

* Jats directives: AddLDFlags and AddASFlags
Now supports the --Debug and --Prod options like the other AddFlags
directives.

* Jats builder directive: BuildVersion
New options that can be used when generating a WinRC style version
information:
--Definitions - Create definitions only
--Comment=text
--Description=text
--Product=name
 
255 6373 d 23 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
------------------------------------------------------------------------
Version: 2.76.0000.cr Released: 24-Jun-08
------------------------------------------------------------------------
Major changes:
* Support for Microsoft Visual Studio 2005 [DEVI-049017]
The product must be installed in its default location.

New platforms:
CSHARP2005
Uses C# Framework Version 2.0.50727
Support extends to allow:
1) Building of Csharp source using standard JATS
2) Build Visual Studio solutions
Can consume files from CSHARP and WIN32 components.

VS2005
Support extends to allow:
1) Building of C and C++ source using standard JATS
2) Build Visual Studio solutions
Can consume files from VS2003 and WIN32 components.

The existing WIN32 and CSHARP platforms can also utilize VS2005
through a version selector:
WIN32 Toolset - "MS.NET2005"
CSHARP Toolset - "MS.NET2005"

* Version of Make for Win32 builds
The version of Make has been upgraded to 3.81 to provide access
to macros to simplify support for the MS VS2005.

* CSHARP and WIN32 platforms
The LIB path uses to locate libraries and DLLs has been altered to:
- Contain absolute paths. Relative paths did not work under all
conditions when building projects and solutions.
- Contain valid paths. JATS generated paths that do not physically exist
will be removed from the search path. This removes warning messages
under VS2005.

Minor changes:
* New Jats utility: dstatus
Display Build Daemon Status. A text based utility.
Use 'jats dstatus -man' for full details.

* PPC_603E Toolset
Changed the definition of HOST_CPU to be correct for the linux
architecture that uses the value - powerpc.

Extended LinuxDrivers directive to allow for powerpc.

Updated the MakeLinuxDriver directive to use EXTRA_CFLAGS as CFLAGS
has been removed. This change is backwardly compatible.

* Modified all utilities to avoid a Perl-10 warning message [DEVI-049018]
Improved usage of the 'require' statement used to check for
a minimal value of perl.

Removed excessive require statements.

* JATS internal utilities - xmake
Source for Make 3.81 is now controlled
Include JATS specific files for
1) Windows
2) Linux

JATS now includes binaries for make.
This will ensure that the version of make being used will be known for all
machines. Gnu make does not need to be installed for the various build
machines.

* JATS internal utility sh.exe (windows)
Extended internal debugging via EnvVar SHDEBUGEXEC

* JATS Environment
Allow Jats Environment variables that are used to specify a directory
to be set to either '-' or 'none'. The associated path will set to empty.

This can be used to override defaults that may be inserted by the JATS
wrapper scripts.

* JATS utility: sandbox (Experimental)
Correct problem with location of build files.
Spell check help and code.
 
227 6571 d 23 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.