Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/Makefile: use check_PROGRAMS | dscho | 2009-02-03 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | clean up build flags | dscho | 2009-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | Build shared libraries per default | dscho | 2007-03-30 | 1 | -1/+1 |
| | | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries. | ||||
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -1/+1 |
| | |||||
* | do it right: it is not DEFINES, but AM_CFLAGS | dscho | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | implement ZRLE decoding | dscho | 2005-05-24 | 1 | -2/+1 |
| | |||||
* | hide strict ansi stuff if not explicitely turned on; actually use the ↵ | dscho | 2005-05-18 | 2 | -0/+4 |
| | | | | socklen_t test from configure.ac | ||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 3 | -34/+39 |
| | |||||
* | more files to ignore | dscho | 2005-05-14 | 1 | -0/+2 |
| | |||||
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -1/+0 |
| | |||||
* | fix compilation when no libz is available | dscho | 2005-03-09 | 1 | -0/+2 |
| | |||||
* | test Floyd-Steinberg dither for alpha masks | dscho | 2005-01-23 | 1 | -2/+7 |
| | |||||
* | no need to strdup for MakeXCursor | dscho | 2005-01-20 | 1 | -5/+10 |
| | |||||
* | fix test (don't show cursor...); correctly set the encodings in the client; | dscho | 2005-01-19 | 1 | -7/+5 |
| | | | | really test 20 seconds | ||||
* | add a cursor test (interactive for now) | dscho | 2005-01-18 | 2 | -1/+344 |
| | |||||
* | fix for MinGW | dscho | 2004-12-20 | 1 | -1/+1 |
| | |||||
* | x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui | runge | 2004-12-17 | 1 | -1/+2 |
| | |||||
* | support MinGW32! | dscho | 2004-12-01 | 1 | -3/+3 |
| | |||||
* | tight-1 -> encodingstest | dscho | 2004-10-16 | 1 | -1/+1 |
| | |||||
* | rename tight-1.c into encodingstest.c, fixing it in the process. It now | dscho | 2004-10-16 | 2 | -17/+58 |
| | | | | | passes all encodings except corre (broken) and zrle (not yet implemented in libvncclient) | ||||
* | compiles, 1st run is okay, 2nd and subsequent give errors. Evidently, | dscho | 2004-10-15 | 1 | -38/+120 |
| | | | | libvncclient is not yet reentrant (or threadsafe). | ||||
* | compiling, non functional version of a unit test for encodings | dscho | 2004-10-15 | 1 | -18/+211 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 2 | -3/+3 |
| | | | | while structure members should not | ||||
* | convert c++ comments to c comments | dscho | 2004-06-18 | 1 | -1/+0 |
| | |||||
* | all this moving and renaming needs changes in the cvsignores, too! | dscho | 2004-06-07 | 1 | -1/+3 |
| | |||||
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 4 | -3/+62 |
| | | | | automake CFLAGS nagging | ||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | fix cargs.c: arguments were not correctly purged. | dscho | 2004-03-22 | 2 | -1/+30 |
| | |||||
* | 2002-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 2 | -296/+1 |
| | | | | | | | * Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS. | ||||
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 1 | -2/+1 |
| | |||||
* | added --disable-cxx flag to configure | dscho | 2003-08-29 | 1 | -22/+33 |
| | |||||
* | more files to ignore | dscho | 2003-08-08 | 1 | -0/+4 |
| | |||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -42/+28 |
| | | | | get prefix "LIBVNCSERVER_" | ||||
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 1 | -1/+8 |
| | |||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 3 | -1/+307 |
| | | | | should not be used in a library (use rfbLog instead) | ||||
* | first beginnings of automatic tests, thanks to libvncclient | dscho | 2003-07-28 | 1 | -0/+25 |