Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
7310 2996 d 16 h dpurdie /core_devl/branches/gitBuilder/ Major rework of build target processing to allow the complete list of build targets to be generated on any machine.
Simplified the creation of build platforms that morph into many platforms.
Removed the need for the 'new_platform()' functions and then deleted config files that only had this feature.
Better detection of platform names that are used, but not specified in the build.pl file.
Deprecated the morphing of SOLARIS to SOLARIS on Solaris8.
Extended some display lists from 79 characters to 100.
Detect, report and ignore, nested sandboxes.
Improved mixed case file name detection in the Exists and Requires functions.
Simplification to ExpandPlatforms.
 
7300 2295 d 18 h dpurdie /core_devl/branches/gitBuilder/  
7299 2295 d 18 h dpurdie /core_devl/branches/gitBuilder/ Created to duplicate the work done on svn002  
5709 3520 d 14 h dpurdie /core_devl/trunk/ Updated VIX copyright notice in all files that had a VIX or ERG copyright notice  
317 5810 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* WinCe Toolsets
New CompileOptions operations:
Exceptions - Enable exception handling
noExceptions - Disable
Default is to retain backward compatibility. It is mixed.
Example:
CompileOptions ('*', 'Exceptions' );

* Solaris targets
Full support for a target called SOLARIS8_SPARC32
It is identical to SOLARIS in a 'sparc' build machine, but it is only
available on a 'sparc' build machine. Can be used to limit builds to one
machine type.