[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php ProgramResults.php drawfilesizegraph.php fulltest.php index.php individualfilesizegraph.php individualgraph.php machine.php multiplemachine

2006-09-08 Thread Jim Laskey
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.19 -> 1.20 ProgramResults.php updated: 1.44 -> 1.45 drawfilesizegraph.php updated: 1.3 -> 1.4 fulltest.php updated: 1.19 -> 1.20 index.php updated: 1.8 -> 1.9 individualfilesizegraph.php updated: 1.3 -> 1.4 individualgraph

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-30 Thread Chris Lattner
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.18 -> 1.19 --- Log message: Fix typo --- Diffs of the changes: (+1 -1) NightlyTester.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/NightlyTester.php diff -u nightlytest

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php ProgramResults.php fulltest.php test.php

2006-08-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.17 -> 1.18 ProgramResults.php updated: 1.7 -> 1.8 fulltest.php updated: 1.14 -> 1.15 test.php updated: 1.16 -> 1.17 --- Log message: Added a new collapsable menu to the brief and full nightly tester pages. This new menu

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php ProgramResults.php fulltest.php individualgraph.php sidebar.php test.php

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.15 -> 1.16 ProgramResults.php updated: 1.5 -> 1.6 fulltest.php updated: 1.12 -> 1.13 individualgraph.php updated: 1.1.1.1 -> 1.2 sidebar.php updated: 1.8 -> 1.9 test.php updated: 1.15 -> 1.16 --- Log message: The change t

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.14 -> 1.15 --- Log message: Changed the definition for "Machines With Recent Submissions" from a machine that has submitted within the last month to a machine that has submitted in the last fourteen days. --- Diffs o

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.13 -> 1.14 --- Log message: When we build the arrays of file sizes, we now include differences in bytes and % differences --- Diffs of the changes: (+6 -4) NightlyTester.php | 10 ++ 1 files changed, 6 in

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.12 -> 1.13 --- Log message: Added several functions to return arrays with file size information. --- Diffs of the changes: (+168 -92) NightlyTester.php | 260 ++

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.11 -> 1.12 --- Log message: Fixing up some indentation issues --- Diffs of the changes: (+2 -2) NightlyTester.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/NightlyT

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.10 -> 1.11 --- Log message: Fixing a crazy issue, the website doesnt seem to have the right file. --- Diffs of the changes: (+0 -1) NightlyTester.php |1 - 1 files changed, 1 deletion(-) Index: nightlytest-serv

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.8 -> 1.9 --- Log message: Changed get_file_history to return an array of data that makes sense --- Diffs of the changes: (+4 -4) NightlyTester.php |8 1 files changed, 4 insertions(+), 4 deletions(-) I

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.7 -> 1.8 --- Log message: Fixed issue where php didnt know we wanted to use a variable as an array --- Diffs of the changes: (+1 -0) NightlyTester.php |1 + 1 files changed, 1 insertion(+) Index: nightlytest-se

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.6 -> 1.7 --- Log message: Fixed the get_file_history function which returns the size of a file over time --- Diffs of the changes: (+4 -5) NightlyTester.php |9 - 1 files changed, 4 insertions(+), 5 delet

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.5 -> 1.6 --- Log message: Changed the functions that return information about a files size to fit the new database schema --- Diffs of the changes: (+35 -48) NightlyTester.php | 83 ++--

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.4 -> 1.5 --- Log message: Fixed the get_a_files and get_o_files functions --- Diffs of the changes: (+22 -17) NightlyTester.php | 39 ++- 1 files changed, 22 insertions(+), 17 de

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-07-26 Thread Reid Spencer
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.3 -> 1.4 --- Log message: Eliminate syntax errors from this file. --- Diffs of the changes: (+7 -6) NightlyTester.php | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) Index: nightlytest-server

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-07-25 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.2 -> 1.3 --- Log message: Added support for pulling out .a and .o files --- Diffs of the changes: (+65 -2) NightlyTester.php | 67 -- 1 files changed, 65 insertio