]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2010-09-12  Joel RosdahlDon't compare booleans with 0
2010-09-12  Joel RosdahlRename test_if_compressed() to file_is_compressed()
2010-09-12  Joel RosdahlFix Win32 build error
2010-09-12  Joel RosdahlDon't hard-code size hint when reading preprocessed...
2010-09-12  Joel RosdahlStat file to get size hint in read_file()
2010-09-10  Joel RosdahlMinor updates of NEWS
2010-09-06  Joel RosdahlMake the 3.1 news entry spacier
2010-09-06  Joel RosdahlAdd news for version 3.1
2010-09-06  Joel RosdahlAdd Tor Arne Vestbø as a contributor
2010-09-06  Joel RosdahlAdd a .tar.xz dist archive
2010-09-06  Joel RosdahlUse GNU tar's auto detection of extension when creating...
2010-09-05  Joel RosdahlDon't hash .gch files twice; hash the hash instead
2010-09-05  Joel RosdahlAllow preprocessed hits even when using PCH
2010-09-05  Joel RosdahlAvoid preprocessed hits when using precompiled headers
2010-09-05  Joel RosdahlAdd "can't use precompiled header" statistics
2010-09-05  Joel RosdahlSimplify return logic in hash_fd2()
2010-09-05  Joel RosdahlIncrease read buffer in read_fd2()
2010-09-05  Joel RosdahlPlug memory leak in remember_include_file
2010-09-05  Joel RosdahlAdd hash_file2() and hash_fd2() functions that update...
2010-09-04  Joel RosdahlClean cache before first pch test to avoid error when...
2010-09-02  Joel RosdahlAlso require time_macros sloppiness when detecting...
2010-09-02  Joel RosdahlLog incremented statistics counters as "result"
2010-09-02  Joel RosdahlCorrect variable name in comment
2010-09-02  Joel RosdahlLog which precompiled header was found when detecting...
2010-09-01  Joel RosdahlMove lists of compiler options' semantics into a separa...
2010-09-01  Joel RosdahlTest -I with concatenated argument
2010-09-01  Joel RosdahlTest that -D isn't hashed in preprocessor mode
2010-09-01  Joel Rosdahltestfw: Give compile error on empty suite names
2010-08-30  Joel RosdahlAllow const string parameters to CHECK_STR_EQ()
2010-08-29  Joel RosdahlReset output_is_precompiled_header in cc_reset()
2010-08-29  Joel RosdahlUse bool, true and false for boolean values
2010-08-29  Joel RosdahlAdd autoconf check and workaround for stdbool.h
2010-08-29  Joel RosdahlRemove includes that are redundant after system.h intro...
2010-08-29  Joel RosdahlAdd missing license header in lockfile.c
2010-08-29  Joel RosdahlIntroduce system.h
2010-08-29  Joel RosdahlExtract knowledge about languages and extensions into...
2010-08-29  Joel RosdahlUse MYNAME in usage and license text
2010-08-28  Joel RosdahlMinor doc tweak
2010-08-28  Joel RosdahlDocument new support for precompiled headers
2010-08-28  Joel RosdahlAdd test that -fpch-preprocess is added when using...
2010-08-28  Joel RosdahlDon't require .gch to be a directory since a file is...
2010-08-28  Tor Arne VestbøHash all arguments for pch and add -fpch-preprocess...
2010-08-27  Joel RosdahlAdd -install_name to options that take an argument
2010-08-27  Joel Rosdahlread_file(): Use x_realloc instead of realloc
2010-08-27  Joel Rosdahlread_file(): Don't expose pointer to freed memory
2010-08-26  Joel RosdahlRead files into memory instead of using mmap()
2010-08-26  Joel RosdahlImplement read_file() for reading an arbitrary file...
2010-08-26  Joel RosdahlRename read_file() to read_text_file()
2010-08-25  Joel Rosdahlread_manifest(): Use x_calloc() instead of x_malloc...
2010-08-25  Joel RosdahlAdd x_calloc()
2010-08-25  Joel Rosdahlread_file(): Allocate memory only if the file exists
2010-08-23  Joel Rosdahltest: Fix bad test for compiler pch support
2010-08-23  Joel Rosdahltest: Check that compiler is actually able to use preco...
2010-08-22  Joel Rosdahltest: Print note when not running pch tests
2010-08-22  Joel RosdahlAlso check if the -fpch-preprocess option is supported...
2010-08-22  Joel RosdahlSupport Solaris stupid /bin/sh in pch test
2010-08-22  Joel RosdahlFix bug in args_strip()
2010-08-22  Joel RosdahlAdd support for caching precompiled headers
2010-08-21  Joel RosdahlReorder languages array with more common extensions...
2010-08-21  Joel RosdahlAdd .cp and .CP as known C++ suffixes
2010-08-21  Joel RosdahlAdd support for using precompiled headers if -fpch...
2010-08-21  Joel RosdahlLog when a manifest lookup fails due to a missing file
2010-08-18  Joel RosdahlCorrect data type for return value from read()
2010-08-18  Joel RosdahlAdd some tests of MD4 hash functions
2010-08-18  Joel RosdahlMake hash_result() idempotent
2010-08-16  Joel Rosdahltest: Make sure CCACHE_NODIRECT is set before running...
2010-08-14  Joel RosdahlRemove unused declaration
2010-08-14  Joel Rosdahltest: Avoid using "echo -n" for portability reasons
2010-08-14  Joel Rosdahltest: Avoid using "echo -n" for portability reasons
2010-08-14  Joel RosdahlLog in parent process in hash_command_output() to get...
2010-08-14  Joel RosdahlUse reentrant strtok_r() instead of strtok()
2010-08-14  Joel RosdahlAdd test suite for struct args
2010-08-14  Joel RosdahlDon't use /bin/sh when executing compiler check command
2010-08-14  Joel RosdahlMake args_init_from_string() split on more whitespace...
2010-08-14  Joel RosdahlAdd hash_command_output() and hash_multicommand_output()
2010-08-14  Joel RosdahlGeneralize cc_log_executed_command
2010-08-14  Joel RosdahlPut args declarations higher up in ccache.h
2010-08-14  Joel Rosdahltestfw: Let the compiler catch bad test case names
2010-08-14  Joel Rosdahltestfw: Simplify accounting and printing of failed...
2010-08-14  Joel RosdahlAdd args_set() function
2010-08-14  Joel RosdahlAdd hash_equal() function
2010-08-14  Joel RosdahlPut functions in hash.c in a more natural order
2010-08-14  Joel Rosdahlperf.py: Enable more accurate measurement of cache...
2010-08-11  Joel RosdahlAdd support for running a custom command to identify...
2010-08-08  Joel Rosdahltest: Add tests for CCACHE_COMPILERCHECK
2010-08-08  Joel Rosdahldoc: Add missing newline
2010-08-08  Joel Rosdahldoc: Improve CCACHE_COMPILERCHECK description
2010-08-08  Joel Rosdahltest: List all suites in all_suites and exclude unsuppo...
2010-08-06  Joel Rosdahldoc: Clarify installation methods
2010-08-05  Joel RosdahlUpdate HACKING.txt with commit message width hint
2010-08-05  Joel RosdahlDon't remove version.c when cleaning a release build
2010-08-04  Joel RosdahlSpell Ville Skyttä's name correctly
2010-08-04  Joel RosdahlUpdate license for mdfour.c to GPLv3+
2010-08-04  Joel RosdahlMake reading and writing of statistics counters forward...
2010-08-04  Joel RosdahlExplicitly set values of enum stats since they are...
2010-08-03  Joel RosdahlMove read_file from test/util.c to util.c
2010-08-03  Joel RosdahlIsolate knowledge of the counters data structure to...
2010-08-03  Joel RosdahlFold stats_read_fd() into stats_read()
2010-08-03  Joel RosdahlUse stats_read() instead of stats_read_fd()
2010-08-02  Joel Rosdahltestfw: Format code to use a more consistent coding...
next