DevTools
svn1
svn1-original
testRepo
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
DevTools
(root)
/
core_devl
/
branches
/
dpurdie_devl
/
HTML
/
JatsWelcome.html
– Rev 1451
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
1451
4837 d 6 h
dpurdie
/core_devl/branches/dpurdie_devl/
/core_devl/branches/dpurdie_devl
/core_devl/branches/dpurdie_devl/ChangeLog.txt
/core_devl/branches/dpurdie_devl/HTML/JatsWelcome.html
/core_devl/branches/dpurdie_devl/TOOLS/LOCAL/cc2svn_importpackage.pl
/core_devl/branches/dpurdie_devl/TOOLS/LOCAL/cc2svn_procdata.pl
/core_devl/branches/dpurdie_devl/TOOLS/LOCAL/cc2svn_updaterm.pl
/core_devl/branches/dpurdie_devl/TOOLS/LOCAL/svn2svn_updaterm.pl
/core_devl/branches/dpurdie_devl/TOOLS/jats_svnrelease.pl
391
4963 d 12 h
dpurdie
/core_devl/branches/dpurdie_devl/
Created by Jats SvnRelease branch request
/core_devl/branches/dpurdie_devl
373
5093 d 0 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Major changes:
* GCC Toolset
Modified the creation and maintenance of debug information.
New methodology is:
Debug information is created for both production and debug builds
Debug information is placed in a .dbg file, which is linked to the
executable, or shared library. The .dbg file is packaged in the manner
as the main binary.
This methodology does not bloat the binary with debug information, while
retaining debug information. The binary transferred to an embedded
device does not contain debug information, yet the image used in the
debugger can still access the debug information. This is the best of
both worlds.
Minor changes:
* HTML Documentation
JatsWelcome.html - Extended references to BMS documentation.
/core_devl/trunk/CFG/TOOLSET/GCC.PL
/core_devl/trunk/CFG/TOOLSET/GCC.RUL
/core_devl/trunk/ChangeLog.txt
/core_devl/trunk/HTML/JatsWelcome.html
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/build.pl
361
5288 d 22 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Major changes:
* HTML Help (Experimental)
Generated documentation for the various JATS utilities
It is based on the internal JATS documentation available on the command
line.
Use
http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html
Minor changes:
* PackageFile directive
Allow packaging of files with a comma in the name.
Used by some COTS packages.
* Windows utilities used by jats
stdmux and rpccpp: provide production versions that do not use debug
libraries as these are not present for all users.
* Jats utility: dstatus
Shows the user friendly host name rather then the internal machine name.
This change is in line with the changes to Release Manager
* Utility: svnrelease
Better deletion of workspaces referenced with non-standard URLs
Corrected problem with -branch=name option
* Utility: svnrelease and ccrelease
Better deletion of workingspace directory.
Attempt to correct for directory permission problems.
* Updated definition of GBE_SVN_URL_FRBESASVN01 to use
the server by name, rather than IP address: 'frbesasvn01'
* Added EnvVar GBE_VCS to control the default Version Control System
employed by the 'jats release' and 'jats extract' commands.
Usable values are: 'cc' and 'svn'.
The default value is 'cc', providing backward compatability to existing
developers.
/core_devl/trunk/HTML
/core_devl/trunk/HTML/Jats.css
/core_devl/trunk/HTML/JatsToc.css
/core_devl/trunk/HTML/JatsWelcome.html
/core_devl/trunk/HTML/displayToc.js
/core_devl/trunk/HTML/favicon.ico
/core_devl/trunk/HTML/images
/core_devl/trunk/HTML/images/VIX Tech logo_RGB.png
/core_devl/trunk/HTML/images/delete.png
/core_devl/trunk/HTML/images/greysmallbullet.gif
/core_devl/trunk/HTML/images/jats_buildsystem.png
/core_devl/trunk/HTML/images/jats_logo.png
/core_devl/trunk/HTML/images/leaf.gif
/core_devl/trunk/HTML/images/minus.gif
/core_devl/trunk/HTML/images/page.gif
/core_devl/trunk/HTML/images/plus.gif
/core_devl/trunk/HTML/images/run.png
/core_devl/trunk/HTML/images/x.gif
/core_devl/trunk/HTML/images/xlink.gif
/core_devl/trunk/HTML/index.html
/core_devl/trunk/HTML/scineplex.css
/core_devl/trunk/HTML/tocParas.js
/core_devl/trunk/HTML/tocTab.js
/core_devl/trunk/HTML/topframe.html
/core_devl/trunk/TOOLS/LIB/JatsDocTools
/core_devl/trunk/TOOLS/LIB/JatsDocTools/JatsDocTools.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/Pod.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/TOC/HTML.pm
/core_devl/trunk/TOOLS/LIB/JatsDocTools/Tree
/core_devl/trunk/TOOLS/LIB/JatsDocTools/Tree/HTML.pm
/core_devl/trunk/TOOLS/LIB/Pod/Html.pm
/core_devl/trunk/TOOLS/POD/FAQ
/core_devl/trunk/TOOLS/POD/FAQ/AddingAnIconToAWindowsEXE.pod
/core_devl/trunk/TOOLS/POD/FAQ/AddingVersionInfoToAWindowsDLL.pod
/core_devl/trunk/TOOLS/POD/FAQ/Compile_Windows_Resources.pod
/core_devl/trunk/TOOLS/POD/FAQ/Creating_an_API_Package.pod
/core_devl/trunk/TOOLS/POD/FAQ/Insert_Version_Information_into_a_File.pod
/core_devl/trunk/TOOLS/POD/FAQ/Merge_Static_Libraries.pod
/core_devl/trunk/TOOLS/POD/FAQ/MessageCompiler.pod
/core_devl/trunk/TOOLS/POD/FAQ/Using_Buildfilter_To_Speedup_Test_Builds.pod
/core_devl/trunk/TOOLS/jats_cclabel.pl
/core_devl/trunk/TOOLS/jats_label.pl
/core_devl/trunk/BIN.win32/rpccpp.exe
/core_devl/trunk/BIN.win32/stdmux.exe
/core_devl/trunk/BUILD/MakePackage.pl
/core_devl/trunk/BUILD/makefile.pl
/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/TOOLS/CCbc2.pl
/core_devl/trunk/TOOLS/CCdiff.pl
/core_devl/trunk/TOOLS/LIB/DeployUtils/RmPkgInfo.pm
/core_devl/trunk/TOOLS/LIB/FileUtils.pm
/core_devl/trunk/TOOLS/LIB/JatsSvn.pm
/core_devl/trunk/TOOLS/POD/EnvVars.pod
/core_devl/trunk/TOOLS/POD/InstallationNotes.pod
/core_devl/trunk/TOOLS/POD/OverView.pod
/core_devl/trunk/TOOLS/POD/PkgArchives.pod
/core_devl/trunk/TOOLS/buildlib.pl
/core_devl/trunk/TOOLS/cache_dpkg.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/jats.bat
/core_devl/trunk/TOOLS/jats.pl
/core_devl/trunk/TOOLS/jats.sh
/core_devl/trunk/TOOLS/jats_buildlinux.pl
/core_devl/trunk/TOOLS/jats_buildperl.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_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_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_vcsrelease.pl
/core_devl/trunk/TOOLS/jats_vcssave_build.pl
/core_devl/trunk/TOOLS/jmake.pl
/core_devl/trunk/TOOLS/makelib.pl2
/core_devl/trunk/UTILS/rpccpp/build_test.pl
/core_devl/trunk/UTILS/stdmux/build_test.pl
/core_devl/trunk/build.pl