| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4837 |
3969 d 15 h |
dpurdie |
/core_devl/branches/dpurdie_3.5.10000.cr/ |
Minor changes:
* GCC toolset: Handle different versions of lcov
* Unit Testing. Run the collate test results target only once.
* Jats build option: -[no]generic
To be used by the build system to verify correct usage of the
GENERIC platform type.
Internal:
* Adding mechanism to post process Unit Test results. |
|
| 4836 |
3969 d 15 h |
dpurdie |
/core_devl/branches/dpurdie_3.5.10000.cr/ |
Created by Jats svn branch |
|
| 4728 |
4030 d 10 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. |
|
| 4652 |
4067 d 11 h |
dpurdie |
/core_devl/trunk/ |
[JATS-308] Running jats from VS2012 Developer command prompt does not work |
|
| 4538 |
4101 d 8 h |
dpurdie |
/core_devl/trunk/ |
[JATS-304] GCC Toolset. Correct the contents of the 'depend' file when building SharedLibs |
|
| 4518 |
4107 d 7 h |
dpurdie |
/core_devl/trunk/CFG/TOOLSET/ |
[JATS-300] Support for linking against shared libraries that have dependencies on other shared libraries
use -rpath-link to have the linker search for such libraries
Modified usages of LIBDIRS, such that only directories that exit at the time the command is executed will be used. |
|
| 4488 |
4122 d 17 h |
dpurdie |
/core_devl/trunk/ |
Toolset Compiler: M16 C for the MCR platform: Added support to ensure that the program does not exceed allocated flash space. |
|
| 4382 |
4186 d 9 h |
dpurdie |
/core_devl/trunk/ |
Visual Studio 2005 and above toolset: The programs .exe.manifest will be packaged along with the executable, but only if it exists.
Also works with shared libraries
Added Packaging feature to allow this |
|
| 4362 |
4193 d 9 h |
dpurdie |
/core_devl/trunk/ |
Minor changes:
* ANDROID Support
The 'populate' phase passes in all arguments from the MakeProject directive
This allows libs and jars to be named during the populate phase. |
|
| 4344 |
4198 d 10 h |
dpurdie |
/core_devl/trunk/ |
Android support to populate the project during the build phase |
|
| 4324 |
4199 d 10 h |
dpurdie |
/core_devl/trunk/ |
Android support |
|
| 4309 |
4206 d 16 h |
dpurdie |
/core_devl/trunk/ |
|
|
| 4192 |
4274 d 11 h |
dpurdie |
/core_devl/trunk/ |
Support for VS2012 and CSHARP2012 |
|
| 4109 |
4355 d 10 h |
dpurdie |
/core_devl/trunk/ |
Initial support for the SK20 Device |
|
| 4097 |
4386 d 8 h |
dpurdie |
/core_devl/trunk/ |
Resx support. Extend search path for associated .cs file to include the parent directory. |
|
| 4094 |
4395 d 8 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. |
|
| 4074 |
4450 d 11 h |
dpurdie |
/core_devl/trunk/ |
Support --Depends=Name on Src directives when building RESX files in C# |
|
| 4034 |
4471 d 14 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 |
|
| 4031 |
4471 d 14 h |
dpurdie |
/core_devl/trunk/CFG/TOOLSET/ |
Csharp Toolset - options case insensitive |
|
| 4003 |
4495 d 9 h |
dpurdie |
/core_devl/trunk/ |
Automated Build System Support for machines that do not build the package |
|