Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72628 - sandbox/SOC/2011/checks/libs/checks/doc
From: pbristow_at_[hidden]
Date: 2011-06-17 08:24:54


Author: pbristow
Date: 2011-06-17 08:24:54 EDT (Fri, 17 Jun 2011)
New Revision: 72628
URL: http://svn.boost.org/trac/boost/changeset/72628

Log:
/libs/checks files added.
Added:
   sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html.bat (contents, props changed)
   sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html_index.bat (contents, props changed)
   sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html_pdf_index.bat (contents, props changed)
   sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_pdf.bat (contents, props changed)
   sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_pdf_index.bat (contents, props changed)

Added: sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html.bat
==============================================================================
--- (empty file)
+++ sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html.bat 2011-06-17 08:24:54 EDT (Fri, 17 Jun 2011)
@@ -0,0 +1,16 @@
+echo off
+rem Runs bjam jamfile.v2 and pipes the output to named log file,
+rem including the date and time, so that each log file has a unique name,
+rem for example: checks_23-Mar-2010_1751_html.log
+rem The DOS time format is assumed 12:34 and the : separator is not used.
+set t=%time% /T
+set tim=%t:~0,2%%t:~3,2%
+rem pick just hours and minutes.
+rem time may include leading space, like " 915", so remove space.
+set tim=%tim: =%
+i:
+cd \boost-sandbox\SOC\2011\checks\libs\checks\doc
+echo on
+bjam > ChecksDocs_%date%_%tim%.log
+if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)
+pause
\ No newline at end of file

Added: sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html_index.bat
==============================================================================
--- (empty file)
+++ sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html_index.bat 2011-06-17 08:24:54 EDT (Fri, 17 Jun 2011)
@@ -0,0 +1,16 @@
+echo off
+rem Runs bjam jamfile.v2 and pipes the output to named log file,
+rem including the date and time, so that each log file has a unique name,
+rem for example: checks_23-Mar-2010_1751_html.log
+rem The DOS time format is assumed 12:34 and the : separator is not used.
+set t=%time% /T
+set tim=%t:~0,2%%t:~3,2%
+rem pick just hours and minutes.
+rem time may include leading space, like " 915", so remove space.
+set tim=%tim: =%
+i:
+cd \boost-sandbox\SOC\2011\checks\libs\checks\doc
+echo on
+bjam html --enable-index > ChecksDocs_html_index%date%_%tim%.log
+if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)
+pause
\ No newline at end of file

Added: sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html_pdf_index.bat
==============================================================================
--- (empty file)
+++ sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_html_pdf_index.bat 2011-06-17 08:24:54 EDT (Fri, 17 Jun 2011)
@@ -0,0 +1,19 @@
+echo off
+rem Runs bjam jamfile.v2 and pipes the output to named log file,
+rem including the date and time, so that each log file has a unique name,
+rem for example: checks_23-Mar-2010_1751_html.log
+rem The DOS time format is assumed 12:34 and the : separator is not used.
+set t=%time% /T
+set tim=%t:~0,2%%t:~3,2%
+rem pick just hours and minutes.
+rem time may include leading space, like " 915", so remove space.
+set tim=%tim: =%
+i:
+cd \boost-sandbox\SOC\2011\checks\libs\checks\doc
+echo on
+bjam html --enable-index > ChecksDocs_html_index%date%_%tim%.log
+if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)
+bjam pdf --enable-index > ChecksDocs_pdf_index_%date%_%tim%.log
+if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)
+
+pause
\ No newline at end of file

Added: sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_pdf.bat
==============================================================================
--- (empty file)
+++ sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_pdf.bat 2011-06-17 08:24:54 EDT (Fri, 17 Jun 2011)
@@ -0,0 +1,19 @@
+echo off
+rem Runs bjam jamfile.v2 and pipes the output to named log file,
+rem including the date and time, so that each log file has a unique name,
+rem for example: checks_23-Mar-2010_1751_html.log
+rem The DOS time format is assumed 12:34 and the : separator is not used.
+set t=%time% /T
+set tim=%t:~0,2%%t:~3,2%
+rem pick just hours and minutes.
+rem time may include leading space, like " 915", so remove space.
+set tim=%tim: =%
+i:
+cd \boost-sandbox\SOC\2011\checks\libs\checks\doc
+echo on
+bjam pdf > ChecksDocs_pdf_%date%_%tim%.log
+if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)
+pause
+
+rem Note that you MUST close the previous version of the pdf while building,
+rem unlike the html where you can just reload!
\ No newline at end of file

Added: sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_pdf_index.bat
==============================================================================
--- (empty file)
+++ sandbox/SOC/2011/checks/libs/checks/doc/ChecksDocs_pdf_index.bat 2011-06-17 08:24:54 EDT (Fri, 17 Jun 2011)
@@ -0,0 +1,16 @@
+echo off
+rem Runs bjam jamfile.v2 and pipes the output to named log file,
+rem including the date and time, so that each log file has a unique name,
+rem for example: checks_23-Mar-2010_1751_html.log
+rem The DOS time format is assumed 12:34 and the : separator is not used.
+set t=%time% /T
+set tim=%t:~0,2%%t:~3,2%
+rem pick just hours and minutes.
+rem time may include leading space, like " 915", so remove space.
+set tim=%tim: =%
+i:
+cd \boost-sandbox\SOC\2011\checks\libs\checks\doc
+echo on
+bjam pdf --enable-index > ChecksDocs_pdf_index_%date%_%tim%.log
+if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)
+pause
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk