summaryrefslogtreecommitdiffstats
path: root/pts-core
Commit message (Collapse)AuthorAgeFilesLines
* pts: Update tcsh external dependency for FedoraMichael Larabel2009-01-081-6/+0
| | | | Plus other stuff
* pts-core: Add result-file-to-pdf option that will read a results fileMichael Larabel2009-01-073-0/+187
| | | | and save a copy of it as an Adobe PDF file
* pts-core: Miscellaneous fixesMichael Larabel2009-01-074-2/+27
|
* pts-core: Add FORCE_TIMES_TO_RUN environmental variable for forcing theMichael Larabel2009-01-031-0/+7
| | | | number of times to run a test
* Tag Phoronix Test Suite 1.6.0 "Tydal" Beta 2Michael Larabel2009-01-021-3/+3
|
* pts-core: Add auto-removable-media field to auto test options supportMichael Larabel2009-01-011-0/+12
|
* pts-core: Few 2009 copyright updatesMichael Larabel2008-12-312-3/+3
|
* pts_Graph: Show lower-value results betterMichael Larabel2008-12-311-1/+5
|
* pts_Graph: Add more stock colors to painterMichael Larabel2008-12-312-2/+3
|
* pts_Graph: When rendering a graph on a percent basis, format scale forMichael Larabel2008-12-311-1/+8
| | | | 100-point basis
* system_monitor: When monitoring CPU usage, monitor the usage on eachMichael Larabel2008-12-311-0/+30
| | | | individual core (and still overall too)
* pts-core: Cache reading of hw_cpu_core_count() since that shouldn'tMichael Larabel2008-12-312-23/+38
| | | | change while pts-core is running
* pts-core: Allow reading CPU usage percent from individual coresMichael Larabel2008-12-311-5/+15
| | | | \
* pts-core: Rewrite pts_remove() functionMichael Larabel2008-12-291-21/+18
|
* pts-core: When installing or running a test, only print to standardMichael Larabel2008-12-283-4/+15
| | | | output if under 10KB
* bilde_renderer: Add a JPEG renderer using the GD libraryMichael Larabel2008-12-287-8/+58
|
* bilde_renderer: When setting the image quality level to use with theMichael Larabel2008-12-285-5/+7
| | | | render_image() function, base it on a 100-point scale
* bilde_renderer: Add a generic abstract GD library renderer and then haveMichael Larabel2008-12-282-187/+229
| | | | bilde_png_renderer extend that
* pts-core: Add install-all-dependencies option to install all availableMichael Larabel2008-12-282-1/+44
| | | | external dependencies for that distribution
* pts-core: Fix spacing in pts_trim_spaces()Michael Larabel2008-12-281-1/+1
|
* pts-core: Archive installation output of tests in the test's directoryMichael Larabel2008-12-284-5/+23
| | | | 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-275-33/+39
|
* pts-core: Clean up Display / X.Org server reported stringMichael Larabel2008-12-273-2/+6
|
* 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-263-0/+146
| | | | 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-263-17/+50
| | | | buffer
* bilde_renderer: Add and implement draw_polygon and draw_ellipse toMichael Larabel2008-12-264-0/+48
| | | | drawing API
* pts-core: Add pts_installed_test_tandem_XmlReader objectMichael Larabel2008-12-264-6/+45
|
* pts-core: Add pts_test_installed() boolean functionMichael Larabel2008-12-264-7/+11
|
* pts-core: Improve motherboard southbridge detection for some Intel ICHMichael Larabel2008-12-251-4/+11
| | | | Chipsets
* pts-core: Move base test profiles and resources toMichael Larabel2008-12-241-2/+2
| | | | pts/base-test-profiles/ and pts/base-test-resources/
* pts-core: Improve lspci support for distributions using /sbin/lspciMichael Larabel2008-12-201-1/+10
| | | | (such as OpenSuSE)
* pts_Graph: Tweak formatting of basic graph attributesMichael Larabel2008-12-181-3/+3
|
* pts-core: Improve size detection of low-capacity hard disksMichael Larabel2008-12-181-1/+1
|
* Tag Phoronix Test Suite 1.6.0 "Tydal" Beta 1Michael Larabel2008-12-171-1/+1
|
* pts-core: Fix a regression in pts_package_vendor_identifier() fromMichael Larabel2008-12-171-1/+1
| | | | yesterday's changes
* pts-core: Add auto-file-select and auto-directory-selection options toMichael Larabel2008-12-161-0/+30
| | | | PTS auto options support
* pts-core: Allow reading from TZ00 thermal zone over ACPI for CPUMichael Larabel2008-12-161-1/+3
| | | | temperature
* pts-core: Add support for specifying multiple possible points inMichael Larabel2008-12-161-15/+23
| | | | read_acpi() to provide some fallback support
* pts-core: Rework option counting in pts_auto_process_test_option()Michael Larabel2008-12-161-39/+38
|
* 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-162-95/+121
|
* pts-core: Store aliases for distributions used in package identificationMichael Larabel2008-12-163-17/+32
| | | | in pts-core/static/software-vendor-aliases.txt
* pts-core: Check all supplied arguments for a PCQS test when determiningMichael Larabel2008-12-161-23/+26
| | | | if PCQS needs to be installed