| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid .la files getting removed on "make clean" | Pierre Ossman | 2024-10-29 | 1 | -2/+4 |
* | Handle REQUIRED in our CMake "find" modules | Pierre Ossman | 2023-04-17 | 4 | -0/+17 |
* | Create .la files at the end of the cmake run | Pierre Ossman | 2023-01-10 | 1 | -11/+32 |
* | Bail on missing libraries | Pierre Ossman | 2023-01-10 | 1 | -2/+2 |
* | Fall back to dynamic libraries in .la files | Pierre Ossman | 2023-01-10 | 1 | -3/+7 |
* | Respect library search paths | Pierre Ossman | 2023-01-10 | 1 | -1/+7 |
* | Include other targets in .la files | Pierre Ossman | 2023-01-10 | 1 | -2/+5 |
* | Handle alternative library suffixes | Pierre Ossman | 2023-01-10 | 1 | -1/+9 |
* | Make sure frameworks are included in .la files | Pierre Ossman | 2023-01-10 | 1 | -1/+9 |
* | Remove unnecessary regexp \\ | Pierre Ossman | 2023-01-10 | 1 | -3/+3 |
* | Fix static library check regexp | Pierre Ossman | 2023-01-10 | 1 | -1/+1 |
* | Get target libraries from INTERFACE_LINK_LIBRARIES | Pierre Ossman | 2023-01-10 | 1 | -4/+6 |
* | Use correct FATAL_ERROR CMake option | Pierre Ossman | 2023-01-10 | 1 | -1/+1 |
* | Add fallback for finding gmp | Pierre Ossman | 2022-09-01 | 1 | -1/+5 |
* | Split gmp detection to separate module | Pierre Ossman | 2022-09-01 | 2 | -4/+10 |
* | Add support for RSA-AES security types | pdlan | 2022-09-01 | 1 | -0/+20 |
* | Find FFMPEG using pkg-config | Pierre Ossman | 2022-06-07 | 1 | -0/+17 |
* | Use pkg-config for pixman | Pierre Ossman | 2022-06-07 | 1 | -39/+8 |
* | Switch region code to pixman | Pierre Ossman | 2020-05-01 | 1 | -0/+40 |
* | Improve test if library is a CMake target | Pierre Ossman | 2017-10-06 | 1 | -2/+1 |
* | Avoid getting LOCATION property | Pierre Ossman | 2017-10-06 | 1 | -3/+2 |
* | spelling fixes | klemens | 2017-01-28 | 1 | -1/+1 |
* | Update .la files on each build | Pierre Ossman | 2016-12-15 | 1 | -0/+4 |
* | Set libdir in generated .la files | Pierre Ossman | 2015-04-30 | 1 | -1/+1 |
* | Handle static linking flags in .la files | Pierre Ossman | 2014-11-03 | 1 | -11/+28 |
* | Handle arguments that have the -l prefix | Pierre Ossman | 2014-11-03 | 1 | -0/+6 |
* | Split up any entries that contain multiple link arguments | Pierre Ossman | 2014-11-03 | 1 | -0/+12 |
* | The output variable from find_library() needs to be cleared | Pierre Ossman | 2014-11-03 | 1 | -0/+4 |
* | Remove obsolete reference to staticlib | Pierre Ossman | 2014-11-03 | 1 | -4/+0 |
* | Clean up GnuTLS linking and instructions | Pierre Ossman | 2014-10-17 | 2 | -72/+0 |
* | Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt us... | Brian Hinz | 2014-02-19 | 2 | -0/+72 |
* | Use CMAKE_COMMAND variable instead of hard coded cmake executable name for be... | Brian Hinz | 2013-04-27 | 1 | -2/+2 |
* | (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modif... | DRC | 2011-08-09 | 1 | -0/+4 |
* | Fix several bugs in the generation of .la files | DRC | 2011-06-22 | 1 | -3/+3 |
* | Translate comments into English and remove blindingly obvious ones. | DRC | 2011-06-22 | 1 | -28/+32 |
* | Tabs to spaces | DRC | 2011-06-22 | 1 | -31/+31 |
* | libtool control file should be created in binary directory, not source direct... | DRC | 2011-06-09 | 1 | -4/+4 |
* | - Fixed so the library suffix is platformindependent | Henrik Andersson | 2011-06-09 | 1 | -1/+9 |
* | Building the Xvnc server requires libtool control files of rdr, rfb, | Henrik Andersson | 2011-06-09 | 1 | -0/+92 |
* | Finish up the gettext handling in CMake. The included functions in CMake only | Pierre Ossman | 2011-04-28 | 1 | -0/+66 |