summaryrefslogtreecommitdiff
path: root/conf.c
Commit message (Expand)AuthorAgeFilesLines
* Break long lineJoel Rosdahl2016-07-301-1/+2
* Clean up after a8ca6ad3Joel Rosdahl2016-07-291-4/+3
* Make the cleanup limit into a configurable variableAnders Björklund2016-07-291-0/+21
* Let hash_dir default to trueJoel Rosdahl2016-07-271-1/+1
* Let run_second_cpp default to trueJoel Rosdahl2016-07-271-1/+1
* c99: Declare variables closer to their first useJoel Rosdahl2016-07-231-57/+42
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-30/+26
* Merge branch '3.2-maint'Joel Rosdahl2016-03-301-0/+3
|\
| * Fix --print-config to show pch_definesKonaBlend2016-03-301-0/+3
* | Adjust code as suggested by uncrustifyJoel Rosdahl2016-03-161-1/+2
* | Add option to not discard comments in preprocessorAnders Björklund2016-03-141-0/+4
* | Add prefix option for precompiler tooAnders Björklund2016-01-141-0/+6
* | Improve code styleJoel Rosdahl2015-12-221-3/+5
* | Add feature to ignore headers in manifestAnders Björklund2015-12-221-0/+6
* | Allow not including system headers in manifestAnders Björklund2015-12-191-0/+5
|/
* Make conversion-to-bool explicit to avoid warnings on legacy systemsJoel Rosdahl2015-08-171-1/+1
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-5/+5
* Improve temporary file creation functions and usageJoel Rosdahl2014-11-151-2/+2
* Add "read-only direct" settingJoel Rosdahl2014-11-021-0/+5
* Refactor conf code into bool_to_string functionJoel Rosdahl2014-11-021-10/+16
* Merge branch 'maint'Joel Rosdahl2014-01-081-5/+7
* Minor coding style tweaksJoel Rosdahl2014-01-011-2/+2
* Allow mtime- and ctime-only matches.Justin Lebar2013-03-021-0/+5
* Check that included files' ctimes aren't too new.Justin Lebar2013-03-021-0/+5
* Fix coding styleJoel Rosdahl2012-08-081-1/+1
* Avoid checking for too large values in parse_unsignedJoel Rosdahl2012-05-131-2/+1
* Use UINT_MAX instead of (unsigned)-1Joel Rosdahl2012-05-131-1/+1
* portability: Don't compare signed and unsigned integersJoel Rosdahl2012-04-171-1/+1
* config: Compare with NULL in parse_env_string to please IRIX's compilerJoel Rosdahl2012-04-081-1/+1
* Portability fixesJoel Rosdahl2012-03-051-3/+3
* Merge branch 'master' into configJoel Rosdahl2012-02-201-0/+5
* Minor cleanupJoel Rosdahl2012-02-131-3/+5
* config: Remove detect_shebang since it's only used for testsJoel Rosdahl2011-09-181-4/+0
* config: Track and print configuration item originsJoel Rosdahl2011-07-291-34/+48
* config: Use code generated by gperf for looking up configuration itemsJoel Rosdahl2011-07-291-137/+6
* config: Add -p/--print-config optionJoel Rosdahl2011-07-291-18/+26
* config: Add conf_print_items functionJoel Rosdahl2011-07-291-0/+104
* config: Add -o/--set-option command-line optionJoel Rosdahl2011-07-261-0/+7
* 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-261-1/+1
* Use real size instead of multiples of 1024 for sizesJoel Rosdahl2011-07-261-3/+3
* config: Free output from parse_line correctlyJoel Rosdahl2011-07-201-2/+8
* config: Implement conf_set_value_in_file()Joel Rosdahl2011-07-201-0/+52
* config: Refactor parse_line to only return parsed key and valueJoel Rosdahl2011-07-201-14/+15
* config: Use umask from conf structJoel Rosdahl2011-07-201-1/+1
* config: Handle CCACHE_NO* environment variablesJoel Rosdahl2011-07-201-5/+15
* config: Correctly interpret boolean environment variablesJoel Rosdahl2011-07-171-3/+14
* config: Allow empty string (meaning "disabled") in verify_absolute_pathJoel Rosdahl2011-07-171-1/+4
* config: Use cache_dir_levels from conf structJoel Rosdahl2011-07-171-1/+14
* config: First steps towards supporting config filesJoel Rosdahl2011-07-171-0/+514