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
5710 3519 d 16 h dpurdie /core_devl/trunk/ Updated VIX copyright notice in all files that had a VIX or ERG copyright notice
Replaced usage of ERG with VIX
 
331 5635 d 6 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Jats label command
New option '-entireview' to be used by the build daemon
Not recommended for general use.
Will locate the root of the current view and label all files and
directories within the current view.

Removed the double check of labeled files introduced in
version 2.80.3000.cr as the problem has been found and corrected
elsewhere.

* Jats save_build
Use a better set of options of 'cleartool find' to speed up
the determination of a branch.

Use the -entireview option of the jats label utility to speed
up labeling by the build daemons.

* Jats build
Better handling of sandboxed packages.
Indicates that the dependency is from a sandbox
No overwrite warnings when reinstalling a package

* Borland6 toolset
Changed the default value of where Borland6 is installed
to match the documented install location of:
c:\BCB6\CBuilder6

* Jats build
Added -noforce option to only generate build files if they
are out of date. It will only recreate makefiles if needed.
This is a very quick operation.

The default operation is '-force'. This will populate the
interface directory and generate makefiles.

* Jats all [Experimental. Feed back welcome]
Uses the '-noforce' form of the build command such that build
files are only recreated if need be.

The 'all' command will do what is needed in order to rebuild
the package. It will do a build, if need be, and then
make the package.

* Jats sandbox
The 'all' command will perform a '-noforce' build followed by a make.

The 'build' command will perform a build followed by a make. This will
be a complete build of all component packages.

The 'jats sandbox all' command can be used to rebuild all
components in an efficient manner. If the build files have changed,
then the makefiles will be regenerated, other wise only the make phase
is performed.
 
235 6509 d 12 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New Toolset: BORLAND
The toolset uses the Borland C++ Builder 6 to build Borland Project
files via the MakeProject directive.

In this release there is no support for native compilation and linking.

Details are provided in MASS-00166 JATS Reference Manual

Minor changes:
* Extract/Release utility.
Handle Source Path option with spaces by creating a config spec
that can handle spaces

* MOS Compiler
The TMP directory used by the assembler will be created before the
assembler is invoked. This will ensure that the directory exists.

* Utility: create_dpkg
Uses the first 'descpkg' file found. Allows packages that have embedded
descpkg files to be copied.

* AVR_IAR Toolset
Added support for AT90SC144144CT - by David Payne.

* JATS ANT command
Better selection of the ant build file

* Build directive: BuildVersion
Extended the WinRc version file to allow the name of an icon to be
embedded in the .RC file.