Update of /cvsroot/boost/boost/tools/regression/xsl_reports/runner
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5934/tools/regression/xsl_reports/runner
Modified Files:
regression.py
Log Message:
Update the bjam supported toolsets.
Index: regression.py
===================================================================
RCS file:
/cvsroot/boost/boost/tools/regression/xsl_reports/runner/regression.py,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- regression.py 23 May 2007 20:15:48 -0000 1.73
+++ regression.py 21 Jun 2007 21:58:30 -0000 1.74
@@ -43,10 +43,10 @@
if sys.platform == 'win32':
bjam[ 'name' ] = 'bjam.exe'
bjam[ 'build_cmd' ] = lambda toolset, v2: bjam_build_script_cmd(
'build.bat %s' % toolset )
- bjam[ 'is_supported_toolset' ] = lambda x: x in [ 'borland', 'como',
'gcc', 'gcc-nocygwin' \
- , 'intel-win32',
'metrowerks', 'mingw' \
- , 'msvc', 'vc7' \
- ]
+ bjam[ 'is_supported_toolset' ] = lambda x: x in [ \
+ 'borland', 'como', 'gcc', 'gcc-nocygwin', 'intel-win32', 'metrowerks',
'mingw', \
+ 'msvc', 'vc7', 'vc8' \
+ ]
process_jam_log[ 'name' ] = 'process_jam_log.exe'
def default_toolset(v2):
@@ -60,11 +60,10 @@
else:
bjam[ 'name' ] = 'bjam'
bjam[ 'build_cmd' ] = lambda toolset, v2: bjam_build_script_cmd(
'./build.sh %s' % toolset )
- bjam[ 'is_supported_toolset' ] = lambda x: x in [ 'acc', 'como', 'darwin',
'gcc' \
- , 'intel-linux', 'kcc',
'kylix' \
- , 'mipspro', 'sunpro',
'tru64cxx' \
- , 'vacpp'\
- ]
+ bjam[ 'is_supported_toolset' ] = lambda x: x in [ \
+ 'acc', 'como', 'darwin', 'gcc', 'intel-linux', 'kcc', 'kylix',
'mipspro', \
+ 'pathscale', 'pgi', 'qcc', 'sun', 'sunpro', 'tru64cxx', 'vacpp' \
+ ]
process_jam_log[ 'name' ] = 'process_jam_log'
process_jam_log[ 'default_toolset' ] = lambda x: 'gcc'
patch_boost_name = 'patch_boost'
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs