Tomasz Grabiec
|
d243fb7a01
|
cql3: Pass sstrings as const& where applicable
|
2015-02-04 10:29:00 +01:00 |
|
Avi Kivity
|
08a7425b4a
|
cql: fix minor build errors
|
2015-01-14 11:38:41 +02:00 |
|
Avi Kivity
|
8c65782af8
|
cql: move print operator from abstract_function to function
More usable in the base type.
|
2015-01-12 11:16:23 +02:00 |
|
Avi Kivity
|
1fe6bf687d
|
db: de-pimpl data_type
Since origin tends to cast around, we should allow that too, by exposing
the implementation type and using a shared_ptr instead of a value class.
|
2015-01-05 15:55:30 +02:00 |
|
Avi Kivity
|
adc78b8959
|
cql: fix function/abstract_function inheritence
Make a few functions virtual and fix the types.
|
2014-12-31 16:04:22 +02:00 |
|
Avi Kivity
|
35608909b0
|
cql: use optional<bytes> for function arguments and return types
Allow null values.
|
2014-12-31 16:03:43 +02:00 |
|
Avi Kivity
|
b354fdc16d
|
cql3: convert functions.Function to C++
|
2014-12-24 14:18:21 +02:00 |
|