Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pts-core: Rename display_web_browser() -> pts_display_web_browser() | Michael Larabel | 2008-11-17 | 8 | -9/+10 | |
| | ||||||
* | pts-core: Rename sctp_test_directory() -> pts_sctp_test_directory(), | Michael Larabel | 2008-11-17 | 4 | -7/+8 | |
| | | | | | remote_sctp_test_files() -> pts_remove_sctp_test_files(), generate_sctp_layer() -> pts_generate_sctp_layer() | |||||
* | pts-core: Branch out classes from pts-generic-classes.php | Michael Larabel | 2008-11-17 | 12 | -703/+894 | |
| | ||||||
* | pts-core: Rework the pts_*_assignment functions | Michael Larabel | 2008-11-17 | 1 | -12/+34 | |
| | ||||||
* | pts-core: Don't append "_drv" in xorg_ddx_driver_info() to printed | Michael Larabel | 2008-11-17 | 1 | -3/+1 | |
| | | | | string | |||||
* | pts-core: Use static variable for PTS type caching | Michael Larabel | 2008-11-16 | 2 | -29/+23 | |
| | ||||||
* | - tandem_XmlReader: Switch caching from using a GLOBALS variable to | Michael Larabel | 2008-11-16 | 2 | -7/+10 | |
| | | | | using a static variable within the XML reading class | |||||
* | pts-core: Add SearchMediaForCache option that's enabled by default in | Michael Larabel | 2008-11-16 | 4 | -6/+27 | |
| | | | | | user-config.xml to automatically search for download caches on removable devices (within /media/) | |||||
* | pts-core: Drop ArgumentName profile tag code that's been deprecated | Michael Larabel | 2008-11-15 | 4 | -15/+4 | |
| | | | | since PTS 1.4+ in favor of ArgumentPrefix | |||||
* | pts-core: Fix for URL empty bug (reported by Stef Telford and Bene18) | Michael Larabel | 2008-11-15 | 2 | -2/+3 | |
| | ||||||
* | pts-core: Only install external dependencies for tests that are | Michael Larabel | 2008-11-15 | 2 | -1/+5 | |
| | | | | | supported on the system (such as with platform and architecture limitations) | |||||
* | pts-core: Add "null" to hal-values-remove.txt | Michael Larabel | 2008-11-15 | 4 | -2/+6 | |
| | ||||||
* | pts-core: Add __pre_option_process() and __post_option_process() to PTS | Michael Larabel | 2008-11-15 | 5 | -7/+18 | |
| | | | | module system | |||||
* | pts-core: Add pts_run_option_command() for modularizing executing PTS | Michael Larabel | 2008-11-15 | 3 | -8/+27 | |
| | | | | tasks | |||||
* | pts-core: Unify the XSL for the PTS Results Viewer and use a PHP | Michael Larabel | 2008-11-13 | 4 | -87/+20 | |
| | | | | function to insert the respective PNG/SVG markup when saving the results | |||||
* | pts-core: Switch a few global variables to static | Michael Larabel | 2008-11-13 | 2 | -18/+10 | |
| | ||||||
* | pts-core: Add static/process-reporting-checks.txt to contain a list of | Michael Larabel | 2008-11-13 | 3 | -6/+27 | |
| | | | | | processes to check for and report to the results viewer, instead of having it coded within an array | |||||
* | pts-core: Move module-variables.txt to STATIC_DIR | Michael Larabel | 2008-11-13 | 4 | -2/+3 | |
| | ||||||
* | pts-core: Add static/info-strings-replace.txt to contain a list of all | Michael Larabel | 2008-11-13 | 3 | -3/+20 | |
| | | | | | information strings to replace with another value if found, instead of having it coded within an array | |||||
* | pts-core: Add static/info-strings-remove.txt to contain a list of all | Michael Larabel | 2008-11-13 | 3 | -1/+33 | |
| | | | | | information strings to remove if found, instead of having it coded within an array | |||||
* | pts-core: Rename hal-remove-words.txt to hal-values-remove.txt | Michael Larabel | 2008-11-13 | 3 | -3/+3 | |
| | ||||||
* | pts-core: Add static/hal-remove-words.txt to contain a list of all HAL | Michael Larabel | 2008-11-13 | 4 | -1/+22 | |
| | | | | strings to remove if found, instead of having it coded within an array | |||||
* | Rebase off pts-orkdal branch to incorporate Phoronix Test Suite 1.4.2 | Michael Larabel | 2008-11-13 | 1 | -1/+1 | |
| | | | | changes | |||||
* | pts-core: Relocate initialization code to be called from | Michael Larabel | 2008-11-13 | 5 | -28/+34 | |
| | | | | phoronix-test-suite.php | |||||
* | pts-core: Remove pts-run-test.php now that now that its code is | Michael Larabel | 2008-11-13 | 5 | -583/+587 | |
| | | | | modularized as option run_test | |||||
* | pts-core: Modularize all Phoronix Test Suite run-time user options into | Michael Larabel | 2008-11-13 | 34 | -706/+1492 | |
| | | | | | options/ classes and using phoronix-test-suite.php interface pts-core: Remove pts-run-cmd.php now that all options are modularized | |||||
* | pts-core: Start migrating all commands into options/ classes and using | Michael Larabel | 2008-11-13 | 4 | -1/+77 | |
| | | | | the new phoronix-test-suite.php interface | |||||
* | pts-core: Drop pts-functions-extras.php and move those functions to | Michael Larabel | 2008-11-13 | 7 | -232/+209 | |
| | | | | other files | |||||
* | pts-core: More random changes | Michael Larabel | 2008-11-13 | 3 | -6/+2 | |
| | ||||||
* | pts-core: Readjust pts-run-cmd.php code to not be reliant on some items | Michael Larabel | 2008-11-13 | 3 | -15/+9 | |
| | ||||||
* | pts-core: Add more module information to pts_user_module_details class | Michael Larabel | 2008-11-13 | 2 | -34/+30 | |
| | ||||||
* | pts-core: Add more test information to pts_test_profile_details class | Michael Larabel | 2008-11-13 | 2 | -136/+134 | |
| | ||||||
* | pts-core: Add more suite information to pts_test_suite_details class | Michael Larabel | 2008-11-13 | 3 | -34/+38 | |
| | ||||||
* | pts-core: Add pts_test_result_info_details class | Michael Larabel | 2008-11-13 | 3 | -24/+44 | |
| | ||||||
* | pts-core: Add pts_test_results_details class | Michael Larabel | 2008-11-13 | 3 | -20/+40 | |
| | ||||||
* | pts-core: Add pts_test_usage_details class | Michael Larabel | 2008-11-13 | 3 | -30/+48 | |
| | ||||||
* | pts-core: Add pts_installed_test_details class | Michael Larabel | 2008-11-13 | 3 | -7/+25 | |
| | ||||||
* | pts-core: Add pts_user_module_details class | Michael Larabel | 2008-11-13 | 4 | -24/+41 | |
| | ||||||
* | pts-core: Add pts_test_suite_details class | Michael Larabel | 2008-11-13 | 3 | -27/+56 | |
| | ||||||
* | pts-core: Add pts_test_suite_details class | Michael Larabel | 2008-11-13 | 4 | -24/+51 | |
| | ||||||
* | pts-core: Start on p_str() function for translations | Michael Larabel | 2008-11-13 | 1 | -1/+5 | |
| | ||||||
* | pts-core: Switch over relevant define statements to using new PTS | Michael Larabel | 2008-11-13 | 6 | -55/+60 | |
| | | | | assignment functions for program-wide option-specific variable constants | |||||
* | pts-core: Start moving some of the define statements to PTS assignment | Michael Larabel | 2008-11-13 | 8 | -38/+30 | |
| | | | | statements | |||||
* | pts-core: Add pts_set_assignment_once() function | Michael Larabel | 2008-11-13 | 1 | -1/+8 | |
| | ||||||
* | pts-core: Add pts_is_assignment() function | Michael Larabel | 2008-11-13 | 1 | -1/+5 | |
| | ||||||
* | pts-core: Add pts_set_assignment(), pts_read_assignment(), and | Michael Larabel | 2008-11-13 | 2 | -0/+23 | |
| | | | | | pts_clear_assignments() to replace some of the define statements with new mechanism | |||||
* | pts-core: Tag Phoronix Test Suite "Orkdal" 1.4.2 | Michael Larabel | 2008-11-13 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Update CHANGE-LOG | Michael Larabel | 2008-11-13 | 1 | -2/+3 | |
| | ||||||
* | pts-core: Add "none" to HAL $remove_words | Michael Larabel | 2008-11-11 | 2 | -1/+2 | |
| | ||||||
* | pts-core: Add "00" to HAL $remove_words | Michael Larabel | 2008-11-11 | 2 | -1/+2 | |
| |