Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge run_mpi test type support. | Vladimir Prus | 2009-09-03 | 3 | -2/+3 |
| | | | | [SVN r55996] | ||||
* | Fixed almost all tab and min/max issues found by inspect tool | Jeremiah Willcock | 2009-05-20 | 1 | -9/+9 |
| | | | | [SVN r53142] | ||||
* | Merge changes from trunk to release | Robert Ramey | 2009-04-01 | 3 | -3/+3 |
| | | | | [SVN r52112] | ||||
* | tools/regression: merge numerous changes from trunk | Beman Dawes | 2008-12-15 | 15 | -380/+1215 |
| | | | | [SVN r50275] | ||||
* | Full merge from trunk at revision 41356 of entire boost-root tree. | Beman Dawes | 2007-11-25 | 6 | -63/+201 |
| | | | | [SVN r41373] | ||||
* | config, detail, filesystem, system, tools, at 41278. | Beman Dawes | 2007-11-23 | 14 | -2185/+571 |
| | | | | [SVN r41316] | ||||
* | Merge 41118 and 41119 from trunk | Beman Dawes | 2007-11-15 | 1 | -0/+4 |
| | | | | [SVN r41121] | ||||
* | Merge trunk changes from 41110. | Beman Dawes | 2007-11-15 | 1 | -3/+17 |
| | | | | [SVN r41112] | ||||
* | Replace old docs with excerpts from ↵ | Beman Dawes | 2007-11-14 | 3 | -735/+100 |
| | | | | | | http://article.gmane.org/gmane.comp.lib.boost.testing/5020 [SVN r41091] | ||||
* | Correct detection of failure to run in a boost tree, and refactor code as a ↵ | Beman Dawes | 2007-11-13 | 1 | -15/+32 |
| | | | | | | separate set_boost_root function. [SVN r41060] | ||||
* | Change default to --v2 | Beman Dawes | 2007-11-12 | 1 | -3/+11 |
| | | | | [SVN r41046] | ||||
* | Repoint old CVS links to SVN (patch by Niko Demmel) | Aleksey Gurtovoy | 2007-11-11 | 5 | -11/+17 |
| | | | | [SVN r41006] | ||||
* | Fix date info so that it shows point-to-point time span as the time on the ↵ | Rene Rivera | 2007-11-10 | 1 | -1/+9 |
| | | | | | | XSLT report is misleading. [SVN r40981] | ||||
* | Add some machine info and previous run time to report info page. | Rene Rivera | 2007-11-10 | 1 | -1/+59 |
| | | | | [SVN r40978] | ||||
* | Add missing copyright and license | Beman Dawes | 2007-11-06 | 1 | -4/+9 |
| | | | | [SVN r40835] | ||||
* | Oops, forgot a comma. | Rene Rivera | 2007-11-05 | 1 | -1/+1 |
| | | | | [SVN r40820] | ||||
* | Add missing action for --skip-tests option since it's a boolean flag. | Rene Rivera | 2007-11-05 | 1 | -1/+2 |
| | | | | [SVN r40819] | ||||
* | xsl_report: fix timestamp/revision age highlighting | Aleksey Gurtovoy | 2007-10-31 | 1 | -0/+1 |
| | | | | [SVN r40631] | ||||
* | Remove dependence on boost.test for PJL. It causes too many dependence ↵ | Rene Rivera | 2007-10-31 | 2 | -4/+2 |
| | | | | | | problems on the testing platforms. [SVN r40628] | ||||
* | xsl_reports: display the corresponding run's revision/timestamp on the test ↵ | Aleksey Gurtovoy | 2007-10-30 | 4 | -7/+34 |
| | | | | | | output page [SVN r40599] | ||||
* | Add support for using a proxy as some firewalls are restrictive even to ↵ | Rene Rivera | 2007-10-30 | 1 | -1/+8 |
| | | | | | | HTTP/GET access. [SVN r40595] | ||||
* | Now that tarballs are working again... Implement getting the tools source ↵ | Rene Rivera | 2007-10-29 | 1 | -28/+53 |
| | | | | | | from tarballs, and fix getting boost sources from tarball. [SVN r40557] | ||||
* | Fix force-update and have-source options to be correct boolean options. And ↵ | Rene Rivera | 2007-10-29 | 1 | -8/+10 |
| | | | | | | bring back the rmtree code to work around Python rmtree deficiencies. [SVN r40556] | ||||
* | Initial commit | Beman Dawes | 2007-10-19 | 1 | -0/+197 |
| | | | | [SVN r40192] | ||||
* | Add failure count for each compiler column. | Beman Dawes | 2007-10-16 | 1 | -4/+24 |
| | | | | [SVN r40099] | ||||
* | Specify user to post results to OSL server. | Rene Rivera | 2007-10-16 | 1 | -2/+2 |
| | | | | [SVN r40096] | ||||
* | Minor modification to pass in the branch type to generate results for, and ↵ | Rene Rivera | 2007-10-16 | 1 | -4/+8 |
| | | | | | | to move the boost checkout to the root dir. [SVN r40084] | ||||
* | Add default to 'regression' when no commands are given. | Rene Rivera | 2007-10-15 | 1 | -0/+2 |
| | | | | [SVN r40064] | ||||
* | Bootstrap from trunk sources of regression scripts. | Rene Rivera | 2007-10-15 | 1 | -1/+1 |
| | | | | [SVN r40053] | ||||
* | Rework of regression scripts for branch independent testing -- complete. | Rene Rivera | 2007-10-15 | 16 | -130/+374 |
| | | | | [SVN r40052] | ||||
* | Change svn info to svn info --xml to cope with non-English locales. Make ↵ | Beman Dawes | 2007-10-14 | 1 | -1/+2 |
| | | | | | | scan for number insensitive to svn info --xml option. [SVN r40011] | ||||
* | Partial rework of regression scripts for branch independent testing. | Rene Rivera | 2007-10-13 | 3 | -0/+1050 |
| | | | | [SVN r39976] | ||||
* | Fix mislabeled argument to collect_logs(). | Rene Rivera | 2007-10-05 | 1 | -2/+2 |
| | | | | [SVN r39689] | ||||
* | Add revision number to heading if boost-root is subversion working copy. Use ↵ | Beman Dawes | 2007-10-03 | 1 | -44/+42 |
| | | | | | | BOOST_PLATFORM for platform description. Fix problem if test type was run_pyd. Make Boost build v2 the default. Link to www.boost.org for boost.png. [SVN r39676] | ||||
* | Add --compile-time and --run-time options | Beman Dawes | 2007-10-02 | 1 | -3/+52 |
| | | | | [SVN r39648] | ||||
* | Detect and report missing boost-test lines in input log file | Beman Dawes | 2007-10-01 | 1 | -0/+8 |
| | | | | [SVN r39647] | ||||
* | Fix missing files in tar generation, by using a tar format that doesn't have ↵ | Rene Rivera | 2007-09-30 | 1 | -1/+1 |
| | | | | | | short limits on file name lengths. (and that is still readable by the Python tarfile module) [SVN r39616] | ||||
* | Minor adjustment to save half of the upload bandwidth, at the cost of ↵ | Rene Rivera | 2007-09-29 | 1 | -3/+5 |
| | | | | | | another layer of compression on both ends. [SVN r39592] | ||||
* | Change location of svn_info.txt to boost_root, as that's where it is in the ↵ | Beman Dawes | 2007-09-27 | 1 | -1/+1 |
| | | | | | | tarball [SVN r39574] | ||||
* | Fix revision not propagating (Sebastian Redl) | Beman Dawes | 2007-09-25 | 1 | -1/+2 |
| | | | | [SVN r39526] | ||||
* | Replace use of re in detecting revision with string functions. Nicola ↵ | Beman Dawes | 2007-09-24 | 1 | -5/+10 |
| | | | | | | Musatti reported problems with Italian version of XP. Although this change should fix the crash, it isn't the final solution. [SVN r39508] | ||||
* | merged in changes - tested with gcc and msvc | Robert Ramey | 2007-09-22 | 1 | -17/+25 |
| | | | | [SVN r39484] | ||||
* | Add revision to column heads. Patch courtesy of Sebastian Redl. | Beman Dawes | 2007-09-22 | 1 | -0/+10 |
| | | | | [SVN r39477] | ||||
* | Add svn_info.txt file to annotate the revision exported. | Rene Rivera | 2007-09-21 | 1 | -12/+41 |
| | | | | [SVN r39450] | ||||
* | revision default needs actual value | Beman Dawes | 2007-09-21 | 1 | -1/+1 |
| | | | | [SVN r39447] | ||||
* | Add revision to collected, uploaded, info. Add --have-source, --skip-tests ↵ | Beman Dawes | 2007-09-21 | 1 | -2/+24 |
| | | | | | | options to ease regression.py testing. [SVN r39441] | ||||
* | Add revision to collected, uploaded, info | Beman Dawes | 2007-09-21 | 1 | -0/+7 |
| | | | | [SVN r39440] | ||||
* | Always update self. Updating based on file date was not reliable on all systems. | Beman Dawes | 2007-09-20 | 1 | -14/+10 |
| | | | | [SVN r39425] | ||||
* | Point issues link to stable location. | Rene Rivera | 2007-09-17 | 1 | -1/+1 |
| | | | | [SVN r39351] | ||||
* | Corrections for Tru64/CXX. | Markus Schöpflin | 2007-09-17 | 1 | -3/+3 |
| | | | | [SVN r39342] |