Commit Graph

5 Commits

Author SHA1 Message Date
Avi Kivity
d542cdddf6 thrift: change generated code namespace
org::apache::cassandra (the generated namespace name) gets confused with
apache::cassandra (the thrift runtime library namespace), either due to
changes in gcc 7 or in thrift 0.10.  Either way, the problem is fixed
by changing the generated namespace to plain cassandra.
2017-05-05 05:26:20 +03:00
Pekka Enberg
38a54df863 Fix pre-ScyllaDB copyright statements
People keep tripping over the old copyrights and copy-pasting them to
new files. Search and replace "Cloudius Systems" with "ScyllaDB".

Message-Id: <1460013664-25966-1-git-send-email-penberg@scylladb.com>
2016-04-08 08:12:47 +03:00
Avi Kivity
6c6f5c2099 cassandra.thrift: add copyright and change notices
The Apache license requires us to make a note on any changed file.
2014-12-23 19:51:56 +02:00
Avi Kivity
183a40e757 thrift: fix name conflict with VERSION
The generic thrift headers bring in a #define (yuch) named VERSION, while the
Cassandra interface also defines a symbol with the same name.

Rename the symbol to avoid a compile conflict.
2014-12-21 17:29:02 +02:00
Avi Kivity
648ea3b469 thrift: add cassandra.thrift
Taken from cassandra.git bf599fb5b062cbcc652da78b7d699e7a01b949ad.
2014-12-21 15:51:53 +02:00