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
/
trunk
/
CFG
/
RULES.UNI
@ 7564
– Rev 5986
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
5986
3374 d 12 h
dpurdie
/core_devl/trunk/
[JATS-404] RunTest under Windows does not handle paths correctly
3967
4514 d 11 h
dpurdie
/core_devl/trunk/
Merge work to trunk for Version: 3.2.0000.cr
245
6440 d 5 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Major changes:
* M16C toolset. Used by the MPR platform to build MCRFirmware [DEVI-047555]
Corrected the version number embedded in the generated THX file.
Major and minor numbers greater than 9 were incorrectly represented
Added a test to ensure that the major and minor numbers are in the range
of 0 to 99 inclusive.
* Auto-build when multiple build.pl files are labelled [DEVI-047461]
Modified JATS to allow support for the automated building of packages that
contain multiple, labeled, build files.
Added a '-locatepkg=pkg' option to the Jats wrapper script. This allows the
user to specify the package to be selected from those that can be found.
This will be integrated into the build tool.
Modified the operation of the 'jats release' command to use the
infrastructure provided by the above feature. Testing a release uses the
additional information to ensure that the created package name and version are
correct.
Modified the operation of the (experimental) 'jats sandbox command to use
the infrastructure provided by the above feature.
Minor changes:
* Solaris Toolset [DEVI-047398]
The toolset no longer requires that the user have the compiler and the
'ar' utility in there path. It will be controlled by the toolset.
This should improve build reproducibility.
This will simplify new user setup.
* All Unix Toolsets
Corrected the operation of the 'options=showenv' so that it works
on unix systems
* JATS release utility [DEVI-047356]
Fixed problem where utility would issue a 'Broken Pipe' message
on some Solaris Machines.
* JATS -version=<version>
Fixed operation on machines that do not have a GBE_DPKG_CACHE such that
JATS does not attempt to cache the alternate version.
239
6494 d 7 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Major changes:
Minor changes:
* Corrected operation of GBE_PLATFORM, when building a GENERIC package.
A GENERIC package can now be built independently of the value
of GBE_PLATFORM.
* MOS Toolset
If only building for a production target, then don't generate an error
if there is no debug data and code addresses specified.
Use to build platform independent MOS Releases. Cannot have debug, but
can have production (PIC) components.
* Utility command: jats abt
Parse and use -buildfile=xxx option
* Utility command: jats extract -extractfiles
The extractfiles option will now duplicate empty directories
* Building ANT projects under JATS
Ensure that the PATH is correctly setup so that ANT can locate
utilities within the JAVA directory - for both Solaris and Windows.
Previously only worked on Windows
227
6572 d 9 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
First Release in Release Manager
Major changes:
Minor changes:
* Jats Tool: create_dpkg
Added options to allow the utility to sanity test the package name and
version of the package being created. This is intended to be used by the
automated build system. New options are:
-pname=Package_Name
-pversion=Package_Version
Added option to allow the source package form to be tested, without
transferring the package. New options are:
-test
* Jats Tool: CCdiff
-output=filename now works. Previously only -out=filename worked.
-vob=name does not generate internal message under unix
* JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
a space separated or a comma separated list.
* Solaris Toolset
Disable the use of purify, purecov and quantify when building shared
libraries. Shared libraries are not supported by these tools. Executable
programs are still supported.