Markus Pilman
|
5fafeaf219
|
added bindings to cmake build
|
2018-12-13 14:54:38 -08:00 |
Markus Pilman
|
4833afea53
|
CMake compiles fdb c bindings
|
2018-12-13 14:54:13 -08:00 |
Alec Grieser
|
3a38288d35
|
remove whitespace to fix go fmt check
|
2018-11-28 09:09:35 -08:00 |
A.J. Beamon
|
975711c389
|
Merge branch 'release-6.0' of github.com:apple/foundationdb
# Conflicts:
# documentation/sphinx/source/release-notes.rst
|
2018-11-27 09:50:39 -08:00 |
Alec Grieser
|
d462315809
|
Merge pull request #908 from pjvds/patch-1
document Begin and End members of KeyRange
|
2018-11-27 09:02:50 -08:00 |
Pieter Joost van de Sande
|
080464ba38
|
specify type on both begin and end field
|
2018-11-27 17:11:42 +01:00 |
Pieter Joost van de Sande
|
1c2de49bf2
|
match KeyRange docs with the rest of the docs
|
2018-11-27 08:19:46 +01:00 |
A.J. Beamon
|
b19ab6d3dc
|
Don't use null as the cluster pointer if the cluster file path is null because the Java bindings don't work with a null cluster pointer.
|
2018-11-26 11:52:35 -08:00 |
Evan Tschannen
|
e45952bc53
|
Merge branch 'release-6.0'
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbclient/BackupContainer.actor.cpp
# fdbclient/BlobStore.actor.cpp
# fdbclient/HTTP.actor.cpp
# tests/BlobStore.txt
# versions.target
|
2018-11-13 16:06:39 -08:00 |
Evan Tschannen
|
abb7299e1d
|
Merge pull request #901 from AlvinMooreSr/bindings-build
Fixed build of bindings target
|
2018-11-13 12:31:35 -08:00 |
Alec Grieser
|
8424fc57ec
|
add period to comment
|
2018-11-13 11:55:54 -08:00 |
Alec Grieser
|
3c8347e724
|
add comments for some tricky int-packing code
|
2018-11-13 11:41:23 -08:00 |
Alec Grieser
|
7e4f84c60e
|
Merge remote-tracking branch 'upstream/release-6.0' into feature-bigint-support-go-ruby-aj
|
2018-11-13 11:28:10 -08:00 |
Evan Tschannen
|
4e54690005
|
Merge branch 'release-6.0'
# Conflicts:
# fdbserver/DataDistribution.actor.cpp
# fdbserver/MoveKeys.actor.cpp
|
2018-11-12 20:26:58 -08:00 |
Pieter Joost van de Sande
|
4f4f3ebb2d
|
document Begin and End members of KeyRange
This allows friendly hints by tools that have go doc integration or alike.
|
2018-11-12 21:51:06 +01:00 |
Evan Tschannen
|
4b5d0b4e2c
|
Merge branch 'release-6.0'
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbclient/AsyncFileBlobStore.actor.cpp
# fdbclient/AsyncFileBlobStore.actor.h
# fdbclient/BlobStore.actor.cpp
# fdbclient/BlobStore.h
# fdbclient/HTTP.actor.cpp
# fdbclient/ManagementAPI.actor.cpp
# fdbclient/NativeAPI.actor.cpp
# fdbrpc/LoadBalance.actor.h
# fdbrpc/batcher.actor.h
# fdbrpc/fdbrpc.vcxproj
# fdbrpc/sim2.actor.cpp
# fdbserver/DataDistribution.actor.cpp
# fdbserver/DataDistributionTracker.actor.cpp
# fdbserver/SimulatedCluster.actor.cpp
# fdbserver/TLogServer.actor.cpp
# fdbserver/masterserver.actor.cpp
|
2018-11-10 13:04:24 -08:00 |
Evan Tschannen
|
a654183f63
|
Merge pull request #791 from ajbeamon/remove-cluster-from-iclientapi
Remove cluster from IClientApi (phase 2 of removing DB names)
|
2018-11-10 10:16:18 -08:00 |
Alvin Moore
|
e8f20e409f
|
Added shared library option to allow the c project tests to build
|
2018-11-08 08:40:56 -08:00 |
A.J. Beamon
|
d38393a82f
|
Key alignment in the binding tester results checking didn't properly determine the minimum available key. Add some comments to results checking code.
|
2018-11-01 12:38:00 -07:00 |
A.J. Beamon
|
d02c37965d
|
Merge branch 'release-6.0' into feature-bigint-support-go-ruby
|
2018-11-01 11:33:48 -07:00 |
A.J. Beamon
|
93cfec51c7
|
Add a test that's intended to test tuple encoding. Currently, it only checks the encoding of integers at and near the boundaries of every extra bit (i.e. 2^1, 2^2, 2^3, ...). Fixed some bugs in the binding tester results checking that made it hard to interpret results. Commit more instructions in a batch.
|
2018-10-31 14:18:28 -07:00 |
A.J. Beamon
|
5035c51d15
|
Some fixes to the type chosen for decoding integers in Go. Fix to ruby encoding at byte boundaries. Add execute bit to ruby tester.
|
2018-10-31 14:09:23 -07:00 |
A.J. Beamon
|
23d5382cea
|
Add uint64 handling to golang stack tester tuples
|
2018-10-31 09:19:13 -07:00 |
A.J. Beamon
|
377f5e2c48
|
Add release notes and fix formatting
|
2018-10-30 15:06:47 -07:00 |
A.J. Beamon
|
42d101c517
|
Merge branch 'tuple-uint64' into feature-bigint-support-go-ruby
# Conflicts:
# bindings/go/src/fdb/tuple/tuple.go
|
2018-10-30 14:23:26 -07:00 |
Justin Lowery
|
bee8d12b24
|
remove multiple binary.Read calls and use a single type conversion instead
|
2018-10-30 14:06:03 -07:00 |
Justin Lowery
|
f112ba4f07
|
restore NewBuffer calls, as buffer was emptied on Read calls when the value was a uint64
|
2018-10-30 14:06:03 -07:00 |
Justin Lowery
|
36b3818aef
|
remove redundant calls to NewBuffer that use the bp slice. remove redundant declaration of retInt
|
2018-10-30 14:06:03 -07:00 |
Justin Lowery
|
0b00b4d99b
|
keep original behavior related to decoding integers to int64, only using uint64 when needed
|
2018-10-30 14:06:03 -07:00 |
Justin Lowery
|
9909c1c959
|
add uint64 and uint types to the package documentation comments
|
2018-10-30 14:06:03 -07:00 |
Justin Lowery
|
c6e9d2ff12
|
add uint64 encoding and decoding
|
2018-10-30 14:06:03 -07:00 |
A.J. Beamon
|
b96d462ad3
|
Merge pull request #878 from cespare/range-error
Fix small error-handling bug in Go bindings
|
2018-10-29 18:12:40 -04:00 |
Caleb Spare
|
edc87a9138
|
Fix small error-handling bug in Go bindings
|
2018-10-29 14:48:30 -07:00 |
A.J. Beamon
|
45e1e563ba
|
Reword documentation for Strinc
|
2018-10-29 14:24:06 -07:00 |
A.J. Beamon
|
0ec1790d76
|
Document the Strinc function in the go bindings
|
2018-10-29 14:06:59 -07:00 |
Ofek Lev
|
4bd9efc4fc
|
Update vendored Python module six
|
2018-10-25 23:46:49 -04:00 |
A.J. Beamon
|
2be1cabc72
|
Support for big integers in go and ruby tuple layers
|
2018-10-24 15:50:07 -07:00 |
Evan Tschannen
|
2f4e7fad48
|
Merge branch 'master' of github.com:apple/foundationdb
|
2018-10-15 18:39:46 -07:00 |
Evan Tschannen
|
0217aed74c
|
Merge branch 'release-6.0'
# Conflicts:
# bindings/go/README.md
# documentation/sphinx/source/release-notes.rst
# fdbserver/MasterProxyServer.actor.cpp
# versions.target
|
2018-10-15 18:38:51 -07:00 |
A.J. Beamon
|
9983c534e6
|
Release 6.0.13 preparation
|
2018-10-10 13:44:16 -07:00 |
A.J. Beamon
|
a2630a68a6
|
We can't use async as a variable name in python 3.7 because it's now a keyword. Support gevent's new 'async_' name.
|
2018-10-09 09:51:04 -07:00 |
A.J. Beamon
|
b3e271bc2a
|
Document the mutex shenanigans used to implement block until ready
|
2018-10-08 15:17:37 -07:00 |
A.J. Beamon
|
983a5bd390
|
Bump API version to 610
|
2018-09-26 10:58:07 -07:00 |
A.J. Beamon
|
3eb4355a48
|
Some various cleanup and fixes. Added "Cluster" to TransactionMetrics trace event.
|
2018-09-25 15:06:19 -07:00 |
A.J. Beamon
|
09fba0647e
|
Use new instead of malloc; fix off by one.
|
2018-09-25 11:15:54 -07:00 |
A.J. Beamon
|
6ae50f7016
|
Change cluster objects to be a char* for the cluster file path. Remove IDatabase::createDatabase. DLApi::createDatabase deletes the temporary cluster it creates.
|
2018-09-25 11:01:09 -07:00 |
A.J. Beamon
|
e55a87f6cd
|
Merge branch 'merge-release-6.0-into-master' into remove-cluster-from-iclientapi
|
2018-09-24 08:22:35 -07:00 |
A.J. Beamon
|
92990d6aef
|
Merge release-6.0 into master
|
2018-09-21 16:14:39 -07:00 |
A.J. Beamon
|
c831051474
|
This removes the idea of clusters from IClientApi.
|
2018-09-21 15:58:14 -07:00 |
Alec Grieser
|
dab056db2e
|
Merge pull request #777 from ajbeamon/merge-release5.2-into-release6.0
Merge branch 'release-5.2' into release-6.0, changing the API version…
|
2018-09-19 11:32:43 -07:00 |