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 |
|
Leonardo Murillo
|
cda5b29fd3
|
Another take at versioning details exchange - checkpoint
|
2015-08-13 14:19:13 -06:00 |
|
Stephen Birarda
|
b2e587dbbd
|
remove use of include_dependency_includes and use cmake
|
2015-02-18 14:12:05 -08:00 |
|
Stephen Birarda
|
71482f6ad7
|
include tbb as system include, use project as prefix
|
2015-02-18 13:58:20 -08:00 |
|
Stephen Birarda
|
0a01a6f566
|
add TBB as external_project, handle on OS X
|
2015-02-18 13:24:59 -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
|
a39ed798ae
|
replace libcuckoo requirement with tbb
|
2014-11-05 15:45:51 -08:00 |
|
Stephen Birarda
|
35d0d31350
|
change the NodeHash to a cuckoohash_map with CityHash
|
2014-11-05 13:54:38 -08:00 |
|
Stephen Birarda
|
b8d0bd5d6b
|
allow a target to bubble up required includes
|
2014-11-05 13:25:32 -08:00 |
|
Stephen Birarda
|
161b3b83d7
|
find an installed version of libcuckoo
|
2014-11-05 11:44:56 -08:00 |
|
Stephen Birarda
|
874ccf0708
|
add FindLibcuckoo module and instructions for dropping in libcuckoo
|
2014-11-05 10:57:06 -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
|
912512936e
|
add RSAKeypairGenerator to generate a 2048-bit keypair
|
2014-10-14 11:36:40 -07:00 |
|
Stephen Birarda
|
d8dadc3199
|
link the socket library to the hifi networking library
|
2014-08-08 13:31:09 -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
|
26f7b1ba62
|
add macro to link shared dependencies to target
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
c9f8433a2d
|
tweak setup_hifi_library to bubble up full path of Qt modules
|
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
|
93b6f167f5
|
change more CMakeLists to use simplified hifi library linker
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
892e30c5e1
|
get past assignment-client build after cmake auditing
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
b5c8a4d2c6
|
fix requirement of networking in audio library
|
2014-08-08 13:17:52 -07:00 |
|
Stephen Birarda
|
fa26957b23
|
more CMakeLists cleanup for sub-dependencies
|
2014-08-08 13:17:52 -07:00 |
|
Stephen Birarda
|
33e5826842
|
remove animation server, bubble up qt modules
|
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
|
54647f0f08
|
make sure gnutls define for ssize_t comes before gnutls include
|
2014-04-10 10:27:08 -07:00 |
|
Stephen Birarda
|
16bb28a4fa
|
make GnuTLS a system include to suppress warnings
|
2014-04-10 10:04:02 -07:00 |
|
Stephen Birarda
|
d5d52f804f
|
add a networking library and link from appropriate targets
|
2014-04-10 09:32:17 -07:00 |
|