sfc-gh-tclinkenbeard
|
a71099471b
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
sfc-gh-tclinkenbeard
|
baec03090e
|
Fix "guarantee" misspelling
|
2022-03-14 16:33:09 -07:00 |
Jingyu Zhou
|
1a5bf25b5c
|
Update code base to use fmt 8.1.1
|
2022-03-04 15:52:06 -08:00 |
Andrew Noyes
|
9a45df8e6c
|
Change fdb_c's dep on fdbclient to be private (#6466)
That way transitive dependencies (e.g. libfdb_java.so) don't include
unnecessary fdbclient code. Related: #6455
|
2022-03-01 18:08:50 -08:00 |
sfc-gh-tclinkenbeard
|
ec64890ac1
|
Remove some usages of PRId64 by using fmt library
|
2021-11-30 23:35:36 -08:00 |
Aaron Molitor
|
77db63274b
|
use FDB_VERSION in lieu of PROJECT_VERSION or CMAKE_PROJECT_VERSION
write FDB_VERSION to a file to avoid regex golf in other build scripts
|
2021-11-29 15:11:20 -08:00 |
Aaron Molitor
|
08b635d405
|
rename prerelease_string, replace PRERELEASE with SNAPSHOT
|
2021-11-29 15:11:20 -08:00 |
sfc-gh-tclinkenbeard
|
b9a22a61ef
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
sfc-gh-tclinkenbeard
|
a424abe5c2
|
Remove some boost dependencies
|
2021-06-21 13:46:04 -07:00 |
Jingyu Zhou
|
3ce31cb347
|
Upgrade api version from 700 to 710
|
2021-05-05 21:15:00 -07:00 |
FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Evan Tschannen
|
346a4e3ecd
|
Merge branch 'release-6.3'
# Conflicts:
# fdbcli/fdbcli.actor.cpp
# fdbrpc/LoadBalance.actor.h
# fdbrpc/MultiInterface.h
# fdbserver/ClusterController.actor.cpp
# fdbserver/MasterProxyServer.actor.cpp
# fdbserver/masterserver.actor.cpp
|
2021-03-01 18:52:06 -08:00 |
Meng Xu
|
471a3489fb
|
Resolve review comments and add trace fields to MasterRecoveryState
|
2021-02-17 14:44:14 -08:00 |
Meng Xu
|
9122be4d81
|
Add comments to HA code and loadBalance code
|
2021-02-10 13:51:36 -08:00 |
Chaoguang Lin
|
90686a95a0
|
format code
|
2021-02-08 22:17:16 -08:00 |
Chaoguang Lin
|
7c1ef37bcb
|
format code
|
2021-02-08 21:42:40 -08:00 |
Chaoguang Lin
|
61082e70e1
|
format code, add comments
|
2021-02-08 19:11:30 -08:00 |
Chaoguang Lin
|
e3c1530a15
|
format code
|
2021-02-08 18:56:12 -08:00 |
Chaoguang Lin
|
fd7b1f64d0
|
Remove IDE added header
|
2021-02-08 18:41:20 -08:00 |
Chaoguang Lin
|
97925de9d4
|
Update fdb_database_create_snapshot to take a UID as input
|
2021-02-05 14:14:38 -08:00 |
Chaoguang Lin
|
cef53b2b40
|
clang-format
|
2021-01-26 12:06:40 -08:00 |
Chaoguang Lin
|
5f912f0deb
|
Add snapshot c function
|
2021-01-26 11:53:35 -08:00 |
Chaoguang Lin
|
116f034933
|
update var names
|
2021-01-21 01:11:40 -08:00 |
Chaoguang Lin
|
9cd7c43a2c
|
Add c function fdb_database_force_recovery_with_data_loss
|
2021-01-21 00:42:23 -08:00 |
Chaoguang Lin
|
da7b65cd71
|
Change the interface back to return int64_t
|
2021-01-03 22:45:09 -08:00 |
Chaoguang Lin
|
934f7de96e
|
Update reboot_worker api in flow binding
|
2020-12-03 12:03:35 -08:00 |
Chaoguang Lin
|
2320f970c1
|
Add reboot_worker and pythong binding
|
2020-11-19 16:43:39 -08:00 |
Xin Dong
|
5d902f9177
|
Merge pull request #3394 from dongxinEric/feature/range-split-points-based-on-size
Feature/range split points based on size
|
2020-10-08 14:25:11 -07:00 |
sfc-gh-tclinkenbeard
|
962bd00f62
|
Replace NULL with nullptr in flow bindings
|
2020-09-20 11:33:17 -07:00 |
Xin Dong
|
a46e620baa
|
Merge branch 'master' into feature/range-split-points-based-on-size
|
2020-08-06 15:23:11 -07:00 |
Evan Tschannen
|
a49cb41de7
|
Merge branch 'release-6.3'
# Conflicts:
# CMakeLists.txt
# cmake/ConfigureCompiler.cmake
# fdbserver/Knobs.cpp
# fdbserver/StorageCache.actor.cpp
# fdbserver/storageserver.actor.cpp
# flow/ThreadHelper.actor.h
# flow/serialize.h
# tests/CMakeLists.txt
|
2020-07-29 00:31:55 -07:00 |
Jingyu Zhou
|
9a65b1fbd9
|
Merge pull request #3528 from Daniel-B-Smith/declval
s/fake/std::declval/
|
2020-07-21 14:34:37 -07:00 |
Meng Xu
|
aa4c378cd7
|
Merge pull request #3539 from apple/release-6.3
Merge Release 6.3 into master
|
2020-07-21 14:05:13 -07:00 |
Daniel Smith
|
a88bbd6405
|
s/fake/declval/
|
2020-07-15 23:33:01 +00:00 |
Russell Sears
|
92ab2c84b6
|
Improved assert messages for numeric comparisons
|
2020-07-08 11:36:50 -07:00 |
Xin Dong
|
00e9f8b9bf
|
Added bindings tests; Protected new SSI endpoints under new 7.0 ProtocolVersion
|
2020-07-02 14:05:12 -07:00 |
Xin Dong
|
440630a0cb
|
Added bindings supports
|
2020-07-02 14:05:11 -07:00 |
sfc-gh-tclinkenbeard
|
99bf993815
|
Replace BOOST_NOEXCEPT with noexcept
|
2020-06-09 22:39:19 -07:00 |
Balachandar Namasivayam
|
a167bf344e
|
Update api version to 700
|
2020-05-28 12:16:03 -07:00 |
Markus Pilman
|
20d6f2a3c3
|
Merge remote-tracking branch 'origin/master' into bugfixes/fix-clang10-compiler-warnings
|
2020-05-06 15:50:39 -07:00 |
Markus Pilman
|
046f97ffdd
|
replace macros with `constexpr` variables
|
2020-05-04 12:12:27 -07:00 |
Alex Miller
|
78d644f673
|
Merge branch 'master' into bugfixes/cmake-includes
|
2020-05-04 02:11:46 -07:00 |
Markus Pilman
|
f967209ea0
|
Fix compiler warnings with clang
|
2020-04-22 14:14:56 -07:00 |
Markus Pilman
|
d4542dbb5a
|
Delete old build system
|
2020-04-07 11:03:45 -07:00 |
Markus Pilman
|
cb8d5d9b41
|
fixed flow bindings includes
|
2020-04-06 10:34:26 -07:00 |
Markus Pilman
|
8b5780c36c
|
don't include source and binary dir
This forces users to use include paths from the sources root.
So `#include "Arena.h"` won't work anymore, only
`#include "flow/Arena.h"` will.
|
2020-04-06 10:13:49 -07:00 |
Balachandar Namasivayam
|
6d570cd865
|
Change version from 7.0 to 6.3
|
2020-04-03 21:38:58 -07:00 |
Markus Pilman
|
bbd2fe62cc
|
Merge branch 'master' of github.com:apple/foundationdb into features/boost70
|
2020-04-02 09:21:01 -07:00 |
Markus Pilman
|
28cd38913d
|
Merge branch 'master' of github.com:apple/foundationdb into features/boost70
|
2020-03-27 13:44:10 -07:00 |
Andrew Noyes
|
289487559d
|
Revert "Revert "Merge pull request #2257 from zjuLcg/report-conflicting-key""
This reverts commit 804fe1b22e .
|
2020-03-24 18:11:15 -07:00 |