aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix bad library references for some static depsPierre Ossman2020-12-071-2/+2
* Add comment why unistring is linked dynamicallyPierre Ossman2020-12-071-0/+2
* Merge branch 'master' of https://github.com/mriphysicist/tigervncPierre Ossman2020-12-071-2/+47
|\
| * Update build system so it will compile on Windows 10.Danny Park2020-08-181-2/+47
* | Test packaging on TravisPierre Ossman2020-07-161-90/+0
|/
* Merge branch 'regions' of https://github.com/CendioOssman/tigervncPierre Ossman2020-06-152-0/+41
|\
| * Switch region code to pixmanPierre Ossman2020-05-012-0/+41
| * Also link in math library in static buildPierre Ossman2020-05-011-1/+1
* | Implement touch gesture handling on UnixAaron Sowry2020-05-291-2/+2
* | Implement X Input pointer handling for UnixAaron Sowry2020-05-291-0/+3
|/
* Use standard install dir variable namesPierre Ossman2020-03-121-2/+2
* Fix C linking when doing static buildsPierre Ossman2020-03-121-2/+3
* Include Carbon when statically linking gettext on macOSPierre Ossman2020-01-301-0/+3
* Fix link order of nettle and hogweedPierre Ossman2019-12-091-1/+1
* Include libuuid in static buildsPierre Ossman2019-01-091-1/+1
* Link zlib statically on all platformsPeter Åstrand (astrand)2018-09-191-4/+1
* Add RandR support for x0vncserverPeter Åstrand (astrand)2018-04-091-0/+3
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-311-1/+1
* Improve test if library is a CMake targetPierre Ossman2017-10-061-2/+1
* Avoid getting LOCATION propertyPierre Ossman2017-10-061-3/+2
* Add libpng as a dependency for freetype for static buildsPierre Ossman2017-08-241-1/+1
* spelling fixesklemens2017-01-281-1/+1
* Update .la files on each buildPierre Ossman2016-12-151-0/+4
* Add option to enable thread sanitizerPierre Ossman2015-11-271-0/+7
* Allow static linking against only the GCC libsDRC2015-10-271-1/+7
* 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