index
:
delta/ccache.git
3.1-maint
3.2-maint
3.3-maint
3.4-maint
3.5-maint
3.7-maint
4.5-maint
4.6-maint
4.7-maint
baserock/build-essential
baserock/http-ccache
baserock/http-ccache-morph
baserock/jonathan/no-system-zlib
baserock/liw/kinnison-ccache-fix
baserock/morph
baserock/samthursfield/build-essential-2
baserock/samthursfield/build-essential-2-rebase
dev/aggregation
dev/memcached
maint
master
github.com: ccache/ccache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
portability: Add Holger Weiß's improved snprintf replacement
Joel Rosdahl
2010-11-22
1
-1
/
+1
*
Move lists of compiler options' semantics into a separate compopt.c file
Joel Rosdahl
2010-09-01
1
-1
/
+1
*
Extract knowledge about languages and extensions into a separate file
Joel Rosdahl
2010-08-29
1
-1
/
+1
*
Don't remove version.c when cleaning a release build
Joel Rosdahl
2010-08-05
1
-1
/
+2
*
Make reading and writing of statistics counters forward-compatible
Joel Rosdahl
2010-08-04
1
-1
/
+2
*
make: Remove left-over rules already moved to dev.mk.in
Joel Rosdahl
2010-08-02
1
-5
/
+0
*
Implement file locking primitives
Joel Rosdahl
2010-08-01
1
-1
/
+1
*
testfw: Add some utility functions
Joel Rosdahl
2010-08-01
1
-1
/
+1
*
Let configure figure out which test suites to include
Joel Rosdahl
2010-07-17
1
-2
/
+1
*
Portability: Don't use make variable $^
Joel Rosdahl
2010-07-17
1
-3
/
+3
*
Link test/main with local zlib if needed
Joel Rosdahl
2010-07-16
1
-5
/
+16
*
Portability: Don't use the $(var:%=%) construction
Joel Rosdahl
2010-07-16
1
-5
/
+5
*
Fix creation of test/suites.h in out-of-source builds
Joel Rosdahl
2010-07-16
1
-4
/
+5
*
Fix out-of-source builds by adding -I$(srcdir)
Joel Rosdahl
2010-07-16
1
-1
/
+1
*
Let installcheck run unit tests as well
Joel Rosdahl
2010-07-16
1
-2
/
+3
*
Regenerate test/suites.h on Makefile updates
Joel Rosdahl
2010-07-16
1
-2
/
+2
*
Add framework for tests written in C
Joel Rosdahl
2010-07-16
1
-11
/
+24
*
Split the main function into a separate compilation unit
Joel Rosdahl
2010-07-15
1
-1
/
+1
*
Add exit functions functionality
Joel Rosdahl
2010-07-14
1
-1
/
+1
*
Move make rule for ccache.1 to dev.mk.in
Joel Rosdahl
2010-06-19
1
-3
/
+0
*
Remove obsolete rules already moved to dev.mk.in
Joel Rosdahl
2010-06-19
1
-6
/
+0
*
Include git revision info in version number
Joel Rosdahl
2010-06-09
1
-2
/
+2
*
Don't strip the ccache binary when installing
Joel Rosdahl
2010-05-16
1
-1
/
+1
*
Improve performance measurement script
Joel Rosdahl
2010-05-02
1
-3
/
+3
*
Convert all documentation files to AsciiDoc and rename ccache.txt to manual.txt
Joel Rosdahl
2010-04-28
1
-16
/
+11
*
Pass $(CXX) to perf.sh from the makefile
Joel Rosdahl
2010-04-28
1
-1
/
+1
*
Refactoring: move hash_*_ignoring_comments to hash_include_file_* in testutil
Joel Rosdahl
2010-04-25
1
-2
/
+2
*
Convert NEWS to asciidoc format
Joel Rosdahl
2010-04-24
1
-1
/
+4
*
Create nicer HTML page of the manual
Joel Rosdahl
2010-04-22
1
-1
/
+1
*
Add rule for generating an HTML man page
Joel Rosdahl
2010-04-22
1
-0
/
+3
*
Convert man page from yodl to asciidoc format
Joel Rosdahl
2010-04-22
1
-2
/
+9
*
Remove superfluous dependencies from test/perf targets
Joel Rosdahl
2010-03-03
1
-2
/
+2
*
Remove unused CC variable from perf.sh command line
Joel Rosdahl
2010-03-03
1
-1
/
+1
*
Add perf target
Kovarththanan Rajaratnam
2010-03-02
1
-0
/
+4
*
Portability: Define explicit compilation rule to pick up CPPFLAGS on HP-UX
Joel Rosdahl
2010-02-28
1
-0
/
+3
*
Only clean non-dev stuff in Makefile's clean target
Joel Rosdahl
2010-02-26
1
-2
/
+3
*
Portability: don't require GNU make
Joel Rosdahl
2010-02-26
1
-49
/
+4
*
Bundle (a subset of) zlib 1.2.3 for portability
Joel Rosdahl
2010-02-25
1
-6
/
+7
*
Use our own getopt_long
Joel Rosdahl
2010-02-17
1
-2
/
+2
*
Extracted common dist archive build commands into a variable
Joel Rosdahl
2010-02-15
1
-9
/
+7
*
Don't treat missing ccache.1 as an error when installing
Joel Rosdahl
2010-02-15
1
-1
/
+1
*
Remove references to the web directory
Joel Rosdahl
2010-02-14
1
-5
/
+2
*
Use $(MAKE) to invoke submakes
Joel Rosdahl
2010-02-14
1
-2
/
+2
*
Add some simple README and INSTALL files
Joel Rosdahl
2010-02-12
1
-1
/
+1
*
Include NEWS in the dist archive
Joel Rosdahl
2010-01-06
1
-1
/
+1
*
Fix flymake-mode support again
Joel Rosdahl
2010-01-06
1
-1
/
+1
*
Put dependency files in a subdirectory
Joel Rosdahl
2010-01-05
1
-4
/
+4
*
Add .PHONY target declarations
Joel Rosdahl
2010-01-05
1
-0
/
+11
*
Add distcheck make target
Joel Rosdahl
2010-01-05
1
-0
/
+11
*
Make build in separate build directory work again
Joel Rosdahl
2010-01-05
1
-3
/
+4
[next]