aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Require getaddrinfo() on all systemsPierre Ossman2015-03-171-12/+0
* Remove HAVE_INET_ATON as nothing uses itPierre Ossman2015-03-171-2/+0
* Look in libsocket for socket functions on SolarisPierre Ossman2015-03-171-0/+3
* stop using check_function_exists() for Windows socket functionsPierre Ossman2015-03-171-10/+7
* stop setting CMAKE_EXTRA_INCLUDE_FILES for check_function_exists()Pierre Ossman2015-03-171-4/+0
* Bump Windows requirement to XP SP2Pierre Ossman2015-03-171-9/+2
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-70/+1
|\
| * Drop bundled zlibPierre Ossman2015-02-031-8/+1
| * Raise GnuTLS requirements to 3.xPierre Ossman2015-01-291-24/+0
| * Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-271-35/+0
* | Make warnings into errors when doing debug buildsPierre Ossman2015-03-031-0/+8
* | Turn on more warnings to catch potential bugsPierre Ossman2015-03-031-0/+4
* | Build fixes for modern versions of binutils.Peter Åstrand (astrand)2015-02-101-0/+3
|/
* Change development version to 1.4.80Pierre Ossman2014-11-191-2/+2
* Assume inet_pton() is missing on WindowsPierre Ossman2014-11-191-0/+5
* IPv6 loopback support too.Tim Waugh2014-11-121-0/+1
* Extend "static" build optionPierre Ossman2014-10-171-43/+2
* Clean up GnuTLS linking and instructionsPierre Ossman2014-10-171-13/+0
* Fix the build timestamp to be more translation friendlyPierre Ossman2014-09-221-11/+7
* Update FLTK patches based on feeback from upstreamPierre Ossman2014-09-111-1/+1
* Protect the optional IM disabling calls with #ifdef:sPierre Ossman2014-09-111-0/+3
* Add xhandler hookPierre Ossman2014-08-221-0/+3
* Remove simple keyboard modelPierre Ossman2014-08-221-3/+0
* Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-071-0/+2
|\
| * Add pixel conversion speed testPierre Ossman2014-07-041-0/+2
* | Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-8/+0
|/
* We don't want to lose the checks performed by assert() in release buildsPierre Ossman2014-03-191-0/+8
* Applied patch from:Peter Åstrand2014-02-201-2/+5
* Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt us...Brian Hinz2014-02-191-0/+12
* Bump development version now that 1.3 has been branched off.Pierre Ossman2013-04-251-2/+2
* We forgot to port over the getaddrinfo() test from the autoconfPierre Ossman2012-12-131-0/+1
* Fl::screen_work_area() was added after FLTK 1.3.0, so we need to havePierre Ossman2012-10-241-0/+3
* Remove the in-tree versin of FLTK. Maintaining such a copy is way tooPeter Åstrand2012-08-091-40/+0
* Implement client side multi-head support. Requires a FLTK patched to supportPierre Ossman2012-07-131-0/+3
* GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour ofPierre Ossman2012-07-031-1/+2
* Move the last remnants of autotools into config.h.Pierre Ossman2012-03-271-5/+0
* Set a proper icon for the vncviewer windows on Unix and Windows.Pierre Ossman2012-03-271-2/+5
* Convert media Makefile to CMake.Pierre Ossman2012-03-271-0/+3
* Using libXft means using libfontconfig, so make sure we add that toPierre Ossman2012-03-271-1/+4
* Consolidate the installation paths and make sure we have decent defaults.Pierre Ossman2012-03-271-2/+13
* Bump version number to prepare for post-1.2 developmentDRC2012-02-121-2/+2
* Failure to find FLTK dependencies is only fatal for our version of FLTK.Pierre Ossman2012-01-231-8/+16
* TypoDRC2012-01-181-1/+1
* 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