summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts-core: Time-zone used is now set to UTCMichael Larabel2008-08-031-0/+1
|
* Add pts_module::pts_fork_function() function which is similar to theMichael Larabel2008-08-031-2/+12
| | | | | forking of a thread for pts_module::pts_timed_function(), but the function is only called once.
* More OS detection workMichael Larabel2008-08-031-2/+7
|
* In diagnostics, don't print off "IS_*" definesMichael Larabel2008-08-031-1/+3
|
* Add operating system detection supportMichael Larabel2008-08-033-1/+22
|
* Change DOWNLOAD_CACHE environmental variable to PTS_DOWNLOAD_CACHE forMichael Larabel2008-08-032-1/+2
| | | | manual override of the download cache location
* Add make-cache-howto for showing how to generate a make download cache,Michael Larabel2008-08-033-1/+18
| | | | when the cache is empty.
* A fix for a PTS module from being called twiceMichael Larabel2008-08-031-1/+3
|
* pts_recurse_install_benchmark() renamed to pts_recurse_install_test()Michael Larabel2008-08-035-72/+70
| | | | and other trivial changes from benchmark to test.
* pts_test_type() now returns TEST instead of BENCHMARKMichael Larabel2008-08-037-9/+10
|
* Change BENCHMARK_ENV_DIR to TEST_ENV_DIR definitionMichael Larabel2008-08-039-70/+71
|
* Allow the environmental variables to be set from the LoadModules tagMichael Larabel2008-08-031-4/+14
| | | | inside user-config.xml with = separating it from the value.
* Trivial changes to the phoronix-test-suite shell scriptMichael Larabel2008-08-031-8/+6
|
* Add LoadModules tag to user-config.xml with support for loading modulesMichael Larabel2008-08-034-1/+14
| | | | every time upon running PTS
* Change location of the user agreement check-sum tag within theMichael Larabel2008-08-033-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.xmlMichael Larabel2008-08-032-3/+2
| | | | configuration
* With info option, when a test is specified, let the user know whetherMichael Larabel2008-08-032-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 Larabel2008-08-032-33/+33
|
* Introduce a test installation management system and this replaces theMichael Larabel2008-08-037-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 Larabel2008-08-032-2/+21
| | | | options
* A commitMichael Larabel2008-08-031-0/+2
|
* Fix from Vadim for GUIMichael Larabel2008-08-031-4/+2
|
* GUI update from Vadim... Start to setup some other work.Michael Larabel2008-08-033-694/+612
|
* Display project URL with the info argument...Michael Larabel2008-08-031-0/+2
|
* Add ProjectURL tag to available test profilesMichael Larabel2008-08-0355-0/+55
|
* Fix so system_monitor doesn't dump sensor results when using benchmarkMichael Larabel2008-08-031-0/+3
| | | | argument between install and run process.
* With tandem_XmlReader now supporting embedded file-reading, eliminateMichael Larabel2008-08-037-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 portionMichael Larabel2008-08-033-14/+54
|
* pts-gui update.... GtkTreeView now works thanks to vadi2Michael Larabel2008-08-032-436/+466
|
* Tons of updates to PTS module framework... Add Extensions tag to savedMichael Larabel2008-08-038-20/+79
| | | | results... updates to graphics_override... other work too
* Work out cleaner solution for graphics_override and deactivation of whenMichael Larabel2008-08-032-7/+2
| | | | to turn off forced AA/AF.
* A variety of work mostly focused around the graphics_override moduleMichael Larabel2008-08-035-13/+76
| | | | and related work along with pts-gui.
* pts-gui.glade update from vadi2Michael Larabel2008-08-031-493/+448
|
* graphics_override module update...Michael Larabel2008-08-031-91/+85
|
* Add full fglrx support to graphics_override module for overriding theMichael Larabel2008-08-031-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 fglrxMichael Larabel2008-08-034-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 starterMichael Larabel2008-08-032-433/+449
|
* Drop in PTS Glade file for GUI, but not hooked in yet.Michael Larabel2008-08-033-0/+3648
|
* Don't gz the phoronix-test-suite man page.Michael Larabel2008-08-033-1/+74
|
* Add ProjectURL to PTS 1.2 specification for tests...Michael Larabel2008-08-032-220/+229
|
* Drop documentation/text/*Michael Larabel2008-08-034-408/+0
|
* Allow support for loading modules manually by setting each module nameMichael Larabel2008-08-033-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 optionsMichael Larabel2008-08-033-1/+142
| | | | | for overriding anti-aliasing and anisotropic filtering levels with supported drivers.
* Update to pts-functions_system_graphics... Add set_nvidia_extension()Michael Larabel2008-08-031-3/+4
| | | | function.
* Clear up test file versus unique identifier / test run textMichael Larabel2008-08-032-2/+3
|
* Fixes for PTS results merging and recording of argumentsMichael Larabel2008-08-032-6/+7
|
* ATI graphics parsing fixes...Michael Larabel2008-08-032-4/+4
|
* Allow 0 percent usage monitoring...Michael Larabel2008-08-031-1/+1
|
* Nexuiz profile description fix.Michael Larabel2008-08-031-1/+1
|
* system_monitor: Add gpu.freq to MONITORMichael Larabel2008-08-032-1/+27
|