aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Add address sanitizer switchPierre Ossman2015-09-291-0/+3
* Set libdir in generated .la filesPierre Ossman2015-04-301-1/+1
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-1/+1
|\
| * Drop bundled zlibPierre Ossman2015-02-031-1/+1
* | Merge branch 'perf' of https://github.com/CendioOssman/tigervncPierre Ossman2015-02-131-2/+6
|\ \
| * | GnuTLS needs socket libraries so include them in the static linkPierre Ossman2015-02-131-2/+6
| |/
* / Build fixes for modern versions of binutils.Peter Åstrand (astrand)2015-02-101-2/+2
|/
* Static build fix - only attempt to link against libtasn1 if it's presentBrian P. Hinz2014-11-041-1/+6
* Back out previous changeBrian P. Hinz2014-11-041-6/+1
* Merge remote-tracking branch 'upstream/master' into buildfixesBrian P. Hinz2014-11-032-26/+79
|\
| * Handle mingw circular dependencies in base librariesPierre Ossman2014-11-031-1/+5
| * Handle static linking flags in .la filesPierre Ossman2014-11-031-11/+28
| * Handle arguments that have the -l prefixPierre Ossman2014-11-031-0/+6
| * Split up any entries that contain multiple link argumentsPierre Ossman2014-11-031-0/+12
| * The output variable from find_library() needs to be clearedPierre Ossman2014-11-031-0/+4
| * Remove obsolete reference to staticlibPierre Ossman2014-11-031-4/+0
| * Use dynamic builds by defaultPierre Ossman2014-10-281-1/+1
| * Include gettext and zlib in static GnuTLS linkPierre Ossman2014-10-281-0/+9
| * Only link with crypt32 on WindowsPierre Ossman2014-10-281-1/+6
| * Put quotes around entire static link variablesPierre Ossman2014-10-281-8/+8
* | Static build fix - only attempt to link against libtasn1 if it's presentBrian P. Hinz2014-11-031-1/+6
|/
* Add in missing dependency for windows builds.Brian P. Hinz2014-10-221-1/+1
* Extend "static" build optionPierre Ossman2014-10-171-0/+96
* Clean up GnuTLS linking and instructionsPierre Ossman2014-10-172-72/+0
* Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt us...Brian Hinz2014-02-192-0/+72
* Use CMAKE_COMMAND variable instead of hard coded cmake executable name for be...Brian Hinz2013-04-271-2/+2
* Consolidate the installation paths and make sure we have decent defaults.Pierre Ossman2012-03-271-2/+2
* We don't need HAVE_GNUTLS anymore, eitherDRC2011-11-081-4/+0
* If the Java viewer build is enabled, make sure it gets built when doing 'make...DRC2011-11-081-0/+3
* We don't need BUILD_DIR anymore since we divorced Visual StudioDRC2011-11-081-1/+1
* Remove Visual C++ supportDRC2011-11-082-19/+1
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-30/+0
* Only sign JAR when it is builtDRC2011-10-051-0/+2
* OopsDRC2011-10-051-1/+1
* Make sure that keytool and jarsigner don't die silentlyDRC2011-10-051-2/+10
* Sign the JAR file so clipboard transfer will workDRC2011-10-051-0/+20
* Integrate Java TigerVNC Viewer build into CMake build systemDRC2011-10-042-2/+13
* (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modif...DRC2011-08-091-0/+4
* Consolidate all README files into one and distribute it with the binary packa...DRC2011-06-281-0/+1
* Implement 'make tarball' and 'make servertarball'DRC2011-06-251-1/+19
* Add uninstall targetDRC2011-06-251-0/+24
* Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and...DRC2011-06-241-0/+76
* Fix several bugs in the generation of .la filesDRC2011-06-221-3/+3
* Translate comments into English and remove blindingly obvious ones.DRC2011-06-221-28/+32
* Tabs to spacesDRC2011-06-221-31/+31
* libtool control file should be created in binary directory, not source direct...DRC2011-06-091-4/+4
* - Fixed so the library suffix is platformindependentHenrik Andersson2011-06-091-1/+9
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-091-0/+92
* Finish up the gettext handling in CMake. The included functions in CMake onlyPierre Ossman2011-04-282-0/+69