| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 3965 |
4515 d 13 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 |
|
| 3830 |
4579 d 20 h |
dpurdie |
/core_devl/branches/dpurdie_devl/ |
Added support for the INTELLECT target. |
|
| 3563 |
4611 d 18 h |
dpurdie |
/core_devl/branches/dpurdie_devl/ |
Rename MSP430G2553 to VSDEVRC |
|
| 3556 |
4611 d 19 h |
dpurdie |
/core_devl/branches/dpurdie_devl/ |
New Platform: MSP430G2553 |
|
| 2476 |
4780 d 13 h |
dpurdie |
/core_devl/branches/dpurdie_devl/ |
Fixed issue with packaging files with a single quote(') in the name |
|
| 2449 |
4781 d 15 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. |
|
| 396 |
4954 d 12 h |
dpurdie |
/core_devl/branches/dpurdie_devl/ |
Initial support for the WCENAUTIZX5 |
|
| 391 |
4964 d 19 h |
dpurdie |
/core_devl/branches/dpurdie_devl/ |
Created by Jats SvnRelease branch request |
|
| 383 |
4996 d 8 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 |
|
| 371 |
5108 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 |
5117 d 9 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 |
|
| 363 |
5243 d 4 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* New toolset: ARM251
* New target platform: ARM_I5100
Uses the ARM251 toolset.
Minor changes:
* HTML Help
Correct display of subheadings in the Table of Contents under IE8
* jats build -noforce
The 'quick' test to force a re-build now takes the value of
GBE_BUILDFILTER into account. If the value changes, then a rebuild will
be forced.
This affect the 'jats all' and associated 'sandbox' commands.
* Utility: ccrelease (jats release, jats extract)
Improved the ClearCase config spec used to create the view.
If the command specifies a branching rule, then the view will not allow
directories above the package base to be branched. This will prevent
unintentional branching within the root of the VOB.
If the command does not specify a branching rule, the view now allows
files and folders to be 'added' within the view, within the package. This
feature is suppressed when the tool is used by the AutoBuilder.
* Utility: svnrelease
Remove duplicate package-name words from the generated workspace name to
provide a cleaner workspace name.
Allow the workspace to be deleted in 'release' mode by changing out of the
workspace directory before attempting the delete.
* Utility: svn
Added 'test' to verify that the subversion CLI utility has been
installed and can be used.
* Toolset: CSharp
Utilize features of cmdfile to simplify the generated makefile
Force the generated command file to have correct directory separation
character.
* Toolset: SunWorks
Corrected usage of the -erroff directive
The later SunWorks compilers are more strict about its usage.
May affect 64 Solaris builds as the incorrect usage may have been
masking an error.
* Toolset: Delphi7
Correct library building process that had been broken by previous
enhancement.
* Toolset: dafbr
Internal option to simplify compiler testing
* makefile.pl directive: GenerateFiles and RunTests
Corrected operation of the '--PackageInfo' expansion
- Return correct path to package
- If no info is selected, then assume '--path'
* build.pl directive: BuildPlatforms
Added a '--Alias=Name[,Name]+' option. This allows the setting of
a platform alias, when the platform is defined.
* build.pl directive: BuildVersion
Generate well formed VB6 definitions for packages that have dependent
packages.
* make command: show
Improved the readability of the 'Alias Targets' list in the
'jats make show' command.
* Utility: create_dpkg
When transferring files from a Windows file system to dpkg_archive
ensure that the execute permission is set for all users.
Allows 'GENERIC' packages to package up executables that will be
executed on Unix machines. |
|
| 355 |
5396 d 4 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 |
|
| 347 |
5454 d 6 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* Initial (experimental) support for VS2010, both for C# and C/C++
Introduces two new platforms:
CSHARP2010 (.NET 4.0)
VS2010
Minor changes:
* jats_rewrite - used only by the build daemons
Better handling of 'cots' packages.
* Added Linux profile scripts to build installers
Added TEMPLATES/INSTALL to the packaged version of JATS
Support for Linux under
RHEL4
Ubuntu 10.04 |
|
| 345 |
5480 d 5 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Minor changes:
* New target platform - PHP
This target is only available on a Windows Platform. It is used to limit
the processing of PHP artifacts by the ZendGaurd.
* Utility: cache_dpkg
Used internally to cache packages to a local archive.
When an error is encountered in the transfer the utility will now
correctly delete the pckage that it was transferring. Previously it
could leave a partially transferred package.
* Utility: create_dpkg [DEVI-063950 ]
Creates build.<MachineName> marker files as well as built.<MachType>.
Partial work for DEVI-063950
* makefile.pl directives
Corrects and extended the operation of the platform-specifier.
All non-platform options must be true, while the platform names are
treated as before - any of them may be true. See MASS-00166 for full
details.
Internal:
* System(--Shell) operations will escape spaces in the argument
Allows the use c:\Program Files\... in path elements. |
|
| 337 |
5573 d 13 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* New platform - 'COBRA'.
Support for the ARM926EJS based hardware.
This is a Linux based target.
Requires a new compiler to be installed into build machines |
|
| 335 |
5574 d 11 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. |
|
| 315 |
5812 d 7 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. |
|
| 303 |
5887 d 10 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. |
|
| 291 |
6034 d 5 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Initial Support for Visual Studio 2008
New platforms: CSHARP2008 and VS2008
* WIN32 Toolset
Corrected the -machine option passed to the Windows linker
Now passes -machine:X86 instead of -machine:IX86 |
|