DevTools
svn1
svn1-original
testRepo
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
DevTools
(root)
/
core_devl
/
branches
/
dpurdie_devl
/
UTILS/
– Rev 2650
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2650
4752 d 7 h
dpurdie
/core_devl/branches/dpurdie_devl/
Improved handling of packaging files with nasty characters in their name
2452
4780 d 3 h
dpurdie
/core_devl/branches/dpurdie_devl/
Added binary missing in previous commit
2449
4780 d 3 h
dpurdie
/core_devl/branches/dpurdie_devl/
* Makefile generation
Warning generation of bad source paths does not generate an error
if the path test escapes the directopry tree. It will generate a
warning, which allows the build to progress as before - with lots
of warnings.
* Makefile Generation
BuildSubDir and SubDir directives - cleanup paths.
* Jats Utility: JatsFileUtil
Better handling of double '\' in pathnames under windows.
2428
4787 d 6 h
dpurdie
/core_devl/branches/dpurdie_devl/UTILS/JatsFileUtil/src/
Added test and support files
2354
4800 d 2 h
dpurdie
/core_devl/branches/dpurdie_devl/
More work on JatsFileUtil
2313
4816 d 3 h
dpurdie
/core_devl/branches/dpurdie_devl/UTILS/JatsFileUtil/src/
Added 'R' option to perform an RmDir - delete empty directories
2311
4816 d 9 h
dpurdie
/core_devl/branches/dpurdie_devl/UTILS/JatsFileUtil/src/
Reworked internal documentation
2310
4817 d 4 h
dpurdie
/core_devl/branches/dpurdie_devl/UTILS/JatsFileUtil/src/
Added recursive directory tree deletion
Restructured code
2085
4820 d 4 h
dpurdie
/core_devl/branches/dpurdie_devl/
Extended JatsFileUtil to perform directory cleanup operations
2076
4821 d 4 h
dpurdie
/core_devl/branches/dpurdie_devl/
2075
4821 d 4 h
dpurdie
/core_devl/branches/dpurdie_devl/UTILS/JatsFileUtil/
Renamed the utility to JatsFileUtil
2073
4821 d 6 h
dpurdie
/core_devl/branches/dpurdie_devl/UTILS/CopyFile/src/
Added Unix support
Simplified the interface to the utility
2072
4822 d 3 h
dpurdie
/core_devl/branches/dpurdie_devl/UTILS/CopyFile/
Initial Release of a Windows-Only FileCopy utility for JATS.
Does not support extra long paths - yet.
391
4963 d 7 h
dpurdie
/core_devl/branches/dpurdie_devl/
Created by Jats SvnRelease branch request
361
5288 d 18 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.
341
5516 d 22 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
* DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
The 64-bit Solaris build will no longer attempt to consume 32-bit libraries
or header files.
* New tool update_release
Extracts current package version list from Deployment Manager SBom(s)
and copy resultant packages to release specific directory.
Use 'jats man update_release' for full details
* New tool ccmerge_build
Merge an autobuilt build.pl file back to the parent branch
and leave the resultant file checked out.
Use 'jats man ccmerge_build' for full details
* Jats Sandbox command
Improved operation of 'sandbox all' and packages that use
BuildPkgArchive.
* GCC and SUNWORKS tools
Allow shlib dependency generation to be displayed in verbose mode
333
5621 d 1 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
317
5808 d 17 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Minor changes:
* WinCe Toolsets
New CompileOptions operations:
Exceptions - Enable exception handling
noExceptions - Disable
Default is to retain backward compatibility. It is mixed.
Example:
CompileOptions ('*', 'Exceptions' );
* Solaris targets
Full support for a target called SOLARIS8_SPARC32
It is identical to SOLARIS in a 'sparc' build machine, but it is only
available on a 'sparc' build machine. Can be used to limit builds to one
machine type.
315
5810 d 20 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
------------------------------------------------------------------------
Version: 2.82.0000.cr Released:
------------------------------------------------------------------------
Major changes:
* New Build Platform: VB6
Jats has been enhanced to support the building of VB6 .vbg and .vbp
project files.
* Build Directive BuildVersion.
This has been extended to allow the creation of Version Information in a
form that can be consumed by Visual Basic using '--Style=VB'
Minor changes:
* Added more internal documentation
Use jats help to see available documentation
* Jats label -info command [DEVI-059929]
Fixed problem that prevent this command running on Unix systems.
* Jats save_build utility
Corrected problem in unreserving a reserved checkout of a build.pl file
under windows.
* Solaris 10, 64 Bit Sparc Builds
All compiles are done in a position independent manner (-KPIC)
This solved issues where static libraries are linked into shared
libraries.
* Solaris builds
Program and Shared library dependency checking is now done before
the program/library objects are built. Thus errors associated with missing
dependencies occur before objects are built and the user can see the cause
of the build failure.
Internal changes:
* Moved 'jats vars' functionality into a separate program
Moved associated documentation into the jats_vars tool
* Moved some other internal documentation into InstallationNotes and
PkgArchive topics.
313
5816 d 19 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Major changes:
* Solaris Builds for 64 bit targets
Changes to fully support the SOLARIS10_X86 and SOLARIS10_SPARC64
targets. These are using a different version of the compiler than the
existing 32-bit builds.
64-Bit Solaris10 builds are performed with Sun Studio 12.1
32-Bit Solaris10 builds are performed with Sun Studio 11
Minor changes:
* jats label -exclude=nnn
Corrected problem with the -exclude option introduced in 2.80.3000.cr
* Package searching
The BuildpkgArchive and LinkPkgArchive directives will search
both dpkg_archive and deploy_archive paths for packages.
Allows JATS to be used to process deployable packages.
* jats help
Modified the operation of the 'jats help' command.
This command now provides a gateway to the jats help system.
Information provided by the previous 'jats help' can be achieved
with one of:
jats -h
jats help jats
Internal:
* Updated cmdfile utility
←Prev
1
2
Next→
Show All