Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bsd/ | 03-May-2024 | - | 114 | 0 | ||
ios/ | 03-May-2024 | - | 114 | 30 | ||
linux/ | 03-May-2024 | - | 120 | 37 | ||
mac/ | 03-May-2024 | - | 118 | 33 | ||
open-vcdiff/ | 03-May-2024 | - | 73,230 | 56,448 | ||
OWNERS | D | 03-May-2024 | 52 | 4 | 3 | |
README.chromium | D | 03-May-2024 | 891 | 16 | 13 | |
logging_forward.h | D | 03-May-2024 | 764 | 23 | 9 | |
sdch.gyp | D | 03-May-2024 | 3.7 KiB | 95 | 93 | |
sdch.target.darwin-arm.mk | D | 03-May-2024 | 6.3 KiB | 278 | 229 | |
sdch.target.darwin-mips.mk | D | 03-May-2024 | 6.1 KiB | 272 | 223 | |
sdch.target.darwin-x86.mk | D | 03-May-2024 | 6.2 KiB | 278 | 229 | |
sdch.target.linux-arm.mk | D | 03-May-2024 | 6.3 KiB | 278 | 229 | |
sdch.target.linux-mips.mk | D | 03-May-2024 | 6.1 KiB | 272 | 223 | |
sdch.target.linux-x86.mk | D | 03-May-2024 | 6.2 KiB | 278 | 229 |
README.chromium
1The linux directory contains a config.h generated from a run of configure on 2Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually 3changed to match the $host_cpu test in configure. 4 5The mac directory contains a config.h generated from a run of configure on a 6Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the 7$host_cpu test in configure. 8 9The 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