Subversion Repositories DevTools

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
7564 2155 d 15 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
 
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
7547 2161 d 7 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.
 
/core_devl/trunk/BIN.win32/msys
/core_devl/trunk/BIN.win32/msys/Readme.txt
/core_devl/trunk/BIN.win32/msys/tmp
/core_devl/trunk/BIN.win32/msys/usr
/core_devl/trunk/BIN.win32/msys/usr/bin
/core_devl/trunk/BIN.win32/msys/usr/bin/bzip2.exe
/core_devl/trunk/BIN.win32/msys/usr/bin/gzip.exe
/core_devl/trunk/BIN.win32/msys/usr/bin/msys-2.0.dll
/core_devl/trunk/BIN.win32/msys/usr/bin/msys-gcc_s-1.dll
/core_devl/trunk/BIN.win32/msys/usr/bin/msys-iconv-2.dll
/core_devl/trunk/BIN.win32/msys/usr/bin/msys-intl-8.dll
/core_devl/trunk/BIN.win32/msys/usr/bin/sh.exe
/core_devl/trunk/BIN.win32/msys/usr/bin/tar.exe
/core_devl/trunk/BIN.win32/bzip2.dll
/core_devl/trunk/BIN.win32/libarchive2.dll
/core_devl/trunk/BIN.win32/tar.exe
/core_devl/trunk/BIN.win32/zlib1.dll
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/VCWIN32.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TEMPLATES/INSTALL/linux.ubuntu.profile.jats.sh
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/POD/EnvVars.pod
/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_vars.pl
7428 2227 d 12 h dpurdie /core_devl/trunk/ * Build Files
Improved --NoToolSet support for GCC toolchain. Will not provide ctags support.
 
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
7040 2409 d 7 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
6898 2484 d 11 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
 
/core_devl/trunk/TOOLS/LIB/UtfFilter_ant.pm
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/MakeEntry.pm
/core_devl/trunk/TOOLS/LIB/UtfFilter_junit.pm
/core_devl/trunk/TOOLS/LIB/jats_runutf.pm
/core_devl/trunk/TOOLS/LOCAL/rmMerge_jats_rm_query.pl
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/makelib.pl2
6798 2555 d 9 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
 
/core_devl/trunk/BUILD/MakePackage.pl
/core_devl/trunk/BUILD/PostInstall.sh
/core_devl/trunk/BUILD/makefile.pl
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/DBI.pm
/core_devl/trunk/TOOLS/LIB/JatsMakeInfo.pm
/core_devl/trunk/TOOLS/LOCAL/jats_rm_play24.pl
/core_devl/trunk/TOOLS/gen_msprojects.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
6459 2799 d 14 h dpurdie /core_devl/trunk/ Added new platforms: ANDROIDARMV7  
/core_devl/trunk/CFG/PLATFORM/ANDROIDARMV7
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
6294 2889 d 15 h dpurdie /core_devl/trunk/ Version: 3.16.6000.cr  
/core_devl/trunk/CFG/PLATFORM/WCE6ARMV4I
/core_devl/trunk/CFG/TOOLSET/VCEMBEDDED2008.DEF
/core_devl/trunk/CFG/PLATFORM/PLATFORM_CFG.PM
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/JAVA.PL
/core_devl/trunk/CFG/TOOLSET/VCEMBEDDED2005.DEF
/core_devl/trunk/CFG/TOOLSET/VCWCE.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/JatsDPackage.pm
/core_devl/trunk/TOOLS/create_dpkg.pl
/core_devl/trunk/TOOLS/makelib.pl2
6276 2905 d 7 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 14 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
6177 3053 d 15 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
6133 3127 d 14 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
5885 3444 d 9 h dpurdie /core_devl/trunk/ Added title to LCOV pages  
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
5884 3444 d 9 h dpurdie /core_devl/trunk/ Rework of code coveral tool - gcov
* Prevent generated files all over the file system - keep then in the package
* Handle some strange build topologies (crypto)
* Simplify the filtering of unwanted artifacts
 
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
5883 3445 d 12 h dpurdie /core_devl/trunk/ [JATS-266] - jats install and package - does not preserve symbolic links
Modify JatsFileUtil to support the preservation of a symlink
 
/core_devl/trunk/BIN.linux_i386/JatsFileUtil
/core_devl/trunk/BIN.linux_x64/JatsFileUtil
/core_devl/trunk/BIN.solaris10_sparc32/JatsFileUtil
/core_devl/trunk/BIN.solaris10_x86/JatsFileUtil
/core_devl/trunk/BIN.sparc/JatsFileUtil
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/UTILS/JatsFileUtil/src/JatsFileUtilUnx.c
5882 3445 d 14 h dpurdie /core_devl/trunk/ [JATS-266] - jats install and package - does not preserve symbolic links
Mark shared library soname and link name bits as needing symlinks
Modify JatsFileUtil to support the preservation of a symlink
 
/core_devl/trunk/BIN.linux_i386/JatsFileUtil
/core_devl/trunk/BIN.linux_x64/JatsFileUtil
/core_devl/trunk/BIN.solaris10_sparc32/JatsFileUtil
/core_devl/trunk/BIN.solaris10_x86/JatsFileUtil
/core_devl/trunk/BIN.sparc/JatsFileUtil
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/SUNWORKS.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/UTILS/JatsFileUtil/src/JatsFileUtilUnx.c
/core_devl/trunk/UTILS/JatsFileUtil/src/JatsFileUtilWin.c
/core_devl/trunk/UTILS/JatsFileUtil/src/release.sh
5817 3462 d 15 h dpurdie /core_devl/trunk/CFG/ UBUNUTU12C11_INSTRUMENT and UBUNUTU12_INSTRUMENT platforms
lcov includes branch coverage

All _INSTRUMENT targets
Limit coverage to file within the package
Now excludes all external libraries
 
/core_devl/trunk/CFG/PLATFORM/UBUNTU12C11_INSTRUMENT
/core_devl/trunk/CFG/PLATFORM/UBUNTU12_INSTRUMENT
/core_devl/trunk/CFG/TOOLSET/GCC.PL
5796 3472 d 7 h dpurdie /core_devl/trunk/ [JATS-373] UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
Specify the dynamic linker used to load programs generated by this compiler
 
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
5744 3504 d 9 h dpurdie /core_devl/trunk/ Minor changes:
* Utility cache_dpkg
When used by the build system, the contents of the 'lcov' directory
will not be cached.

Add facility to allow build system to wait for package replication
to occur. Only active when a replica store is configured.

* UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
Added 'rpath' elements to generated executables to ensure that
the all glibc components required by the runtime can be located.
 
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/TOOLS/LIB/BuildName.pm
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.pl
5736 3508 d 7 h dpurdie /core_devl/trunk/ Minor changes:
* C11 Support under GCC
Use '-std=gnu++11' for building c++ files (Not -std=c++11)
Note: Use of the compiler definition 'linux' is non-standard
__linux__ is the standard definition.
 
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/ChangeLog.txt

Show All