1
0
Fork 0
arangodb/arangod/Aql
jsteemann 47e5069bf7 do not leak 2016-03-14 09:13:55 +01:00
..
Aggregator.cpp clang-format 2016-01-27 13:43:46 +01:00
Aggregator.h removed unused functions and headers 2016-01-31 19:08:39 +01:00
AqlItemBlock.cpp removed last LOG_xxx macros 2016-01-30 04:03:18 +01:00
AqlItemBlock.h removed last LOG_xxx macros 2016-01-30 04:03:18 +01:00
AqlItemBlockManager.cpp clang-format 2016-01-27 13:43:46 +01:00
AqlItemBlockManager.h clang-format 2016-01-27 13:43:46 +01:00
AqlValue.cpp Included a backward transformation AqlValueVPack -> AqlValueJson. This allows to use the new VPack Functions without modification after switch. They return AqlValueVPack. 2016-02-03 10:48:08 +01:00
AqlValue.h Included a backward transformation AqlValueVPack -> AqlValueJson. This allows to use the new VPack Functions without modification after switch. They return AqlValueVPack. 2016-02-03 10:48:08 +01:00
Arithmetic.h clang-format 2016-01-27 13:43:46 +01:00
Ast.cpp added WITH collections declarative 2016-02-19 18:20:46 +01:00
Ast.h added WITH collections declarative 2016-02-19 18:20:46 +01:00
AstNode.cpp more cleanup 2016-02-24 19:19:04 +01:00
AstNode.h more cleanup 2016-02-24 19:19:04 +01:00
AttributeAccessor.cpp removed last LOG_xxx macros 2016-01-30 04:03:18 +01:00
AttributeAccessor.h clang-format 2016-01-27 13:43:46 +01:00
BasicBlocks.cpp clang-format 2016-01-27 13:43:46 +01:00
BasicBlocks.h clang-format 2016-01-27 13:43:46 +01:00
BindParameters.cpp clang-format 2016-01-27 13:43:46 +01:00
BindParameters.h clang-format 2016-01-27 13:43:46 +01:00
CalculationBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
CalculationBlock.h clang-format 2016-01-27 13:43:46 +01:00
ClusterBlocks.cpp changed to new Thread interface 2016-02-17 22:19:37 +01:00
ClusterBlocks.h clang-format 2016-01-27 13:43:46 +01:00
ClusterNodes.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ClusterNodes.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
CollectBlock.cpp fixed some compile warnings 2016-02-04 12:38:51 +01:00
CollectBlock.h clang-format 2016-01-27 13:43:46 +01:00
CollectNode.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
CollectNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
CollectOptions.cpp Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
CollectOptions.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
Collection.cpp fixed warnings shown by clang-3.7 2016-01-31 02:17:36 +01:00
Collection.h clang-format 2016-01-27 13:43:46 +01:00
CollectionScanner.cpp clang-format 2016-01-27 13:43:46 +01:00
CollectionScanner.h clang-format 2016-01-27 13:43:46 +01:00
Collections.cpp clang-format 2016-01-27 13:43:46 +01:00
Collections.h clang-format 2016-01-27 13:43:46 +01:00
Condition.cpp Merge branch 'devel' of github.com:arangodb/arangodb into solaris 2016-02-24 19:29:01 +01:00
Condition.h more cleanup 2016-02-24 19:19:04 +01:00
ConditionFinder.cpp remove sort in more cases 2016-02-10 11:23:11 +01:00
ConditionFinder.h clang-format 2016-01-27 13:43:46 +01:00
EnumerateCollectionBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
EnumerateCollectionBlock.h clang-format 2016-01-27 13:43:46 +01:00
EnumerateListBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
EnumerateListBlock.h clang-format 2016-01-27 13:43:46 +01:00
ExecutionBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
ExecutionBlock.h clang-format 2016-01-27 13:43:46 +01:00
ExecutionEngine.cpp switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
ExecutionEngine.h clang-format 2016-01-27 13:43:46 +01:00
ExecutionNode.cpp more cleanup 2016-02-24 19:19:04 +01:00
ExecutionNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ExecutionPlan.cpp more cleanup 2016-02-24 19:19:04 +01:00
ExecutionPlan.h more cleanup 2016-02-24 19:19:04 +01:00
ExecutionStats.cpp fixed issue #1765, issue #1770 2016-03-07 10:49:18 +01:00
ExecutionStats.h fixed issue #1765, issue #1770 2016-03-07 10:49:18 +01:00
Executor.cpp move v8 try-catch into handle scopes 2016-02-19 11:42:44 +01:00
Executor.h array comparison operators 2016-02-03 00:28:03 +01:00
Expression.cpp bugfixes 2016-02-03 01:06:27 +01:00
Expression.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
Function.cpp clang-format 2016-01-27 13:43:46 +01:00
Function.h clang-format 2016-01-27 13:43:46 +01:00
Functions.cpp do not leak 2016-03-14 09:13:55 +01:00
Functions.h Added VPack Variant for IS_SAME_COLLECTION. This was the function without a VelocyPack variant. AQL Functions are now ready to be switched. 2016-02-13 14:46:32 +01:00
Graphs.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
Graphs.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
Index.cpp Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
Index.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
IndexBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
IndexBlock.h fixed warnings shown by clang-3.7 2016-01-31 02:17:36 +01:00
IndexNode.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
IndexNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ModificationBlocks.cpp clang-format 2016-01-27 13:43:46 +01:00
ModificationBlocks.h clang-format 2016-01-27 13:43:46 +01:00
ModificationNodes.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ModificationNodes.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ModificationOptions.cpp Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
ModificationOptions.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
NodeFinder.cpp clang-format 2016-01-27 13:43:46 +01:00
NodeFinder.h clang-format 2016-01-27 13:43:46 +01:00
Optimizer.cpp removed unused functions and headers 2016-01-31 19:08:39 +01:00
Optimizer.h added (still disabled) optimizer rule `inline-subqueries` 2016-01-29 00:50:37 +01:00
OptimizerRules.cpp make replace-or-with-in rule fire in more cases 2016-02-10 23:07:24 +01:00
OptimizerRules.h added (still disabled) optimizer rule `inline-subqueries` 2016-01-29 00:50:37 +01:00
Parser.cpp check return value 2016-02-18 11:00:39 +01:00
Parser.h clang-format 2016-01-27 13:43:46 +01:00
Quantifier.cpp bugfixes 2016-02-03 01:06:27 +01:00
Quantifier.h added missing files 2016-02-03 00:28:54 +01:00
Query.cpp fixed issue #1765, issue #1770 2016-03-07 10:49:18 +01:00
Query.h fixed issue #1765, issue #1770 2016-03-07 10:49:18 +01:00
QueryCache.cpp don't lock in destructor 2016-01-29 01:12:59 +01:00
QueryCache.h Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-01-27 18:53:29 +01:00
QueryList.cpp switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
QueryList.h Merge branch 'devel' into ClustUp2 2016-01-29 13:59:11 +01:00
QueryRegistry.cpp switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
QueryRegistry.h clang-format 2016-01-27 13:43:46 +01:00
QueryResult.h clang-format 2016-01-27 13:43:46 +01:00
QueryResultV8.h clang-format 2016-01-27 13:43:46 +01:00
Range.cpp clang-format 2016-01-27 13:43:46 +01:00
Range.h clang-format 2016-01-27 13:43:46 +01:00
RestAqlHandler.cpp switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
RestAqlHandler.h fixed warnings shown by clang-3.7 2016-01-31 02:17:36 +01:00
Scopes.cpp clang-format 2016-01-27 13:43:46 +01:00
Scopes.h clang-format 2016-01-27 13:43:46 +01:00
ShortStringStorage.cpp removed last LOG_xxx macros 2016-01-30 04:03:18 +01:00
ShortStringStorage.h clang-format 2016-01-27 13:43:46 +01:00
SortBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
SortBlock.h clang-format 2016-01-27 13:43:46 +01:00
SortCondition.cpp switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
SortCondition.h remove sort in more cases 2016-02-10 11:23:11 +01:00
SortNode.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
SortNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
SubqueryBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
SubqueryBlock.h clang-format 2016-01-27 13:43:46 +01:00
TraversalBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
TraversalBlock.h clang-format 2016-01-27 13:43:46 +01:00
TraversalConditionFinder.cpp Asserted the length of the traversal condition. 2016-02-01 11:36:08 +01:00
TraversalConditionFinder.h clang-format 2016-01-27 13:43:46 +01:00
TraversalNode.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
TraversalNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
V8Expression.cpp more cleanup 2016-02-24 19:19:04 +01:00
V8Expression.h clang-format 2016-01-27 13:43:46 +01:00
Variable.cpp Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
Variable.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
VariableGenerator.cpp added (still disabled) optimizer rule `inline-subqueries` 2016-01-29 00:50:37 +01:00
VariableGenerator.h added (still disabled) optimizer rule `inline-subqueries` 2016-01-29 00:50:37 +01:00
WalkerWorker.h more cleanup 2016-02-24 19:19:04 +01:00
grammar.cpp cleanup of OS defines 2016-02-23 15:27:34 +01:00
grammar.h cleanup of OS defines 2016-02-23 15:27:34 +01:00
grammar.y added WITH collections declarative 2016-02-19 18:20:46 +01:00
tokens.cpp cleanup of OS defines 2016-02-23 15:27:34 +01:00
tokens.ll cleanup of OS defines 2016-02-23 15:27:34 +01:00
types.h clang-format 2016-01-27 13:43:46 +01:00