--- Begin Message ---
Package: dart
Severity: wishlist
Hello,
Dart is provided only from a CVS server. The version available in Debian
is dated 2002.08.05. Maybe you could consider using a newer version?
I do not use Dart yet so I do not have a real bug with the version
available in Debian.
CVS changelog since 2002.08.05:
2006-02-16 andy <[EMAIL PROTECTED]>
* Source/Server/XSL/Build.xsl:
ENH: Allow specifying urls (Thank you Julien)
2005-11-21 andy <[EMAIL PROTECTED]>
* Source/Server/DartConfiguration.tcl.sample: ENH: Initial import
2005-11-20 andy <[EMAIL PROTECTED]>
* Source/Server/www/cgi-bin/RollupDashboard.sh,
Source/Server/www/cgi-bin/SampleRollup.cgi,
Source/Server/www/cgi-bin/Submit-Sample.cgi,
Source/Server/www/cgi-bin/TriggerSite.py,
Source/Server/www/cgi-bin/HTTPUploadDartFile.cgi:
ENH: Initial import
2005-10-03 andy <[EMAIL PROTECTED]>
* Source/Client/Utility.tcl: ENH: Fix users file parsing
2005-08-03 millerjv <[EMAIL PROTECTED]>
* Source/Server/XSL/DynamicAnalysis.xsl:
FIX: errors were not reported in the proper columns
2005-03-16 andy <[EMAIL PROTECTED]>
* Source/Server/www/Icons/Generator.png: ENH: Initial import
2005-02-15 andy <[EMAIL PROTECTED]>
* Source/Server/XSL/Dashboard.xsl:
ENH: Add support for build/test time and generator
* Source/Server/XSL/Build.xsl, Source/Server/XSL/Test.xsl:
ENH: Add generator and elapsed minutes support
* Source/Client/Dart.conf.in, Source/Client/Utility.conf.in:
ENH: Add commands for memory checking and coverage
2004-12-10 blezek <[EMAIL PROTECTED]>
* Documentation/Dart2.tex: Minor edits, added xmlrpc
2004-12-03 blezek <[EMAIL PROTECTED]>
* Documentation/Dart2.tex, Documentation/Insight.sty,
Documentation/InsightBook.cls, Documentation/InsightPaper.sty,
Documentation/Makefile, Documentation/fncychap.sty:
Initial checkin of Dart2 design document
2004-09-10 millerjv <[EMAIL PROTECTED]>
* Source/Server/www/cgi-bin/UploadDart.cgi: First bit of documentation
* Source/Client/Update.tcl:
FIX: New versions of the cvs server use a ISO format for dates in cvs
log messages YYYY-MM-DD
* Source/Server/www/cgi-bin/Dart.pl, Web/HTML/Install.shtml,
README.INSTALL:
Changing name of Dart.pl to TriggerDart.cgi
* README.INSTALL: Changing name of Dart.pl to TriggerDart.pl
* Source/Server/www/cgi-bin/UploadDart.cgi:
First checkin of a Perl script to accept HTTP POST submits.
* Source/Server/www/cgi-bin/TriggerDart.cgi:
Changing the name of Dart.pl to TriggerDart.pl
2004-09-02 millerjv <[EMAIL PROTECTED]>
* Source/Client/Utility.conf.in:
Added note indicating this file is be removed at later date
* Source/Client/Dart.conf.in:
FIX: pass through expected builds (to match Utility.conf.in)
* Source/Server/XSL/Doxygen.xsl: FIX: output method
2004-09-01 millerjv <[EMAIL PROTECTED]>
* Source/Client/Utility.tcl:
FIX: SaxonOptions proc when options have ='s in them
2004-08-24 millerjv <[EMAIL PROTECTED]>
* Source/Client/DashboardManager.tcl: FIX: needed eval for SaxonOptions
* Source/Client/DashboardManager.tcl, Source/Client/Utility.tcl:
FIX: Remove empty parameters to Saxon
* Source/Server/XSL/Dashboard.xsl, Source/Server/XSL/Test.xsl:
FIX: Manage/report duplicate tests
* Source/Client/Defaults.conf: FIX: additional default BuildDoxygen=Off
* Source/Client/DashboardManager.tcl, Source/Server/XSL/Build.xsl,
Source/Server/XSL/BuildOverview.xsl, Source/Server/XSL/Configure.xsl,
Source/Server/XSL/Coverage.xsl, Source/Server/XSL/CoverageLog.xsl,
Source/Server/XSL/Dashboard.xsl, Source/Server/XSL/Doxygen.xsl,
Source/Server/XSL/DynamicAnalysis.xsl, Source/Server/XSL/Notes.xsl,
Source/Server/XSL/Purify.xsl, Source/Server/XSL/Test.xsl,
Source/Server/XSL/TestOverview.xsl, Source/Server/XSL/Update.xsl:
ENH: Updated scripts to Saxon XSLT processor (and some XSLT 2.0
syntax). XSLT
processing should be faster.
2004-08-19 millerjv <[EMAIL PROTECTED]>
* Source/Server/saxon/README.txt, Source/Server/saxon/saxon8.jar:
First checkin of Saxon XSLT processor. This process is 3-4 times
faster than the xalan processor and will supplant Dart's use of xalan
2004-07-21 blezek <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: Added Warnung to list of regular expressions
2004-05-26 lorensen <[EMAIL PROTECTED]>
* Web/HTML/Download.shtml: ERR: typos in cvs commands.
2004-05-18 iscott <[EMAIL PROTECTED]>
* Examples/dt/Common/Testing/Cxx/dtcTest1.cxx,
Examples/dt/Common/Testing/Cxx/dtcTest2.cxx:
Prefer new form of iostream
* Examples/dt/CMakeLists.txt,
Examples/dt/Common/Testing/Cxx/dtcTest1.cxx,
Examples/dt/Common/Testing/Cxx/dtcTest2.cxx, Examples/dt/dtConfigure.h.in:
Some platforms don't appear to provide iostream.h anymore.
Check existence of and use <iostream> or <iostream.h> as appropriate
2004-04-29 millerjv <[EMAIL PROTECTED]>
* Source/Server/XSL/DashboardConfig.xsl:
FIX: encoded any + in a filename used as a url
2004-03-16 iscott <[EMAIL PROTECTED]>
* README.INSTALL: typos - thanks to Richard Wackerbarth
2004-02-12 iscott <[EMAIL PROTECTED]>
* Source/Client/Utility.conf.in: Ad line at Amitha's request
2004-02-08 iscott <[EMAIL PROTECTED]>
* Source/Client/Coverage.tcl, Source/Client/Utility.tcl,
Web/HTML/Advanced.shtml:
Coverage now runs gcov on each .bb file, rather than .da file. .da
files are only created when the code in a given source file is run. .bb files
are created for every piece of executable code at compile time. This change
will move a large number of files from the "Not Tested" category into the 0%
coverage category. Coverage rates will be much lower but more realistic.
.NoDartCoverage now can specify individual files to ignore
2004-02-06 iscott <[EMAIL PROTECTED]>
* Source/Server/XSL/DynamicAnalysis.xsl: Fix background colouring logic
2004-01-28 iscott <[EMAIL PROTECTED]>
* Source/Client/Purify.tcl, Source/Client/Valgrind.tcl:
If a test was not run then don't try to look at the results for that
test
2004-01-27 iscott <[EMAIL PROTECTED]>
* ToDo.txt, Source/Client/Defaults.conf, Source/Client/Purify.tcl,
Source/Client/Valgrind.tcl, Source/Server/XSL/Dashboard.xsl,
Source/Server/XSL/DynamicAnalysis.xsl, Source/Utilities/valgrind-1.9.5-patch,
Source/Utilities/valgrind-patch, Web/HTML/Advanced.shtml,
Source/Client/DashboardManager.tcl:
Generalise the Purify reporting to cope with any run-time analysis.
Leave the purify.xml handling code in for backwards compatibility
Add a new valgrind client which can parse native valgrind output
Modify webpages to reflect changes.
* Examples/dt/CMakeLists.txt, Examples/dt/Common/CMakeLists.txt,
Examples/dt/Common/Testing/Cxx/dtcTest1.cxx, Examples/dt/dtConfigure.h.in:
Update example to Use CMake 1.8
Add deliberate fault to be picked up by Valgrind
2004-01-15 blezek <[EMAIL PROTECTED]>
* Source/Client/Build.tcl:
ENH: Added regular expression to match Borland error. Error is of the
form "Fatal: Error detected (LME351)"
2003-12-04 iscott <[EMAIL PROTECTED]>
* Web/HTML/Advanced.shtml: Spelling and better grammar
* Web/HTML/Advanced.shtml: Describe .NoDartCoverage mechanism
2003-12-02 iscott <[EMAIL PROTECTED]>
* ToDo.txt: We really should sort out the valgrind support
2003-08-26 king <[EMAIL PROTECTED]>
* Source/Client/Build.tcl:
ENH: Added warning blocks for some VXL-specific files. Disabling
warnings should be configurable on a per-project basis.
* Source/Client/Build.tcl: BUG: Removed useless warning exception line.
2003-08-25 king <[EMAIL PROTECTED]>
* Source/Client/Build.tcl:
ENH: Disabled some SGI warnings in system files.
2003-08-15 king <[EMAIL PROTECTED]>
* Source/Client/Coverage.tcl:
ENH: Modified coverage file regex to support gcc 3.3 coverage output.
2003-07-11 blezek <[EMAIL PROTECTED]>
* Source/Server/XSL/DashboardConfig.xsl:
BUG: Fixing bug in Netscape JavaScript, big thanks to Ashok K.
2003-05-20 iscott <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: Fixed bug in previous update.
* Source/Client/Purify.tcl:
Don't require valgrind tag to appear at start of log line
Otherwise we miss important first line of errors if they happen before
the program has terminated a line.
* Source/Server/XSL/Purify.xsl:
Moved the UMR errors generated by Valgrind to the left, so that they
are more easily visible
2003-05-19 iscott <[EMAIL PROTECTED]>
* Source/Client/Build.tcl:
Detect problems in the MSDEV .dsw files (like repeated project names)
2003-04-30 iscott <[EMAIL PROTECTED]>
* Web/HTML/Advanced.shtml: spelling
2003-04-14 iscott <[EMAIL PROTECTED]>
* Web/HTML/Advanced.shtml, Web/HTML/Client.shtml:
Some useful hints from Fred Wheeler
2003-04-11 millerjv <[EMAIL PROTECTED]>
* Source/Server/XSL/Test.xsl: FIX: misplaced redirect:write
2003-04-10 millerjv <[EMAIL PROTECTED]>
* Source/Server/XSL/TestOverview.xsl: FIX: alignment
* Source/Server/XSL/Test.xsl: ENH: Added sorting
* Source/Server/XSL/Dashboard.xsl, Source/Server/XSL/Test.xsl,
Source/Server/XSL/TestOverview.xsl:
ENH: Report execution times
* Source/Server/XSL/Dashboard.xsl:
FIX: Added name formating to dashboard notes
* Source/Server/XSL/Notes.xsl:
FIX: Added name formating to build stamp notes
* Source/Server/XSL/Notes.xsl: ENH: Added name attribute to notes
2003-04-09 iscott <[EMAIL PROTECTED]>
* Web/HTML/Advanced.shtml:
Description of how to use named measurements - Courtesy of Jim Miller
Description of how to use valgrind 1.9.5 with Dart
* Source/dev_readme.html:
Description of how the named measurement scheme works
Thanks to Jim Miller for the original description
* Source/Utilities/valgrind-1.9.5-patch:
a patch for valgrind-1.9.5 and similar versions.
you will need to use patch -p1 for some reason
2003-04-04 millerjv <[EMAIL PROTECTED]>
* Source/Client/DashboardManager.tcl, Source/Server/XSL/Dashboard.xsl:
FIX: Only rebuild BuildOveriew when needed
* Source/Client/DashboardManager.tcl: FIX
* Source/Client/DashboardManager.tcl: FIX: typo
* Source/Client/DashboardManager.tcl:
FIX: first attempt at only rebuilding notes when necessary
* Source/Server/XSL/TestOverview.xsl: ENH: order by buildname then site
2003-04-03 iscott <[EMAIL PROTECTED]>
* Source/Client/Utility.tcl:
Apply recent fix in Test.tcl to similar code here
2003-04-02 iscott <[EMAIL PROTECTED]>
* Source/Client/Test.tcl:
Previous change to output file blocking caused return value to be lost
Make output channel blocking just before close to get at return value.
2003-03-28 iscott <[EMAIL PROTECTED]>
* Source/Client/Test.tcl, Source/Client/Utility.tcl:
Fix failure to timeout correctly
2003-03-27 iscott <[EMAIL PROTECTED]>
* Source/Server/XSL/DashboardConfig.xsl:
Reduce width of buttons to get a narrower dashboard
Adjust some button labels to maintain button border
2003-03-25 iscott <[EMAIL PROTECTED]>
* Source/Client/Dart.conf.in, Source/Client/Utility.conf.in,
Web/HTML/Advanced.shtml:
Some documentation on using valgrind
Allow valgrind options to be set in CMake
2003-03-20 iscott <[EMAIL PROTECTED]>
* Source/Client/DashboardManager.tcl:
Don't print monitor list contact message if there is no monitor list.
2003-03-19 iscott <[EMAIL PROTECTED]>
* Source/Client/Submit.tcl:
Print http return status code - because tcl::http thinks 404 is "OK"
* Source/Client/DashboardManager.tcl: Fix source indentation
2003-03-18 iscott <[EMAIL PROTECTED]>
* Web/HTML/Advanced.shtml:
I needed to use static linking to get it to work
2003-03-12 lorensen <[EMAIL PROTECTED]>
* Source/Client/DashboardManager.tcl:
ERR: DashboardManager needed more memory for TestOverview.
2003-03-12 king <[EMAIL PROTECTED]>
* Source/Client/DashboardManager.tcl, Source/Client/Utility.tcl:
ENH: Renamded the gzipped files to .htmlz instead of .html.gz. This
allows web servers to be configured to automatically decompress the pages when
the client does not suport the compression.
2003-03-05 iscott <[EMAIL PROTECTED]>
* Source/dev_readme.html:
A little information that would have been useful when tracking down the
problem with the test summaries
2003-03-04 andy <[EMAIL PROTECTED]>
* Source/Client/DashboardManager.tcl: As Jim Miller suggested:
Try making line 652 of DashboardManager.tcl read
if { $XML == "Test" } {
This seems to fix the problem of TestOverview not working.
2003-03-04 iscott <[EMAIL PROTECTED]>
* Source/Server/XSL/Dashboard.xsl:
I went back to version 1.32, before the mods to add config results
support, and put in all the necessary mods, without changing any of the rest of
the file. In the first attempt at these mods, my editor made a lot of changes
to the spacing.
2003-03-03 lorensen <[EMAIL PROTECTED]>
* Source/Client/Submit.tcl:
ERR: ScpCommand -> Dart(ScpCommand). Thanks to Fred Wheeler for
reporting this.
2003-02-28 iscott <[EMAIL PROTECTED]>
* Source/Server/XSL/Dashboard.xsl: Reduce width of dashboard
2003-02-27 iscott <[EMAIL PROTECTED]>
* Source/Server/XSL/Dashboard.xsl:
Fix placement of "No Submission" label
* Source/Client/Configure.tcl, Source/Client/Dart.conf.in,
Source/Client/DashboardManager.tcl, Source/Client/Utility.conf.in,
Source/Client/Utility.tcl, Source/Server/XSL/Configure.xsl,
Source/Server/XSL/Dashboard.xsl, Web/HTML/Install.shtml:
Support for configuration reporting.
Finer grained control about when to send out emails.
Updated webpages to describe non-deprecated email options
2003-02-24 iscott <[EMAIL PROTECTED]>
* Source/dev_readme.html: Some notes on how Dart works internally
2003-02-05 king <[EMAIL PROTECTED]>
* Source/Client/Build.tcl:
ENH: Added parsing of remarks from the intel compiler for linux.
2003-02-04 berk <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: fix warning exception
2003-02-04 martink <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: added warning exception
2003-01-31 blezek <[EMAIL PROTECTED]>
* Examples/dt/Common/CMakeLists.txt: ENH: Working with CMake 1.6
2003-01-17 millerjv <[EMAIL PROTECTED]>
* Source/Server/XSL/Dashboard.xsl:
FIX: bad urls when only tests are submitted
2003-01-09 millerjv <[EMAIL PROTECTED]>
* Source/Server/XSL/Dashboard.xsl, Source/Server/XSL/Update.xsl:
ENH: Highlight problems in updating on dashboard
* Source/Client/DashboardManager.tcl: FIX: check if Update.html exists
2003-01-08 andy <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: Add link error on mac OSX
2003-01-08 millerjv <[EMAIL PROTECTED]>
* Source/Server/XSL/Dashboard.xsl:
ENH: Changed sorting of builds on dashboard to be BuildName then
SiteName
* Source/Client/Test.tcl:
FIX: removed less than symbol from message in XML field
2003-01-07 millerjv <[EMAIL PROTECTED]>
* Source/Server/XSL/Dashboard.xsl:
FIX: put entry on Dashboard even if only tests were run (no update and
no build)
* Source/Client/DashboardManager.tcl, Source/Client/Test.tcl,
Source/Client/Utility.tcl:
ENH: Added compression of generated HTML documents and compression of
old HTML and XML documents
* Source/Client/Defaults.conf: Default for compression of HTML reports
2003-01-02 blezek <[EMAIL PROTECTED]>
* Source/Client/Utility.tcl:
ENH: [info tclversion] guard around XMLCharMap
* Source/Client/Test.tcl, Source/Client/Utility.tcl:
BUG: XMLSafeString was changing the '<' and Dart could no longer find
uuencoded files
2003-01-01 lorensen <[EMAIL PROTECTED]>
* Source/Client/Utility.tcl: ERR: paste error.
* Source/Client/Test.tcl, Source/Client/Utility.tcl:
ENH: new proc PrintableString added. ERR: XMLSafeString was improperly
used.
2002-12-23 blezek <[EMAIL PROTECTED]>
* Source/Client/Utility.tcl: BUG: better checking of tclversion
2002-12-19 blezek <[EMAIL PROTECTED]>
* Source/Client/Build.tcl, Source/Client/Utility.tcl:
ENH: Break out map generation from XMLSafeString and faster repeat
checking
* Source/Client/Test.tcl, Source/Client/Utility.tcl:
ENH: Changes to do better job with handling strings
* Source/Client/DashboardManager.tcl: ENH: Better usage message...
* Examples/dt/Common/Testing/Cxx/dtcTest1.cxx,
Examples/dt/Common/Testing/Cxx/dtcTest2.cxx:
ENH: Adding some bogus output to test Dart
* Source/Client/Build.tcl:
ENH: Adding support for the Borland build, changed how the repeats are
handled to make them faster.
2002-12-16 hoffman <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: ENH: add another error
2002-12-13 hoffman <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: add new error
2002-12-12 king <[EMAIL PROTECTED]>
* Source/Client/Build.tcl, Source/Client/DashboardManager.tcl,
Source/Client/Test.tcl:
ENH: Moved setting of DART_TEST_FROM_DART to top-level so ALL programs
run from dart can test for it.
2002-12-12 andy <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: Report that build is done with dart
2002-12-11 king <[EMAIL PROTECTED]>
* Source/Client/Test.tcl:
ENH: Dart now tells test programs they are being invoked from Dart by
setting DART_TEST_FROM_DART in the environment.
2002-12-02 andy <[EMAIL PROTECTED]>
* Source/Client/Dart.conf.in, Source/Client/Utility.conf.in:
Fix problem with projects with space in source path
2002-11-25 andy <[EMAIL PROTECTED]>
* Source/Client/Build.tcl:
ENH: Fix for no build log when dart has space in the path
2002-11-15 berk <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: ENH: add some more error regexps
2002-11-14 andy <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: Add more error regular expressions
2002-11-12 barre <[EMAIL PROTECTED]>
* Source/Utilities/clean-dashboard-sites.pl:
ENH: add --html option so that HTML files will be cleaned too (not only
XML)
2002-10-31 blezek <[EMAIL PROTECTED]>
* Source/Server/XSL/BuildOverview.xsl:
ENH: Break up errors and warnings
* Source/Server/XSL/BuildOverview.xsl:
ENH: Added <br> tag at end of each warning/error
2002-10-23 king <[EMAIL PROTECTED]>
* Source/Server/XSL/Notes.xsl:
ENH: Notes are now displayed verbatim on the web page.
2002-10-17 iscott <[EMAIL PROTECTED]>
* Source/Server/XSL/DashboardConfig.xsl:
add alt text for small graphic buttons - useful when working in lynx
2002-10-16 blezek <[EMAIL PROTECTED]>
* Source/Client/DashboardManager.tcl, Source/Client/Update.tcl,
Source/Client/Utility.tcl, Source/Server/XSL/Build.xsl,
Source/Server/XSL/BuildOverview.xsl, Source/Server/XSL/Dashboard.xsl,
Source/Server/XSL/DashboardConfig.xsl:
ENH: Adding BuildOverview page, and fixing misc bugs
2002-10-11 iscott <[EMAIL PROTECTED]>
* Source/Client/Dart.conf.in, Source/Client/Utility.conf.in:
add option to limit number of errors sent to dashboard
* Source/Server/XSL/Build.xsl: Fix English grammar
2002-10-10 iscott <[EMAIL PROTECTED]>
* Source/Client/Build.tcl, Source/Client/Dart.conf.in,
Source/Client/Utility.conf.in, Source/Server/XSL/Build.xsl:
Added option to detect and count (rather than display) repeated errors.
2002-10-10 blezek <[EMAIL PROTECTED]>
* Source/Client/Build.tcl, Source/Client/Dart.conf.in,
Source/Client/Defaults.conf:
ENH: Adding limit to number of errors/warnings reported by Dart
2002-10-10 martink <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: better warning exception
2002-09-10 iscott <[EMAIL PROTECTED]>
* Source/Client/Dart.conf.in, Source/Client/Utility.conf.in:
Put quotes around the build command in case it has any spaces in its
path.
2002-09-04 iscott <[EMAIL PROTECTED]>
* Web/HTML/Advanced.shtml:
added some brief comments on how to use the coverage command
2002-08-29 iscott <[EMAIL PROTECTED]>
* Source/Server/XSL/Build.xsl:
the CVSweb link now takes you to the actual line the error was on.
2002-08-28 blezek <[EMAIL PROTECTED]>
* Source/Client/Test.tcl:
BUG: The Tcl "time" command measures execution in microseconds and
reports a signed integer back. If the test execution time exceeds
approximately 36 minutes, the number of microseconds wraps to a
negative value. If a Dart test is allowed to run for a long time, the
execution time is incorrectly reported. The new mechanism is to check
the time of execution in seconds, if it is longer than 30 minutes,
report the ExecutionTime in seconds(from the "clock" command),
otherwise report the ExecutionTime using the output of the "time"
command.
2002-08-20 iscott <[EMAIL PROTECTED]>
* Source/Client/Dart.conf.in, Source/Client/Utility.conf.in:
Fixed example - was parsing badly
2002-08-20 millerjv <[EMAIL PROTECTED]>
* Source/Client/Update.tcl:
FIX: CVS update time. Should now properly handle time zones east of
GMT-3. Thanks to Amitha and Peter for identifying the problem and discovering
the fix.
2002-08-20 hoffman <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: ERR: should have used a curly
2002-08-19 hoffman <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: add another error
2002-08-15 hoffman <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: add a new error from msdev
2002-08-15 blezek <[EMAIL PROTECTED]>
* Source/Client/Defaults.conf, Source/Client/Purify.tcl,
Source/Client/Utility.tcl, Source/Utilities/valgrind-patch:
ENH: Added valgrind support to Dart
* Source/Client/DashboardManager.tcl:
BUG: Change back to starting directory after each step in the Dart
process
2002-08-13 hoffman <[EMAIL PROTECTED]>
* Source/Client/Test.tcl:
BUG: if the command file exists but can not be run for some reason dart
would stop running tests
2002-08-12 iscott <[EMAIL PROTECTED]>
* Source/Client/Dart.conf.in, Source/Client/DashboardManager.tcl,
Source/Client/Utility.conf.in, Source/Client/Utility.tcl:
add support for emailing on multiple types of builds
This includes adding extra configuration settings
add support for CVS to email translation using list of regexps
2002-08-09 king <[EMAIL PROTECTED]>
* Source/Client/Build.tcl:
ENH: Added regex to error matches to match "Undefined symbols:" so
linker errors will be caught.
2002-08-09 blezek <[EMAIL PROTECTED]>
* Source/Utilities/BuildHeaderTest.tcl:
ENH: Pick up errors if the .h does not include the .txx file
2002-08-09 iscott <[EMAIL PROTECTED]>
* Source/Client/Build.tcl: "syntax error" is now reported as an error
In the case of any confusion between error and warning, error trumps.
2002-08-06 andy <[EMAIL PROTECTED]>
* Source/Server/XSL/Coverage.xsl:
FIX: This bug caused some links to be broken
2002-08-06 blezek <[EMAIL PROTECTED]>
* Source/Client/Utility.tcl:
ENH: Stripping non-ascii characters from strings and replacing them
with ^BadChar
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
--- End Message ---