.. |
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 large parts of JSON out of RestAqlHandler. There is still some JSON contained because auf Query still using JSON. Included several warnings for the specfic code pieces
|
2016-03-07 12:45:34 +01:00 |
AqlItemBlock.h
|
Removed large parts of JSON out of RestAqlHandler. There is still some JSON contained because auf Query still using JSON. Included several warnings for the specfic code pieces
|
2016-03-07 12:45:34 +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
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
AqlValue.h
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
Arithmetic.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
Ast.cpp
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +01:00 |
Ast.h
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +01:00 |
AstNode.cpp
|
AqlQuery now is contructed from VelocyPack builders only. Also variables and Execution Plan is constructed form VelocyPack only.
|
2016-03-07 19:04:37 +01:00 |
AstNode.h
|
more cleanup
|
2016-02-24 19:19:04 +01:00 |
AttributeAccessor.cpp
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
AttributeAccessor.h
|
aqlvalue$
|
2016-03-08 18:52:34 +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
|
less json
|
2016-03-03 14:23:39 +01:00 |
BindParameters.h
|
less json
|
2016-03-03 14:23:39 +01:00 |
CalculationBlock.cpp
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
CalculationBlock.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
ClusterBlocks.cpp
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-07 12:46:27 +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
|
some json removal
|
2016-03-02 17:51:05 +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
|
simplifications
|
2016-03-04 19:40:24 +01:00 |
Collection.h
|
simplifications
|
2016-03-04 19:40:24 +01:00 |
CollectionScanner.cpp
|
CollectionScanner and EnumerateCollectionBlocks now use VPack instead of Shapes and mptrs.
|
2016-03-01 16:38:55 +01:00 |
CollectionScanner.h
|
CollectionScanner and EnumerateCollectionBlocks now use VPack instead of Shapes and mptrs.
|
2016-03-01 16:38:55 +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
|
cppcheck
|
2016-03-02 22:09:32 +01:00 |
EnumerateCollectionBlock.h
|
CollectionScanner and EnumerateCollectionBlocks now use VPack instead of Shapes and mptrs.
|
2016-03-01 16:38:55 +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
|
less json
|
2016-03-03 14:23:39 +01:00 |
ExecutionBlock.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
ExecutionEngine.cpp
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +01:00 |
ExecutionEngine.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
ExecutionNode.cpp
|
AqlQuery now is contructed from VelocyPack builders only. Also variables and Execution Plan is constructed form VelocyPack only.
|
2016-03-07 19:04:37 +01:00 |
ExecutionNode.h
|
Removed obsolete toJson from AQL Nodes
|
2016-02-16 10:29:38 +01:00 |
ExecutionPlan.cpp
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +01:00 |
ExecutionPlan.h
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +01:00 |
ExecutionStats.cpp
|
executionstats use vpack
|
2016-03-07 11:20:04 +01:00 |
ExecutionStats.h
|
executionstats use vpack
|
2016-03-07 11:20:04 +01:00 |
Executor.cpp
|
Removed unnacessary imports of shape
|
2016-03-02 10:45:00 +01:00 |
Executor.h
|
array comparison operators
|
2016-02-03 00:28:03 +01:00 |
Expression.cpp
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
Expression.h
|
aqlvalue$
|
2016-03-08 18:52:34 +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
|
Removed unused functions and imports
|
2016-03-06 11:58:03 +01:00 |
Functions.h
|
Removed the old Json based AQL FunctionParameters. Also removed all Json-based wrappers around the new VelocyPack based AQL functions.
|
2016-03-06 11:49:53 +01:00 |
Graphs.cpp
|
cppcheck
|
2016-02-24 17:55:36 +01:00 |
Graphs.h
|
C++ Graph module now uses new Transcation API to get the graph definition
|
2016-02-18 12:51:08 +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
|
less dependency on document-collection.h
|
2016-03-04 20:53:17 +01:00 |
IndexBlock.cpp
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
IndexBlock.h
|
removed TRI_doc_mptr_copy_t
|
2016-02-26 11:46:33 +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
|
fixed compile errors
|
2016-03-04 18:43:51 +01:00 |
ModificationBlocks.h
|
write prologue markers for document & remove markers
|
2016-02-29 17:08:38 +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
|
cleanup
|
2016-02-26 23:20:41 +01:00 |
Optimizer.h
|
removed json
|
2016-03-02 11:34:31 +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
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +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
|
Removed unused obsolete Code and Imports
|
2016-03-08 13:29:09 +01:00 |
Query.h
|
Removed unused obsolete Code and Imports
|
2016-03-08 13:29:09 +01:00 |
QueryCache.cpp
|
query cache using vpack
|
2016-03-08 09:38:24 +01:00 |
QueryCache.h
|
query cache using vpack
|
2016-03-08 09:38:24 +01:00 |
QueryList.cpp
|
logging simplifications
|
2016-02-25 00:00:18 +01:00 |
QueryList.h
|
Merge branch 'devel' into ClustUp2
|
2016-01-29 13:59:11 +01:00 |
QueryRegistry.cpp
|
attempt to fix Windows build
|
2016-02-01 12:04:28 +01:00 |
QueryRegistry.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
QueryResult.h
|
Removed unused obsolete Code and Imports
|
2016-03-08 13:29:09 +01:00 |
QueryResultV8.h
|
less json
|
2016-03-03 14:23:39 +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
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +01:00 |
RestAqlHandler.h
|
Removed large parts of JSON out of RestAqlHandler. There is still some JSON contained because auf Query still using JSON. Included several warnings for the specfic code pieces
|
2016-03-07 12:45:34 +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
|
remove sort in more cases
|
2016-02-10 11:23:11 +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
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
TraversalBlock.h
|
The Edge Index now indexes with VPackSlice instead of TRI_edge_header_t. Some functions that were using the Edge Index are disabled and will not work. These functions have to be modified to use the new Transaction API.
|
2016-02-26 13:31:10 +01:00 |
TraversalConditionFinder.cpp
|
Entirely removed JSON from Variable
|
2016-03-08 13:59:42 +01:00 |
TraversalConditionFinder.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
TraversalNode.cpp
|
cleanup
|
2016-02-26 23:07:19 +01:00 |
TraversalNode.h
|
Removed obsolete toJson from AQL Nodes
|
2016-02-16 10:29:38 +01:00 |
V8Expression.cpp
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
V8Expression.h
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
Variable.cpp
|
Entirely removed JSON from Variable
|
2016-03-08 13:59:42 +01:00 |
Variable.h
|
Entirely removed JSON from Variable
|
2016-03-08 13:59:42 +01:00 |
VariableGenerator.cpp
|
Removed JSON from Variablegenerator.
|
2016-03-08 13:39:04 +01:00 |
VariableGenerator.h
|
Removed JSON from Variablegenerator.
|
2016-03-08 13:39:04 +01:00 |
WalkerWorker.h
|
more cleanup
|
2016-02-24 19:19:04 +01:00 |
grammar.cpp
|
removed TRI_doc_mptr_copy_t
|
2016-02-26 11:46:33 +01:00 |
grammar.h
|
removed TRI_doc_mptr_copy_t
|
2016-02-26 11:46:33 +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 |