Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pts-core: Time-zone used is now set to UTC | Michael Larabel | 2008-08-03 | 1 | -0/+1 | |
| | ||||||
* | Add pts_module::pts_fork_function() function which is similar to the | Michael Larabel | 2008-08-03 | 1 | -2/+12 | |
| | | | | | forking of a thread for pts_module::pts_timed_function(), but the function is only called once. | |||||
* | More OS detection work | Michael Larabel | 2008-08-03 | 1 | -2/+7 | |
| | ||||||
* | In diagnostics, don't print off "IS_*" defines | Michael Larabel | 2008-08-03 | 1 | -1/+3 | |
| | ||||||
* | Add operating system detection support | Michael Larabel | 2008-08-03 | 3 | -1/+22 | |
| | ||||||
* | Change DOWNLOAD_CACHE environmental variable to PTS_DOWNLOAD_CACHE for | Michael Larabel | 2008-08-03 | 2 | -1/+2 | |
| | | | | manual override of the download cache location | |||||
* | Add make-cache-howto for showing how to generate a make download cache, | Michael Larabel | 2008-08-03 | 3 | -1/+18 | |
| | | | | when the cache is empty. | |||||
* | A fix for a PTS module from being called twice | Michael Larabel | 2008-08-03 | 1 | -1/+3 | |
| | ||||||
* | pts_recurse_install_benchmark() renamed to pts_recurse_install_test() | Michael Larabel | 2008-08-03 | 5 | -72/+70 | |
| | | | | and other trivial changes from benchmark to test. | |||||
* | pts_test_type() now returns TEST instead of BENCHMARK | Michael Larabel | 2008-08-03 | 7 | -9/+10 | |
| | ||||||
* | Change BENCHMARK_ENV_DIR to TEST_ENV_DIR definition | Michael Larabel | 2008-08-03 | 9 | -70/+71 | |
| | ||||||
* | Allow the environmental variables to be set from the LoadModules tag | Michael Larabel | 2008-08-03 | 1 | -4/+14 | |
| | | | | inside user-config.xml with = separating it from the value. | |||||
* | Trivial changes to the phoronix-test-suite shell script | Michael Larabel | 2008-08-03 | 1 | -8/+6 | |
| | ||||||
* | Add LoadModules tag to user-config.xml with support for loading modules | Michael Larabel | 2008-08-03 | 4 | -1/+14 | |
| | | | | every time upon running PTS | |||||
* | Change location of the user agreement check-sum tag within the | Michael Larabel | 2008-08-03 | 3 | -2/+4 | |
| | | | | | | | user-config.xml configuration NOTE: This requires you will now need to re-agree to the end-user agreement. | |||||
* | Change location of results directory tag within the user-config.xml | Michael Larabel | 2008-08-03 | 2 | -3/+2 | |
| | | | | configuration | |||||
* | With info option, when a test is specified, let the user know whether | Michael Larabel | 2008-08-03 | 2 | -0/+12 | |
| | | | | | it's installed. If it's installed, print the last time the test was executed and the total number of times it was executed. | |||||
* | Move and rename some pts functions... | Michael Larabel | 2008-08-03 | 2 | -33/+33 | |
| | ||||||
* | Introduce a test installation management system and this replaces the | Michael Larabel | 2008-08-03 | 7 | -15/+138 | |
| | | | | | | | | | | | | previous pts-install management solution. New setup is XML based and monitors time a test was installed, last time a test was run, number of times a test was run by PTS, and this pts-install.xml system will be used for some future features. NOTE: This commit will require any and all tests that are currently installed to be reinstalled! pts-install and pts-install.xml aren't backwards compatible so it will reinstall each test in order to build the XML file. | |||||
* | tandem_Xml: Add setFileCaching(), setTagCaching(), and setCaching() | Michael Larabel | 2008-08-03 | 2 | -2/+21 | |
| | | | | options | |||||
* | A commit | Michael Larabel | 2008-08-03 | 1 | -0/+2 | |
| | ||||||
* | Fix from Vadim for GUI | Michael Larabel | 2008-08-03 | 1 | -4/+2 | |
| | ||||||
* | GUI update from Vadim... Start to setup some other work. | Michael Larabel | 2008-08-03 | 3 | -694/+612 | |
| | ||||||
* | Display project URL with the info argument... | Michael Larabel | 2008-08-03 | 1 | -0/+2 | |
| | ||||||
* | Add ProjectURL tag to available test profiles | Michael Larabel | 2008-08-03 | 55 | -0/+55 | |
| | ||||||
* | Fix so system_monitor doesn't dump sensor results when using benchmark | Michael Larabel | 2008-08-03 | 1 | -0/+3 | |
| | | | | argument between install and run process. | |||||
* | With tandem_XmlReader now supporting embedded file-reading, eliminate | Michael Larabel | 2008-08-03 | 7 | -37/+37 | |
| | | | | | | the file_get_contents() calls from pts-core/ and rely upon tandem_XmlReader's internal functionality for reading XML files with its caching abilities. | |||||
* | tandem_Xml: Add a caching engine to the XML parsing/reading portion | Michael Larabel | 2008-08-03 | 3 | -14/+54 | |
| | ||||||
* | pts-gui update.... GtkTreeView now works thanks to vadi2 | Michael Larabel | 2008-08-03 | 2 | -436/+466 | |
| | ||||||
* | Tons of updates to PTS module framework... Add Extensions tag to saved | Michael Larabel | 2008-08-03 | 8 | -20/+79 | |
| | | | | results... updates to graphics_override... other work too | |||||
* | Work out cleaner solution for graphics_override and deactivation of when | Michael Larabel | 2008-08-03 | 2 | -7/+2 | |
| | | | | to turn off forced AA/AF. | |||||
* | A variety of work mostly focused around the graphics_override module | Michael Larabel | 2008-08-03 | 5 | -13/+76 | |
| | | | | and related work along with pts-gui. | |||||
* | pts-gui.glade update from vadi2 | Michael Larabel | 2008-08-03 | 1 | -493/+448 | |
| | ||||||
* | graphics_override module update... | Michael Larabel | 2008-08-03 | 1 | -91/+85 | |
| | ||||||
* | Add full fglrx support to graphics_override module for overriding the | Michael Larabel | 2008-08-03 | 1 | -2/+59 | |
| | | | | | | | antialiasing and anisotropic filtering during PTS tests. Though with current fglrx 8.50 driver there may be a bug where it's not being read/set correctly through amdpcsdb unless running as root. | |||||
* | Add read_amd_pcsdb() and set_amd_pcsdb() functions for proprietary fglrx | Michael Larabel | 2008-08-03 | 4 | -6/+29 | |
| | | | | | | | | Linux driver... Closest equivalent to the NV Extension. Trivial changes to graphics_override module. Auto-connection in pts-gui. | |||||
* | Add a simple pts-gui.php starter | Michael Larabel | 2008-08-03 | 2 | -433/+449 | |
| | ||||||
* | Drop in PTS Glade file for GUI, but not hooked in yet. | Michael Larabel | 2008-08-03 | 3 | -0/+3648 | |
| | ||||||
* | Don't gz the phoronix-test-suite man page. | Michael Larabel | 2008-08-03 | 3 | -1/+74 | |
| | ||||||
* | Add ProjectURL to PTS 1.2 specification for tests... | Michael Larabel | 2008-08-03 | 2 | -220/+229 | |
| | ||||||
* | Drop documentation/text/* | Michael Larabel | 2008-08-03 | 4 | -408/+0 | |
| | ||||||
* | Allow support for loading modules manually by setting each module name | Michael Larabel | 2008-08-03 | 3 | -7/+20 | |
| | | | | | in the PTS_MODULES environmental variable and separating multiple modules via comma. | |||||
* | Add graphics_override module for having FORCE_AA and FORCE_AF options | Michael Larabel | 2008-08-03 | 3 | -1/+142 | |
| | | | | | for overriding anti-aliasing and anisotropic filtering levels with supported drivers. | |||||
* | Update to pts-functions_system_graphics... Add set_nvidia_extension() | Michael Larabel | 2008-08-03 | 1 | -3/+4 | |
| | | | | function. | |||||
* | Clear up test file versus unique identifier / test run text | Michael Larabel | 2008-08-03 | 2 | -2/+3 | |
| | ||||||
* | Fixes for PTS results merging and recording of arguments | Michael Larabel | 2008-08-03 | 2 | -6/+7 | |
| | ||||||
* | ATI graphics parsing fixes... | Michael Larabel | 2008-08-03 | 2 | -4/+4 | |
| | ||||||
* | Allow 0 percent usage monitoring... | Michael Larabel | 2008-08-03 | 1 | -1/+1 | |
| | ||||||
* | Nexuiz profile description fix. | Michael Larabel | 2008-08-03 | 1 | -1/+1 | |
| | ||||||
* | system_monitor: Add gpu.freq to MONITOR | Michael Larabel | 2008-08-03 | 2 | -1/+27 | |
| |