-
```
What steps will reproduce the problem?
1. create file "test1.js", input "test1", and save it.
2. create file "test2.js", input "test2", and save it, too.
3. run command line:
vcdiff encode -js…
-
```
What steps will reproduce the problem?
1. create file "test1.js", input "你好", and save it without BOM.
2. create file "test2.js", input "你好么", and save it without BOM, too.
3. use command line: v…
-
```
After installing the deb packages in open-vcdiff_0.8.1-1.deb.tar.gz,
compilation fails with:
/usr/include/google/vcencoder.h:20:43: fatal error:
google/format_extension_flags.h: No such file or…
-
```
What steps will reproduce the problem?
1. Use the GNU gold linker.
$ ld -v
GNU gold (GNU Binutils 2.19.1) 1.7
2. Build and run distcheck
$ ./configure ; make distcheck
...
/usr/bin/ld: decodeta…
-
```
What steps will reproduce the problem?
1. Download and extract open-vcdiff v0.1 source tarball
on a FreeBSD 6.0 machine.
2. In top extracted directory, execute: ./configure && make check
What …
-
```
I'm using VCDIFF without a dictionary and thus to copy only within the
target file. So a sort of GZIP with a large window. So I'm trying to
extend the size of the window within the target file f…
-
```
std::auto_ptr is deprecated in c++11, let's use std::unique_ptr instead in that
case.
```
Original issue reported on code.google.com by `most...@opera.com` on 19 Mar 2014 at 10:45
-
```
Add an output mode to open-vcdiff which outputs the diff in a JSON format.
```
Original issue reported on code.google.com by `jamesd...@gmail.com` on 19 Nov 2009 at 8:22
-
```
EngineEncodeSampleTextInterleavedWithTargetMatching is identical to
EngineEncodeSampleTextInterleaved. Notably, this is the first line:
Encode(/* interleaved = */ true, /* target matching = */ …
-
```
What steps will reproduce the problem?
1. Download the Debian package files for open-vcdiff version 0.7:
curl -O http://open-vcdiff.googlecode.com/files/open-vcdiff_0.7-
1_amd64.deb.tar.gz
2. …