summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix test_conf unit tests after b291647878eb3eaa331cb34cab361788231de074Joel Rosdahl2013-03-021-6/+6
* | Allow mtime- and ctime-only matches.Justin Lebar2013-03-021-1/+4
* | Check that included files' ctimes aren't too new.Justin Lebar2013-03-021-2/+4
* | Minor code cleanupJoel Rosdahl2012-11-081-2/+1
* | Don't pass preprocessor options to compiler during second compilation phaseDavid Givone2012-11-082-0/+29
* | Add test case for check_for_temporal_macrosJoel Rosdahl2012-11-051-1/+79
* | Let args_init_from_gcc_atfile split on carriage return as wellJoel Rosdahl2012-08-081-1/+3
* | Fix typo and coding styleJoel Rosdahl2012-08-071-14/+13
* | add support for '@' parametersBoie, Andrew P2012-08-071-0/+65
* | Revert "add support for '@' parameters"Joel Rosdahl2012-08-011-48/+5
* | add support for '@' parametersBoie, Andrew P2012-08-011-5/+48
* | Merge branch 'maint'Joel Rosdahl2012-07-281-0/+28
|\ \ | |/
| * Improve get_relative_path and add unit testsJoel Rosdahl2012-07-281-1/+29
* | Revert mistakenly merged parts of 27f2ba9a15c16b226f5223dd81c28ea766f8f9caJoel Rosdahl2012-06-011-90/+1
* | Merge branch 'maint'Joel Rosdahl2012-05-311-1/+90
|\ \ | |/
| * Correctly handle backslash in strings in hash_source_code_stringJoel Rosdahl2012-05-311-1/+90
* | Remove test of check removed in 05ce57eJoel Rosdahl2012-05-131-5/+0
* | Fix build error for C89-only compilersJoel Rosdahl2012-04-091-2/+2
* | Introduce x_unsetenv for increased portabilityJoel Rosdahl2012-03-051-1/+1
* | Make conf_read_valid_config work on systems that don't export $USERJoel Rosdahl2012-03-051-1/+2
* | Solaris build fixesJoel Rosdahl2012-02-232-4/+4
* | Merge branch 'master' into configJoel Rosdahl2012-02-201-3/+8
|\ \
* | | Make format_human_readable_size saner for size < 1000Joel Rosdahl2012-02-131-3/+4
* | | Use booleans for truth valuesJoel Rosdahl2012-01-082-34/+34
* | | Merge branch 'master' into configJoel Rosdahl2012-01-082-7/+7
|\ \ \ | |/ /
| * | while (1) -> while (true)Joel Rosdahl2012-01-081-2/+2
| * | Merge branch 'maint'Joel Rosdahl2012-01-081-5/+5
| |\ \ | | |/
| | * Revert GCC bug compatibility for -MTarg and -MQargJoel Rosdahl2012-01-081-5/+5
| | * Rewrite argument to --sysroot if CCACHE_BASEDIR is usedJoel Rosdahl2011-05-301-0/+24
* | | config: Remove detect_shebang since it's only used for testsJoel Rosdahl2011-09-181-7/+2
* | | Merge branch 'master' into configJoel Rosdahl2011-08-201-0/+44
|\ \ \ | |/ /
| * | Fix -fprofile-*=dir handling when dir doesn't existJoel Rosdahl2011-08-151-0/+44
* | | config: Track and print configuration item originsJoel Rosdahl2011-07-291-31/+50
* | | config: Use code generated by gperf for looking up configuration itemsJoel Rosdahl2011-07-291-12/+0
* | | config: Add -p/--print-config optionJoel Rosdahl2011-07-291-5/+4
* | | config: Add conf_print_items functionJoel Rosdahl2011-07-291-0/+84
* | | config: Add -o/--set-option command-line optionJoel Rosdahl2011-07-261-6/+6
* | | config: Adjust the default cache size limit to 5 GbytesJoel Rosdahl2011-07-261-1/+1
* | | Let k/M/G/T be 10-based suffixes and introduce 2-based Ki/Mi/Gi/Ti as wellJoel Rosdahl2011-07-262-33/+44
* | | Use real size instead of multiples of 1024 for sizesJoel Rosdahl2011-07-262-23/+26
* | | test: Fix code formattingJoel Rosdahl2011-07-261-1/+1
* | | test: Add CHECKM macro that accepts an error messageJoel Rosdahl2011-07-262-5/+12
* | | test: Use an int64_t variant of CHECK_INT_EQ for all integer typesJoel Rosdahl2011-07-267-66/+44
* | | test: Call correct function in CHECK_UNS_EQJoel Rosdahl2011-07-261-1/+1
* | | config: Implement conf_set_value_in_file()Joel Rosdahl2011-07-201-0/+24
* | | Teach parse_size_with_suffix to parse float-style sizesJoel Rosdahl2011-07-201-0/+19
* | | Add utility function format_parsable_size_with_suffixJoel Rosdahl2011-07-201-0/+14
* | | Add test for format_human_readable_sizeJoel Rosdahl2011-07-201-0/+12
* | | config: Use umask from conf structJoel Rosdahl2011-07-201-1/+1
* | | config: Use log_file from conf structJoel Rosdahl2011-07-201-3/+0