summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Don't perform checks for extra X11 libs on WindowsDRC2012-01-171-1/+1
* Bump version to 1.1.91 (1.2 beta2)DRC2012-01-171-2/+2
* Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF...DRC2012-01-171-1/+9
* Make sure that all FLTK features are enabled when using the in-tree FLTK libraryv1.1.90DRC2011-12-311-0/+5
* 1.1.90 (1.2 beta1)DRC2011-12-231-2/+2
* Some platforms (I'm looking at you, MinGW64) have gettext but not iconv, so t...DRC2011-11-081-1/+1
* Remove Visual C++ supportDRC2011-11-081-35/+5
* The Tight decoding optimizations broke the build of the legacy viewers, so th...DRC2011-11-031-63/+55
* This is subtle, but add_definitions() also adds definitions to the windres co...DRC2011-10-121-1/+1
* Enable WinVNC build with MinGW and MinGW64DRC2011-10-121-5/+9
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-1/+1
* Integrate Java TigerVNC Viewer build into CMake build systemDRC2011-10-041-0/+5
* Fix BUILD_STATIC on MinGW and document the featureDRC2011-10-011-3/+8
* Oops. Apple version doesn't need to link with libdl, and we don't want to cl...DRC2011-09-141-2/+1
* Included FLTK depends on libdlDRC2011-09-141-0/+3
* Clarify when in-tree version of Zlib is being used, and remove redundant "not...DRC2011-08-231-1/+3
* Avoid MSVC linker warning when doing a Debug build if dependent libraries, su...DRC2011-08-101-0/+4
* Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build s...DRC2011-08-081-1/+1
* Only try to run the libjpeg-turbo test program if we aren't cross-compiling. ...DRC2011-08-011-2/+8
* Include build date/time and bitness in the About dialogDRC2011-07-281-0/+1
* Add a BUILD_STATIC option which links statically against libgcc and libstdc++...DRC2011-07-281-0/+38
* Apply our FLTK extensionsDRC2011-07-281-6/+0
* Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o...DRC2011-07-281-15/+40
* Actually link and run the libjpeg-turbo test program to ensure that JPEG_LIBR...DRC2011-07-281-1/+19
* Fix regression. We need to set WIN64 so it will be properly defined in resde...DRC2011-07-061-0/+1
* The previous fix for eliminating the console window in vncviewer.exe was not ...DRC2011-07-051-3/+0
* Build with -Wl,-subsystem,windows on Windows, to avoid console window. Peter Åstrand2011-07-051-0/+3
* Add uninstall targetDRC2011-06-251-0/+6
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-241-2/+2
* Remove unused autotools build systemDRC2011-06-241-1/+1
* Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and...DRC2011-06-241-1/+2
* Installer needs to be built from the top-level CMake context.DRC2011-06-241-0/+1
* Make it clear that we were looking for "libjpeg-turbo", not "jpeg-turbo"DRC2011-06-241-2/+2
* Automatically disable NLS if gettext and/or libiconv are missing. On some pl...DRC2011-06-241-19/+22
* Visual C++ requires gcrypt.h because it doesn't have ssize_t. Also, building...DRC2011-06-241-0/+4
* Don't link against the X11 libraries on Mac, because FLTK doesn't use them.DRC2011-06-231-13/+15
* Build new FLTK-based viewer by defaultDRC2011-06-231-1/+1
* We don't use fltk_images or fltk_forms, so don't try to detect those (otherwi...DRC2011-06-231-0/+2
* Need to explicitly link with libiconv when using libintl.a.DRC2011-06-221-1/+1
* Don't define _WIN32_IE or _WIN32_WINNT except on Windows buildsDRC2011-06-221-6/+8
* Detect and enable PAM authentication supportDRC2011-06-221-0/+15
* Fix HAVE_FLTK_DEAD_KEYS testDRC2011-06-101-1/+1
* Exclude unix directory from compile on Apple platform,Henrik Andersson2011-06-101-1/+4
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-091-0/+2
* Add support for cursors to the new viewer.Pierre Ossman2011-06-081-0/+6
* CMake 2.8 is necessary in order to properly detect and configure GnuTLS.DRC2011-06-071-1/+1
* Do not include the po/ subdirectory unless NLS is enabled.DRC2011-06-071-1/+3
* Fix detection of GnuTLS and its features when linking statically with an inst...DRC2011-06-071-1/+9
* Don't need to save the value of CMAKE_REQUIRED_FLAGS or CMAKE_REQUIRED_LIBRARIESDRC2011-06-071-4/+5
* If JPEG_INCLUDE_DIR or JPEG_LIBRARY have been overridden on the CMake command...DRC2011-06-071-0/+6