summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add support for multimedia keys.Pierre Ossman2011-05-201-0/+3
* Implement support for sending the local clipboard to the server.Pierre Ossman2011-05-191-1/+11
* The initial fix for FLTK to handle dead keys broke CJK input, so a new methodPierre Ossman2011-05-131-1/+1
* Finish up the gettext handling in CMake. The included functions in CMake onlyPierre Ossman2011-04-281-3/+37
* This patch adds gettext support for our new vncviewer. CMake only. ThePeter Åstrand2011-04-281-1/+7
* Handle dead keys more properly (through some fixing in FLTK).Pierre Ossman2011-04-111-0/+8
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+14
* Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson.Pierre Ossman2011-03-081-1/+16
* Fix up typo that's been copied around in several places.Pierre Ossman2011-03-081-1/+1
* Added complete checks of GnuTLS.Henrik Andersson2011-03-081-0/+12
* Set compiler flags early in case they influence the tests.Pierre Ossman2011-03-081-9/+9
* Separate and comment the platform tests a bit better.Pierre Ossman2011-03-081-2/+5
* Consolidate CMake modules includes at the top of the file.Pierre Ossman2011-03-081-4/+5
* Windows actually has socklen_t, it's just that it is in a special header.Pierre Ossman2011-03-081-2/+3
* Fixed socklen_t test unix compatible.Henrik Andersson2011-03-081-2/+8
* Complete misunderstanding on my part. CMAKE_CL_64 indicates a _Microsoft_Pierre Ossman2011-03-081-10/+2
* The Win64 headers don't like us requesting Windows 2000 as the minimum versionPierre Ossman2011-03-041-1/+8
* Restore workaround for CMake's broken 64-bit detection, but in a morePierre Ossman2011-03-041-0/+8
* Check that we are using libjpeg-turbo and not the standard one and complainPierre Ossman2011-03-041-0/+7
* Comment our change of default build type.Pierre Ossman2011-03-031-0/+2
* Make the build id generation work on other targets than Windows.Pierre Ossman2011-03-031-6/+12
* Clean up the 64-bit handling a bit. Trust CMake to tell use when we have aPierre Ossman2011-03-031-7/+1
* Consolidate all the Windows installer stuff to its own directory.Pierre Ossman2011-03-031-37/+0
* Look for libjpeg in a more proper manner and don't just assume it's in aPierre Ossman2011-03-031-0/+3
* Use the system copy of zlib by default, like we do with autotools.Pierre Ossman2011-03-031-0/+8
* Include version number in package namesDRC2011-02-101-3/+3
* Fix MinGW build breakageDRC2011-02-101-0/+2
* [Development] Add possibility to build Windows programs with GNUTLS via cmake.Adam Tkac2011-01-191-0/+8
* Generate config.h for Windows buildDRC2010-11-091-0/+16
* CMake build system for WindowsDRC2010-10-271-0/+127