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
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix paths to bundled zlib
Joel Rosdahl
2018-02-25
1
-2
/
+2
*
Fix printing of version number in “ccache --version”
Joel Rosdahl
2018-02-11
1
-1
/
+1
*
Rearrange files into suitable subdirectories, e.g. src and doc
Joel Rosdahl
2018-02-07
1
-4
/
+4
*
test: Rearrange files into test and unittest directories
Joel Rosdahl
2018-01-29
1
-3
/
+3
*
Prefer bash, when running test.sh script
Anders F Björklund
2018-01-29
1
-0
/
+3
*
Include feature_macros earlier in configure.ac
Joel Rosdahl
2017-02-12
1
-2
/
+2
*
c99: Check for and require a C99-compatible compiler
Joel Rosdahl
2016-07-22
1
-2
/
+5
*
Add compat version of GetFinalPathNameByHandle
Anders Björklund
2016-03-04
1
-0
/
+1
*
Minor improvements to Windows support
Vadim Petrochenkov
2015-09-13
1
-1
/
+1
*
Remove unnecessary extra_cppflags, extra_ldflags and all_ldflags variables
Joel Rosdahl
2015-08-29
1
-6
/
+3
*
Fix regression in recent change related to zlib in nonstandard location
Joel Rosdahl
2015-08-17
1
-1
/
+1
*
Support external zlib in nonstandard directory
Joel Rosdahl
2015-06-01
1
-1
/
+1
*
Link with -lws2_32 on Windows
Joel Rosdahl
2015-01-28
1
-0
/
+6
*
Speed up copy4 and copy64 on little-endian systems
Andrew Stubbs
2013-01-01
1
-0
/
+2
*
Fix developer mode detection
Joel Rosdahl
2012-09-23
1
-3
/
+7
*
Find test case files in out-of-source-dir builds as well
Joel Rosdahl
2012-09-22
1
-1
/
+1
*
Don't make -lz an explicit dependency if there is a system zlib
Joel Rosdahl
2012-09-13
1
-1
/
+1
*
Reorder build options to guarantee usage of bundled zlib headers and libraries
Joel Rosdahl
2012-08-07
1
-4
/
+8
*
Add --with-bundled-zlib configure option
Joel Rosdahl
2012-08-07
1
-20
/
+30
*
Merge branch 'maint'
Joel Rosdahl
2012-08-07
1
-1
/
+1
|
\
|
*
make git version macro work if compiled outside of src dir
Patrick von Reth
2012-08-07
1
-1
/
+1
*
|
Require Windows Vista or later for win32 builds
Joel Rosdahl
2012-08-01
1
-0
/
+8
*
|
Ignore git's merge conflict files when finding unit tests
Joel Rosdahl
2012-07-28
1
-4
/
+1
*
|
Introduce x_unsetenv for increased portability
Joel Rosdahl
2012-03-05
1
-0
/
+1
*
|
test: Use an int64_t variant of CHECK_INT_EQ for all integer types
Joel Rosdahl
2011-07-26
1
-0
/
+2
*
|
Merge branch 'maint'
Joel Rosdahl
2011-05-21
1
-0
/
+3
|
\
\
|
|
/
|
*
Only link with -lm if needed
Joel Rosdahl
2011-05-21
1
-0
/
+3
*
|
Merge branch 'maint'
Joel Rosdahl
2010-11-22
1
-32
/
+6
|
\
\
|
|
/
|
*
portability: Add Holger Weiß's improved snprintf replacement
Joel Rosdahl
2010-11-22
1
-32
/
+6
*
|
Add strtok_r() replacement using strtok()
Ramiro Polla
2010-09-27
1
-0
/
+1
|
/
*
Check $AR when detecting ar as this seems to be the official way
Joel Rosdahl
2010-09-22
1
-1
/
+1
*
Add autoconf check and workaround for stdbool.h
Joel Rosdahl
2010-08-29
1
-0
/
+1
*
Put feature macro configuration stuff in a separate file
Joel Rosdahl
2010-07-18
1
-144
/
+1
*
Let configure figure out which test suites to include
Joel Rosdahl
2010-07-17
1
-0
/
+7
*
Link test/main with local zlib if needed
Joel Rosdahl
2010-07-16
1
-6
/
+8
*
Use tcgetattr() instead of ioctl() for portability
Joel Rosdahl
2010-07-16
1
-1
/
+1
*
Merge branch 'unittest'
Joel Rosdahl
2010-07-16
1
-1
/
+2
|
\
|
*
Add framework for tests written in C
Joel Rosdahl
2010-07-16
1
-1
/
+2
*
|
Introduce and use x_fmmap() and x_munmap()
Ramiro Polla
2010-07-16
1
-1
/
+1
|
/
*
Disable developer mode on the build farm since it may use non-GNU make
Joel Rosdahl
2010-07-14
1
-1
/
+1
*
Get rid of configure-dev; dev mode is given by dev.mk.in presence
Joel Rosdahl
2010-07-14
1
-15
/
+13
*
Compile getopt_long() conditionally
Ramiro Polla
2010-06-25
1
-0
/
+1
*
Support running configure in non-dev-mode in a git-less dev environment
Joel Rosdahl
2010-06-15
1
-0
/
+3
*
Only create version.c in configure when dev mode is enabled
Joel Rosdahl
2010-06-15
1
-3
/
+6
*
Improve formatting of git revision info
Joel Rosdahl
2010-06-10
1
-1
/
+1
*
Include git revision info in version number
Joel Rosdahl
2010-06-09
1
-0
/
+3
*
Include stdio.h when checking for vsnprintf support
Joel Rosdahl
2010-05-30
1
-0
/
+1
*
Feature macro portability magic borrowed from Python's configure.in
Joel Rosdahl
2010-05-30
1
-9
/
+151
*
Potential Solaris build fix
Joel Rosdahl
2010-05-25
1
-1
/
+1
*
Prefix each log row with a timestamp
Joel Rosdahl
2010-05-10
1
-0
/
+1
[next]