3170 İşlemeler (v1.10.1)
 

Yazar SHA1 Mesaj Tarih
  DRC f8fa1b029d Not that it matters at the moment, but Win64 can address up to 64 processors 14 yıl önce
  DRC b53e4a4e9e This should make the codec work on Win64 (but doesn't for unknown reasons) 14 yıl önce
  Adam Tkac 51a9dcf583 [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc. 14 yıl önce
  Pierre Ossman 906d8b8faf Fix data type so that it is compatible with Win64 as well. 14 yıl önce
  Pierre Ossman b5990252da The SIMD routines need some work before they will work on Win64, so disable 14 yıl önce
  Pierre Ossman 0eaf03f3b4 Configure nasm properly for Win64. 14 yıl önce
  DRC 4d9fb7789f Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FLOAT or JDCT_IFAST when decompressing) 14 yıl önce
  DRC eb4a24650d Set default optimization to -xO5 when using Sun Studio 14 yıl önce
  DRC a2231a6a1d Fix build on Sun Studio 14 yıl önce
  DRC 589901bc57 Set CFLAGS=CXXFLAGS=-O3 if the flags are not otherwise specified (this benefits jchuff.c and jdhuff.c) 14 yıl önce
  DRC 0d89e356e1 turbojpeg.h isn't part of the libjpeg.a source 14 yıl önce
  DRC 09e2ff130e Fix VPATH and out-of-tree builds 14 yıl önce
  DRC e338bf8f35 It works on 2.56 as well 14 yıl önce
  Pierre Ossman 4065997c5e Do a generic check for inet_aton instead of just assuming that only Win32 has 14 yıl önce
  Pierre Ossman 657806f8fe Some systems (like Solaris 8) need libresolv for inet_aton. 14 yıl önce
  Peter Åstrand c4d87f9950 Don't assign new threads to unused thread variables. No point, plus 14 yıl önce
  Peter Åstrand ebf77754dd Eliminate GCC signed/unsigned warning. 14 yıl önce
  Peter Åstrand a7088b6e2d Removed unused variables. 14 yıl önce
  Peter Åstrand 6820f6a483 Eliminated signed/unsigned warnings. 14 yıl önce
  Peter Åstrand af2b2776cb Eliminated timerId signed/unsigned warnings. 14 yıl önce
  Peter Åstrand 29aba9e189 Reverted the second part of 3971. I suspect that this code is actually 14 yıl önce
  Peter Åstrand 66a2a93ed5 Eliminated GCC warning: DWORD is unsigned long, so use that in the 14 yıl önce
  Peter Åstrand 22ffac1cf1 Eliminated GCC signed/unsigned warnings: 14 yıl önce
  Peter Åstrand 32492a6336 Bugfix: We were using assignement instead of comparision in the if 14 yıl önce
  Peter Åstrand ffeeb265c8 Eliminated two GCC warnings: 14 yıl önce
  Peter Åstrand f1037f4d4c Eliminate GCC warning in ScaleFilters: 14 yıl önce
  Peter Åstrand 309fc681c6 Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h. 14 yıl önce
  Peter Åstrand 98fe98c689 Eliminate GCC signed/unsigned warnings related to encodings: The 14 yıl önce
  Peter Åstrand 618c1707a4 Eliminate another GCC signed/unsigned warning: 14 yıl önce
  Peter Åstrand 145d1f8cf3 Eliminate three more GCC warnings: 14 yıl önce
  Peter Åstrand 6ac5b73a90 Eliminate GCC signed/unsigned warning. sizeof returns unsigned. 14 yıl önce
  DRC 96a56f2937 Back out r3958 and r3959. They aren't needed anymore, because the libjpeg-turbo SourceForge project is online, and they broke libvnc.so 14 yıl önce
  Adam Tkac 93ff5dbd1a [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able 14 yıl önce
  DRC be6b28efc0 Oops. Use EGREP instead of GREP, because GREP is not available in earlier versions of autotools 14 yıl önce
  DRC fe284a30cb Fix build problems on Solaris 10 14 yıl önce
  DRC 4c8d72c29c Enable 64-bit libjpeg/SIMD build on Solaris 14 yıl önce
  DRC f737fbe73f Use the correct version to name the shared library, and if the shared library build is enabled, allow the headers to be installed 14 yıl önce
  DRC d4611464b7 Allow building libjpeg.so if --enable-shared is passed to configure (but disable shared library build by default) 14 yıl önce
  Adam Tkac 43d6823de9 [Bugfix] Fix memory leak in Tight decoder. 14 yıl önce
  Adam Tkac 3160a5606b [Bugfix] Mark stack as non-executable in NASM code. 14 yıl önce
  Adam Tkac 8dd8c50e27 [Development] X.Org 1.8 codebase is now supported. Add xserver18.patch. 14 yıl önce
  DRC 3cca6af4ae Use configure scripts included in the tarball, if they exist. This is to avoid problems caused by trying to re-generate the configure scripts using older versions of Autotools than the ones that were used to generate the scripts in the tarball. 14 yıl önce
  DRC d455393c85 Added scripts for building cross-compatible binaries and 64-bit binaries on OS/X 14 yıl önce
  DRC 8d02c963d6 Prevent vncviewer, vncconfig, and x0vncserver from linking against static X11 libs in unix/xorg.build/lib 14 yıl önce
  DRC ffd4bb9140 Use static system libz.a so Xvnc doesn't depend on libz.so.1. As a result, we don't need to build the included zlib anymore. 14 yıl önce
  DRC d28792b404 Remove xfs support, because it doesn't work and isn't needed 14 yıl önce
  Adam Tkac cc247c9e0e [Bugfix] vncviewer could crash when started with no arguments and user clicked 14 yıl önce
  DRC c48abf15c7 Build Mesa as a shared lib so we can get swrast_dri.so, but this requires building Xorg modules with -fPIC so they can be linked successfully into Mesa shared lib. 14 yıl önce
  DRC adadd9da41 Add scripts for building a cross-compatible version of TigerVNC on Linux. These build upon the new '-static' option to the build-xorg-7.4 script and add Linux-specific options for statically linking with libgcc, libstdc++, and libcrypto. When used with RHEL 4, these should produce a version of TigerVNC which will work with all later versions of Linux. 14 yıl önce
  DRC 5819a7bd6e Enable building a compatible version of Xvnc that doesn't depend on shared libraries in xorg.build/lib 14 yıl önce