Johannes Schindelin
0c061f2a27
encodingstest: fix multi-threading issue
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 years ago
Johannes Schindelin
2a2a60b007
encodingstest: fix whitespace
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 years ago
dscho
3998c18e26
test/Makefile: use check_PROGRAMS
...
Rather than use noinst_PROGRAMS, check_PROGRAMS will define programs that
are only compiled when someone actually runs `make check`.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho
3d2eab575e
clean up build flags
...
The flag handling (both compiler options and include paths) are a mess at
the moment. There is no point in forcing "-O2 -g" when these are already
the defaults, and if someone changes the defaults, chances are good they
don't want you clobbering their choices.
The -Wall flag should be handled in configure and thrown into CFLAGS once
rather than every Makefile.am. Plus, this way we can control which
compilers the flag actually gets used with.
Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should
it contain -I. as this is already in the default includes setup.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho
ca805667e6
Build shared libraries per default
...
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
18 years ago
runge
3c80351a1c
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
19 years ago
dscho
808b6a0b23
do it right: it is not DEFINES, but AM_CFLAGS
19 years ago
dscho
b225ee993a
implement ZRLE decoding
20 years ago
dscho
ee52441372
hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
20 years ago
dscho
8bee4eb990
ANSIfy, fix some warnings from Linus' sparse
20 years ago
dscho
320edc794f
more files to ignore
20 years ago
dscho
34f714bcdc
socketInitDone -> socketState
20 years ago
dscho
4ff783f579
fix compilation when no libz is available
20 years ago
dscho
6fb3752bf2
test Floyd-Steinberg dither for alpha masks
20 years ago
dscho
80ca7cf1d3
no need to strdup for MakeXCursor
20 years ago
dscho
d354bb6015
fix test (don't show cursor...); correctly set the encodings in the client;
...
really test 20 seconds
20 years ago
dscho
9cc78e5460
add a cursor test (interactive for now)
20 years ago
dscho
094c01bdce
fix for MinGW
20 years ago
runge
3a84b0ccc8
x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui
20 years ago
dscho
658b65ad0c
support MinGW32!
20 years ago
dscho
ca96ef26d2
tight-1 -> encodingstest
20 years ago
dscho
5a3e352fba
rename tight-1.c into encodingstest.c, fixing it in the process. It now
...
passes all encodings except corre (broken) and zrle (not yet implemented
in libvncclient)
20 years ago
dscho
8715a8ab42
compiles, 1st run is okay, 2nd and subsequent give errors. Evidently,
...
libvncclient is not yet reentrant (or threadsafe).
20 years ago
dscho
7ea0d024cb
compiling, non functional version of a unit test for encodings
20 years ago
dscho
97299606da
global structures/functions should have "rfb", "sra" or "zrle" as prefix,
...
while structure members should not
21 years ago
dscho
2a4a0f487e
convert c++ comments to c comments
21 years ago
dscho
35236477c4
all this moving and renaming needs changes in the cvsignores, too!
21 years ago
dscho
2b8c2a5c3a
add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging
21 years ago
dscho
876868553d
move the library into libvncserver/, x11vnc into x11vnc/
21 years ago
dscho
6a1a59f90e
fix cargs.c: arguments were not correctly purged.
21 years ago
markmc
d02db5cac4
2002-09-11 Mark McLoughlin <mark@skynet.ie>
...
* Makefile.in, */Makefile.in, aclocal.m4,
bootstrap.sh, config.h.in, configure,
depcomp, install-sh, missing, mkinstalldirs,
Removed auto-generated files from CVS.
21 years ago
dscho
937b906f0d
ZRLE no longer uses C++, but C
21 years ago
dscho
f41eee753e
added --disable-cxx flag to configure
22 years ago
dscho
682e8a669a
more files to ignore
22 years ago
dscho
eeb2061dfb
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
22 years ago
dscho
964aa1628f
further valgrinding showed leaked mallocs
22 years ago
dscho
13b358fed1
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
22 years ago
dscho
eef408c1d8
first beginnings of automatic tests, thanks to libvncclient
22 years ago