| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow building with -DBUILD_VIEWER=OFF | Alex Richardson | 2021-07-15 | 1 | -1/+1 |
* | Fix bad library references for some static deps | Pierre Ossman | 2020-12-07 | 1 | -2/+2 |
* | Add comment why unistring is linked dynamically | Pierre Ossman | 2020-12-07 | 1 | -0/+2 |
* | Merge branch 'master' of https://github.com/mriphysicist/tigervnc | Pierre Ossman | 2020-12-07 | 1 | -2/+47 |
|\ |
|
| * | Update build system so it will compile on Windows 10. | Danny Park | 2020-08-18 | 1 | -2/+47 |
* | | Test packaging on Travis | Pierre Ossman | 2020-07-16 | 1 | -90/+0 |
|/ |
|
* | Merge branch 'regions' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2020-06-15 | 2 | -0/+41 |
|\ |
|
| * | Switch region code to pixman | Pierre Ossman | 2020-05-01 | 2 | -0/+41 |
| * | Also link in math library in static build | Pierre Ossman | 2020-05-01 | 1 | -1/+1 |
* | | Implement touch gesture handling on Unix | Aaron Sowry | 2020-05-29 | 1 | -2/+2 |
* | | Implement X Input pointer handling for Unix | Aaron Sowry | 2020-05-29 | 1 | -0/+3 |
|/ |
|
* | Use standard install dir variable names | Pierre Ossman | 2020-03-12 | 1 | -2/+2 |
* | Fix C linking when doing static builds | Pierre Ossman | 2020-03-12 | 1 | -2/+3 |
* | Include Carbon when statically linking gettext on macOS | Pierre Ossman | 2020-01-30 | 1 | -0/+3 |
* | Fix link order of nettle and hogweed | Pierre Ossman | 2019-12-09 | 1 | -1/+1 |
* | Include libuuid in static builds | Pierre Ossman | 2019-01-09 | 1 | -1/+1 |
* | Link zlib statically on all platforms | Peter Åstrand (astrand) | 2018-09-19 | 1 | -4/+1 |
* | Add RandR support for x0vncserver | Peter Åstrand (astrand) | 2018-04-09 | 1 | -0/+3 |
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 1 | -1/+1 |
* | Improve test if library is a CMake target | Pierre Ossman | 2017-10-06 | 1 | -2/+1 |
* | Avoid getting LOCATION property | Pierre Ossman | 2017-10-06 | 1 | -3/+2 |
* | Add libpng as a dependency for freetype for static builds | Pierre Ossman | 2017-08-24 | 1 | -1/+1 |
* | spelling fixes | klemens | 2017-01-28 | 1 | -1/+1 |
* | Update .la files on each build | Pierre Ossman | 2016-12-15 | 1 | -0/+4 |
* | Add option to enable thread sanitizer | Pierre Ossman | 2015-11-27 | 1 | -0/+7 |
* | Allow static linking against only the GCC libs | DRC | 2015-10-27 | 1 | -1/+7 |
* | Add address sanitizer switch | Pierre Ossman | 2015-09-29 | 1 | -0/+3 |
* | Set libdir in generated .la files | Pierre Ossman | 2015-04-30 | 1 | -1/+1 |
* | Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-03-12 | 1 | -1/+1 |
|\ |
|
| * | Drop bundled zlib | Pierre Ossman | 2015-02-03 | 1 | -1/+1 |
* | | Merge branch 'perf' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-02-13 | 1 | -2/+6 |
|\ \ |
|
| * | | GnuTLS needs socket libraries so include them in the static link | Pierre Ossman | 2015-02-13 | 1 | -2/+6 |
| |/ |
|
* / | Build fixes for modern versions of binutils. | Peter Åstrand (astrand) | 2015-02-10 | 1 | -2/+2 |
|/ |
|
* | Static build fix - only attempt to link against libtasn1 if it's present | Brian P. Hinz | 2014-11-04 | 1 | -1/+6 |
* | Back out previous change | Brian P. Hinz | 2014-11-04 | 1 | -6/+1 |
* | Merge remote-tracking branch 'upstream/master' into buildfixes | Brian P. Hinz | 2014-11-03 | 2 | -26/+79 |
|\ |
|
| * | Handle mingw circular dependencies in base libraries | Pierre Ossman | 2014-11-03 | 1 | -1/+5 |
| * | Handle static linking flags in .la files | Pierre Ossman | 2014-11-03 | 1 | -11/+28 |
| * | Handle arguments that have the -l prefix | Pierre Ossman | 2014-11-03 | 1 | -0/+6 |
| * | Split up any entries that contain multiple link arguments | Pierre Ossman | 2014-11-03 | 1 | -0/+12 |
| * | The output variable from find_library() needs to be cleared | Pierre Ossman | 2014-11-03 | 1 | -0/+4 |
| * | Remove obsolete reference to staticlib | Pierre Ossman | 2014-11-03 | 1 | -4/+0 |
| * | Use dynamic builds by default | Pierre Ossman | 2014-10-28 | 1 | -1/+1 |
| * | Include gettext and zlib in static GnuTLS link | Pierre Ossman | 2014-10-28 | 1 | -0/+9 |
| * | Only link with crypt32 on Windows | Pierre Ossman | 2014-10-28 | 1 | -1/+6 |
| * | Put quotes around entire static link variables | Pierre Ossman | 2014-10-28 | 1 | -8/+8 |
* | | Static build fix - only attempt to link against libtasn1 if it's present | Brian P. Hinz | 2014-11-03 | 1 | -1/+6 |
|/ |
|
* | Add in missing dependency for windows builds. | Brian P. Hinz | 2014-10-22 | 1 | -1/+1 |
* | Extend "static" build option | Pierre Ossman | 2014-10-17 | 1 | -0/+96 |
* | Clean up GnuTLS linking and instructions | Pierre Ossman | 2014-10-17 | 2 | -72/+0 |