1. 818550b The output variable from find_library() needs to be cleared by Pierre Ossman · 11 years ago
  2. d94e3f2 Remove obsolete reference to staticlib by Pierre Ossman · 11 years ago
  3. ced99a9 Use dynamic builds by default by Pierre Ossman · 11 years ago
  4. 5b9303a Include gettext and zlib in static GnuTLS link by Pierre Ossman · 11 years ago
  5. 9549139 Only link with crypt32 on Windows by Pierre Ossman · 11 years ago
  6. 4790e11 Put quotes around entire static link variables by Pierre Ossman · 11 years ago
  7. a6d6dbb Add in missing dependency for windows builds. by Brian P. Hinz · 11 years ago
  8. f95272d Extend "static" build option by Pierre Ossman · 11 years ago
  9. ec3dfe6 Clean up GnuTLS linking and instructions by Pierre Ossman · 11 years ago
  10. 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
  11. 491b950 Use CMAKE_COMMAND variable instead of hard coded cmake executable name for better portability. by Brian Hinz · 12 years ago
  12. 95e28f7 Consolidate the installation paths and make sure we have decent defaults. by Pierre Ossman · 13 years ago
  13. 4f6286c We don't need HAVE_GNUTLS anymore, either by DRC · 14 years ago
  14. e4f7c77 If the Java viewer build is enabled, make sure it gets built when doing 'make installer' by DRC · 14 years ago
  15. c67db65 We don't need BUILD_DIR anymore since we divorced Visual Studio by DRC · 14 years ago
  16. ccc0969 Remove Visual C++ support by DRC · 14 years ago
  17. 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
  18. d000252 Only sign JAR when it is built by DRC · 14 years ago
  19. 21b3eb9 Oops by DRC · 14 years ago
  20. 5d8704b Make sure that keytool and jarsigner don't die silently by DRC · 14 years ago
  21. 11ca3b4 Sign the JAR file so clipboard transfer will work by DRC · 14 years ago
  22. 7636ad0 Integrate Java TigerVNC Viewer build into CMake build system by DRC · 14 years ago
  23. 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
  24. e72b805 Consolidate all README files into one and distribute it with the binary packages. by DRC · 14 years ago
  25. c377ebd Implement 'make tarball' and 'make servertarball' by DRC · 14 years ago
  26. b714002 Add uninstall target by DRC · 14 years ago
  27. 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
  28. 801ef7c Fix several bugs in the generation of .la files by DRC · 14 years ago
  29. a18a88f Translate comments into English and remove blindingly obvious ones. by DRC · 14 years ago
  30. dadfbec Tabs to spaces by DRC · 14 years ago
  31. 5dc23af libtool control file should be created in binary directory, not source directory, to support out-of-tree builds. by DRC · 14 years ago
  32. 697954f - Fixed so the library suffix is platformindependent by Henrik Andersson · 14 years ago
  33. 23029cc Building the Xvnc server requires libtool control files of rdr, rfb, by Henrik Andersson · 14 years ago
  34. b232b5f Finish up the gettext handling in CMake. The included functions in CMake only by Pierre Ossman · 14 years ago