Commit Graph

8 Commits

Author SHA1 Message Date
Pekka Enberg
d50139351f cql3: Use pragma once everywhere
There's no benefit to using C include guards so switch to pragma once
everywhere for consistency.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
2015-05-12 16:32:56 +03:00
Avi Kivity
4f3aaa988c cql3: make function_name friendlier to ANTLR
ANTLR wants default constructors, and to modify fields afterwards.
2015-04-01 21:02:00 +03:00
Avi Kivity
84b0a71716 cql3: convert function_name to C++ some more (native_function bits) 2015-04-01 20:49:35 +03:00
Tomasz Grabiec
9e6b4e823b cql3: Use move semantics where applicable 2015-02-04 10:29:04 +01:00
Avi Kivity
08a7425b4a cql: fix minor build errors 2015-01-14 11:38:41 +02:00
Avi Kivity
a4f64e980c cql3: convert NativeFunction to C++ 2014-12-30 09:00:22 +02:00
Avi Kivity
fa3ae18dcf cql: make function_name more similar to origin
- make members const
- drop overeager assert
2014-12-29 14:27:10 +02:00
Avi Kivity
48499d6c4a cql3: convert functions.FunctionName to C++ 2014-12-24 14:18:21 +02:00