Rudi Chen
|
b703ce01fb
|
Make sure libdl is linked after libcrypto.
Fixes a `undefined reference to symbol 'dlclose@@GLIBC_2.2.5' error
I was running into on Linux Mint 17.2.
|
2015-09-06 21:42:02 -04:00 |
|
Seth Alves
|
695ffa29c7
|
call setup_memory_debugger from common macros rather than from every CMakeLists.txt file
|
2015-08-26 11:09:59 -07:00 |
|
Seth Alves
|
c25082d86f
|
use -fsanitize=address in all code rather than just the top-level links
|
2015-08-20 10:14:16 -07:00 |
|
Seth Alves
|
2056f588e3
|
if environment variable HIFI_MEMORY_DEBUGGING is defined when cmake is run, enable -fsanitize=address on linux
|
2015-08-19 18:03:16 -07:00 |
|
Leonardo Murillo
|
cda5b29fd3
|
Another take at versioning details exchange - checkpoint
|
2015-08-13 14:19:13 -06:00 |
|
Stephen Birarda
|
b50545f414
|
use symlink for DS resources, add AM bandwidth
|
2015-04-30 13:53:44 -07:00 |
|
Stephen Birarda
|
e8ee9e4b3a
|
try performing copy in PRE_BUILD for VS
|
2015-04-30 13:42:30 -07:00 |
|
Stephen Birarda
|
42c40a7164
|
attempt add of resources to executable sources
|
2015-04-30 13:32:25 -07:00 |
|
Stephen Birarda
|
f9ac918ff0
|
add macro to copy directory beside target
|
2015-04-30 13:10:59 -07:00 |
|
Stephen Birarda
|
38ae3afc82
|
add a macro for directory copying
|
2015-04-30 13:06:00 -07:00 |
|
Stephen Birarda
|
b2e587dbbd
|
remove use of include_dependency_includes and use cmake
|
2015-02-18 14:12:05 -08:00 |
|
Stephen Birarda
|
68c19866c4
|
call dll copy after project deps are setup
|
2015-02-17 17:17:30 -08:00 |
|
Stephen Birarda
|
114e3bb2ff
|
rename cmake macro to represent actual purpose
|
2014-12-18 16:51:20 -08:00 |
|
Stephen Birarda
|
b326ab9839
|
remove quotes from library links for debug/optimized
|
2014-12-18 09:38:48 -08:00 |
|
Stephen Birarda
|
d38c78f2c3
|
remove bubbling of linked libraries, cmake does it
|
2014-12-18 09:34:04 -08:00 |
|
Stephen Birarda
|
cbbf11e28f
|
add missing indentation for OpenSSL warnings
|
2014-10-15 13:31:44 -07:00 |
|
Stephen Birarda
|
05728681a5
|
add a check to warn if OpenSSL is OS X system version
|
2014-10-15 09:49:03 -07:00 |
|
Stephen Birarda
|
50f27d3e16
|
handle verification of username signature during connection
|
2014-10-14 18:02:22 -07:00 |
|
Stephen Birarda
|
ae5a7b40a6
|
don't symlink the web directory on WIN32
|
2014-09-26 15:19:40 -07:00 |
|
Stephen Birarda
|
13f2ea33ad
|
symlink the web directory instead of direct copy for DS
|
2014-09-26 08:48:00 -07:00 |
|
Stephen Birarda
|
33a411b895
|
combine settings and setup into single tab
|
2014-09-25 16:32:09 -07:00 |
|
Stephen Birarda
|
2fda95ae8f
|
repair build of various tools
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
b1310c065c
|
remove TARGET_NAME from cmake macros where it is not required
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
e4d01d269c
|
use shared dependency linking macro in hifi projects
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
26f7b1ba62
|
add macro to link shared dependencies to target
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
1f0a722d0d
|
remove antequated windows libraries that have been replaced by Qt usage
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
17df6484d4
|
remove ssize_t and replace with size_t or int where appropriate
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
87cf262b9e
|
get to successful cmake after library link macro changes
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
107cbc3f87
|
more simplification of hifi macros to find libraries
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
31488e72fe
|
repairs for interface build to succeed
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
0378fb3049
|
break glm helpers out of SharedUtil
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
fa26957b23
|
more CMakeLists cleanup for sub-dependencies
|
2014-08-08 13:17:52 -07:00 |
|
Stephen Birarda
|
2796f71419
|
library cleanup to suppress warnings on cmake 3.0
|
2014-07-30 15:06:15 -07:00 |
|
Stephen Birarda
|
a9c2e3fe71
|
put back ssize_t definition
|
2014-05-20 11:56:06 -07:00 |
|
Stephen Birarda
|
0e7615391c
|
don't look for GnuTLS from cmake
|
2014-05-20 10:35:04 -07:00 |
|
Stephen Birarda
|
2518d314ac
|
add ssize_t definition for gnutls.h include on Windows
|
2014-04-10 10:19:45 -07:00 |
|
Stephen Birarda
|
16bb28a4fa
|
make GnuTLS a system include to suppress warnings
|
2014-04-10 10:04:02 -07:00 |
|
Stephen Birarda
|
1d5644a85f
|
link GnuTLS to octree library
|
2014-04-10 09:45:57 -07:00 |
|
Stephen Birarda
|
d5d52f804f
|
add a networking library and link from appropriate targets
|
2014-04-10 09:32:17 -07:00 |
|
Stephen Birarda
|
dc38b27485
|
using GnuTLS read self-signed key and cert on DS load
|
2014-03-31 12:31:34 -07:00 |
|
Stephen Birarda
|
89aeb034d1
|
add find module for QCA and link to interface and DS
|
2014-03-28 15:22:44 -07:00 |
|
ZappoMan
|
1ceb05bf09
|
click harder
|
2014-03-08 18:22:30 -08:00 |
|
Stephen Birarda
|
231dc624ff
|
replace deprecated qt5 macros in cmake with target_link_libraries
|
2014-03-04 12:41:24 -08:00 |
|
Stephen Birarda
|
628f91cd73
|
complete quoting of varous Cmake commands, closes #1999
|
2014-03-03 12:15:05 -08:00 |
|
Brad Hefta-Gaub
|
0c55447809
|
fix windows build
|
2014-01-20 09:26:49 -08:00 |
|
Stephen Birarda
|
7381848acb
|
add back linking of Winmm for DomainServer on WIN32
|
2014-01-20 08:56:43 -08:00 |
|
Stephen Birarda
|
c5e10465c4
|
don't include civetweb in DomainServer
|
2014-01-16 17:08:06 -08:00 |
|
Stephen Birarda
|
d236d6335d
|
add initial rev of embedded webserver based on QTcpSocket
|
2014-01-16 17:05:02 -08:00 |
|
Brad Hefta-Gaub
|
9441f9ffb7
|
fix link issues for many targets
|
2014-01-13 01:01:30 -08:00 |
|
Brad Hefta-Gaub
|
7234b9ca4a
|
try to get this to work
|
2014-01-10 22:58:32 -08:00 |
|