aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Avoid .la files getting removed on "make clean"Pierre Ossman2024-10-291-2/+4
* Don't link gcrypt for static GnuTLSPierre Ossman2024-03-151-5/+0
* Move where -nodefaultlibs is specifiedPierre Ossman2023-06-281-4/+3
* Handle REQUIRED in our CMake "find" modulesPierre Ossman2023-04-174-0/+17
* Create .la files at the end of the cmake runPierre Ossman2023-01-101-11/+32
* Bail on missing librariesPierre Ossman2023-01-101-2/+2
* Fall back to dynamic libraries in .la filesPierre Ossman2023-01-101-3/+7
* Respect library search pathsPierre Ossman2023-01-101-1/+7
* Include other targets in .la filesPierre Ossman2023-01-101-2/+5
* Handle alternative library suffixesPierre Ossman2023-01-101-1/+9
* Make sure frameworks are included in .la filesPierre Ossman2023-01-101-1/+9
* Remove unnecessary regexp \\Pierre Ossman2023-01-101-3/+3
* Fix static library check regexpPierre Ossman2023-01-101-1/+1
* Get target libraries from INTERFACE_LINK_LIBRARIESPierre Ossman2023-01-101-4/+6
* Use correct FATAL_ERROR CMake optionPierre Ossman2023-01-101-1/+1
* Add fallback for finding gmpPierre Ossman2022-09-011-1/+5
* Split gmp detection to separate modulePierre Ossman2022-09-012-4/+10
* Add support for RSA-AES security typespdlan2022-09-012-0/+26
* Find FFMPEG using pkg-configPierre Ossman2022-06-071-0/+17
* Use pkg-config for pixmanPierre Ossman2022-06-072-40/+9
* Add target_link_directory() compat functionPierre Ossman2022-06-071-0/+12
* Allow building with -DBUILD_VIEWER=OFFAlex Richardson2021-07-151-1/+1
* 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
|\