Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
bsd/ | 03-Dec-2014 | ||
BUILD.gn | 03-Dec-2014 | 2.4K | |
ios/ | 03-Dec-2014 | ||
linux/ | 03-Dec-2014 | ||
logging_forward.h | 03-Dec-2014 | 764 | |
mac/ | 03-Dec-2014 | ||
open-vcdiff/ | 03-Dec-2014 | ||
OWNERS | 03-Dec-2014 | 52 | |
README.chromium | 03-Dec-2014 | 1K | |
sdch.gyp | 03-Dec-2014 | 3.8K | |
sdch.target.darwin-arm.mk | 03-Dec-2014 | 7.9K | |
sdch.target.darwin-arm64.mk | 03-Dec-2014 | 7.2K | |
sdch.target.darwin-mips.mk | 03-Dec-2014 | 7.5K | |
sdch.target.darwin-x86.mk | 03-Dec-2014 | 7.5K | |
sdch.target.darwin-x86_64.mk | 03-Dec-2014 | 7.5K | |
sdch.target.linux-arm.mk | 03-Dec-2014 | 7.9K | |
sdch.target.linux-arm64.mk | 03-Dec-2014 | 7.2K | |
sdch.target.linux-mips.mk | 03-Dec-2014 | 7.5K | |
sdch.target.linux-x86.mk | 03-Dec-2014 | 7.5K | |
sdch.target.linux-x86_64.mk | 03-Dec-2014 | 7.5K | |
win/ | 03-Dec-2014 |
1 The linux directory contains a config.h generated from a run of configure on 2 Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually 3 changed to match the $host_cpu test in configure. 4 5 The mac directory contains a config.h generated from a run of configure on a 6 Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the 7 $host_cpu test in configure. 8 9 The ios directory contains a config.h generated from a run of configure 10 --host=arm-apple-darwin10 on a Mac with the following environment variables: 11 CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c -arch armv6 12 CFLAGS=-mno-thumb -miphoneos-version-min=4.2 13 CPPFLAGS=-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk 14 CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -arch armv6 15 CXXFLAGS=-mno-thumb -miphoneos-version-min=4.2 16 17 The win directory contains a config.h that forwards to one provided with 18 open-vcdiff. We have this to avoid putting open-vcdiff's minimal stdint.h hack 19 into our include path. 20