summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions.php
Commit message (Expand)AuthorAgeFilesLines
* pts-core: Add pts-functions_vars.phpMichael Larabel2008-12-131-116/+1
* pts-core: Add initial functions needed for virtual suite supportMichael Larabel2008-12-081-5/+0
* pts-core: Switch IS_BATCH_MODE from using defines to PTS assignmentMichael Larabel2008-12-081-1/+1
* pts-core: Add pts_load_function_set() for loading functions within PTSMichael Larabel2008-12-041-0/+6
* pts-core: Add pts-functions_io.php and pts-functions_global.phpMichael Larabel2008-12-041-289/+2
* pts-core: Cut down on use of pts_exit() command due to the new optionMichael Larabel2008-12-021-28/+0
* pts-core: Add build-suite option that guides the user throughMichael Larabel2008-11-301-0/+29
* pts-core: Allow pts_Graph to set the default image renderer forMichael Larabel2008-11-291-20/+0
* pts-core: Ensure all PTS options extend the pts_option_interfaceMichael Larabel2008-11-291-8/+0
* pts-core: Rework the pts_run_option interface to set options to run nextMichael Larabel2008-11-291-10/+28
* pts-core: Improve usability for those without the PHP preg_* functionsMichael Larabel2008-11-231-8/+13
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 1Michael Larabel2008-11-221-3/+3
* pts-core: Finish eliminating use of all global variables throughoutMichael Larabel2008-11-201-4/+27
* pts-core: Eliminate THIS_RUN_TIME constant and add preferred way ofMichael Larabel2008-11-191-2/+20
* pts-core: Allow pts_set_assignment() to set multiple assignments withMichael Larabel2008-11-191-1/+9
* pts-core: PTS_START_TIME -> PTS_INIT_TIME and add pts_elapsed_time() function...Michael Larabel2008-11-191-0/+14
* pts-core: Standardize sw_* functionsMichael Larabel2008-11-171-7/+7
* pts-core: Standardize hw_sys_* functionsMichael Larabel2008-11-171-3/+3
* pts-core: Standardize hw_gpu_* functionsMichael Larabel2008-11-171-8/+8
* pts-core: Standardize CPU function namesMichael Larabel2008-11-171-3/+3
* pts-core: Rename sctp_test_directory() -> pts_sctp_test_directory(),Michael Larabel2008-11-171-1/+1
* pts-core: Branch out classes from pts-generic-classes.phpMichael Larabel2008-11-171-1/+0
* pts-core: Rework the pts_*_assignment functionsMichael Larabel2008-11-171-12/+34
* pts-core: Add __pre_option_process() and __post_option_process() to PTSMichael Larabel2008-11-151-0/+2
* pts-core: Add pts_run_option_command() for modularizing executing PTSMichael Larabel2008-11-151-0/+25
* pts-core: Switch a few global variables to staticMichael Larabel2008-11-131-18/+9
* pts-core: Add static/info-strings-replace.txt to contain a list of allMichael Larabel2008-11-131-3/+14
* pts-core: Add static/info-strings-remove.txt to contain a list of allMichael Larabel2008-11-131-1/+8
* pts-core: Add static/hal-remove-words.txt to contain a list of all HALMichael Larabel2008-11-131-0/+1
* pts-core: Relocate initialization code to be called fromMichael Larabel2008-11-131-24/+1
* pts-core: Drop pts-functions-extras.php and move those functions toMichael Larabel2008-11-131-0/+37
* pts-core: Add pts_test_suite_details classMichael Larabel2008-11-131-1/+2
* pts-core: Start on p_str() function for translationsMichael Larabel2008-11-131-1/+5
* pts-core: Switch over relevant define statements to using new PTSMichael Larabel2008-11-131-0/+4
* pts-core: Add pts_set_assignment_once() functionMichael Larabel2008-11-131-1/+8
* pts-core: Add pts_is_assignment() functionMichael Larabel2008-11-131-1/+5
* pts-core: Add pts_set_assignment(), pts_read_assignment(), andMichael Larabel2008-11-131-0/+19
* pts-core: Reorder a few functionsMichael Larabel2008-10-301-247/+0
* pts-core: Output dmesg when saving system detailsMichael Larabel2008-10-271-0/+8
* pts-core: Copy the Xorg.0.log when saving system detailsMichael Larabel2008-10-271-0/+5
* pts-core: Add base/ support to locally stored test profiles andMichael Larabel2008-10-261-0/+2
* pts-core: Add pts_run_shell_script() for extracting a sh script thatMichael Larabel2008-10-261-1/+1
* pts-core: Move some abstracted shell commands to newMichael Larabel2008-10-261-60/+1
* pts-core: Rename pts-core/pts-results-viewer/ toMichael Larabel2008-10-261-1/+2
* pts-core: Add pts-generic-classes.phpMichael Larabel2008-10-181-0/+1
* pts-core: Clean / optimize pts-core code / run PEAR's PHP_CodeSnifferMichael Larabel2008-10-161-27/+182
* pts-core: Fix regression in pts_trim_double() that would return anMichael Larabel2008-10-141-15/+9
* pts-core: $OPERATING_SYSTEM for pts_user_runtime_variables() should beMichael Larabel2008-10-121-1/+1
* pts-core: Restructure the end-user run-time variables code and add support forMichael Larabel2008-10-121-0/+26
* pts-core: Add average run-time to list-test-usageMichael Larabel2008-10-121-11/+31