]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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...
2010-08-02  Joel Rosdahltestfw: Declare all variables before the first statement
2010-08-02  Joel RosdahlExtract calculation of the maximum path length into...
2010-08-02  Joel RosdahlNo need to compile x_readlink on win32
2010-08-02  Joel RosdahlWhen crashing of out-of-memory in x_*alloc, print wante...
2010-08-02  Joel RosdahlFormat code to use a more consistent coding style
2010-08-02  Joel RosdahlAdd missing MANUAL.txt in dist archives
2010-08-02  Joel RosdahlRemove *.tar.bz2 and *.tar.gz when cleaning
2010-08-02  Joel RosdahlAdd missing test/util.h to dist archives
2010-08-02  Joel Rosdahlmake: Remove left-over rules already moved to dev.mk.in
2010-08-02  Joel RosdahlGeneral overhaul of license and copyright information
2010-08-01  Joel Rosdahltestfw: Print passed assertions in verbose mode
2010-08-01  Joel Rosdahltestfw: Fix format string in cct_check_failed()
2010-08-01  Joel RosdahlFormat code to use a more consistent coding style
2010-08-01  Joel RosdahlUse newline instead of space as separator for stats...
2010-08-01  Joel Rosdahlwin32: Implement lockfile primitives
2010-08-01  Joel RosdahlUse lock files instead of POSIX locks when writing...
2010-08-01  Joel RosdahlDon't use locks for reading/writing the manifest from...
2010-08-01  Joel RosdahlImplement file locking primitives
2010-08-01  Joel RosdahlAdd x_readlink() utility function
2010-08-01  Joel Rosdahltestfw: Add read_file() utility function
2010-08-01  Joel Rosdahltestfw: Handle CHECK(pointer) correctly
2010-08-01  Joel Rosdahltestfw: Set cache_logfile before running each test...
2010-08-01  Joel RosdahlStop loop in stats_flush() when possible
2010-08-01  Joel Rosdahlperf: Add --nostats option
2010-08-01  Joel RosdahlIntroduce and use function-like macros str_eq() and...
2010-08-01  Joel Rosdahltest: Fix failing dash_E_should_be_unsupported test
2010-08-01  Joel RosdahlIntroduce cc_reset(), enabling the test suite to reset...
2010-08-01  Joel RosdahlPlug some minor memory leaks
2010-08-01  Joel Rosdahltestfw: Add some utility functions
2010-07-25  Joel RosdahlUpdate recommendations for combining ccache with other...
2010-07-21  Joel RosdahlIntroduce x_rename(), which unlink()s destination if...
2010-07-20  Joel RosdahlAlways update a stats file in a subdirectory to reduce...
2010-07-20  Joel RosdahlAdd hash_from_int function
2010-07-20  Joel RosdahlCode formatting cleanup
2010-07-20  Joel Rosdahltest framework: Restore CWD to be able to wipe temporar...
2010-07-20  Ramirowin32: Add a space between filename and error string...
2010-07-20  Ramirowin32: _localtime32() should only be used with mingw-w64
2010-07-19  Joel RosdahlIgnore .nfs* files when cleaning up
2010-07-19  Joel RosdahlExtract common exit code in cleanup.c's traverse_fn()
2010-07-18  Joel RosdahlAdd comments about which files declarations in ccache...
2010-07-18  Joel RosdahlPut feature macro configuration stuff in a separate...
2010-07-17  Joel RosdahlRemove now unused x_asprintf()
2010-07-17  Joel RosdahlUse format() instead of x_asprintf()
2010-07-17  Joel RosdahlVerify that test (suite) names are valid C identifiers
2010-07-17  Joel RosdahlAdd a function that formats a string in a handier way...
2010-07-17  Joel RosdahlOnly pass dependency arguments to the preprocessor
2010-07-17  Joel RosdahlRefactor cc_process_args to free stripped_args correctl...
2010-07-17  Joel RosdahlAdd suite for testing the processing of compiler arguments
2010-07-17  Joel RosdahlAdd cct_create_file function
2010-07-17  Joel RosdahlRun each test case in a separate directory for isolation
2010-07-17  Joel RosdahlAllow argument to args_free() to be NULL
2010-07-17  Joel RosdahlPrint nicer progress messages for verbose tests
2010-07-17  Joel RosdahlImplement args_extend function
2010-07-17  Joel RosdahlFix off-by-one error in args_to_string
2010-07-17  Joel RosdahlLet configure figure out which test suites to include
2010-07-17  Joel RosdahlGet rid of the ARGS typedef; use struct args explicitly
2010-07-17  Joel RosdahlUse strcmp == 0 instead of !strcmp
2010-07-17  Joel RosdahlRemove redundant continue
2010-07-17  Joel RosdahlPrint correct singular/plural forms in test framework...
2010-07-17  Joel RosdahlCorrect number of failed suites
2010-07-17  Joel RosdahlPortability: Don't use make variable $^
2010-07-17  Joel RosdahlAvoid using intptr_t on non-win32 systems since it...
2010-07-16  Joel RosdahlMerge remote branch 'polla/master'
2010-07-16  Joel RosdahlLink test/main with local zlib if needed
2010-07-16  Joel RosdahlCorrectly find suites.h in out-of-source builds
2010-07-16  Ramiro PollaUse _localtime32() instead of localtime() on Windows
2010-07-16  Ramiro PollaDo not misuse long to cast a pointer
2010-07-16  Ramiro PollaWin32 support
2010-07-16  Ramiro PollaImplement is_full_path() helper function
2010-07-16  Joel RosdahlPortability: Don't use the $(var:%=%) construction
2010-07-16  Joel RosdahlCompensate for false increase in first TEST expansion
2010-07-16  Joel RosdahlFix negation errors in CHECK_*_EQ macros
2010-07-16  Joel RosdahlCorrectly find ccache.h from test_util.c
2010-07-16  Joel RosdahlUse tcgetattr() instead of ioctl() for portability
next