summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts-core: Rename analyze option to analyze-batchMichael Larabel2008-11-295-8/+9
|
* pts_Graph: Add loadGraphRawValues() for storing raw result data fromMichael Larabel2008-11-293-1/+7
| | | | RawString
* pts-core: Add and implement RawString to XML results specification for ↵Michael Larabel2008-11-296-0/+29
| | | | storing raw result values from all trial runs
* Oops, changed wrong change-logMichael Larabel2008-11-282-2/+2
|
* pts_Graph: Switch from internal image rendering functions to usingMichael Larabel2008-11-286-406/+76
| | | | bilde_renderer
* bilde_renderer: New PTS-spawned abstracted image rendering interfaceMichael Larabel2008-11-283-0/+490
| | | | that supports SVG and PNG rendering with a standard API
* pts-core: Unset an object from the __autoload() array after use since itMichael Larabel2008-11-281-1/+2
| | | | should never need to be called again.
* pts-core: Fix reporting erroneous motherboard string (Found on QEMUMichael Larabel2008-11-282-1/+7
| | | | virtualized system)
* pts-core: Add validate-result mode that PTS test profiles can implementMichael Larabel2008-11-272-0/+8
|
* pts-core: Add support for dynamically loading objects fromMichael Larabel2008-11-279-0/+2025
| | | | | | sub-directories of pts-core/objects/ (Forgot to git-add to previous commit)
* pts-core: Add support for dynamically loading objects fromMichael Larabel2008-11-2711-2025/+19
| | | | sub-directories of pts-core/objects/
* pts_Graph: ttf_string_* -> text_string_* for functionsMichael Larabel2008-11-275-25/+25
|
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-278-107/+112
| | | | Major changes, actually.
* pts-core: Add support for Xfce 4.x detection to sw_desktop_environment()Michael Larabel2008-11-261-0/+13
|
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-267-34/+53
|
* pts-core: Add support for KDE 4.x in sw_desktop_environment()Michael Larabel2008-11-261-3/+42
|
* pts-core: Add support for detecting and reporting the desktopMichael Larabel2008-11-264-13/+21
| | | | environment / version in use
* pts-core: When rendering graph results, report the PTS version numberMichael Larabel2008-11-262-1/+10
| | | | from the results file, not current PTS_VERSION
* tandem_XmlReader: Major performance improvements and optimizationsMichael Larabel2008-11-264-209/+204
|
* pts-core: Improve usability for those without the PHP preg_* functionsMichael Larabel2008-11-236-13/+35
|
* pts-core: Fix in memory type detectionMichael Larabel2008-11-232-0/+6
|
* pts-core: Fix for Self-Contained Test Profiles (SCTP) supportMichael Larabel2008-11-233-8/+14
|
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 1Michael Larabel2008-11-224-10/+9
|
* graphics_override, email_results, toggle_screensaver: Update to takeMichael Larabel2008-11-227-11/+17
| | | | advantage of latest API
* pts-core: Implement RequiresRoot tag that has been part of the PTS testMichael Larabel2008-11-206-12/+48
| | | | profile specification for some time
* pts-core: Finish eliminating use of all global variables throughoutMichael Larabel2008-11-207-17/+61
| | | | pts-core
* pts-core: Fix typo in last commitMichael Larabel2008-11-201-1/+1
|
* pts-core: Eliminate use of global variables in PTS modules supportMichael Larabel2008-11-204-39/+112
|
* pts-core: Return false on failure from read_hal(), read_system_hal()Michael Larabel2008-11-203-7/+13
| | | | instead of "Unknown" string
* pts-core: Return false on failure from read_sysctl() instead ofMichael Larabel2008-11-205-6/+24
| | | | "Unknown" string
* pts-core: Return false on failure from read_lsb() instead of "Unknown"Michael Larabel2008-11-203-6/+16
| | | | string
* pts-core: Return false on failure from read_pci() instead of "Unknown"Michael Larabel2008-11-204-4/+8
| | | | string
* pts: Update most test profiles to reflect whether they are supported onMichael Larabel2008-11-1949-45/+49
| | | | *BSD operating systems
* pts-core: Fixes in FreeBSD 7 supportMichael Larabel2008-11-192-4/+10
|
* pts: Add External Dependencies support for FreeBSD using pkg_add commandMichael Larabel2008-11-192-0/+131
|
* pts-core: Add internal caching support for lspci and lsb_releaseMichael Larabel2008-11-192-6/+16
| | | | information
* pts-core: Add fallback option support for read_sysctl()Michael Larabel2008-11-192-5/+12
|
* tandem_XmlReader: Avoid banging on function_exists() so muchMichael Larabel2008-11-191-1/+7
|
* tandem_XmlReader: Write internal regular expression matcher for systemsMichael Larabel2008-11-192-12/+94
| | | | where preg_match and preg_match_all aren't available
* pts_module: Update pts_timed_function() to reflect option changesMichael Larabel2008-11-191-2/+3
|
* pts-core: Eliminate THIS_RUN_TIME constant and add preferred way ofMichael Larabel2008-11-195-6/+27
| | | | using pts_unique_runtime_identifier()
* pts-core: Allow pts_set_assignment() to set multiple assignments withMichael Larabel2008-11-191-1/+9
| | | | same value
* pts-core: PTS_START_TIME -> PTS_INIT_TIME and add pts_elapsed_time() ↵Michael Larabel2008-11-194-5/+19
| | | | | | function to return the time (in seconds) that the option or pts-core has been running
* system_monitor: Update it to work with new APIsMichael Larabel2008-11-192-3/+4
|
* pts-core: Fix graphics constant warnings generated inMichael Larabel2008-11-195-9/+21
| | | | pts_extended_init()
* pts-core: Standardize all pts-core official functions with pts_, sw_,Michael Larabel2008-11-1710-35/+34
| | | | hw_, or read_ prefix
* pts-core: Standardize sw_* functionsMichael Larabel2008-11-1710-137/+138
|
* pts-core: Standardize hw_sys_* functionsMichael Larabel2008-11-177-43/+43
|
* pts-core: Standardize hw_gpu_* functionsMichael Larabel2008-11-178-194/+191
|
* pts-core: Standardize CPU function namesMichael Larabel2008-11-176-49/+47
|