- 818550b The output variable from find_library() needs to be cleared by Pierre Ossman · 11 years ago
- d94e3f2 Remove obsolete reference to staticlib by Pierre Ossman · 11 years ago
- ced99a9 Use dynamic builds by default by Pierre Ossman · 11 years ago
- 5b9303a Include gettext and zlib in static GnuTLS link by Pierre Ossman · 11 years ago
- 9549139 Only link with crypt32 on Windows by Pierre Ossman · 11 years ago
- 4790e11 Put quotes around entire static link variables by Pierre Ossman · 11 years ago
- a6d6dbb Add in missing dependency for windows builds. by Brian P. Hinz · 11 years ago
- f95272d Extend "static" build option by Pierre Ossman · 11 years ago
- ec3dfe6 Clean up GnuTLS linking and instructions by Pierre Ossman · 11 years ago
- 236b019 Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt uses check_function_exists to identify legacy versions of GnuTLS but cmake performs this test by linking a small test program. If libgnutls, libgcrypt, or libgpg-error are outside the default library search path, linking the test program fails even though gnutls and it's dependencies are installed. This patch makes it possible to specify the location of each of the three libraries independently and only as needed. by Brian Hinz · 12 years ago
- 491b950 Use CMAKE_COMMAND variable instead of hard coded cmake executable name for better portability. by Brian Hinz · 12 years ago
- 95e28f7 Consolidate the installation paths and make sure we have decent defaults. by Pierre Ossman · 13 years ago
- 4f6286c We don't need HAVE_GNUTLS anymore, either by DRC · 14 years ago
- e4f7c77 If the Java viewer build is enabled, make sure it gets built when doing 'make installer' by DRC · 14 years ago
- c67db65 We don't need BUILD_DIR anymore since we divorced Visual Studio by DRC · 14 years ago
- ccc0969 Remove Visual C++ support by DRC · 14 years ago
- c19ab9e Move Java source up one level and allow Java viewer to be built as a standalone project (per community request) by DRC · 14 years ago
- d000252 Only sign JAR when it is built by DRC · 14 years ago
- 21b3eb9 Oops by DRC · 14 years ago
- 5d8704b Make sure that keytool and jarsigner don't die silently by DRC · 14 years ago
- 11ca3b4 Sign the JAR file so clipboard transfer will work by DRC · 14 years ago
- 7636ad0 Integrate Java TigerVNC Viewer build into CMake build system by DRC · 14 years ago
- 754ff59 (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modify our fake libtool scripts such that they pick up the static libstdc++.a. Unfortunately, adding -static-libgcc to those scripts makes libtool barf, so we still have to add that flag to LDFLAGS in build-xorg. by DRC · 14 years ago
- e72b805 Consolidate all README files into one and distribute it with the binary packages. by DRC · 14 years ago
- c377ebd Implement 'make tarball' and 'make servertarball' by DRC · 14 years ago
- b714002 Add uninstall target by DRC · 14 years ago
- 1a18407 Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and consolidate all of the installer scripts under release/ and cmake/ by DRC · 14 years ago
- 801ef7c Fix several bugs in the generation of .la files by DRC · 14 years ago
- a18a88f Translate comments into English and remove blindingly obvious ones. by DRC · 14 years ago
- dadfbec Tabs to spaces by DRC · 14 years ago
- 5dc23af libtool control file should be created in binary directory, not source directory, to support out-of-tree builds. by DRC · 14 years ago
- 697954f - Fixed so the library suffix is platformindependent by Henrik Andersson · 14 years ago
- 23029cc Building the Xvnc server requires libtool control files of rdr, rfb, by Henrik Andersson · 14 years ago
- b232b5f Finish up the gettext handling in CMake. The included functions in CMake only by Pierre Ossman · 14 years ago