Pierre Zemb
|
b1dce03e0d
|
Add warning on CMake when bindings requirements are not reached
|
2021-08-19 17:39:03 +02:00 |
|
Eric Dong
|
c6ed0f94bf
|
Fix the wording of a CMake message for SSL on Windows
|
2021-08-13 13:02:49 -07:00 |
|
Pierre Zemb
|
415bf2afc0
|
add CMake's option for bindings
|
2021-08-05 21:55:45 +02:00 |
|
Andrew Noyes
|
ccc8404faa
|
Disable go bindings for sanitizer builds
|
2021-03-09 20:55:41 +00:00 |
|
A.J. Beamon
|
aaf0a9aa7b
|
Merge branch 'release-6.3' into merge-release-6.3-into-master
# Conflicts:
# build/docker-compose.yaml
# cmake/ConfigureCompiler.cmake
# fdbclient/FileBackupAgent.actor.cpp
# fdbrpc/AsyncFileCached.actor.h
# fdbrpc/IAsyncFile.h
# fdbrpc/IRateControl.h
# fdbrpc/simulator.h
# fdbserver/KeyValueStoreSQLite.actor.cpp
# fdbserver/storageserver.actor.cpp
# fdbservice/ServiceBase.cpp
|
2021-02-08 12:58:34 -08:00 |
|
A.J. Beamon
|
b70c69e099
|
Address review note that some variables need to be set earlier.
|
2021-02-08 10:42:07 -08:00 |
|
A.J. Beamon
|
67e783acf8
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
# cmake/CompileBoost.cmake
# cmake/FDBComponents.cmake
# fdbrpc/AsyncFileCached.actor.h
# fdbrpc/simulator.h
# fdbserver/KeyValueStoreSQLite.actor.cpp
# fdbserver/Knobs.cpp
# fdbserver/Knobs.h
# fdbserver/storageserver.actor.cpp
# flow/Knobs.h
# flow/network.h
|
2021-02-08 09:20:28 -08:00 |
|
Russell Sears
|
85e21c1ba1
|
CMake support for BoringSSL
|
2021-01-22 22:45:51 +00:00 |
|
Markus Pilman
|
b149069b58
|
link statically against jemalloc
|
2021-01-21 13:35:27 -07:00 |
|
Daniel Smith
|
7d1db8a66e
|
Restore building RocksDB by default with GCC
|
2020-11-05 09:11:58 -08:00 |
|
Daniel Smith
|
6b1bbc49e3
|
Restore building RocksDB by default with GCC
|
2020-11-05 17:07:53 +00:00 |
|
Daniel Smith
|
8ed7d296b4
|
Fix the ability to disable building RocksDB with GCC
|
2020-11-04 14:58:24 -08:00 |
|
Daniel Smith
|
b1194801b1
|
Fix the ability to disable building RocksDB with GCC
|
2020-11-04 21:59:14 +00:00 |
|
Markus Pilman
|
5c506908ab
|
Update cmake/FDBComponents.cmake
|
2020-10-22 14:13:24 -06:00 |
|
Markus Pilman
|
4b12b9fc01
|
Fix toml11 cmake
|
2020-10-22 13:27:06 -06:00 |
|
Meng Xu
|
a3c861b59d
|
Merge pull request #3777 from apple/release-6.3
Merge Release 6.3 into master
|
2020-09-14 10:32:50 -07:00 |
|
Daniel Smith
|
1b4aead939
|
Enable the RocksDB engine by default with GCC
|
2020-09-08 16:30:23 +00:00 |
|
Alex Miller
|
0a8f61b967
|
Make TOML mandatory.
|
2020-07-12 19:43:38 -07:00 |
|
Alex Miller
|
f08f0255cc
|
Copy paste cmake code until it seems like it maybe downloads TOML11
|
2020-07-12 14:47:39 -07:00 |
|
Daniel Smith
|
31db90963d
|
factor out duplicate include directories
|
2020-06-10 21:45:40 +00:00 |
|
Daniel Smith
|
9b3a5f8e13
|
Fix typo
Co-authored-by: Markus Pilman <markus.pilman@snowflake.com>
|
2020-06-10 17:34:00 -04:00 |
|
Daniel Smith
|
dae91bb05f
|
Add RocksDB to FDBComponents.cmake
|
2020-06-10 21:07:49 +00:00 |
|
Dave Cottlehuber
|
99d6e9497b
|
cmake: skip OpenJDK on FreeBSD
|
2020-04-30 18:11:23 +00:00 |
|
Andrew Noyes
|
27043ee92f
|
Update cmake/FDBComponents.cmake
Co-Authored-By: Markus Pilman <markus@pilman.ch>
|
2020-04-29 15:45:33 -07:00 |
|
Andrew Noyes
|
05614d33cc
|
Add include(CheckSymbolExists)
|
2020-04-29 22:16:43 +00:00 |
|
Andrew Noyes
|
7659b1bff6
|
Use check_symbol_exists
|
2020-04-29 15:11:35 -07:00 |
|
Andrew Noyes
|
c62a4aef97
|
Upgrade TLS symbol not found message to WARNING
|
2020-04-29 15:06:02 -07:00 |
|
Andrew Noyes
|
fee9a5117f
|
Don't config TLS if OpenSSL is missing OPENSSL_INIT_NO_ATEXIT
|
2020-04-25 17:59:17 -07:00 |
|
A.J. Beamon
|
083e3f38f3
|
Merge pull request #2688 from schedutron/py3doc-cmake
Have CMake build docs with Python3
|
2020-02-24 11:53:41 -08:00 |
|
Alvin Moore
|
3354e6b278
|
Enabled TLS for CMake Mac builds
Disabled TLS for CMake Windows builds
|
2020-02-21 11:23:51 -08:00 |
|
Saurabh Chaturvedi
|
2707c91073
|
Find Interpreter Component for Python3
Co-Authored-By: Markus Pilman <markus@pilman.ch>
|
2020-02-21 12:18:35 +05:30 |
|
Saurabh Chaturvedi
|
b5f63f3c88
|
Check for Python3_Interpreter_FOUND instead of Python3_FOUND
Co-Authored-By: Markus Pilman <markus@pilman.ch>
|
2020-02-21 12:17:16 +05:30 |
|
Evan Tschannen
|
f04e311a1e
|
Merge commit 'b46d6e25e24993ab5a5f04091fd3235050b7cd09' into feature-boost-ssl
# Conflicts:
# fdbserver/SimulatedCluster.actor.cpp
# flow/Net2.actor.cpp
|
2020-02-20 17:36:38 -08:00 |
|
Alex Miller
|
41afeb245e
|
Temporarily disable TLS on OSX
|
2020-02-20 17:03:16 -08:00 |
|
Alex Miller
|
3bcecea30b
|
Fix the cmake build when neither SSL library is found.
|
2020-02-19 17:03:57 -08:00 |
|
Saurabh Chaturvedi
|
ed1458c834
|
Have CMake build docs with Python3
|
2020-02-17 19:30:03 +05:30 |
|
Alex Miller
|
d716c50000
|
Find OpenSSL or LibreSSL in CMake
|
2020-02-13 21:31:36 -08:00 |
|
mpilman
|
5c294e2646
|
Several build improvements - enables parallel builds on Windows (again)
|
2020-02-09 08:34:14 -08:00 |
|
mpilman
|
4c62458172
|
Make valgrind work on Fedora 30
|
2019-06-11 10:27:08 -07:00 |
|
mpilman
|
0bbbfb6ee3
|
Address Andrew's review comments
|
2019-02-15 00:01:42 -08:00 |
|
mpilman
|
3401c1f771
|
add option to fail cmake if not all dependencies are found
|
2019-02-15 00:01:42 -08:00 |
|
mpilman
|
4266429dcf
|
Fixed python dependency
|
2019-02-15 00:01:42 -08:00 |
|
mpilman
|
6529e2790b
|
several minor bug fixes
|
2019-02-15 00:01:42 -08:00 |
|
mpilman
|
f6ab577002
|
Fix Windows issue with libressl
|
2019-02-15 00:01:42 -08:00 |
|
mpilman
|
723f208cd1
|
Fix cmake output
|
2019-02-15 00:01:42 -08:00 |
|
mpilman
|
458c14ffcd
|
Ruby bindings for cmake + gem generation
make packages will now also generate a gem file and
put it into the packages directory within the build directory
|
2019-02-15 00:01:42 -08:00 |
|
mpilman
|
9b7dcc4ed5
|
flow, python, and go bindings
|
2019-02-15 00:01:42 -08:00 |
|
mpilman
|
f601aa7407
|
Make Java an optional dependency
|
2019-02-15 00:01:42 -08:00 |
|