53 次程式碼提交 (v1.8.0)

作者 SHA1 備註 提交日期
  klemens 0536d0975b spelling fixes 7 年之前
  Pierre Ossman 4495b72f99 Update .la files on each build 7 年之前
  Pierre Ossman b74728f9d6 Add option to enable thread sanitizer 8 年之前
  DRC 2a2e2c3611 Allow static linking against only the GCC libs 8 年之前
  Pierre Ossman 86640e8f91 Add address sanitizer switch 8 年之前
  Pierre Ossman de2df7e600 Set libdir in generated .la files 9 年之前
  Pierre Ossman 95763a63e8 GnuTLS needs socket libraries so include them in the static link 9 年之前
  Peter Åstrand (astrand) c4bc5a8f0e Build fixes for modern versions of binutils. 9 年之前
  Pierre Ossman cc8c6a296f Drop bundled zlib 9 年之前
  Brian P. Hinz 44759765fc Static build fix - only attempt to link against libtasn1 if it's present 9 年之前
  Brian P. Hinz 37c2f4da50 Back out previous change 9 年之前
  Brian P. Hinz 2773ff9371 Static build fix - only attempt to link against libtasn1 if it's present 9 年之前
  Pierre Ossman df3cc42631 Handle mingw circular dependencies in base libraries 9 年之前
  Pierre Ossman 881a8e27fc Handle static linking flags in .la files 9 年之前
  Pierre Ossman 40a5f9ef65 Handle arguments that have the -l prefix 9 年之前
  Pierre Ossman 216d591f41 Split up any entries that contain multiple link arguments 9 年之前
  Pierre Ossman 818550b54d The output variable from find_library() needs to be cleared 9 年之前
  Pierre Ossman d94e3f2d3c Remove obsolete reference to staticlib 9 年之前
  Pierre Ossman ced99a9dba Use dynamic builds by default 9 年之前
  Pierre Ossman 5b9303a697 Include gettext and zlib in static GnuTLS link 9 年之前
  Pierre Ossman 95491397a5 Only link with crypt32 on Windows 9 年之前
  Pierre Ossman 4790e114da Put quotes around entire static link variables 9 年之前
  Brian P. Hinz a6d6dbb5b0 Add in missing dependency for windows builds. 9 年之前
  Pierre Ossman f95272de30 Extend "static" build option 9 年之前
  Pierre Ossman ec3dfe6893 Clean up GnuTLS linking and instructions 9 年之前
  Brian Hinz 236b019980 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. 10 年之前
  Brian Hinz 491b9505c2 Use CMAKE_COMMAND variable instead of hard coded cmake executable name for better portability. 11 年之前
  Pierre Ossman 95e28f74a2 Consolidate the installation paths and make sure we have decent defaults. 12 年之前
  DRC 4f6286c9d1 We don't need HAVE_GNUTLS anymore, either 12 年之前
  DRC e4f7c77bf9 If the Java viewer build is enabled, make sure it gets built when doing 'make installer' 12 年之前
  DRC c67db65070 We don't need BUILD_DIR anymore since we divorced Visual Studio 12 年之前
  DRC ccc0969dd9 Remove Visual C++ support 12 年之前
  DRC c19ab9ec7f Move Java source up one level and allow Java viewer to be built as a standalone project (per community request) 12 年之前
  DRC d000252926 Only sign JAR when it is built 12 年之前
  DRC 21b3eb940e Oops 12 年之前
  DRC 5d8704b929 Make sure that keytool and jarsigner don't die silently 12 年之前
  DRC 11ca3b4c77 Sign the JAR file so clipboard transfer will work 12 年之前
  DRC 7636ad0cc4 Integrate Java TigerVNC Viewer build into CMake build system 12 年之前
  DRC 754ff598d5 (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. 13 年之前
  DRC e72b80501c Consolidate all README files into one and distribute it with the binary packages. 13 年之前
  DRC c377ebd9b5 Implement 'make tarball' and 'make servertarball' 13 年之前
  DRC b7140022df Add uninstall target 13 年之前
  DRC 1a1840795d Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and consolidate all of the installer scripts under release/ and cmake/ 13 年之前
  DRC 801ef7ca6c Fix several bugs in the generation of .la files 13 年之前
  DRC a18a88fbb5 Translate comments into English and remove blindingly obvious ones. 13 年之前
  DRC dadfbec631 Tabs to spaces 13 年之前
  DRC 5dc23afeae libtool control file should be created in binary directory, not source directory, to support out-of-tree builds. 13 年之前
  Henrik Andersson 697954f0f1 - Fixed so the library suffix is platformindependent 13 年之前
  Henrik Andersson 23029ccd59 Building the Xvnc server requires libtool control files of rdr, rfb, 13 年之前
  Pierre Ossman b232b5fd73 Finish up the gettext handling in CMake. The included functions in CMake only 13 年之前