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
1380 4851 d 11 h dpurdie /core_devl/branches/dpurdie_devl/ Prepare for Release  
1359 4862 d 4 h dpurdie /core_devl/branches/dpurdie_devl/  
1348 4870 d 6 h dpurdie /core_devl/branches/dpurdie_devl/  
1341 4880 d 5 h dpurdie /core_devl/branches/dpurdie_devl/ svnlabel command. Clone operation will trace back from a tag to the source and clone that.  
1328 4894 d 10 h dpurdie /core_devl/branches/dpurdie_devl/ Multiple changes  
1269 4929 d 12 h dpurdie /core_devl/branches/dpurdie_devl/ Migrated several items from the VIX Wiki to the FAQ section of the online documentation.  
403 4957 d 6 h dpurdie /core_devl/branches/dpurdie_devl/  
398 4957 d 8 h dpurdie /core_devl/branches/dpurdie_devl/ Updated changelog in preparation for a release  
396 4960 d 4 h dpurdie /core_devl/branches/dpurdie_devl/ Initial support for the WCENAUTIZX5  
392 4970 d 11 h dpurdie /core_devl/branches/dpurdie_devl/ Import existing work into the development branch  
391 4970 d 11 h dpurdie /core_devl/branches/dpurdie_devl/ Created by Jats SvnRelease branch request  
387 4984 d 23 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Jats makefile directive: MakeProject
Improved support for packaging files with spaces and other make-unfriendly
characters in their pathname.
 
385 4994 d 20 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Platform: VIXITP
Minor enhancements

* JATS wrappers
Updated default paths to Subversion Servers

* Subversion Support
Added svn delete-branch
 
383 5002 d 0 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* GCC Toolchain
Use JATS' internal dependency generator. This is much faster than the
use of the gcc as previously implemented.

* New Platform: VIXITP
Specialised platform for the VIX 'ITP' product.

* Subversion Support
Documented the use of 'TIMESTAMP' in svn commands
svnrelease. The -branch option supports the special name TIMESTAMP
 
381 5018 d 1 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Jats makefile directive: MakeLinuxDriver
Added support for source files not in the same directory as the
makefile.

* Jats makefile directives: SharedLib and Lib
Improved support for named source files with directory elements
 
379 5023 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:

* WIN32 Target (Visual Studio 6)
This target will now consume headers/libraries from a VS6 directory.
This has been provided to allow the use of Dinkumware_STL to be limited
to this one compiler. Specifically we need to excluded the use of
Dinkumware from VS2010 builds.

* C# Toolchain
Correctly detect missing .cs file in .resx /.cs file pair.

Minor changes:
* Jats wrapper script
New option: -logfile=name

* Jats configuration
jats.bat example (Windows)
jats.sh example (Unix)
Redefined location of the Perth Subversion server AUPERASVN01

* Escrow build on solaris_x86
Added workaround for strange issue on X86 based Solaris machines
The GBE_MACHTYPE EnvVar would disappear during the build process

* Utility ccrelease
The -extractfiles option nolonger uses a dynamic view to perform the
extraction. It uses the same process as normal view creation.

* Utility: svn
Improved package import processing.
Allow Date, Author and Log to be added to the imported package

* Jats Utility: gen_cots
Added support for Subversion.
Subversion is supported on Windows and Unix.
ClearCase is supported on Windows.

* Jats Utility: vcsdiff
New Utility. Will diff two versions of a package. Supports
mixed ClearCase and Subversion versions.
Under windows it can invoke BeyondCompare
Under Windows and Unix it can perform a MD5 check over both directories.
 
377 5071 d 21 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
 
375 5093 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Command: jats clobber
When building packages that use deploylib - remove the 'build/deploy'
directory as a part of the clobber processing.

* Jats wrapper. Environment Variable Cleanup (Windows Only)
Force ALL EnvVars stored in the environment and passed to programs
invoked by JATS to be converted to upper case.

This solves problems associated with some programs that do not treat
Windows EnvVars as case insensitive.

A useful side effect of this chnage is is that VS2010 running on
64-bit Windows-7 will now locate the default installation of VS2010.

* jats svnlabel
Report conflicting options: Label and Clone

Correct the 'label' operation. The user is not allowed to provide
path. The user must provide a simple label. JATS will determine the
workspace and the correct branch/tag to place the label in.

* Built Daemon support
jats_svn_savebuild will now delete a WIP if its in the /tags/ directory.
This allows WIPs to be tags or branches
 
373 5099 d 23 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* GCC Toolset
Modified the creation and maintenance of debug information.
New methodology is:
Debug information is created for both production and debug builds
Debug information is placed in a .dbg file, which is linked to the
executable, or shared library. The .dbg file is packaged in the manner
as the main binary.

This methodology does not bloat the binary with debug information, while
retaining debug information. The binary transferred to an embedded
device does not contain debug information, yet the image used in the
debugger can still access the debug information. This is the best of
both worlds.

Minor changes:
* HTML Documentation
JatsWelcome.html - Extended references to BMS documentation.
 
371 5114 d 1 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* RIORDS Platform
Generate output files with the package version embedded in the name
This can be disabled with --NoVersion

Package up the 'hex' file created when the .img file is processed.

* Jats Sandbox
Softlinks to packages within the sandbox are now relative to the root of
the sandbox. This allows packages in the sandbox to be created under one
machine architecture and consumed under another.
 

Show All