Subversion Repositories DevTools

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7556 2156 d 20 h dpurdie /core_devl/trunk/ Added packageDirectory template example  
7547 2160 d 19 h dpurdie /core_devl/trunk/ Minor changes:
* Shared Library generation
Support for Electon (node) under Windows and Unix, via the
--Node option to the SharedLib directive

* Utility: create_dpkg
Added option (--tarzip) to create a tar zip of the package in a form
suitable for direct extraction into a package archive. Useful for cross
machine development.


Internal:
* Support for EnvVars to support a future implementation of GIT

* Replace the 'tar' utility with a true gnu tar with support for
zip and bzip2.
 
5995 3371 d 19 h dpurdie /core_devl/trunk/ [JATS-406] dependency generation fails when building linux_drivers_viper
Fixed an issue in JATS' mkdepend utility. Detect attempts to divide and mod by zero and generate an error and not a program fault.
 
5847 3455 d 20 h dpurdie /core_devl/trunk/ Improved stability of the Windows version of this utility
It was having rare hangup when running under server 2012.
 
5742 3506 d 2 h dpurdie /core_devl/trunk/ Added some instrumentation to the Windows 'timeout' utility  
5700 3527 d 20 h dpurdie /core_devl/trunk/ Address Windows-7 issue in the timeout utility.  
5693 3532 d 20 h dpurdie /core_devl/trunk/ Added timeout binary to all supported platforms  
5659 3546 d 21 h dpurdie /core_devl/trunk/ Cleanup of C code after running static analysis tools.  
5645 3548 d 2 h dpurdie /core_devl/trunk/ Updated the internal utility 'which' provided under windows for shell compatability. It was found to not work with Server 2003.  
5637 3554 d 21 h dpurdie /core_devl/trunk/ Visual Studio 2012 support. Added support for update 5. Now aloowes either update 4 or update 5.  
5578 3582 d 19 h dpurdie /core_devl/trunk/ Minor changes:
* System Utility - assemble_dpkg
Windows and Unix create tar-zip files via different mechanisms
Note: bsdtar has issues with large archives under Server2003

* Windows utilities. Update the 7zip binaries to latest version
 
5485 3623 d 23 h dpurdie /core_devl/trunk/  
4806 3981 d 22 h dpurdie /core_devl/trunk/ Handle 64-bit EXE  
4193 4273 d 21 h dpurdie /core_devl/trunk/ Prepare for Release  
2764 4729 d 1 h dpurdie /core_devl/trunk/  
2453 4779 d 21 h dpurdie /core_devl/trunk/ Added binary missing in previous commit  
2429 4787 d 1 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.
 
369 5115 d 15 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
 
361 5288 d 12 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* HTML Help (Experimental)
Generated documentation for the various JATS utilities
It is based on the internal JATS documentation available on the command
line.

Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html

Minor changes:
* PackageFile directive
Allow packaging of files with a comma in the name.
Used by some COTS packages.

* Windows utilities used by jats
stdmux and rpccpp: provide production versions that do not use debug
libraries as these are not present for all users.

* Jats utility: dstatus
Shows the user friendly host name rather then the internal machine name.
This change is in line with the changes to Release Manager

* Utility: svnrelease
Better deletion of workspaces referenced with non-standard URLs
Corrected problem with -branch=name option

* Utility: svnrelease and ccrelease
Better deletion of workingspace directory.
Attempt to correct for directory permission problems.

* Updated definition of GBE_SVN_URL_FRBESASVN01 to use
the server by name, rather than IP address: 'frbesasvn01'

* Added EnvVar GBE_VCS to control the default Version Control System
employed by the 'jats release' and 'jats extract' commands.

Usable values are: 'cc' and 'svn'.
The default value is 'cc', providing backward compatability to existing
developers.
 
333 5620 d 20 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
 

Show All