From f19d6ee225ff35eb54ca06927a921c98ff721adc Mon Sep 17 00:00:00 2001 From: Andreas Weigel Date: Mon, 20 Feb 2017 11:24:18 +0100 Subject: add ws_decode tests modify automake to include ws_decode test add python frame generator for decode tests modify configure to only include ws_decode test if preconditions are fulfilled --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fccd7af..a24f81a 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,9 @@ test/cargstest test/copyrecttest test/cursortest test/encodingstest +test/wstest +test/wsmaketestframe.py +test/wstestdata.in /test/tjbench /test/tjunittest vncterm/LinuxVNC -- cgit v1.2.1 From 826e0f9e39a49ae3598f8709218180f835af269b Mon Sep 17 00:00:00 2001 From: Andreas Weigel Date: Mon, 20 Feb 2017 15:13:03 +0100 Subject: add generation wstest to cmake add wstestdata.c, because the python data generation script has too many dependencies remove some redundance from jpeg test creation add support for decoding close messages --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a24f81a..03bdf0f 100644 --- a/.gitignore +++ b/.gitignore @@ -67,8 +67,6 @@ test/copyrecttest test/cursortest test/encodingstest test/wstest -test/wsmaketestframe.py -test/wstestdata.in /test/tjbench /test/tjunittest vncterm/LinuxVNC -- cgit v1.2.1 From d6c907ffbc36f4ad7663a44538b15e650a6ddf40 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Wed, 26 Sep 2018 19:54:46 +0200 Subject: Remove .gitignore obsoleted by CMake re #248 --- .gitignore | 87 -------------------------------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 03bdf0f..0000000 --- a/.gitignore +++ /dev/null @@ -1,87 +0,0 @@ -*.swp -*~ -Makefile -Makefile.in -compile -configure -configure.lineno -config.status -config.log -LibVNCServer.spec.in -LibVNCServer.spec -x11vnc.spec.in -.deps -.libs -aclocal.m4 -autom4te.cache -libvncserver-config -*.pc -_configs.sed -config.h -LibVNCServer*.tar.gz -upload_beta.sh -stamp-* -x11vnc*.tar.gz -config.h.in -rfbconfig.h -rfbconfig.h.in -install-sh -missing -mkinstalldirs -depcomp -description-pak -libvncserver*.deb -*.o -*.lo -CVS -client_examples/SDLvncviewer -client_examples/backchannel -client_examples/gtkvncviewer -client_examples/ppmtest -config.guess -config.sub -examples/zippy -examples/backchannel -examples/blooptest -examples/camera -examples/colourmaptest -examples/example -examples/filetransfer -examples/fontsel -examples/mac -examples/pnmshow -examples/pnmshow24 -examples/regiontest -examples/repeater -examples/rotate -examples/simple -examples/simple15 -examples/storepasswd -examples/vncev -libtool -libvncclient/libvncclient.la -libvncserver/libvncserver.la -test/blooptest -test/cargstest -test/copyrecttest -test/cursortest -test/encodingstest -test/wstest -/test/tjbench -/test/tjunittest -vncterm/LinuxVNC -vncterm/VNCommand -vncterm/example -/vncterm/linuxvnc -/vncterm/vncommand -x11vnc.spec -x11vnc/x11vnc -CMakeCache.txt -cmake_install.cmake -/CMakeFiles -/rfbproto.pdf -/rfbproto.rst -/vencrypt.txt -/INSTALL -.dirstamp -/ltmain.sh -- cgit v1.2.1 From 484e5088f45847c9d2fa6cdbeb123a100402c40f Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Fri, 28 Dec 2018 21:15:53 +0100 Subject: Revert "Remove .gitignore obsoleted by CMake" This reverts commit d6c907ffbc36f4ad7663a44538b15e650a6ddf40. --- .gitignore | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03bdf0f --- /dev/null +++ b/.gitignore @@ -0,0 +1,87 @@ +*.swp +*~ +Makefile +Makefile.in +compile +configure +configure.lineno +config.status +config.log +LibVNCServer.spec.in +LibVNCServer.spec +x11vnc.spec.in +.deps +.libs +aclocal.m4 +autom4te.cache +libvncserver-config +*.pc +_configs.sed +config.h +LibVNCServer*.tar.gz +upload_beta.sh +stamp-* +x11vnc*.tar.gz +config.h.in +rfbconfig.h +rfbconfig.h.in +install-sh +missing +mkinstalldirs +depcomp +description-pak +libvncserver*.deb +*.o +*.lo +CVS +client_examples/SDLvncviewer +client_examples/backchannel +client_examples/gtkvncviewer +client_examples/ppmtest +config.guess +config.sub +examples/zippy +examples/backchannel +examples/blooptest +examples/camera +examples/colourmaptest +examples/example +examples/filetransfer +examples/fontsel +examples/mac +examples/pnmshow +examples/pnmshow24 +examples/regiontest +examples/repeater +examples/rotate +examples/simple +examples/simple15 +examples/storepasswd +examples/vncev +libtool +libvncclient/libvncclient.la +libvncserver/libvncserver.la +test/blooptest +test/cargstest +test/copyrecttest +test/cursortest +test/encodingstest +test/wstest +/test/tjbench +/test/tjunittest +vncterm/LinuxVNC +vncterm/VNCommand +vncterm/example +/vncterm/linuxvnc +/vncterm/vncommand +x11vnc.spec +x11vnc/x11vnc +CMakeCache.txt +cmake_install.cmake +/CMakeFiles +/rfbproto.pdf +/rfbproto.rst +/vencrypt.txt +/INSTALL +.dirstamp +/ltmain.sh -- cgit v1.2.1 From fef917ed043a12e854f05bb75d781c168d366880 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Fri, 28 Dec 2018 21:24:48 +0100 Subject: .gitignore: fix for in-tree builds, add 'build' dir re #248 --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 03bdf0f..0c0e8e7 100644 --- a/.gitignore +++ b/.gitignore @@ -32,14 +32,18 @@ depcomp description-pak libvncserver*.deb *.o -*.lo +*.a +*.so +*.so.* CVS client_examples/SDLvncviewer client_examples/backchannel client_examples/gtkvncviewer client_examples/ppmtest +client_examples/vnc2mpg config.guess config.sub +build/ examples/zippy examples/backchannel examples/blooptest @@ -77,7 +81,7 @@ vncterm/example x11vnc.spec x11vnc/x11vnc CMakeCache.txt -cmake_install.cmake +*.cmake /CMakeFiles /rfbproto.pdf /rfbproto.rst -- cgit v1.2.1 From c240011951ba0c769353695699ee8a3172edb7b0 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Fri, 28 Dec 2018 21:27:20 +0100 Subject: .gitignore: remove autotools and x11vnc leftovers --- .gitignore | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0c0e8e7..8121c9d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,47 +2,23 @@ *~ Makefile Makefile.in -compile -configure -configure.lineno -config.status -config.log LibVNCServer.spec.in LibVNCServer.spec -x11vnc.spec.in -.deps -.libs -aclocal.m4 -autom4te.cache libvncserver-config *.pc -_configs.sed -config.h LibVNCServer*.tar.gz -upload_beta.sh -stamp-* -x11vnc*.tar.gz config.h.in rfbconfig.h rfbconfig.h.in -install-sh -missing -mkinstalldirs -depcomp -description-pak -libvncserver*.deb *.o *.a *.so *.so.* -CVS client_examples/SDLvncviewer client_examples/backchannel client_examples/gtkvncviewer client_examples/ppmtest client_examples/vnc2mpg -config.guess -config.sub build/ examples/zippy examples/backchannel @@ -62,9 +38,6 @@ examples/simple examples/simple15 examples/storepasswd examples/vncev -libtool -libvncclient/libvncclient.la -libvncserver/libvncserver.la test/blooptest test/cargstest test/copyrecttest @@ -78,8 +51,6 @@ vncterm/VNCommand vncterm/example /vncterm/linuxvnc /vncterm/vncommand -x11vnc.spec -x11vnc/x11vnc CMakeCache.txt *.cmake /CMakeFiles @@ -87,5 +58,3 @@ CMakeCache.txt /rfbproto.rst /vencrypt.txt /INSTALL -.dirstamp -/ltmain.sh -- cgit v1.2.1