Subversion Repositories DevTools

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7040 2409 d 14 h dpurdie /core_devl/trunk/ Minor changes:
* INSTRUMENTED Builds
Compile with the '-pg' option. This is the same as:
CompileOptions('INSTRUMENT', 'profile');
jats make options=profile
 
7018 2434 d 17 h dpurdie /core_devl/trunk/ Minor changes:
* JATS-446 Windows linker options do not support those with a 'space'
Second attempt to limit work to Windows
 
7009 2435 d 15 h dpurdie /core_devl/trunk/ Minor changes:
* New Platform: WCEX86A700_SOM4466
A WINCE 7.0 based toolchain
 
6619 2688 d 14 h dpurdie /core_devl/trunk/ Minor changes:

* Unit Test support
Added support for 'googletest', via --UtfFormat=gtest

* Platform: HAMMERHEAD
Correctly marked as having debian packaging support under linux_x64.

* JAVA Builds
Fix java version test used when ANT is provided as a dependency.

* Unit Test support
Added GBE_UTFTEST to Java and Android tools

* Unit Test support
Fix UtfFilter_junit.pm so that it will run on all supported architectures

* build command
Added -localcache option to cache packages within the interface
directory. A simple single package caching mechanism.

* Makefile generation.
Fixed issue where makefile definitions could be created out of order.

* Unit Test support
Added UTF post processing for junit files as produced by Karma
and possibly other tools.

Added GBE_UTFTEST. Used by junit processing to support multiple
test runs in the same build.

* Build File
Added warnings to build directives that should be removed as they
do nothing and are just noise.

* Subversion utilities
Extended to handle svn client 1.10 when running against a 1.10 server

* Utilities: jats_rewrite and jats_upddep now support a '-zero' option
This option will rewrite the build file with version numbers that
are 0.0.0.0000.
 
6442 2800 d 19 h dpurdie /core_devl/trunk/ * WINCE toolchains. Shared Library generation.
The use of --ResourceOnly and -Entry=xxxx are mutually exclusive

* ANDROID NDK Build Sepport
Added new platforms: ANDROIDARM64, ANDOROIDMIPS64 and ANDROIDX86_X64
The are a part of the ANDROIDNDK alias
 
6294 2889 d 22 h dpurdie /core_devl/trunk/ Version: 3.16.6000.cr  
2429 4787 d 20 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.
 
399 4950 d 17 h dpurdie /core_devl/trunk/ New Platform: WCENAUTIZX5
Jats startup will warn Windows Users if jats.bat does not link to the dynamically updated version of JATS.
Corrected error handling in Release Manager Database connection. Worked on Windows, but not linux.
 
357 5391 d 9 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Minor tweaks for WCEIPA280 support

* Build tool support: jats_vcssave_build
Deprecated unused options.
 
355 5395 d 5 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* New WinCE platform: WCEIPA280
Uses VS2005 and the IPA280 SDK from Ingenico
 
343 5492 d 14 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Jats Sandbox operation
Don't remove .RUL files in sandbox testing of the build files

* Jats MakeProject directive
Added --TargetDebug= and --TargetProd= to allow the default target
of the project builds to be specified.

Can be used in all targets that use a Visual Studio project or solution
to build a package.

* MergeLibrary directive
New sub-option --InterfacePlain
This will allow the use of 3rd party libraries that do not have a P or D
suffix in the library name.

* GenerateFiles directive
Use of --Var(ObjDir) will cause the Object directory to a prequisite
of the command. Similar for BinDir and LibDir.

* BuildPlatform
New option: --NoToolSet
Supresses the check for the existance of the underlying toolset.
Ensures that the user does not attempt to use the underlying toolset.

To be used in packages that generate installers, where there is
no compilation phase, but the package search mechanism may still
need toolset specific information.

Normally used in conjunction with --OnlyProd.

eg: BuildPlatforms ( 'WIN32,--OnlyProd,--NoToolSet' );
 
335 5573 d 13 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* [DEVI-062103]
Many (11) toolsets - all that generate linker dependency
files for creating shared libraries or programs.
Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
CSHARP, MCR, Pharlap.

Better, simpler, and in some cases correct, generation
of dependency files used in linking. Also generate separate
files for Production and Debug builds.

Minor changes:
* Jats sandbox command
The 'info' subcommand will highlight external packages that cannot be
found in any of the the package archives.

* Jats release -extract
The ClearCase view that is created will have a comment tag added that
describes:
- the directory in which the user created the view
- the date of creation

* PackageFile directive
Now supports --NoRecurse and --Recurse in conjunction with --DirTree

Internal:
* PackageFile, PackageHdr and InstallHdr directives
Removed --Abs option - its not supported
Fixed --Full option.
 
317 5809 d 6 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.
 
307 5878 d 7 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* CSHARP toolset
Creation of unit tests was broken by 2.80.0000.cr
This is now fixed.

The cmdfile utility creates paths with file path seperators as discovered
in the PATH EnvVar. Now that PATH is nice it means that the use of cmdfile
to create shell scripts resulted in scripts with unsuitable seperators.

* WCEPSION_500_VS2005
Extended the list of nodefaultlibs to include secchk.lib and ccrtrtti.lib
 
303 5886 d 12 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New target: WCEPSION_500_VS2005
A build of the Psion CE 5.0 under VS2005
This target has been added to the WINCE target.

WCEPSION_500_VS2005 build cannot consume build artifacts from the
WCEPSION_500. The two are separate.

* Support for building WinCE targets under VS2005
Currently only the WCEPSION_500_VS2005 is fully supported
Support includes
* Building of executables and DLLs via jats directives
* Building of components via VS2005 'solution' files

Minor changes:
* Build file processing
Better detection of bad platform names under Windows
Note: All platform names should be in uppercase.

* MOS builds
If a 'product' name not known to JATS is used and a board base address
is specified then no warnings are generated indicating an unknown 'product'

* MOS builds
New 'known' product: PICP
Identical to the TP5 in all but name.

* GenerateFiles directive
Better handling of '\' when passing arguments to a command line
under windows.

--AutoGenerate option will warn if one of the 'generated' files is
a source file as this disables the operation of the AutoGeneration.

* Verbose builds now show command files
Currently only supported for WIN32 and WINCE builds.

The use of 'OPTIONS=args' will cause the linker command file to be dumped
to the output stream.

This facility will be retrofitted to other platform targets in the future.

* Windows Shell
The shell provided with JATS for use under Windows has been modified so
that the COMSPEC and PATH variables are correctly formatted with '\'

Addresses issues when invoking Windows tools and programs from within JATS.

* H8S toolset
Ensure the the EnvVar CYGWIN is not set.

If 'binmode' is set then the gcc compiler used by the H8S toolset cannot
handle macros that use line continuation.

Internal changes
* WinCe builds
Changed name of internal file 'toolset/vcwce' to better represent the
content of the file.

Many internal changes to better support VS2005 and EVC

Macros to encode and decode paths with embedded spaces.
Currently only used in WIN32 and WINCE toolsets.