| Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
| 7452 |
2219 d 19 h |
dpurdie |
/core_devl/trunk/ |
Minor changes:
* Utilities: sandbox
Fixed issue with fingerprint file generation in an exact sandbox
Better support for missing packages in a sandbox. If the package
has been determined to be a 'no build' and the package cannot
be found elsewhere, then a missing package will not be treated
as an error.
* Utility: Escrow
Fixed numeric argument check |
|
/core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/escrow.pl /core_devl/trunk/TOOLS/jats_sandbox.pl
|
| 7447 |
2224 d 13 h |
dpurdie |
/core_devl/trunk/ |
Minor changes:
* EnvVar and options
Added GEB_OPTS and jats -opts=xxxx
Only known value is 'LEGACY' - used to relax error detection in
escrow builds.
* Utility: Escrow
Added some examples to the help text. |
|
/core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/LIB/DBI.pm /core_devl/trunk/TOOLS/POD/EnvVars.pod /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/common.pl /core_devl/trunk/TOOLS/escrow.pl /core_devl/trunk/TOOLS/jats.pl /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jats_vars.pl
|
| 7441 |
2225 d 12 h |
dpurdie |
/core_devl/trunk/TOOLS/ |
Minor changes:
* Utility: jats_sandbox
Correct location of artefacts in an 'exact' sandbox |
|
/core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/jats_sandbox.pl
|
| 7437 |
2225 d 17 h |
dpurdie |
/core_devl/trunk/ |
Minor changes:
* Utility: jats_sandbox
Correct build order calculation when used with an 'exact' sandbox |
|
/core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/jats_sandbox.pl
|
| 7326 |
2294 d 13 h |
dpurdie |
/core_devl/trunk/TOOLS/ |
Added BuildInfo calculation to allow information to be calculated and exported to the build system |
|
/core_devl/trunk/TOOLS/LIB/DBI.pm /core_devl/trunk/TOOLS/LIB/DescPkg.pm /core_devl/trunk/TOOLS/LIB/JatsError.pm /core_devl/trunk/TOOLS/LIB/JatsProperties.pm /core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm /core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm /core_devl/trunk/TOOLS/antBuildInfo.pl /core_devl/trunk/TOOLS/create_dpkg.pl /core_devl/trunk/TOOLS/jats.pl /core_devl/trunk/TOOLS/jats_rewrite.pl /core_devl/trunk/TOOLS/jats_sandbox.pl
|
| 7295 |
2301 d 16 h |
dpurdie |
/core_devl/trunk/TOOLS/ |
Remove duplicates from the Sandbox buildfilter |
|
/core_devl/trunk/TOOLS/jats_sandbox.pl
|
| 7266 |
2321 d 17 h |
dpurdie |
/core_devl/trunk/ |
Added GBE_SANDBOX_BUILD |
|
/core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/POD/EnvVars.pod /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/makelib.pl2
|
| 7213 |
2339 d 16 h |
dpurdie |
/core_devl/trunk/ |
Minor changes:
* Utility: vcsdiff
Extended a to allow direct comparison against various subversion branches
including: released, head, trunk and a named branch. Thanks to Andrew Lewis.
* Utility: sandbox
Improved support for package extractions that have multiple builders for the
same package. A 'stop' file in the same directory as a packages 'build.pl' file
will cause the build.pl file to be ignored. |
|
/core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jats_vcsdiff.pl
|
| 7211 |
2343 d 12 h |
dpurdie |
/core_devl/trunk/TOOLS/ |
Added some useful info to the sandbox documentation |
|
/core_devl/trunk/TOOLS/jats_sandbox.pl
|
| 7040 |
2409 d 11 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 |
|
/core_devl/trunk/CFG/PLATFORM/RHEL7_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU12C11_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT /core_devl/trunk/CFG/TOOLSET/GCC.PL /core_devl/trunk/CFG/TOOLSET/VCWCE.PL /core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jats_vcsdiff.pl
|
| 7009 |
2435 d 12 h |
dpurdie |
/core_devl/trunk/ |
Minor changes:
* New Platform: WCEX86A700_SOM4466
A WINCE 7.0 based toolchain |
|
/core_devl/trunk/CFG/PLATFORM/WCEX86A700_SOM4466
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM /core_devl/trunk/CFG/TOOLSET/VCEMBEDDED2008.DEF /core_devl/trunk/CFG/TOOLSET/VCWCE.PL /core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/LIB/JatsSystem.pm /core_devl/trunk/TOOLS/jats.pl /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/makelib.pl2
|
| 6619 |
2688 d 12 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. |
|
/core_devl/trunk/TOOLS/LIB/UtfFilter_junit.pm
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM /core_devl/trunk/CFG/TOOLSET/ANDROID.PL /core_devl/trunk/CFG/TOOLSET/JAVA.PL /core_devl/trunk/CFG/TOOLSET/VCWCE.PL /core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm /core_devl/trunk/TOOLS/LIB/MakeEntry.pm /core_devl/trunk/TOOLS/LIB/jats_runutf.pm /core_devl/trunk/TOOLS/LOCAL/extract_depends.pl /core_devl/trunk/TOOLS/POD/EnvVars.pod /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/jats_rewrite.pl /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jats_upddep.pl /core_devl/trunk/TOOLS/makelib.pl2
|
| 6276 |
2905 d 11 h |
dpurdie |
/core_devl/trunk/ |
Import 3.14.8000.cr from Pulse Development Stream |
|
/core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG /core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/GENERICS.CFG /core_devl/trunk/CFG/PLATFORM/LINUX.CFG /core_devl/trunk/CFG/PLATFORM/LMOS.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/MSWIN32.CFG /core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG /core_devl/trunk/CFG/PLATFORM/WINCE.CFG
/core_devl/trunk/CFG/PLATFORM/ANDROID.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2012.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2015.CFG /core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32.CFG /core_devl/trunk/CFG/PLATFORM/Wce /core_devl/trunk/CFG/TOOLSET/GCC.PL /core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL /core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL /core_devl/trunk/CFG/TOOLSET/MOS_MRI_CF.DEF /core_devl/trunk/TOOLS/LIB/FileUtils.pm /core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm /core_devl/trunk/TOOLS/LIB/JatsError.pm /core_devl/trunk/TOOLS/LIB/JatsSvn.pm /core_devl/trunk/TOOLS/LIB/PackageEntry.pm /core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm /core_devl/trunk/TOOLS/LIB/ToolsetFiles.pm /core_devl/trunk/TOOLS/LIB/UtfFilter_ant.pm /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09c.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.1.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.2.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.3.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.4.pl /core_devl/trunk/TOOLS/POD/EnvVars.pod /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/cache_dpkg.pl /core_devl/trunk/TOOLS/common.pl /core_devl/trunk/TOOLS/create_dpkg.pl /core_devl/trunk/TOOLS/jats.bat /core_devl/trunk/TOOLS/jats.pl /core_devl/trunk/TOOLS/jats.sh /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jats_svnrelease.pl /core_devl/trunk/TOOLS/jats_vars.pl /core_devl/trunk/TOOLS/jmake.pl /core_devl/trunk/TOOLS/makelib.pl /core_devl/trunk/TOOLS/makelib.pl2
|
| 6198 |
3003 d 18 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. |
|
/core_devl/trunk/CFG/PLATFORM/SK100 /core_devl/trunk/CFG/PLATFORM/SK100.cfg /core_devl/trunk/TOOLS/LIB/jats_runtime_gcc.pm
/core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG /core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/LINUX.CFG /core_devl/trunk/CFG/PLATFORM/LMOS.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/MSWIN32.CFG /core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG /core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM /core_devl/trunk/CFG/PLATFORM/WINCE.CFG /core_devl/trunk/CFG/TOOLSET/GCC.PL /core_devl/trunk/ChangeLog.txt /core_devl/trunk/TEMPLATES/DebianPackage/src/makefile.pl /core_devl/trunk/TEMPLATES/basic/src/makefile.pl /core_devl/trunk/TEMPLATES/daf-basic/src/makefile.pl /core_devl/trunk/TEMPLATES/generic/src/makefile.pl /core_devl/trunk/TEMPLATES/mos-thx/static-lib/makefile.pl /core_devl/trunk/TEMPLATES/mos-thx/thx-module/makefile.pl /core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl /core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm /core_devl/trunk/TOOLS/LIB/JatsEnv.pm /core_devl/trunk/TOOLS/LIB/JatsError.pm /core_devl/trunk/TOOLS/LOCAL/locatefiles.pl /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/common.pl /core_devl/trunk/TOOLS/gen_cots.pl /core_devl/trunk/TOOLS/jats.pl /core_devl/trunk/TOOLS/jats_generate_deployable.pl /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/makelib.pl2
|
| 6192 |
3025 d 16 h |
dpurdie |
/core_devl/trunk/ |
------------------------------------------------------------------------
Version: 3.14.6000.cr Released: 04-Sep-17
------------------------------------------------------------------------
Minor changes:
* Utility: jats_generate_deployable
Support for RPM cots packages.
* Utility: sandbox
Add command: scandepth - to display/set the default scan depth for build files
Added options to the 'info' command:
-[no]dependencies - Display external dependencies (default)
-[no]buildorder - Display build order (default)
------------------------------------------------------------------------
Version: 3.14.5000.cr Released:16-Aug-17
------------------------------------------------------------------------
Minor changes:
* Utility: jats_generate_deployable
Added support to allow the inclusion of the uigen-pulse package
Changes to the 'alas' name generation process
* Build Directives: BuildPlatforms and BuildProducts
The --Uses=XXX and --Alias=XXX options support a comma and a colon
separated list. The colon seperated list will aviod parsing
confusion.
The following all have the same effect:
BuildPlatforms ('P1', '--Uses=P2:P3' );
BuildPlatforms ('P1', '--Uses=P2,P3' );
BuildPlatforms ('P1,--Uses=P2:P3' );
BuildPlatforms ('P1','--Uses=P2', '--Uses=P3' );
The folling will not:
BuildPlatforms ('P1,--Uses=P2,P3' );
* Utility: sandbox
Add 'testlinks' command to test, and optionally delete, the package
symlinks. |
|
/core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/LIB/PackageEntry.pm /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/jats_generate_deployable.pl /core_devl/trunk/TOOLS/jats_rewrite.pl /core_devl/trunk/TOOLS/jats_sandbox.pl
|
| 6177 |
3053 d 19 h |
dpurdie |
/core_devl/trunk/ |
------------------------------------------------------------------------
Version: 3.14.4000.cr Released: 07-Aug-17
------------------------------------------------------------------------
Minor changes:
* Utility: jat_svnrelease [JATS-424]
Handle obscure condition where the tag has been created directly from
a merge and the merge involved the deletion of files from the fileset.
* Buildfiles.
Restored VS2005 to the MSWIN32 alias
------------------------------------------------------------------------
Version: 3.14.3000.cr Released: 02-Aug-17
------------------------------------------------------------------------
Minor changes:
* Utility: jats_generate_deployable
Can create .bomGen file from scratch
Improved reporting of files add, removed and updated
* Makefile generation
Correctly export 'PACKAGE_ARCH' as a global
------------------------------------------------------------------------
Version: 3.14.2000.cr Released: 04-Jul-17
------------------------------------------------------------------------
Minor changes:
* Platform: RHEL7_INSTRUMENT
Marked as a NATIVE build.
* Platforms: LMOS_*
Inherit system aliases from base platform configuration.
------------------------------------------------------------------------
Version: 3.14.1000.cr Released: 03-Jul-17
------------------------------------------------------------------------
Minor changes:
* Updated copyright notices in all files
* jats_extract
Will no longer create a 'local_dpkg_archive'
The use of a 'local_dpkg_archive' is deprecated in favor of the jats
'sandbox', which does a much better job.
* Utility: jats_generate_deployable
Windows: Fixed compilation error
* Platform: RHEL7_INSTRUMENT
Added missing configuration file
------------------------------------------------------------------------
Version: 3.14.0000.cr Released: 23-Jun-17
------------------------------------------------------------------------
Minor changes:
* JAVA Platform [JATS-420]
The java builder can use an 'ant' provided by a suitable package
ie: ant_1.9.2.0000.cots
------------------------------------------------------------------------
Version: 3.13.9000.cr Released: 22-Jun-17
------------------------------------------------------------------------
Minor changes:
* Corrected use of shell 'echo' command
Always quote the string
Issue was the unquoted use of a string that contained matching square brackets
ie: echo [$<] Compiling..
The [..] construct is a filename expanding construct.
* Win32 and Win64 makefile generation
Allow the 'cmdfile' commands to be shown in verbose mode.
* Makefile generation
Fixed issue with some build formats and a bug in cmdfile when no path item
has a directory separator.
------------------------------------------------------------------------
Version: 3.13.8000.cr Released: 16-Jun-17
------------------------------------------------------------------------
Minor changes:
* Makefiles: New Directive: ExtendIncDir
ExtendIncDir ('*', 'private' );
Specialised use only. See MASS-00166
* Utility: jats_svnrelease
The 'extractFiles' option will display the files extracted when
running on a build machine.
* Windows builds
[JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles
------------------------------------------------------------------------
Version: 3.13.7000.cr Released: 13-Jun-17
------------------------------------------------------------------------
Minor changes:
* Utility: jats
Added option -script. Supresses internal warnings when capturing
output within a scripting environment.
* Utility: sandbox
Allow the build.pl file to be upto 4 directories deep
Slows down sandbox scanning
Provides backward compatability with old projects
* Makefile directive: MakePerl
Added option to control the output format to better support multiple
build machines.
* Build File
Fixed handling of aliases that broke the (not recommended) construct
BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );
* Windows builds
[JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
Experimental:
* New platform: RHEL7_INSTRUMENT and RHEL7
Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64
* Makefiles. New aliases
PKG_DEB, PKG_RPM and PKG_WIN
Internal use only at the moment |
|
/core_devl/trunk/BIN.linux_el7_x64 /core_devl/trunk/BIN.linux_el7_x64/JatsFileUtil /core_devl/trunk/BIN.linux_el7_x64/ant /core_devl/trunk/BIN.linux_el7_x64/cmdfile /core_devl/trunk/BIN.linux_el7_x64/javac /core_devl/trunk/BIN.linux_el7_x64/links.sh /core_devl/trunk/BIN.linux_el7_x64/mkdepend /core_devl/trunk/BIN.linux_el7_x64/stdmux /core_devl/trunk/BIN.linux_el7_x64/timeout /core_devl/trunk/BIN.linux_el7_x64/xmake /core_devl/trunk/CFG/PLATFORM/RHEL7_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/RHEL7_INSTRUMENT.CFG
/core_devl/trunk/CFG/PLATFORM/ACEX /core_devl/trunk/CFG/PLATFORM/AMX /core_devl/trunk/CFG/PLATFORM/AMX.DEF /core_devl/trunk/CFG/PLATFORM/ANDROID /core_devl/trunk/CFG/PLATFORM/ANDROID.CFG /core_devl/trunk/CFG/PLATFORM/ANDROIDARM /core_devl/trunk/CFG/PLATFORM/ANDROIDMIPS /core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG /core_devl/trunk/CFG/PLATFORM/ANDROIDX86 /core_devl/trunk/CFG/PLATFORM/ARM9TDMI /core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG /core_devl/trunk/CFG/PLATFORM/ARM_I5100 /core_devl/trunk/CFG/PLATFORM/AVR_IAR /core_devl/trunk/CFG/PLATFORM/BORLAND /core_devl/trunk/CFG/PLATFORM/BORLAND.CFG /core_devl/trunk/CFG/PLATFORM/CMOS386 /core_devl/trunk/CFG/PLATFORM/CMOS68K /core_devl/trunk/CFG/PLATFORM/COBRA /core_devl/trunk/CFG/PLATFORM/COBRA.CFG /core_devl/trunk/CFG/PLATFORM/COBRA2 /core_devl/trunk/CFG/PLATFORM/COBRA2.CFG /core_devl/trunk/CFG/PLATFORM/CORTEXM3_IAR /core_devl/trunk/CFG/PLATFORM/CSHARP /core_devl/trunk/CFG/PLATFORM/CSHARP.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2005 /core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2008 /core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2010 /core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2012 /core_devl/trunk/CFG/PLATFORM/CSHARP2012.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2015 /core_devl/trunk/CFG/PLATFORM/CSHARP2015.CFG /core_devl/trunk/CFG/PLATFORM/DAFBR_MOS /core_devl/trunk/CFG/PLATFORM/DAFBR_WIN /core_devl/trunk/CFG/PLATFORM/DELPHI7 /core_devl/trunk/CFG/PLATFORM/DELPHI7.CFG /core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/DF4OBE /core_devl/trunk/CFG/PLATFORM/DOS16 /core_devl/trunk/CFG/PLATFORM/DOS32 /core_devl/trunk/CFG/PLATFORM/EEPP386 /core_devl/trunk/CFG/PLATFORM/EETP386 /core_devl/trunk/CFG/PLATFORM/EOS /core_devl/trunk/CFG/PLATFORM/EOSM68K /core_devl/trunk/CFG/PLATFORM/EOSP386 /core_devl/trunk/CFG/PLATFORM/GENERIC /core_devl/trunk/CFG/PLATFORM/GENERICS.CFG /core_devl/trunk/CFG/PLATFORM/GMPCA /core_devl/trunk/CFG/PLATFORM/GO32 /core_devl/trunk/CFG/PLATFORM/H400 /core_devl/trunk/CFG/PLATFORM/H8S /core_devl/trunk/CFG/PLATFORM/HAMMERHEAD /core_devl/trunk/CFG/PLATFORM/HK386PC /core_devl/trunk/CFG/PLATFORM/HKAVM /core_devl/trunk/CFG/PLATFORM/HKAVM2 /core_devl/trunk/CFG/PLATFORM/HKBCP /core_devl/trunk/CFG/PLATFORM/HKDDU /core_devl/trunk/CFG/PLATFORM/HKGAK /core_devl/trunk/CFG/PLATFORM/HKMPR /core_devl/trunk/CFG/PLATFORM/HKPCA /core_devl/trunk/CFG/PLATFORM/INGEN /core_devl/trunk/CFG/PLATFORM/INTELLECT /core_devl/trunk/CFG/PLATFORM/JAVA /core_devl/trunk/CFG/PLATFORM/LINUX.CFG /core_devl/trunk/CFG/PLATFORM/LINUX86 /core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4 /core_devl/trunk/CFG/PLATFORM/LINUX_EMU /core_devl/trunk/CFG/PLATFORM/LINUX_EMU.CFG /core_devl/trunk/CFG/PLATFORM/LINUX_ETX /core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG /core_devl/trunk/CFG/PLATFORM/LINUX_I386 /core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG /core_devl/trunk/CFG/PLATFORM/LMOS.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_COBRA.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_COBRA2.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_EMU.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_PPC_603E.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_UBUNTU12.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_VIPER2.CFG /core_devl/trunk/CFG/PLATFORM/MCR /core_devl/trunk/CFG/PLATFORM/MERG /core_devl/trunk/CFG/PLATFORM/MOS68K /core_devl/trunk/CFG/PLATFORM/MOS68KRM /core_devl/trunk/CFG/PLATFORM/MOSCF /core_devl/trunk/CFG/PLATFORM/MPT /core_devl/trunk/CFG/PLATFORM/MSWIN32.CFG /core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG /core_devl/trunk/CFG/PLATFORM/NGBCP /core_devl/trunk/CFG/PLATFORM/NGDDU /core_devl/trunk/CFG/PLATFORM/PHARLAP /core_devl/trunk/CFG/PLATFORM/PHARLAP.CFG /core_devl/trunk/CFG/PLATFORM/PHP /core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM /core_devl/trunk/CFG/PLATFORM/PPC_603E /core_devl/trunk/CFG/PLATFORM/PPC_603E.CFG /core_devl/trunk/CFG/PLATFORM/RHEL7 /core_devl/trunk/CFG/PLATFORM/RHEL7.CFG /core_devl/trunk/CFG/PLATFORM/RIORDS /core_devl/trunk/CFG/PLATFORM/SK20 /core_devl/trunk/CFG/PLATFORM/SK20.CFG /core_devl/trunk/CFG/PLATFORM/SK20V41 /core_devl/trunk/CFG/PLATFORM/SK20V41.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS /core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32 /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64 /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64 /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86 /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32 /core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS_I386 /core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC /core_devl/trunk/CFG/PLATFORM/THYRON /core_devl/trunk/CFG/PLATFORM/UBUNTU12 /core_devl/trunk/CFG/PLATFORM/UBUNTU12.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU12C11 /core_devl/trunk/CFG/PLATFORM/UBUNTU12C11.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU12C11_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU12C11_INSTRUMENT.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU14 /core_devl/trunk/CFG/PLATFORM/UBUNTU14.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU14_INSTRUMENT.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU16 /core_devl/trunk/CFG/PLATFORM/UBUNTU16.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT.CFG /core_devl/trunk/CFG/PLATFORM/UNIX /core_devl/trunk/CFG/PLATFORM/VB6 /core_devl/trunk/CFG/PLATFORM/VB6.CFG /core_devl/trunk/CFG/PLATFORM/VERIX /core_devl/trunk/CFG/PLATFORM/VIPER2 /core_devl/trunk/CFG/PLATFORM/VIPER2.CFG /core_devl/trunk/CFG/PLATFORM/VIXITP /core_devl/trunk/CFG/PLATFORM/VS2003 /core_devl/trunk/CFG/PLATFORM/VS2003.CFG /core_devl/trunk/CFG/PLATFORM/VS2005 /core_devl/trunk/CFG/PLATFORM/VS2005.CFG /core_devl/trunk/CFG/PLATFORM/VS2008 /core_devl/trunk/CFG/PLATFORM/VS2008.CFG /core_devl/trunk/CFG/PLATFORM/VS2010 /core_devl/trunk/CFG/PLATFORM/VS2010.CFG /core_devl/trunk/CFG/PLATFORM/VS2012 /core_devl/trunk/CFG/PLATFORM/VS2012.CFG /core_devl/trunk/CFG/PLATFORM/VS2012_X64 /core_devl/trunk/CFG/PLATFORM/VS2012_X64.CFG /core_devl/trunk/CFG/PLATFORM/VS2015 /core_devl/trunk/CFG/PLATFORM/VS2015.CFG /core_devl/trunk/CFG/PLATFORM/VS2015_X64 /core_devl/trunk/CFG/PLATFORM/VS2015_X64.CFG /core_devl/trunk/CFG/PLATFORM/VSDEVRC /core_devl/trunk/CFG/PLATFORM/WCEIPA280 /core_devl/trunk/CFG/PLATFORM/WCEIT3000 /core_devl/trunk/CFG/PLATFORM/WCENAUTIZX5 /core_devl/trunk/CFG/PLATFORM/WCEPA961 /core_devl/trunk/CFG/PLATFORM/WCEPA962 /core_devl/trunk/CFG/PLATFORM/WCEPA962_500 /core_devl/trunk/CFG/PLATFORM/WCEPCM7220 /core_devl/trunk/CFG/PLATFORM/WCEPSION_420 /core_devl/trunk/CFG/PLATFORM/WCEPSION_500 /core_devl/trunk/CFG/PLATFORM/WCEPSION_500_VS2005 /core_devl/trunk/CFG/PLATFORM/WCEPSION_500_emu /core_devl/trunk/CFG/PLATFORM/WCEPSPC_arm /core_devl/trunk/CFG/PLATFORM/WCEPSPC_emu /core_devl/trunk/CFG/PLATFORM/WCEX86A420 /core_devl/trunk/CFG/PLATFORM/WCEX86A500 /core_devl/trunk/CFG/PLATFORM/WCEX86A500_SOM4455 /core_devl/trunk/CFG/PLATFORM/WIN32 /core_devl/trunk/CFG/PLATFORM/WIN32.CFG /core_devl/trunk/CFG/PLATFORM/WINCE.CFG /core_devl/trunk/CFG/PLATFORM/Wce /core_devl/trunk/CFG/TOOLSET/ACEX.DEF /core_devl/trunk/CFG/TOOLSET/ACEX.PL /core_devl/trunk/CFG/TOOLSET/ACEX.RUL /core_devl/trunk/CFG/TOOLSET/ANDROID.DEF /core_devl/trunk/CFG/TOOLSET/ANDROID.PL /core_devl/trunk/CFG/TOOLSET/ARM251.DEF /core_devl/trunk/CFG/TOOLSET/ARM251.PL /core_devl/trunk/CFG/TOOLSET/ARM251.RUL /core_devl/trunk/CFG/TOOLSET/AVR32_GNU.DEF /core_devl/trunk/CFG/TOOLSET/AVR32_GNU.PL /core_devl/trunk/CFG/TOOLSET/AVR32_GNU.RUL /core_devl/trunk/CFG/TOOLSET/AVR_IAR /core_devl/trunk/CFG/TOOLSET/AVR_IAR.DEF /core_devl/trunk/CFG/TOOLSET/AVR_IAR.RUL /core_devl/trunk/CFG/TOOLSET/BORLAND.DEF /core_devl/trunk/CFG/TOOLSET/BORLAND.PL /core_devl/trunk/CFG/TOOLSET/BORLAND.RUL /core_devl/trunk/CFG/TOOLSET/CORTEXM3_IAR.DEF /core_devl/trunk/CFG/TOOLSET/CORTEXM3_IAR.PL /core_devl/trunk/CFG/TOOLSET/CSHARP.DEF /core_devl/trunk/CFG/TOOLSET/CSHARP.RUL /core_devl/trunk/CFG/TOOLSET/CSHARP2005.DEF /core_devl/trunk/CFG/TOOLSET/CSHARP2008.DEF /core_devl/trunk/CFG/TOOLSET/CSHARP2010.DEF /core_devl/trunk/CFG/TOOLSET/CSHARP2012.DEF /core_devl/trunk/CFG/TOOLSET/CSHARP2015.DEF /core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.DEF /core_devl/trunk/CFG/TOOLSET/CYGNUS_THYRON.RUL /core_devl/trunk/CFG/TOOLSET/DAFBR /core_devl/trunk/CFG/TOOLSET/DAFBR.DEF /core_devl/trunk/CFG/TOOLSET/DAFBR.RUL /core_devl/trunk/CFG/TOOLSET/DELPHI7.DEF /core_devl/trunk/CFG/TOOLSET/DELPHI7.RUL /core_devl/trunk/CFG/TOOLSET/DJGPP.DEF /core_devl/trunk/CFG/TOOLSET/DJGPP.RUL /core_devl/trunk/CFG/TOOLSET/GCC.DEF /core_devl/trunk/CFG/TOOLSET/GCC.PL /core_devl/trunk/CFG/TOOLSET/GCC.RUL /core_devl/trunk/CFG/TOOLSET/GENERIC /core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.DEF /core_devl/trunk/CFG/TOOLSET/GNUPRO_H8.RUL /core_devl/trunk/CFG/TOOLSET/INTELLECT.PL /core_devl/trunk/CFG/TOOLSET/JAVA.DEF /core_devl/trunk/CFG/TOOLSET/JAVA.PL /core_devl/trunk/CFG/TOOLSET/KEILARMV3.DEF /core_devl/trunk/CFG/TOOLSET/KEILARMV3.RUL /core_devl/trunk/CFG/TOOLSET/KeilARMV43A.DEF /core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL /core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL /core_devl/trunk/CFG/TOOLSET/MOS_MRI_68K.DEF /core_devl/trunk/CFG/TOOLSET/MOS_MRI_CF.DEF /core_devl/trunk/CFG/TOOLSET/MRI68K.DEF /core_devl/trunk/CFG/TOOLSET/MRI68K.RUL /core_devl/trunk/CFG/TOOLSET/MSP430.DEF /core_devl/trunk/CFG/TOOLSET/MSP430.PL /core_devl/trunk/CFG/TOOLSET/MSP430.RUL /core_devl/trunk/CFG/TOOLSET/MugFiles.pl /core_devl/trunk/CFG/TOOLSET/PD386.DEF /core_devl/trunk/CFG/TOOLSET/PD386.RUL /core_devl/trunk/CFG/TOOLSET/PHARLAP.DEF /core_devl/trunk/CFG/TOOLSET/PHARLAP.PL /core_devl/trunk/CFG/TOOLSET/PHARLAP.RUL /core_devl/trunk/CFG/TOOLSET/PHP.PL /core_devl/trunk/CFG/TOOLSET/SUNWORKS.DEF /core_devl/trunk/CFG/TOOLSET/SUNWORKS.RUL /core_devl/trunk/CFG/TOOLSET/VCEMBEDDED2005.DEF /core_devl/trunk/CFG/TOOLSET/VCWCE.DEF /core_devl/trunk/CFG/TOOLSET/VCWCE.RUL /core_devl/trunk/CFG/TOOLSET/VCWIN32.DEF /core_devl/trunk/CFG/TOOLSET/VCWIN32.PL /core_devl/trunk/CFG/TOOLSET/VCWIN32.RUL /core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2003.DEF /core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2005.DEF /core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2008.DEF /core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2010.DEF /core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2012.DEF /core_devl/trunk/CFG/TOOLSET/VCWIN64.RUL /core_devl/trunk/CFG/TOOLSET/VERIX.DEF /core_devl/trunk/CFG/TOOLSET/VERIX.PL /core_devl/trunk/CFG/TOOLSET/VERIX.RUL /core_devl/trunk/CFG/TOOLSET/VISUALBASIC.DEF /core_devl/trunk/CFG/TOOLSET/VISUALBASIC.RUL /core_devl/trunk/CFG/TOOLSET/VS2012_X64.DEF /core_devl/trunk/CFG/TOOLSET/VS2015.DEF /core_devl/trunk/CFG/TOOLSET/VS2015_X64.DEF /core_devl/trunk/CFG/TOOLSET/WC386.DEF /core_devl/trunk/CFG/TOOLSET/WC386.RUL /core_devl/trunk/CFG/TOOLSET/WC4GW.DEF /core_devl/trunk/CFG/TOOLSET/WCDOS.DEF /core_devl/trunk/CFG/TOOLSET/WCDOS.RUL /core_devl/trunk/CFG/TOOLSET/cppcheck /core_devl/trunk/CFG/TOOLSET/exctags.rul /core_devl/trunk/CFG/TOOLSET/gnu_mpt.def /core_devl/trunk/CFG/TOOLSET/gnu_mpt.rul /core_devl/trunk/CFG/TOOLSET/keilc51v41.DEF /core_devl/trunk/CFG/TOOLSET/keilc51v41.RUL /core_devl/trunk/CFG/TOOLSET/m16c.def /core_devl/trunk/CFG/TOOLSET/m16c.pl /core_devl/trunk/CFG/TOOLSET/m16c.rul /core_devl/trunk/CFG/TOOLSET/pclint.rul /core_devl/trunk/ChangeLog.txt /core_devl/trunk/TEMPLATES/DebianPackage/build_test.pl /core_devl/trunk/TEMPLATES/DebianPackage/src/PackageApp.pl /core_devl/trunk/TEMPLATES/DebianPackage/src/makefile.pl /core_devl/trunk/TEMPLATES/basic/build_test.pl /core_devl/trunk/TEMPLATES/basic/makefile.pl /core_devl/trunk/TEMPLATES/basic/src/makefile.pl /core_devl/trunk/TEMPLATES/daf-basic/build_test.pl /core_devl/trunk/TEMPLATES/daf-basic/makefile.pl /core_devl/trunk/TEMPLATES/daf-basic/src/makefile.pl /core_devl/trunk/TEMPLATES/generic/build_test.pl /core_devl/trunk/TEMPLATES/generic/src/makefile.pl /core_devl/trunk/TEMPLATES/mos-thx/build_test.pl /core_devl/trunk/TEMPLATES/mos-thx/static-lib/makefile.pl /core_devl/trunk/TEMPLATES/mos-thx/thx-module/makefile.pl /core_devl/trunk/TEMPLATES/warnings.mri /core_devl/trunk/TEST/Test_RelPath.pl /core_devl/trunk/TEST/jats-win-solaris/build_test.pl /core_devl/trunk/TEST/jats-win-solaris/makefile.pl /core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl /core_devl/trunk/TOOLS/DEPLOY/deploylib_cclabel.pl /core_devl/trunk/TOOLS/DEPLOY/findreplacetag.pl /core_devl/trunk/TOOLS/DEPLOY/findreplacetag.sh /core_devl/trunk/TOOLS/LIB/ArrayHashUtils.pm /core_devl/trunk/TOOLS/LIB/BuildName.pm /core_devl/trunk/TOOLS/LIB/BuildVersion.pm /core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm /core_devl/trunk/TOOLS/LIB/DBI.pm /core_devl/trunk/TOOLS/LIB/FileUtils.pm /core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm /core_devl/trunk/TOOLS/LIB/JatsCopy.pm /core_devl/trunk/TOOLS/LIB/JatsDPackage.pm /core_devl/trunk/TOOLS/LIB/JatsDocTools/JatsDocTools.pm /core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC.pm /core_devl/trunk/TOOLS/LIB/JatsDocTools/Tree/HTML.pm /core_devl/trunk/TOOLS/LIB/JatsEnv.pm /core_devl/trunk/TOOLS/LIB/JatsError.pm /core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm /core_devl/trunk/TOOLS/LIB/JatsMakeConfig.pm /core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm /core_devl/trunk/TOOLS/LIB/JatsProperties.pm /core_devl/trunk/TOOLS/LIB/JatsRmApi.pm /core_devl/trunk/TOOLS/LIB/JatsSvn.pm /core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm /core_devl/trunk/TOOLS/LIB/JatsSystem.pm /core_devl/trunk/TOOLS/LIB/JatsVersionUtils.pm /core_devl/trunk/TOOLS/LIB/MakeEntry.pm /core_devl/trunk/TOOLS/LIB/MakeIf.pm /core_devl/trunk/TOOLS/LIB/MakeObject.pm /core_devl/trunk/TOOLS/LIB/PackageEntry.pm /core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm /core_devl/trunk/TOOLS/LIB/ToolsetFiles.pm /core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm /core_devl/trunk/TOOLS/LIB/UtfFilter_ant.pm /core_devl/trunk/TOOLS/LIB/UtfFilter_internal.pm /core_devl/trunk/TOOLS/LIB/deploylib.pm /core_devl/trunk/TOOLS/LIB/jats_runtest.pm /core_devl/trunk/TOOLS/LIB/jats_runtime.pm /core_devl/trunk/TOOLS/LIB/jats_runtime_arm251.pm /core_devl/trunk/TOOLS/LIB/jats_runutf.pm /core_devl/trunk/TOOLS/LOCAL/IniFileTest.pl /core_devl/trunk/TOOLS/LOCAL/LocateFilesTest.pl /core_devl/trunk/TOOLS/LOCAL/TestStripDir.pl /core_devl/trunk/TOOLS/LOCAL/bcc_svnconvert.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_path.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_paths.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata_sbom.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage2.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage3.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_labeldirs.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_locateTips.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_procdata.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_reposcan.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_rollbackrm.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_updaterm.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_updatermSuck.pl /core_devl/trunk/TOOLS/LOCAL/cc_find_roots.pl /core_devl/trunk/TOOLS/LOCAL/cc_tear_down.pl /core_devl/trunk/TOOLS/LOCAL/doit.pl /core_devl/trunk/TOOLS/LOCAL/dump_mug.pl /core_devl/trunk/TOOLS/LOCAL/escrow_p1.pl /core_devl/trunk/TOOLS/LOCAL/escrow_test.pl /core_devl/trunk/TOOLS/LOCAL/extract_depends.pl /core_devl/trunk/TOOLS/LOCAL/extract_raw.pl /core_devl/trunk/TOOLS/LOCAL/extract_users.pl /core_devl/trunk/TOOLS/LOCAL/extract_uses.silly.pl /core_devl/trunk/TOOLS/LOCAL/extract_version_history.pl /core_devl/trunk/TOOLS/LOCAL/find_vob_root.pl /core_devl/trunk/TOOLS/LOCAL/gen_build_status_page.pl /core_devl/trunk/TOOLS/LOCAL/gen_source_file_list.pl /core_devl/trunk/TOOLS/LOCAL/getDoc.pl /core_devl/trunk/TOOLS/LOCAL/jats_build_a_wip.pl /core_devl/trunk/TOOLS/LOCAL/jats_build_a_wip_by_name.pl /core_devl/trunk/TOOLS/LOCAL/jats_ccrelease_dynamic.pl /core_devl/trunk/TOOLS/LOCAL/jats_ccview.pl /core_devl/trunk/TOOLS/LOCAL/jats_cmdfile.pm /core_devl/trunk/TOOLS/LOCAL/jats_convert_build.pl /core_devl/trunk/TOOLS/LOCAL/jats_convert_release.pl /core_devl/trunk/TOOLS/LOCAL/jats_deploy.pl /core_devl/trunk/TOOLS/LOCAL/jats_dm_play01.pl /core_devl/trunk/TOOLS/LOCAL/jats_dm_play02.pl /core_devl/trunk/TOOLS/LOCAL/jats_get_build_info.pl /core_devl/trunk/TOOLS/LOCAL/jats_merge_build.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play01.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play02.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play03.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play04.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play05.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play05a.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play06.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play07.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play08.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09a.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09b.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09c.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.1.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.2.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.3.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09d.4.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09e.1.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play09e.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play10.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play11.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play12.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play13.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play14.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play15.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play16.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play16a.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play16b.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play17.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play17a.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play18.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play18a.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play18b.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play19.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play19a.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play20.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play21.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play22.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play23a.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play23b.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play24.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play25.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play26.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play27.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_sits_legacy_sanity.pl /core_devl/trunk/TOOLS/LOCAL/jats_svn_list.pl /core_devl/trunk/TOOLS/LOCAL/locatefiles.pl /core_devl/trunk/TOOLS/LOCAL/new_toolset_def.pl /core_devl/trunk/TOOLS/LOCAL/svn2svn_updaterm.pl /core_devl/trunk/TOOLS/LOCAL/svn_pump.pl /core_devl/trunk/TOOLS/LOCAL/svn_pump2.pl /core_devl/trunk/TOOLS/LOCAL/test_pod_html.pl /core_devl/trunk/TOOLS/POD/OverView.pod /core_devl/trunk/TOOLS/RELEASENOTES/process_release_notes.pl /core_devl/trunk/TOOLS/armerge /core_devl/trunk/TOOLS/assemble_dpkg.pl /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/cache_dpkg.pl /core_devl/trunk/TOOLS/checkRelease.pl /core_devl/trunk/TOOLS/common.pl /core_devl/trunk/TOOLS/create_dpkg.pl /core_devl/trunk/TOOLS/dstatus.pl /core_devl/trunk/TOOLS/escrow.pl /core_devl/trunk/TOOLS/gen_cots.pl /core_devl/trunk/TOOLS/gen_dirlist.pl /core_devl/trunk/TOOLS/gen_metrics.pl /core_devl/trunk/TOOLS/gen_msprojects.pl /core_devl/trunk/TOOLS/gen_packagelist.pl /core_devl/trunk/TOOLS/gen_winrc.pl /core_devl/trunk/TOOLS/installpkg.pl /core_devl/trunk/TOOLS/jats.bat /core_devl/trunk/TOOLS/jats.pl /core_devl/trunk/TOOLS/jats_buildlinux.pl /core_devl/trunk/TOOLS/jats_buildperl.pl /core_devl/trunk/TOOLS/jats_ccdelete_view.pl /core_devl/trunk/TOOLS/jats_cclabel.pl /core_devl/trunk/TOOLS/jats_ccmerge_build.pl /core_devl/trunk/TOOLS/jats_ccrelease.pl /core_devl/trunk/TOOLS/jats_ccsave_build.pl /core_devl/trunk/TOOLS/jats_deploy_builder.pl /core_devl/trunk/TOOLS/jats_echo.pl /core_devl/trunk/TOOLS/jats_gen_releasenote.pl /core_devl/trunk/TOOLS/jats_generate_bom.pl /core_devl/trunk/TOOLS/jats_generate_deployable.pl /core_devl/trunk/TOOLS/jats_get_releasenote_data.pl /core_devl/trunk/TOOLS/jats_help.pl /core_devl/trunk/TOOLS/jats_lib_scan.pl /core_devl/trunk/TOOLS/jats_manifest.pl /core_devl/trunk/TOOLS/jats_metrics.pl /core_devl/trunk/TOOLS/jats_rewrite.pl /core_devl/trunk/TOOLS/jats_rtag_extract.pl /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jats_svn.pl /core_devl/trunk/TOOLS/jats_svnlabel.pl /core_devl/trunk/TOOLS/jats_svnrelease.pl /core_devl/trunk/TOOLS/jats_svnsave_build.pl /core_devl/trunk/TOOLS/jats_transform_file.pl /core_devl/trunk/TOOLS/jats_update_release.pl /core_devl/trunk/TOOLS/jats_upddep.pl /core_devl/trunk/TOOLS/jats_vars.pl /core_devl/trunk/TOOLS/jats_vcsdiff.pl /core_devl/trunk/TOOLS/jats_vcsrelease.pl /core_devl/trunk/TOOLS/jats_vcssave_build.pl /core_devl/trunk/TOOLS/jmake.pl /core_devl/trunk/TOOLS/makelib.pl /core_devl/trunk/TOOLS/makelib.pl2 /core_devl/trunk/TOOLS/test_cqconnection.pl /core_devl/trunk/TOOLS/test_rmconnection.pl /core_devl/trunk/UTILS/DBI-JDBC/src/makefile.pl /core_devl/trunk/UTILS/checkReg/build_test.pl /core_devl/trunk/UTILS/checkReg/src/checkReg.c /core_devl/trunk/UTILS/checkReg/src/makefile.pl /core_devl/trunk/UTILS/timeout/build_test.pl /core_devl/trunk/UTILS/timeout/src/makefile.pl /core_devl/trunk/UTILS/timeout/src/timeout_unix.c /core_devl/trunk/UTILS/timeout/src/timeout_win32.cpp /core_devl/trunk/build.pl
|
| 6138 |
3123 d 18 h |
dpurdie |
/core_devl/trunk/TOOLS/ |
Allow sandbox to find build.pl files at any depth |
|
/core_devl/trunk/TOOLS/jats_sandbox.pl
|
| 6133 |
3127 d 19 h |
dpurdie |
/core_devl/trunk/ |
------------------------------------------------------------------------
Version: 3.13.6000.cr Released: 04-May-17
------------------------------------------------------------------------
Minor changes:
* Makefile directive: PackageFiles
Added option: --PreserveSymlinks.
Used internally for preserving symlinks when building SDKs
* Utility: jats_generate_deployable
Ongoing improvements.
Internal:
Class: JatsCopy::CopyDir
Added options
NoRecurse
NoSubDirList
------------------------------------------------------------------------
Version: 3.13.5000.cr Released: 13-Apr-17
------------------------------------------------------------------------
Minor changes:
* Makefiles: Enhanced platform specifier
Allows mixed use of included and excluded platform names.
ie: Src ('DEVLINUX,!UBUNUT12', .... )
* New Utilities: jats_generate_deployable, jats_generate_bom
Experimental utilities for generation of BOMS
------------------------------------------------------------------------
Version: 3.13.4000.cr Released: 31-Mar-17
------------------------------------------------------------------------
Minor changes:
* Build Files. BuildSrcArchive
Exclude .svn sub directories.
* Utility: jats_sandbox
Improved behaviour of packages that do not build with the current
build filters. They will be silently skipped and not create
build errors.
* Build Files - New alias : INSTRUMENT
This is an alias for active instrumented build targets
* Build Files - New directive : BuildAliasDef
Shorthand for
BuildAlias ('xxx,--Define', ... );
This is the preferred method for defining aliases
* Build Files - BuildAlias directive
The build alias has been extended to support the use of a '!' operator
This allows one, or more platforms to be removed from a definition.
Examples:
BuildAlias( 'A1,--Define', 'DEVLINUX,!ARM9TDMI');
BuildAliasDef ('A1', 'DEVLINUX,!ARM9TDMI');
All platforms covered by the DEVLINUX alias, except ARM9TDMI
BuildAlias( 'A2,--Define', '!ARM9TDMI');
BuildAliasDef( 'A2', '!ARM9TDMI');
All active platforms, except the ARM9TDMI.
* Platforms: GENERIC_XXX
Improved operation of machType based generic platforms when used within the
build system.
Experimental:
* Support for Red Hat Enterprise Linux 7
Compiler is supported via the new platform RHEL7
Jats support is provided via a machine type of linux_x64.
This will change
------------------------------------------------------------------------
Version: 3.13.3000.cr Released: 13-Mar-17
------------------------------------------------------------------------
Minor changes:
* Build Files. BuildSrcArchive
Added a 'platform' argument. It is only used on build machines to
prevent the archive being build on multiple machines.
------------------------------------------------------------------------
Version: 3.13.1000.cr Released: 01-Mar-17
------------------------------------------------------------------------
Minor changes:
* Directive: MakePerlModule
Fixed build issues associated with building Perl Modules under VS2012.
Minor differences in the operation of nmake.
* Build Files
Handle build.pl files with out a BuildInterface directive
Will force an interface directory called 'interface'
Modified parsing of the BuildName to handle some instances of
incorrect use of the '--RelaxedVersion' option.
Note: This option is to be deprecated. Do not use it.
Jats will handle '.cots' packages correctly by itself.
* New Platforms: GENERIC_XXX
A collection of platforms (Alias of GENERICS) that provide an architecture
specific build target. The name of the target is created by joining the
keyword GENERIC_ with the Jats Machine Type.
ie: GENERIC_WIN32, GENERIC_LINUX_I386, GENERIC_LINUX_X64
These targets cannot be mixed with non-generic targets (on the same machine), nor the GENERIC
build target. It is possible to mix GENERIC_WIN32 with UBUNTU16 as they appear on
different architectures.
The targets function is in a similar manner to the GENERIC build target, but
are directed to one or more machines.
Intended uses:
Windows: Creating installers.
The NSIS builder does not require a compiler toolchain.
All: Specialized packaging.
* Makefiles
New option in the platform specifier. --Alias=alias1[:alias2]*
Allows the directive to be true if the current build has the specified alias.
Eg:
PackageFile ('--Alias=TOOLSET',DEVLINUX', ...)
Will package the file(s) if the current build is for a platform that is
a part of the TOOLSET alias AND is also member of the DEVLINUX alias.
It could also have been written as:
PackageFile ('--Alias=TOOLSET',--Alias=DEVLINUX', ...)
but NOT as:
PackageFile ('--Alias=TOOLSET:DEVLINUX', ...)
PackageFile ('TOOLSET,DEVLINUX', ...)
as these will be true if current platform is a TOOLSET or DEVLINUX
* Utility: sandbox
Subcommand info
- Added option to test fingerprints
- Display status in a column for easy reading
------------------------------------------------------------------------
Version: 3.13.0000.cr Released: 20-Feb-17
------------------------------------------------------------------------
Minor changes:
* New build.pl directive BuilToolset.
This directive will enable the generation of the TOOLSET alias.
Provides a sanity test to ensure that tools can be built.
Includes options to limit use to specific architectures
* Support for building many of the platforms on a linux_x64 based machine
Previously many of the compiler were limited to the Ubuntu12 machines.
These can now be built on an Ubuntu16 based machine.
* GenerateFiles directive
Added --Var(Toolset) and --Var(Native).
* Utility: sandbox
Added a 'fingerprint' command to manipulate packages fingerprints.
Sped up the location of build files. The results are cached and
recalulated if the user adds or removes packages from the sandbox.
Internal changes:
* Centralizing build platform information. |
|
/core_devl/trunk/CFG/PLATFORM/CSHARP2015 /core_devl/trunk/CFG/PLATFORM/CSHARP2015.CFG /core_devl/trunk/CFG/PLATFORM/GENERICS.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_COBRA2.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_VIPER2.CFG /core_devl/trunk/CFG/PLATFORM/RHEL7 /core_devl/trunk/CFG/PLATFORM/RHEL7.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU16 /core_devl/trunk/CFG/PLATFORM/UBUNTU16.CFG /core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT /core_devl/trunk/CFG/PLATFORM/UBUNTU16_INSTRUMENT.CFG /core_devl/trunk/CFG/PLATFORM/VS2015 /core_devl/trunk/CFG/PLATFORM/VS2015.CFG /core_devl/trunk/CFG/PLATFORM/VS2015_X64 /core_devl/trunk/CFG/PLATFORM/VS2015_X64.CFG /core_devl/trunk/CFG/TOOLSET/CSHARP2015.DEF /core_devl/trunk/CFG/TOOLSET/VS2015.DEF /core_devl/trunk/CFG/TOOLSET/VS2015_X64.DEF /core_devl/trunk/TOOLS/LIB/ToolsetFiles.pm /core_devl/trunk/TOOLS/jats_generate_bom.pl /core_devl/trunk/TOOLS/jats_generate_deployable.pl
/core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2012.CFG /core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/GENERIC /core_devl/trunk/CFG/PLATFORM/LINUX.CFG /core_devl/trunk/CFG/PLATFORM/LMOS.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/MSWIN32.CFG /core_devl/trunk/CFG/PLATFORM/MSWIN64.CFG /core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM /core_devl/trunk/CFG/PLATFORM/WINCE.CFG /core_devl/trunk/CFG/TOOLSET/CSHARP.PL /core_devl/trunk/CFG/TOOLSET/CSHARP2012.DEF /core_devl/trunk/CFG/TOOLSET/GCC.PL /core_devl/trunk/CFG/TOOLSET/GENERIC /core_devl/trunk/CFG/TOOLSET/VCWIN32.PL /core_devl/trunk/CFG/TOOLSET/VCWIN32_NET2012.DEF /core_devl/trunk/CFG/TOOLSET/VS2012_X64.DEF /core_devl/trunk/ChangeLog.txt /core_devl/trunk/TEMPLATES/INSTALL/linux.profile.jats.sh /core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu.profile.jats.sh /core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu_x64.profile.jats.sh /core_devl/trunk/TOOLS/LIB/BuildName.pm /core_devl/trunk/TOOLS/LIB/ConfigurationFile.pm /core_devl/trunk/TOOLS/LIB/FileUtils.pm /core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm /core_devl/trunk/TOOLS/LIB/JatsCopy.pm /core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm /core_devl/trunk/TOOLS/LIB/ReadBuildConfig.pm /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/cache_dpkg.pl /core_devl/trunk/TOOLS/common.pl /core_devl/trunk/TOOLS/escrow.pl /core_devl/trunk/TOOLS/installpkg.pl /core_devl/trunk/TOOLS/jats_buildperl.pl /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jmake.pl /core_devl/trunk/TOOLS/makelib.pl /core_devl/trunk/TOOLS/makelib.pl2 /core_devl/trunk/build.pl
|
| 5709 |
3519 d 13 h |
dpurdie |
/core_devl/trunk/ |
Updated VIX copyright notice in all files that had a VIX or ERG copyright notice |
|
/core_devl/trunk/CFG/PLATFORM/ACEX /core_devl/trunk/CFG/PLATFORM/AMX /core_devl/trunk/CFG/PLATFORM/ANDROIDARM /core_devl/trunk/CFG/PLATFORM/ANDROIDMIPS /core_devl/trunk/CFG/PLATFORM/ANDROIDNDK.CFG /core_devl/trunk/CFG/PLATFORM/ANDROIDX86 /core_devl/trunk/CFG/PLATFORM/ARM9TDMI /core_devl/trunk/CFG/PLATFORM/ARM9TDMI.CFG /core_devl/trunk/CFG/PLATFORM/ARM_I5100 /core_devl/trunk/CFG/PLATFORM/AVR_IAR /core_devl/trunk/CFG/PLATFORM/BORLAND /core_devl/trunk/CFG/PLATFORM/BORLAND.CFG /core_devl/trunk/CFG/PLATFORM/CMOS386 /core_devl/trunk/CFG/PLATFORM/CMOS68K /core_devl/trunk/CFG/PLATFORM/COBRA /core_devl/trunk/CFG/PLATFORM/COBRA.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP /core_devl/trunk/CFG/PLATFORM/CSHARP.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2005 /core_devl/trunk/CFG/PLATFORM/CSHARP2005.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2008 /core_devl/trunk/CFG/PLATFORM/CSHARP2008.CFG /core_devl/trunk/CFG/PLATFORM/CSHARP2010 /core_devl/trunk/CFG/PLATFORM/CSHARP2010.CFG /core_devl/trunk/CFG/PLATFORM/DAFBR_MOS /core_devl/trunk/CFG/PLATFORM/DAFBR_WIN /core_devl/trunk/CFG/PLATFORM/DELPHI7 /core_devl/trunk/CFG/PLATFORM/DELPHI7.CFG /core_devl/trunk/CFG/PLATFORM/DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/DF4OBE /core_devl/trunk/CFG/PLATFORM/DOS16 /core_devl/trunk/CFG/PLATFORM/DOS32 /core_devl/trunk/CFG/PLATFORM/EEPP386 /core_devl/trunk/CFG/PLATFORM/EETP386 /core_devl/trunk/CFG/PLATFORM/EOS /core_devl/trunk/CFG/PLATFORM/EOSM68K /core_devl/trunk/CFG/PLATFORM/EOSP386 /core_devl/trunk/CFG/PLATFORM/GENERIC /core_devl/trunk/CFG/PLATFORM/GMPCA /core_devl/trunk/CFG/PLATFORM/GO32 /core_devl/trunk/CFG/PLATFORM/H400 /core_devl/trunk/CFG/PLATFORM/H8S /core_devl/trunk/CFG/PLATFORM/HK386PC /core_devl/trunk/CFG/PLATFORM/HKAVM /core_devl/trunk/CFG/PLATFORM/HKAVM2 /core_devl/trunk/CFG/PLATFORM/HKBCP /core_devl/trunk/CFG/PLATFORM/HKDDU /core_devl/trunk/CFG/PLATFORM/HKGAK /core_devl/trunk/CFG/PLATFORM/HKMPR /core_devl/trunk/CFG/PLATFORM/HKPCA /core_devl/trunk/CFG/PLATFORM/INGEN /core_devl/trunk/CFG/PLATFORM/INTELLECT /core_devl/trunk/CFG/PLATFORM/LINUX.CFG /core_devl/trunk/CFG/PLATFORM/LINUX86 /core_devl/trunk/CFG/PLATFORM/LINUX_ARMV4 /core_devl/trunk/CFG/PLATFORM/LINUX_EMU /core_devl/trunk/CFG/PLATFORM/LINUX_ETX /core_devl/trunk/CFG/PLATFORM/LINUX_ETX.CFG /core_devl/trunk/CFG/PLATFORM/LINUX_I386 /core_devl/trunk/CFG/PLATFORM/LINUX_I386.CFG /core_devl/trunk/CFG/PLATFORM/LMOS.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_ARM9TDMI.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_COBRA.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_DEVLINUX.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_LINUX_ETX.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_PPC_603E.CFG /core_devl/trunk/CFG/PLATFORM/LMOS_UBUNTU12.CFG /core_devl/trunk/CFG/PLATFORM/MCR /core_devl/trunk/CFG/PLATFORM/MERG /core_devl/trunk/CFG/PLATFORM/MOS68K /core_devl/trunk/CFG/PLATFORM/MOS68KRM /core_devl/trunk/CFG/PLATFORM/MOSCF /core_devl/trunk/CFG/PLATFORM/MPT /core_devl/trunk/CFG/PLATFORM/NGBCP /core_devl/trunk/CFG/PLATFORM/NGDDU /core_devl/trunk/CFG/PLATFORM/PHARLAP /core_devl/trunk/CFG/PLATFORM/PHARLAP.CFG /core_devl/trunk/CFG/PLATFORM/PHP /core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM /core_devl/trunk/CFG/PLATFORM/PPC_603E /core_devl/trunk/CFG/PLATFORM/PPC_603E.CFG /core_devl/trunk/CFG/PLATFORM/RIORDS /core_devl/trunk/CFG/PLATFORM/SOLARIS /core_devl/trunk/CFG/PLATFORM/SOLARIS.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32 /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC32.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64 /core_devl/trunk/CFG/PLATFORM/SOLARIS10_SPARC64.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64 /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X64.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86 /core_devl/trunk/CFG/PLATFORM/SOLARIS10_X86.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32 /core_devl/trunk/CFG/PLATFORM/SOLARIS8_SPARC32.CFG /core_devl/trunk/CFG/PLATFORM/SOLARIS_I386 /core_devl/trunk/CFG/PLATFORM/SOLARIS_SPARC /core_devl/trunk/CFG/PLATFORM/THYRON /core_devl/trunk/CFG/PLATFORM/UBUNTU12 /core_devl/trunk/CFG/PLATFORM/UBUNTU12.CFG /core_devl/trunk/CFG/PLATFORM/UNIX /core_devl/trunk/CFG/PLATFORM/VB6 /core_devl/trunk/CFG/PLATFORM/VB6.CFG /core_devl/trunk/CFG/PLATFORM/VERIX /core_devl/trunk/CFG/PLATFORM/VIXITP /core_devl/trunk/CFG/PLATFORM/VS2003 /core_devl/trunk/CFG/PLATFORM/VS2003.CFG /core_devl/trunk/CFG/PLATFORM/VS2005 /core_devl/trunk/CFG/PLATFORM/VS2005.CFG /core_devl/trunk/CFG/PLATFORM/VS2008 /core_devl/trunk/CFG/PLATFORM/VS2008.CFG /core_devl/trunk/CFG/PLATFORM/VS2010 /core_devl/trunk/CFG/PLATFORM/VS2010.CFG /core_devl/trunk/CFG/PLATFORM/VSDEVRC /core_devl/trunk/CFG/PLATFORM/WCEIPA280 /core_devl/trunk/CFG/PLATFORM/WCEIT3000 /core_devl/trunk/CFG/PLATFORM/WCENAUTIZX5 /core_devl/trunk/CFG/PLATFORM/WCEPA961 /core_devl/trunk/CFG/PLATFORM/WCEPA962 /core_devl/trunk/CFG/PLATFORM/WCEPA962_500 /core_devl/trunk/CFG/PLATFORM/WCEPCM7220 /core_devl/trunk/CFG/PLATFORM/WCEPSION_420 /core_devl/trunk/CFG/PLATFORM/WCEPSION_500 /core_devl/trunk/CFG/PLATFORM/WCEPSION_500_VS2005 /core_devl/trunk/CFG/PLATFORM/WCEPSION_500_emu /core_devl/trunk/CFG/PLATFORM/WCEPSPC_arm /core_devl/trunk/CFG/PLATFORM/WCEPSPC_emu /core_devl/trunk/CFG/PLATFORM/WCEX86A420 /core_devl/trunk/CFG/PLATFORM/WCEX86A500 /core_devl/trunk/CFG/PLATFORM/WCEX86A500_SOM4455 /core_devl/trunk/CFG/PLATFORM/WIN32 /core_devl/trunk/CFG/PLATFORM/WIN32.CFG /core_devl/trunk/CFG/PLATFORM/WINCE.CFG /core_devl/trunk/CFG/PLATFORM/Wce /core_devl/trunk/CFG/TOOLSET/ACEX.DEF /core_devl/trunk/CFG/TOOLSET/ACEX.PL /core_devl/trunk/CFG/TOOLSET/ACEX.RUL /core_devl/trunk/CFG/TOOLSET/ARM251.DEF /core_devl/trunk/CFG/TOOLSET/ARM251.PL /core_devl/trunk/CFG/TOOLSET/AVR_IAR /core_devl/trunk/CFG/TOOLSET/AVR_IAR.DEF /core_devl/trunk/CFG/TOOLSET/AVR_IAR.RUL /core_devl/trunk/CFG/TOOLSET/BORLAND.RUL /core_devl/trunk/CFG/TOOLSET/DAFBR /core_devl/trunk/CFG/TOOLSET/DAFBR.DEF /core_devl/trunk/CFG/TOOLSET/DAFBR.RUL /core_devl/trunk/CFG/TOOLSET/DELPHI7.RUL /core_devl/trunk/CFG/TOOLSET/GENERIC /core_devl/trunk/CFG/TOOLSET/INTELLECT.PL /core_devl/trunk/CFG/TOOLSET/JAVA.PL /core_devl/trunk/CFG/TOOLSET/MOS_MRI.PL /core_devl/trunk/CFG/TOOLSET/MOS_MRI.RUL /core_devl/trunk/CFG/TOOLSET/MOS_MRI_68K.DEF /core_devl/trunk/CFG/TOOLSET/MOS_MRI_CF.DEF /core_devl/trunk/CFG/TOOLSET/MSP430.DEF /core_devl/trunk/CFG/TOOLSET/MSP430.PL /core_devl/trunk/CFG/TOOLSET/MSP430.RUL /core_devl/trunk/CFG/TOOLSET/PD386.RUL /core_devl/trunk/CFG/TOOLSET/PHARLAP.PL /core_devl/trunk/CFG/TOOLSET/PHP.PL /core_devl/trunk/CFG/TOOLSET/VERIX.DEF /core_devl/trunk/CFG/TOOLSET/VERIX.PL /core_devl/trunk/CFG/TOOLSET/VISUALBASIC.RUL /core_devl/trunk/CFG/TOOLSET/m16c.pl /core_devl/trunk/CFG/TOOLSET/m16c.rul /core_devl/trunk/TEST/jats-win-solaris/build_test.pl /core_devl/trunk/TEST/jats-win-solaris/makefile.pl /core_devl/trunk/TEST/jats-win-solaris/src/makefile.pl /core_devl/trunk/TOOLS/DEPLOY/deploylib_cclabel.pl /core_devl/trunk/TOOLS/DEPLOY/findreplacetag.pl /core_devl/trunk/TOOLS/DEPLOY/findreplacetag.sh /core_devl/trunk/TOOLS/LIB/BuildVersion.pm /core_devl/trunk/TOOLS/LIB/JatsBuildFiles.pm /core_devl/trunk/TOOLS/LIB/JatsCopy.pm /core_devl/trunk/TOOLS/LIB/JatsDocTools/JatsDocTools.pm /core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC.pm /core_devl/trunk/TOOLS/LIB/JatsLocateFiles.pm /core_devl/trunk/TOOLS/LIB/JatsSvn.pm /core_devl/trunk/TOOLS/LIB/JatsSvnCore.pm /core_devl/trunk/TOOLS/LIB/MakeIf.pm /core_devl/trunk/TOOLS/LIB/MakeObject.pm /core_devl/trunk/TOOLS/LIB/ToolsetPrinter.pm /core_devl/trunk/TOOLS/LIB/deploylib.pm /core_devl/trunk/TOOLS/LIB/jats_runtest.pm /core_devl/trunk/TOOLS/LIB/jats_runtime.pm /core_devl/trunk/TOOLS/LIB/jats_runtime_arm251.pm /core_devl/trunk/TOOLS/LOCAL/IniFileTest.pl /core_devl/trunk/TOOLS/LOCAL/LocateFilesTest.pl /core_devl/trunk/TOOLS/LOCAL/TestStripDir.pl /core_devl/trunk/TOOLS/LOCAL/bcc_svnconvert.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_path.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_cctest_paths.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_gendata_sbom.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage2.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_importpackage3.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_labeldirs.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_locateTips.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_procdata.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_reposcan.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_rollbackrm.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_updaterm.pl /core_devl/trunk/TOOLS/LOCAL/cc2svn_updatermSuck.pl /core_devl/trunk/TOOLS/LOCAL/cc_find_roots.pl /core_devl/trunk/TOOLS/LOCAL/dump_mug.pl /core_devl/trunk/TOOLS/LOCAL/find_vob_root.pl /core_devl/trunk/TOOLS/LOCAL/getDoc.pl /core_devl/trunk/TOOLS/LOCAL/jats_ccrelease_dynamic.pl /core_devl/trunk/TOOLS/LOCAL/jats_ccview.pl /core_devl/trunk/TOOLS/LOCAL/jats_cmdfile.pm /core_devl/trunk/TOOLS/LOCAL/jats_convert_release.pl /core_devl/trunk/TOOLS/LOCAL/jats_deploy.pl /core_devl/trunk/TOOLS/LOCAL/jats_merge_build.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play24.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play25.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play26.pl /core_devl/trunk/TOOLS/LOCAL/jats_rm_play27.pl /core_devl/trunk/TOOLS/LOCAL/jats_svn_list.pl /core_devl/trunk/TOOLS/LOCAL/new_toolset_def.pl /core_devl/trunk/TOOLS/LOCAL/svn2svn_updaterm.pl /core_devl/trunk/TOOLS/LOCAL/svn_pump.pl /core_devl/trunk/TOOLS/LOCAL/svn_pump2.pl /core_devl/trunk/TOOLS/LOCAL/test_pod_html.pl /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/cache_dpkg.pl /core_devl/trunk/TOOLS/common.pl /core_devl/trunk/TOOLS/gen_cots.pl /core_devl/trunk/TOOLS/gen_msprojects.pl /core_devl/trunk/TOOLS/gen_packagelist.pl /core_devl/trunk/TOOLS/gen_winrc.pl /core_devl/trunk/TOOLS/jats.pl /core_devl/trunk/TOOLS/jats_buildlinux.pl /core_devl/trunk/TOOLS/jats_buildperl.pl /core_devl/trunk/TOOLS/jats_ccdelete_view.pl /core_devl/trunk/TOOLS/jats_cclabel.pl /core_devl/trunk/TOOLS/jats_ccmerge_build.pl /core_devl/trunk/TOOLS/jats_ccrelease.pl /core_devl/trunk/TOOLS/jats_echo.pl /core_devl/trunk/TOOLS/jats_help.pl /core_devl/trunk/TOOLS/jats_lib_scan.pl /core_devl/trunk/TOOLS/jats_rtag_extract.pl /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jats_svn.pl /core_devl/trunk/TOOLS/jats_svnlabel.pl /core_devl/trunk/TOOLS/jats_svnrelease.pl /core_devl/trunk/TOOLS/jats_upddep.pl /core_devl/trunk/TOOLS/jats_vars.pl /core_devl/trunk/TOOLS/jats_vcsdiff.pl /core_devl/trunk/TOOLS/jats_vcsrelease.pl /core_devl/trunk/TOOLS/jats_vcssave_build.pl /core_devl/trunk/TOOLS/makelib.pl
|
| 4688 |
4043 d 10 h |
dpurdie |
/core_devl/trunk/ |
* EnvVars
Added GBE_DPKG_REPLICA. This read-only package store is scanned
before GBE_DPKG. It is intended to facilitate remote build
servers that have a local package archive replica.
* Autobuild support for Java Based Packages
Attempt to overcome shortcomings in ant-using in a remote build
environment. Set GBE_DPKG to GBE_DPKG_REPLICA if doing an ABT enabled
build and GBE_DPKG_REPLICA is defined.
* Jats caching
Modified the cache mechanism such that if the required version is
found in the cache, then it will not be refreshed. This should speed
up jats startup. |
|
/core_devl/trunk/ChangeLog.txt /core_devl/trunk/TOOLS/POD/EnvVars.pod /core_devl/trunk/TOOLS/POD/OverView.pod /core_devl/trunk/TOOLS/POD/PkgArchives.pod /core_devl/trunk/TOOLS/RELEASENOTES/process_release_notes.pl /core_devl/trunk/TOOLS/RELEASENOTES/releaseNote2html.xslt /core_devl/trunk/TOOLS/buildlib.pl /core_devl/trunk/TOOLS/cache_dpkg.pl /core_devl/trunk/TOOLS/create_dpkg.pl /core_devl/trunk/TOOLS/jats.bat /core_devl/trunk/TOOLS/jats.pl /core_devl/trunk/TOOLS/jats.sh /core_devl/trunk/TOOLS/jats.unix.sh /core_devl/trunk/TOOLS/jats_gen_releasenote.pl /core_devl/trunk/TOOLS/jats_sandbox.pl /core_devl/trunk/TOOLS/jats_vars.pl
|