summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Archive installation output of tests in the test's directoryMichael Larabel2008-12-286-6/+26
| | | | in file install.log
* pts-core: Plot results in reverse order when graphing results ifMichael Larabel2008-12-271-0/+6
| | | | REVERSE_GRAPH_PLOTTING environmental variable is set
* pts-core: Eliminate use of most preg_ functionsMichael Larabel2008-12-276-34/+41
|
* pts-core: Clean up Display / X.Org server reported stringMichael Larabel2008-12-274-2/+7
|
* bilde_renderer: More SWF renderer workMichael Larabel2008-12-271-15/+43
|
* bilde_renderer: Implement png_image_to_type(), jpg_image_to_type(), andMichael Larabel2008-12-271-3/+5
| | | | image_copy_merge() functions in SWF renderer
* bilde_renderer: Implement draw_ellipse() in SWF rendererMichael Larabel2008-12-271-1/+17
|
* bilde_renderer: Implement draw_polygon() for SWF rendererMichael Larabel2008-12-274-4/+40
|
* pts_Graph: Allow the use of the SWF bilde_renderer through using theMichael Larabel2008-12-262-7/+21
| | | | SWF_DEBUG=1 environmental variable
* bilde_renderer: Add experimental Adobe Flash / SWF renderer with partialMichael Larabel2008-12-264-0/+147
| | | | support
* bilde_renderer: Add some new generic functionsMichael Larabel2008-12-261-0/+12
|
* bilde_renderer: Add support for dynamically resizing the image drawingMichael Larabel2008-12-264-17/+51
| | | | buffer
* bilde_renderer: Add and implement draw_polygon and draw_ellipse toMichael Larabel2008-12-265-1/+50
| | | | drawing API
* pts: Add 2d-test base profile that reports 2D acceleration mode usingMichael Larabel2008-12-268-0/+7
| | | | Cascading Test Profiles
* pts-core: Add pts_installed_test_tandem_XmlReader objectMichael Larabel2008-12-265-6/+46
|
* pts-core: Add pts_test_installed() boolean functionMichael Larabel2008-12-265-7/+12
|
* pts-core: Improve motherboard southbridge detection for some Intel ICHMichael Larabel2008-12-252-4/+12
| | | | Chipsets
* pts-core: Move base test profiles and resources toMichael Larabel2008-12-2418-2/+3
| | | | pts/base-test-profiles/ and pts/base-test-resources/
* pts: Add UXA acceleration check to GtkPerf test note reportingMichael Larabel2008-12-232-0/+3
|
* pts-core: Improve lspci support for distributions using /sbin/lspciMichael Larabel2008-12-202-1/+11
| | | | (such as OpenSuSE)
* pts_Graph: Tweak formatting of basic graph attributesMichael Larabel2008-12-182-3/+4
|
* pts-core: Improve size detection of low-capacity hard disksMichael Larabel2008-12-182-1/+5
|
* Tag Phoronix Test Suite 1.6.0 "Tydal" Beta 1Michael Larabel2008-12-172-2/+3
|
* pts-core: Fix a regression in pts_package_vendor_identifier() fromMichael Larabel2008-12-171-1/+1
| | | | yesterday's changes
* pts: Update download links in mrbayes and md-gromacsMichael Larabel2008-12-173-3/+4
|
* pts-core: Add auto-file-select and auto-directory-selection options toMichael Larabel2008-12-163-5/+31
| | | | PTS auto options support
* pts-core: Allow reading from TZ00 thermal zone over ACPI for CPUMichael Larabel2008-12-162-1/+4
| | | | temperature
* pts-core: Add support for specifying multiple possible points inMichael Larabel2008-12-162-15/+24
| | | | read_acpi() to provide some fallback support
* pts-core: Rework option counting in pts_auto_process_test_option()Michael Larabel2008-12-162-39/+39
|
* pts-core: Standardize the module-variables.txt spacing with the otherMichael Larabel2008-12-161-6/+6
| | | | static files
* pts-core: Add pts-functions_assignments.phpMichael Larabel2008-12-163-96/+122
|
* pts-core: Store aliases for distributions used in package identificationMichael Larabel2008-12-164-17/+33
| | | | in pts-core/static/software-vendor-aliases.txt
* pts-core: Check all supplied arguments for a PCQS test when determiningMichael Larabel2008-12-162-23/+27
| | | | if PCQS needs to be installed
* pts-core: Add pts-functions_vars.phpMichael Larabel2008-12-134-116/+143
|
* pts-core: When using pts_display_web_browser, point to the index.htmlMichael Larabel2008-12-134-3/+4
| | | | redirect instead of directly to composite.xml
* pts-core: Add support for abstracting the package vendor identifierMichael Larabel2008-12-132-3/+21
| | | | (should fix OpenSuSE External Dependencies support on 11.1)
* pts-core: Ensure no spaces in pts_vendor_identifier()Michael Larabel2008-12-134-4/+3
|
* pts-core: Few fixes for some regressions from today's work plus otherMichael Larabel2008-12-126-38/+38
| | | | cleaning
* pts-core: Two more changes for tandem_XmlReaderMichael Larabel2008-12-122-2/+2
|
* pts-core: Add pts_results_tandem_XmlReader() object for providing fileMichael Larabel2008-12-125-6/+46
| | | | handling in the constructor
* pts-core: Add pts_suite_tandem_XmlReader() object for providingMichael Larabel2008-12-126-4/+44
| | | | pts_location_suite() in the constructor
* pts-core: Embed pts_location_test() into constructor ofMichael Larabel2008-12-1211-20/+30
| | | | pts_test_tandem_XmlReader()
* pts: Add more tests to netbook suiteMichael Larabel2008-12-123-4/+38
|
* pts-core: Add Mode tag to suite XML specification for allowingMichael Larabel2008-12-115-4/+55
| | | | individual tests within a suite to be run in the batch or defaults mode
* pts-core: Don't sort current test identifiers when being prompted toMichael Larabel2008-12-113-4/+2
| | | | enter a new identifier
* pts-core: Verify Attributes tag matches (instead of just the ArgumentsMichael Larabel2008-12-112-1/+2
| | | | tag) when merging results
* pts-core: Add result-file-to-suite option that will convert the relevantMichael Larabel2008-12-105-1/+106
| | | | parts of a saved results file into a suite
* pts-core: Disable pts_validate_save_file_name() for nowMichael Larabel2008-12-101-0/+1
|
* Tag, prepare for release of Phoronix Test Suite 1.6.0 "Tydal" Alpha 3Michael Larabel2008-12-103-131/+132
|
* pts-core: Improve detection of CPU processor temperatureMichael Larabel2008-12-094-3/+4
|