4708 Révisions (fd243a8d3ae8e776fb2af1136feee7f8c083d2da)
 

Auteur SHA1 Message Date
  Pierre Ossman fd243a8d3a Remove "str" prefix from string helpers il y a 1 an
  Pierre Ossman 3143bfa154 Use standard C string functions il y a 1 an
  Pierre Ossman 4293dc42f6 Remove custom CharArray type il y a 1 an
  Pierre Ossman adaedc9629 Use std::string for string memory management il y a 1 an
  Pierre Ossman b99daadb05 Use std::string instead of CharArray il y a 1 an
  Pierre Ossman e6c5b29f12 Use std::vector for temporary char arrays il y a 1 an
  Pierre Ossman 15a3939126 Free char buffer directly il y a 1 an
  Pierre Ossman 19badc4def Make strSplit() simpler and safer il y a 1 an
  Pierre Ossman 337dbc3922 Return std::string instead of dynamic allocations il y a 1 an
  Pierre Ossman dde95fccca Specify expected array size in arguments il y a 1 an
  Pierre Ossman d608a30d57 Use fixed size character buffer il y a 1 an
  Pierre Ossman ef8c84eb75 Remove trailing slash from getvnchomedir() il y a 1 an
  Pierre Ossman 803a6ae087 Namespace directory functions il y a 1 an
  Pierre Ossman 334398153b Better fallback for missing peer address il y a 1 an
  Pierre Ossman 5c1ac16776 Return static char buffer from some methods il y a 1 an
  Pierre Ossman 1af2a56f75 Replace tabs with spaces il y a 1 an
  Pierre Ossman 818694ba6a Use string literal instead of dynamic buffer il y a 1 an
  Pierre Ossman 51347ef875 Remove unneded string duplication il y a 1 an
  Pierre Ossman 7f20bff356 Remove unneeded CharArray:s il y a 1 an
  Pierre Ossman 741300728a Use StringParameters directly il y a 1 an
  Pierre Ossman 77f0a61ec8 Get rid of TCHAR magic il y a 1 an
  Pierre Ossman 2047dae22f Return std::vector instead of dynamic allocation il y a 1 an
  Pierre Ossman ea6afa9b79 Avoid duplicating configuration setting il y a 1 an
  Pierre Ossman cee09051e6 Make sure length is reset on assignment il y a 1 an
  Pierre Ossman cf931f8c9a Clean up BinaryParameter typing il y a 1 an
  Pierre Ossman 07e541678c Move hex conversion helpers to util il y a 1 an
  Pierre Ossman d98720b736 Use std::vector for basic data arrays il y a 1 an
  Pierre Ossman 6881c895ab Use stdint types il y a 1 an
  Pierre Ossman baca73d032 Use templates for optimized code il y a 1 an
  Pierre Ossman bf0fb9129d Fix CRLF line endings il y a 1 an
  Pierre Ossman a434ef3377 Merge branch 'libtool' of https://github.com/CendioOssman/tigervnc il y a 1 an
  Pierre Ossman 0043c557fc Create .la files at the end of the cmake run il y a 1 an
  Pierre Ossman 11ebff62d7 Bail on missing libraries il y a 1 an
  Pierre Ossman e78ebbcb19 Fall back to dynamic libraries in .la files il y a 1 an
  Pierre Ossman 651e763338 Respect library search paths il y a 1 an
  Pierre Ossman b1943de686 Include other targets in .la files il y a 1 an
  Pierre Ossman e41b082928 Handle alternative library suffixes il y a 1 an
  Pierre Ossman 6ff7f2e54b Make sure frameworks are included in .la files il y a 1 an
  Pierre Ossman f2a89fbec8 Remove unnecessary regexp \\ il y a 1 an
  Pierre Ossman d25c04808f Fix static library check regexp il y a 1 an
  Pierre Ossman 533bf22864 Get target libraries from INTERFACE_LINK_LIBRARIES il y a 1 an
  Pierre Ossman c293cbdf9e Use correct FATAL_ERROR CMake option il y a 1 an
  Pierre Ossman 27262aeabf Merge branch 'wextra' of https://github.com/CendioOssman/tigervnc il y a 1 an
  Pierre Ossman 7a36fb8ca7 Use __attribute__:s directly il y a 1 an
  Pierre Ossman ebfd56106d Enable more warnings by default il y a 1 an
  Pierre Ossman 36f3690b09 Work around -Wcast-function-type il y a 1 an
  Pierre Ossman 03ca97526b Remove old mingw compatibility code il y a 1 an
  Pierre Ossman 21c57423ae Don't partially init monitor information il y a 1 an
  Pierre Ossman 1d1f16f4ac Fix incorrect types il y a 1 an
  Pierre Ossman 11b535fcc8 Fix order of qualifiers il y a 1 an