Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
7323 2297 d 4 h dpurdie /core_devl/branches/gitBuilder/ Merge from SVN002  
7300 2297 d 7 h dpurdie /core_devl/branches/gitBuilder/  
7299 2297 d 8 h dpurdie /core_devl/branches/gitBuilder/ Created to duplicate the work done on svn002  
5858 3453 d 8 h dpurdie /core_devl/trunk/CFG/TOOLSET/ IAR Toolchain. Corrected the generation of the Program Loader
Was removing too much from the program loader
 
5757 3501 d 6 h dpurdie /core_devl/trunk/ CORTEXM3_IAR - Added CRC Generation option  
5741 3509 d 9 h dpurdie /core_devl/trunk/  
5732 3511 d 4 h dpurdie /core_devl/trunk/ Tweaks to the SREC converter  
5726 3514 d 1 h dpurdie /core_devl/trunk/ Added '-std=c++11' for building c++ files  
5709 3522 d 4 h dpurdie /core_devl/trunk/ Updated VIX copyright notice in all files that had a VIX or ERG copyright notice  
5680 3539 d 7 h dpurdie /core_devl/trunk/ Pre Release update  
5679 3542 d 2 h dpurdie /core_devl/trunk/ Added BuildExclude  
335 5576 d 0 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.
 
227 6575 d 0 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.