Subversion Repositories DevTools

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4000 4495 d 12 h dpurdie /core_devl/branches/dpurdie_devl/ Fix typo  
3984 4506 d 20 h dpurdie /core_devl/branches/dpurdie_devl/CFG/TOOLSET/ Backward compatibility with badly formed packages.
Ignore 'Designer.cs' files that have zero length.
 
3965 4514 d 12 h dpurdie /core_devl/branches/dpurdie_devl/ Support for UBUNTU12.
Support for testing of GCC compiler versions to ensure sanity of the build system.
Clean up some file headers
 
3893 4541 d 11 h dpurdie /core_devl/branches/dpurdie_devl/ CSharp Toolset: Resx processing
Improved the generation of the Resource names. Now supports form names that do not match the enclosing resource.
Supports Resources without a matching .cs file - as long as there is a matching Designer.cs file.
 
3831 4578 d 18 h dpurdie /core_devl/branches/dpurdie_devl/  
3830 4578 d 19 h dpurdie /core_devl/branches/dpurdie_devl/ Added support for the INTELLECT target.  
3556 4610 d 19 h dpurdie /core_devl/branches/dpurdie_devl/ New Platform: MSP430G2553  
2930 4702 d 12 h dpurdie /core_devl/branches/dpurdie_devl/ See 3.1.4000.cr  
2354 4800 d 13 h dpurdie /core_devl/branches/dpurdie_devl/ More work on JatsFileUtil  
2074 4821 d 17 h dpurdie /core_devl/branches/dpurdie_devl/ 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 log-time Windows issue with the packaging
of files into very long (>~260) paths as the utility supports the full
windows path scheme.
 
397 4950 d 17 h dpurdie /core_devl/branches/dpurdie_devl/ Improved support for the WCENAUTIZX5  
396 4953 d 11 h dpurdie /core_devl/branches/dpurdie_devl/ Initial support for the WCENAUTIZX5  
391 4963 d 18 h dpurdie /core_devl/branches/dpurdie_devl/ Created by Jats SvnRelease branch request  
385 4988 d 4 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 4995 d 7 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
 
379 5016 d 11 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 5065 d 4 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
 
373 5093 d 6 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 5107 d 9 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.
 
369 5116 d 8 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* New Platform and Toolchain
Platform is RIORDT. This uses the MSP430 toolchain.
Beta release of this toolchain

* Jats Escrow. Escrow extraction
Force views created to be done in the same manner as the build daemon.
Under Clearcase, do not include the /main/0 rule.

* Utility: ccrelease (jats release, jats extract)
Correct use of /main/0 on Unix platforms to match Windows behavior.
Only add /main/0 if the user has provided a path to a directory within
a vob.

* Various changes to remove warnings when used with perl 5.14.
Note: Perl 5.14 is not recommended.
Perl 5.8.8 is recommended.

* Windows utilities
Updated 7z to version 9.20.

* Subversion Support
Support for 1.7 error messages
Extended the 'jats svn' utility. New subcommands:
paths - Display Subversion tag to URL conversions
tag - Convert a path or URL to a Release Manager Tag
url - Convert Release Manager tag to URL

* COBRA Toolset
Suppress compiler warning on incompatible ABI

* Create dpkg utility
Allows packaging from a sandbox, but only of package versions 99.99.99
 

Show All