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
/
TOOLSET/
– Rev 7579
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
7579
2135 d 6 h
dpurdie
/core_devl/trunk/
Allow ANDROID to be a valid platform under windows and Linux for development but only under windows for the build system.
Allow verbosity arguments to be passed into AndroidBuilder at make-time
7564
2155 d 12 h
dpurdie
/core_devl/trunk/
Minor changes:
* Shared Library generation
--Node option for GCC compilers now generates file with correct '.node' extension.
Internal:
* Added packageDirectory template example
7547
2161 d 3 h
dpurdie
/core_devl/trunk/
Minor changes:
* Shared Library generation
Support for Electon (node) under Windows and Unix, via the
--Node option to the SharedLib directive
* Utility: create_dpkg
Added option (--tarzip) to create a tar zip of the package in a form
suitable for direct extraction into a package archive. Useful for cross
machine development.
Internal:
* Support for EnvVars to support a future implementation of GIT
* Replace the 'tar' utility with a true gnu tar with support for
zip and bzip2.
7428
2227 d 8 h
dpurdie
/core_devl/trunk/
* Build Files
Improved --NoToolSet support for GCC toolchain. Will not provide ctags support.
7296
2295 d 4 h
dpurdie
/core_devl/trunk/
Minor changes:
* Internal: Added buildinfo support for JATS and JANT builds
Will be used by the buildsystem
* Internal: Remove a number of unused platform definitions
We have no compilers and they have not been used in the last 15 years.
7040
2409 d 3 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 6 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
7010
2435 d 4 h
dpurdie
/core_devl/trunk/
* JATS-446 Windows linker options do not support those with a 'space'
Supported for Windows only
7009
2435 d 4 h
dpurdie
/core_devl/trunk/
Minor changes:
* New Platform: WCEX86A700_SOM4466
A WINCE 7.0 based toolchain
6925
2465 d 8 h
dpurdie
/core_devl/trunk/
Minor changes:
* New utility: rm_query - Execute simple SQL query against the Release
Manager database.
* Unit Test Post processing of junit results
Remove duplicate test names that result from a unit test that runs
all other unit tests.
* CORTEXM3_IAR Toolset
Included changes from David Payne to support C and C++ compilation
* New platform : MANSIG
Used exclusively to generate Manifest Signatures
Allows a controlled machine to be located within the build system
6898
2484 d 7 h
dpurdie
/core_devl/trunk/
Minor changes:
* Unit Test Supported
Enhanced GenerateFiles to allow it to run a Unit Test with support
for post processing so that the results can be included in the build system
Internal:
* Unit Test Support
Removed the 'ant' utf post processing filter
Enhanced the 'junit' utf post processing filter to support 'ant', karma
and gradle output.
* Added support to remove files and folders during the 'clobber' phase
6798
2555 d 5 h
dpurdie
/core_devl/trunk/
Minor changes:
* Support for Perl 5.26
Removed . from the @INC which affects some searching.
Perl 5.26 is not recommended, but is a part of Ubuntu 18.
* GCC Toolset
[JATS-445] Improved handling of Unit Tests that have not been
built, but are attempted to run.
* New Platform - STIBAXIO
The AXIO device from Parkeon as used in STIB.
Version Imported from Pulse
6619
2688 d 4 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.
6511
2772 d 11 h
dpurdie
/core_devl/trunk/
Minor changes:
* Restored error in the detection of jats-internal tools within packages
to allow for badly formed legacy packages.
Minor changes:
* Makefile generation
Correct the PATH generated in the set_<PLATFORM>.sh files
Minor changes:
* Available makefile variables
Added $ScmBuildBaseVersion - Contains the version number, without
the project suffix, patch and build number. Useful in COTS
packages to provide the non-JATS portion of the
packages version number.
6459
2799 d 10 h
dpurdie
/core_devl/trunk/
Added new platforms: ANDROIDARMV7
6442
2800 d 9 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
6353
2861 d 5 h
dpurdie
/core_devl/trunk/
Minor changes:
* Directive: MakeProject and the ANDROID platform
Enhanced to allow the the population of the build environment
to work in production or debug Only modes - as well as the normal
production and debug mode.
* Subversion interface
Detect newer credentials error messages and provide suitable prompt
Internal:
* Removed some files that are now a part of the Release Note generation package.
6294
2889 d 11 h
dpurdie
/core_devl/trunk/
Version: 3.16.6000.cr
6276
2905 d 3 h
dpurdie
/core_devl/trunk/
Import 3.14.8000.cr from Pulse Development Stream
6198
3003 d 10 h
dpurdie
/core_devl/trunk/
Minor changes:
* Makefile generation:
[JATS-425] WCEPSPC_emu not seen as a part of the WINCE alias
Affects all platforms with lowercase characters in the platform
name.
* Utility: sandbox
Fixed issues with the 'buildfilter' command. The data is stored in the
sandbox_dpkg_archive subdirectory.
Added options to:
- Display path to build file
- Handle packages with multiple builders
* Templates
Fixed some poor examples
* New platform: SK100 (Experimental)
Added an alias for the SK family of platforms.
Includes special handling of Linker Scripts
* Utility: jats_generate_deployable
Added option to generate symlinks to packages instead of transferring
the body of the package.
Internal changes:
* Error directive support message prefix to simplify error processing.
←Prev
1
2
Next→
Show All