summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: require some form of hton64() for websocketsChristian Beier2018-09-301-2/+6
* CMake: build the repeater example as wellChristian Beier2018-09-291-0/+1
* CMake: fix build error that occured on Windows with CMake 3.12Christian Beier2018-09-271-0/+2
* CMake: only do jpeg-turbo tests if a libjpeg was foundChristian Beier2018-09-261-33/+35
* CMake: make get_link_libraries() not crash when there are no linked libraries...Christian Beier2018-08-101-1/+3
* SDLvncviewer: use SDL2 for clipboard handlingChristian Beier2018-07-301-8/+1
* CMake: look for SDL2 instead of SDLChristian Beier2018-07-301-5/+5
* CMake: add a LIBVNCSERVER_HAVE_GNUTLS #defineChristian Beier2018-07-081-0/+4
* build: decouple GnuTLS|OpenSSL detection from WebSockets supportChristian Beier2018-07-081-16/+15
* CMake: declare that websockets depend on cryptoChristian Beier2018-06-291-2/+3
* crypto: move to commonChristian Beier2018-06-291-6/+23
* CMake: require FFMPEG version >= 3.1.0Christian Beier2018-04-271-1/+1
* SDLvncviewer: enable the X11 clipboard if X11 was foundChristian Beier2018-03-241-1/+7
* Include Tight decoding optimizations from TurboVNCDRC2018-01-221-0/+7
* libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of...Christian Beier2017-09-021-1/+1
* Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simo...Christian Beier2017-09-021-0/+20
|\
| * Added SASL authentication supportsimon2017-06-251-0/+20
* | Fixed compilation of websockets on system where there is no implementation of...Jocelyn Le Sage2017-06-131-26/+4
* | websockets: only build tests for a websockets-enabled buildChristian Beier2017-05-141-8/+12
* | fix problems in test and requests for cmake buildAndreas Weigel2017-05-141-29/+18
* | add generation wstest to cmakeAndreas Weigel2017-05-141-11/+30
|/
* CMake: add all function checks that used to be in configure.acChristian Beier2017-04-211-1/+14
* CMake: properly name rfbconfig.h cmake templateChristian Beier2017-04-211-1/+1
* Merge branch 'tmcqueengit push origin master-materials-patch-1'Christian Beier2017-04-211-2/+8
|\
| * CMake: include a FindFFMPEG module and use itChristian Beier2017-04-211-2/+8
* | CMake: set LIBVNCSERVER_HAVE_FORK in rfbconfig.h if fork() foundChristian Beier2017-04-181-0/+1
* | CMake: set LIBVNCSERVER_HAVE_LIBSSL in rfbconfig.h if OpenSSL foundChristian Beier2017-04-181-0/+3
* | CMake: detect mmap() and write result to rfbconfig.hChristian Beier2017-04-181-0/+1
|/
* CMake: automatically build androidvncserver when crosscompiling for AndroidChristian Beier2017-03-261-0/+7
* CMake: when crosscompiling for Android, don't look for systemdChristian Beier2017-03-261-2/+2
* CMake: only build TurboJPEG unit tests if lib has jpeg supportChristian Beier2017-03-261-2/+2
* CMake: remove check for C++ compilerChristian Beier2017-02-211-1/+0
* CMake: only add tjunittest if turbojpeg foundChristian Beier2017-02-211-1/+3
* CMake: enable the tests that succeedChristian Beier2017-02-211-0/+4
* CMake: add libm to tests only on UnixChristian Beier2017-02-211-3/+8
* CMake: build the testsChristian Beier2017-02-211-0/+57
* CMake: properly name examples as examples, not testsChristian Beier2017-02-211-27/+27
* CMake: make shared-lib build configurable and choose sensible platform defaultsChristian Beier2017-02-201-2/+3
* CMake: set examples's output dirs in a cross-platform wayChristian Beier2017-02-201-2/+4
* CMake: set OpenSSL include dir regardless of websockets being enabled or notChristian Beier2017-01-311-1/+1
* CMake: the blooptest example needs pthreadsChristian Beier2017-01-291-2/+2
* CMake: fix examples linking when building with MSVCChristian Beier2017-01-291-1/+2
* CMake: as of now, the tight sources need libjpeg, libpng alone is not enoughChristian Beier2017-01-291-1/+0
* CMake: as of now, websockets support requires sys/uio.hChristian Beier2017-01-281-28/+27
* CMake: TightVNC-filetransfer requires pthreads as of nowChristian Beier2017-01-281-5/+7
* CMake: fix build system generation when zlib or OpenSSL not foundCHris B2017-01-281-2/+5
* CMake: do not include NOTFOUND libs in pkg-config snippetsCHris B2017-01-281-0/+3
* CMake: make the build configurable.Christian Beier2017-01-221-61/+122
* CMake: remove platform-specific flags.Christian Beier2017-01-071-1/+0
* CMake: bump version.Christian Beier2017-01-021-1/+1