1. 18ba39c Include libuuid in static builds by Pierre Ossman · 7 years ago
  2. 97eeefd Link zlib statically on all platforms by Peter Åstrand (astrand) · 7 years ago
  3. 242c5b2 Add RandR support for x0vncserver by Peter Åstrand (astrand) · 8 years ago
  4. 6011f96 Rename README.txt to README.rst and convert to reStructuredText by Peter Åstrand (astrand) · 8 years ago
  5. 2699967 Improve test if library is a CMake target by Pierre Ossman · 8 years ago
  6. c27f5da Avoid getting LOCATION property by Pierre Ossman · 8 years ago
  7. 82e753d Add libpng as a dependency for freetype for static builds by Pierre Ossman · 8 years ago
  8. 0536d09 spelling fixes by klemens · 9 years ago
  9. 4495b72 Update .la files on each build by Pierre Ossman · 9 years ago
  10. b74728f Add option to enable thread sanitizer by Pierre Ossman · 10 years ago
  11. 2a2e2c3 Allow static linking against only the GCC libs by DRC · 10 years ago
  12. 86640e8 Add address sanitizer switch by Pierre Ossman · 10 years ago
  13. de2df7e Set libdir in generated .la files by Pierre Ossman · 10 years ago
  14. d1cb31f Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 10 years ago
  15. f481203 Merge branch 'perf' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 11 years ago
  16. 95763a6 GnuTLS needs socket libraries so include them in the static link by Pierre Ossman · 11 years ago
  17. c4bc5a8 Build fixes for modern versions of binutils. by Peter Åstrand (astrand) · 11 years ago
  18. cc8c6a2 Drop bundled zlib by Pierre Ossman · 11 years ago
  19. 4475976 Static build fix - only attempt to link against libtasn1 if it's present by Brian P. Hinz · 11 years ago
  20. 37c2f4d Back out previous change by Brian P. Hinz · 11 years ago
  21. 86ad23e Merge remote-tracking branch 'upstream/master' into buildfixes by Brian P. Hinz · 11 years ago
  22. 2773ff9 Static build fix - only attempt to link against libtasn1 if it's present by Brian P. Hinz · 11 years ago
  23. df3cc42 Handle mingw circular dependencies in base libraries by Pierre Ossman · 11 years ago
  24. 881a8e2 Handle static linking flags in .la files by Pierre Ossman · 11 years ago
  25. 40a5f9e Handle arguments that have the -l prefix by Pierre Ossman · 11 years ago
  26. 216d591 Split up any entries that contain multiple link arguments by Pierre Ossman · 11 years ago
  27. 818550b The output variable from find_library() needs to be cleared by Pierre Ossman · 11 years ago
  28. d94e3f2 Remove obsolete reference to staticlib by Pierre Ossman · 11 years ago
  29. ced99a9 Use dynamic builds by default by Pierre Ossman · 11 years ago
  30. 5b9303a Include gettext and zlib in static GnuTLS link by Pierre Ossman · 11 years ago
  31. 9549139 Only link with crypt32 on Windows by Pierre Ossman · 11 years ago
  32. 4790e11 Put quotes around entire static link variables by Pierre Ossman · 11 years ago
  33. a6d6dbb Add in missing dependency for windows builds. by Brian P. Hinz · 11 years ago
  34. f95272d Extend "static" build option by Pierre Ossman · 11 years ago
  35. ec3dfe6 Clean up GnuTLS linking and instructions by Pierre Ossman · 11 years ago
  36. 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
  37. 491b950 Use CMAKE_COMMAND variable instead of hard coded cmake executable name for better portability. by Brian Hinz · 12 years ago
  38. 95e28f7 Consolidate the installation paths and make sure we have decent defaults. by Pierre Ossman · 13 years ago
  39. 4f6286c We don't need HAVE_GNUTLS anymore, either by DRC · 14 years ago
  40. e4f7c77 If the Java viewer build is enabled, make sure it gets built when doing 'make installer' by DRC · 14 years ago
  41. c67db65 We don't need BUILD_DIR anymore since we divorced Visual Studio by DRC · 14 years ago
  42. ccc0969 Remove Visual C++ support by DRC · 14 years ago
  43. 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
  44. d000252 Only sign JAR when it is built by DRC · 14 years ago
  45. 21b3eb9 Oops by DRC · 14 years ago
  46. 5d8704b Make sure that keytool and jarsigner don't die silently by DRC · 14 years ago
  47. 11ca3b4 Sign the JAR file so clipboard transfer will work by DRC · 14 years ago
  48. 7636ad0 Integrate Java TigerVNC Viewer build into CMake build system by DRC · 14 years ago
  49. 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
  50. e72b805 Consolidate all README files into one and distribute it with the binary packages. by DRC · 14 years ago
  51. c377ebd Implement 'make tarball' and 'make servertarball' by DRC · 14 years ago
  52. b714002 Add uninstall target by DRC · 14 years ago
  53. 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
  54. 801ef7c Fix several bugs in the generation of .la files by DRC · 14 years ago
  55. a18a88f Translate comments into English and remove blindingly obvious ones. by DRC · 14 years ago
  56. dadfbec Tabs to spaces by DRC · 14 years ago
  57. 5dc23af libtool control file should be created in binary directory, not source directory, to support out-of-tree builds. by DRC · 14 years ago
  58. 697954f - Fixed so the library suffix is platformindependent by Henrik Andersson · 14 years ago
  59. 23029cc Building the Xvnc server requires libtool control files of rdr, rfb, by Henrik Andersson · 14 years ago
  60. b232b5f Finish up the gettext handling in CMake. The included functions in CMake only by Pierre Ossman · 14 years ago