summaryrefslogtreecommitdiffstats
path: root/pts-core
Commit message (Collapse)AuthorAgeFilesLines
...
* pts_Graph: Add loadGraphRawValues() for storing raw result data fromMichael Larabel2008-11-292-1/+6
| | | | RawString
* pts-core: Add and implement RawString to XML results specification for ↵Michael Larabel2008-11-295-0/+28
| | | | storing raw result values from all trial runs
* pts_Graph: Switch from internal image rendering functions to usingMichael Larabel2008-11-285-406/+74
| | | | 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-281-1/+6
| | | | virtualized system)
* pts-core: Add validate-result mode that PTS test profiles can implementMichael Larabel2008-11-271-0/+7
|
* 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-2710-2025/+18
| | | | 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-266-34/+52
|
* 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-263-13/+20
| | | | environment / version in use
* pts-core: When rendering graph results, report the PTS version numberMichael Larabel2008-11-261-1/+9
| | | | from the results file, not current PTS_VERSION
* tandem_XmlReader: Major performance improvements and optimizationsMichael Larabel2008-11-263-209/+203
|
* pts-core: Improve usability for those without the PHP preg_* functionsMichael Larabel2008-11-235-13/+34
|
* pts-core: Fix in memory type detectionMichael Larabel2008-11-231-0/+5
|
* pts-core: Fix for Self-Contained Test Profiles (SCTP) supportMichael Larabel2008-11-232-8/+10
|
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 1Michael Larabel2008-11-223-9/+7
|
* graphics_override, email_results, toggle_screensaver: Update to takeMichael Larabel2008-11-226-11/+16
| | | | advantage of latest API
* pts-core: Implement RequiresRoot tag that has been part of the PTS testMichael Larabel2008-11-202-1/+36
| | | | profile specification for some time
* pts-core: Finish eliminating use of all global variables throughoutMichael Larabel2008-11-206-17/+60
| | | | 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-203-39/+111
|
* pts-core: Return false on failure from read_hal(), read_system_hal()Michael Larabel2008-11-202-7/+12
| | | | instead of "Unknown" string
* pts-core: Return false on failure from read_sysctl() instead ofMichael Larabel2008-11-204-6/+23
| | | | "Unknown" string
* pts-core: Return false on failure from read_lsb() instead of "Unknown"Michael Larabel2008-11-202-6/+15
| | | | string
* pts-core: Return false on failure from read_pci() instead of "Unknown"Michael Larabel2008-11-203-4/+4
| | | | string
* pts-core: Fixes in FreeBSD 7 supportMichael Larabel2008-11-192-4/+10
|
* pts-core: Add internal caching support for lspci and lsb_releaseMichael Larabel2008-11-191-6/+15
| | | | information
* pts-core: Add fallback option support for read_sysctl()Michael Larabel2008-11-191-5/+11
|
* 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-191-12/+93
| | | | 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-194-6/+26
| | | | 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-193-5/+18
| | | | | | 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-191-3/+3
|
* pts-core: Fix graphics constant warnings generated inMichael Larabel2008-11-194-9/+20
| | | | pts_extended_init()
* pts-core: Standardize all pts-core official functions with pts_, sw_,Michael Larabel2008-11-179-33/+33
| | | | 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
|
* pts-core: Rename display_web_browser() -> pts_display_web_browser()Michael Larabel2008-11-177-9/+9
|
* pts-core: Rename sctp_test_directory() -> pts_sctp_test_directory(),Michael Larabel2008-11-173-7/+7
| | | | | 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.phpMichael Larabel2008-11-1711-703/+893
|
* pts-core: Rework the pts_*_assignment functionsMichael Larabel2008-11-171-12/+34
|