| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 5731 |
3513 d 3 h |
dpurdie |
/core_devl/trunk/ |
Set up path to gcov so that it is extracted from the compiler toolchain |
|
| 5726 |
3515 d 23 h |
dpurdie |
/core_devl/trunk/ |
Added '-std=c++11' for building c++ files |
|
| 5716 |
3519 d 1 h |
dpurdie |
/core_devl/trunk/ |
Added platforms UBUNTU12C11 and UBUNTU12C11_INSTRUMENT |
|
| 5708 |
3524 d 2 h |
dpurdie |
/core_devl/trunk/ |
Remove trimeout from unit tests under Windows only
Added COBRA2 and VIPER2 |
|
| 5619 |
3568 d 2 h |
dpurdie |
/core_devl/trunk/ |
Minor changes:
* SK20 Toolchain
Version 4.1.0 of the SK20 toolchain has beencompletely replaced
with a new version. 4.1.1. The SK20V1 target uses the new compiler.
Version 4.1.0 was not used to generate released software. It is
no longer needed. The new compiler-version is available in the
arm-unknown-linux-gnueabi-sk20 package. |
|
| 5330 |
3699 d 5 h |
dpurdie |
/core_devl/trunk/ |
Added support for compiler version 4.1.0.0 of the SK20 platform. |
|
| 5115 |
3835 d 6 h |
dpurdie |
/core_devl/trunk/ |
GCC CompileOption - Generate PIC
Fix --Alias in BuildProduct |
|
| 4928 |
3946 d 6 h |
dpurdie |
/core_devl/trunk/ |
|
|
| 4835 |
3974 d 7 h |
dpurdie |
/core_devl/trunk/ |
Fixed issue with lcov versions.
It is now configurable for each platform. |
|
| 4814 |
3981 d 1 h |
dpurdie |
/core_devl/trunk/ |
Initial 64 bit support for Windows and Ubuntu |
|
| 4778 |
3996 d 6 h |
dpurdie |
/core_devl/trunk/ |
Reworked the mechanism for extending rules and recipes for pre/post Unit Test support
Added Post UTF processing for Java Packages |
|
| 4728 |
4035 d 1 h |
dpurdie |
/core_devl/trunk/ |
Minor changes:
* New build Alias - NATIVE
NATIVE is a set of platforms, in the current build, which build
artifacts that can be expected to run on the build machine.
The NATIVE alias has been created to simplify the support
for automated unit tests.
* New build platform - UBUNTU12_INSTUMENT
This build target is similar to UBUNTU12, except that it
generates instrumented code with gcov. The platform's unit tests
will create and maintain a set of lcov files.
Packages generated withthis target SHOULD NOT be deployed to the field. |
|
| 4109 |
4360 d 1 h |
dpurdie |
/core_devl/trunk/ |
Initial support for the SK20 Device |
|
| 4094 |
4399 d 23 h |
dpurdie |
/core_devl/trunk/ |
Utility: svn createPackage
Perform a validity check on any directory tree being imported. It
must not contain any of the following reserved directory names:
.svn, .git, .hg, .cvs, tags, trunk or branches
GCC Based build targets
Extended CTAGS support to GCC based targets.
'jats make ctags' will generate a ctags file. |
|
| 4034 |
4476 d 5 h |
dpurdie |
/core_devl/trunk/ |
Support for android NDK.
Added 3 platforms (ANDROIDARM, ANDROIDMIPS and ANDROIDX86) and an alias ANDROIDNDK
Extended GCC toolset to allow compiler to be provided by a package |
|
| 4003 |
4500 d 0 h |
dpurdie |
/core_devl/trunk/ |
Automated Build System Support for machines that do not build the package |
|
| 3967 |
4519 d 0 h |
dpurdie |
/core_devl/trunk/ |
Merge work to trunk for Version: 3.2.0000.cr |
|
| 373 |
5097 d 19 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* GCC Toolset
Modified the creation and maintenance of debug information.
New methodology is:
Debug information is created for both production and debug builds
Debug information is placed in a .dbg file, which is linked to the
executable, or shared library. The .dbg file is packaged in the manner
as the main binary.
This methodology does not bloat the binary with debug information, while
retaining debug information. The binary transferred to an embedded
device does not contain debug information, yet the image used in the
debugger can still access the debug information. This is the best of
both worlds.
Minor changes:
* HTML Documentation
JatsWelcome.html - Extended references to BMS documentation. |
|
| 369 |
5120 d 20 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 |
|
| 339 |
5576 d 17 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* SharedLib directives for Solaris and GCC targets.
Added support to control the 'soname' embedded within the shared
library. Refer the MASS-00166 for full details. Use with care. |
|